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

27 lines
861 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"error": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
"user": {
"data": {
"password": "Senha",
"username": "Usu\u00e1rio"
2022-01-31 00:14:28 +00:00
},
2022-04-29 00:22:21 +00:00
"description": "Insira as credenciais usadas para fazer login em mytotalconnectcomfort.com."
}
}
},
"options": {
"step": {
"init": {
"data": {
"away_cool_temperature": "Temperatura de frio ausente",
"away_heat_temperature": "Temperatura de calor ausente"
},
"description": "Op\u00e7\u00f5es adicionais de configura\u00e7\u00e3o Honeywell. As temperaturas s\u00e3o definidas em Fahrenheit."
2022-01-30 00:14:21 +00:00
}
}
}
}