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

24 lines
793 B
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
"abort": {
2022-01-30 00:14:21 +00:00
"already_configured": "A conta j\u00e1 foi configurada",
"no_locations": "Nenhum local est\u00e1 dispon\u00edvel para este usu\u00e1rio, verifique as configura\u00e7\u00f5es do TotalConnect",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"error": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
2020-05-17 00:02:56 +00:00
},
"step": {
2022-01-30 00:14:21 +00:00
"reauth_confirm": {
"title": "Reautenticar Integra\u00e7\u00e3o"
},
2020-05-17 00:02:56 +00:00
"user": {
2020-08-27 00:04:55 +00:00
"data": {
2022-01-30 00:14:21 +00:00
"password": "Senha",
2020-08-27 00:04:55 +00:00
"username": "Usu\u00e1rio"
},
2020-05-17 00:02:56 +00:00
"title": "Total Connect"
}
}
}
}