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

43 lines
1.7 KiB
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": {
2022-01-31 00:14:28 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"usercode": "C\u00f3digo de usu\u00e1rio n\u00e3o \u00e9 v\u00e1lido para este usu\u00e1rio neste local"
2020-05-17 00:02:56 +00:00
},
"step": {
2022-01-31 00:14:28 +00:00
"locations": {
"data": {
"usercode": "C\u00f3digo de usu\u00e1rio"
},
"description": "Insira o c\u00f3digo de usu\u00e1rio para este usu\u00e1rio no local {location_id}",
"title": "C\u00f3digos de usu\u00e1rio de localiza\u00e7\u00e3o"
},
2022-01-30 00:14:21 +00:00
"reauth_confirm": {
2022-01-31 00:14:28 +00:00
"description": "Total Connect precisa re-autenticar sua conta",
2022-01-30 00:14:21 +00:00
"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"
2022-05-19 00:26:11 +00:00
}
2020-05-17 00:02:56 +00:00
}
}
2022-05-26 00:23:39 +00:00
},
"options": {
"step": {
"init": {
"data": {
"auto_bypass_low_battery": "Ignoar autom\u00e1ticamente bateria fraca"
},
"description": "Desative zonas automaticamente no momento em que relatam uma bateria fraca.",
"title": "Op\u00e7\u00f5es do TotalConnect"
}
}
2020-05-17 00:02:56 +00:00
}
}