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

26 lines
941 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",
2022-01-30 00:14:21 +00:00
"name": "Nome",
2022-01-31 00:14:28 +00:00
"password": "Senha",
"scan_interval": "Intervalo de varredura (segundos)",
"username": "Email"
},
"description": "Configure a integra\u00e7\u00e3o do ViCare. Para gerar a chave de API, acesse https://developer.viessmann.com",
"title": "{name}"
2022-01-30 00:14:21 +00:00
}
}
}
}