core/homeassistant/components/vicare/translations/pt-BR.json

23 lines
796 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "J\u00e1 configurado. Apenas uma configura\u00e7\u00e3o \u00e9 poss\u00edvel.",
"unknown": "Erro inesperado"
},
"error": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
2022-01-31 00:14:28 +00:00
"flow_title": "{name} ( {host} )",
2022-01-30 00:14:21 +00:00
"step": {
"user": {
"data": {
"client_id": "Chave da API",
2022-01-31 00:14:28 +00:00
"heating_type": "Tipo de aquecimento",
"password": "Senha",
"username": "Email"
},
2022-05-19 00:26:11 +00:00
"description": "Configure a integra\u00e7\u00e3o do ViCare. Para gerar a chave de API, acesse https://developer.viessmann.com"
2022-01-30 00:14:21 +00:00
}
}
}
}