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

36 lines
1.2 KiB
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
"abort": {
2022-02-22 00:17:23 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
2020-05-17 00:02:56 +00:00
},
"error": {
2022-01-30 00:14:21 +00:00
"cannot_connect": "Falha ao conectar",
2020-05-17 00:02:56 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
2021-11-05 00:13:45 +00:00
},
"step": {
2022-02-22 00:17:23 +00:00
"reauth_validate": {
"data": {
"password": "Senha"
},
2022-02-24 00:17:55 +00:00
"description": "A integra\u00e7\u00e3o do Sense precisa autenticar novamente sua conta {email}.",
2022-02-22 00:17:23 +00:00
"title": "Reautenticar Integra\u00e7\u00e3o"
},
2021-11-05 00:13:45 +00:00
"user": {
"data": {
2022-01-31 00:14:28 +00:00
"email": "Email",
2022-01-30 00:14:21 +00:00
"password": "Senha",
2021-11-05 00:13:45 +00:00
"timeout": "Tempo limite"
2022-01-31 00:14:28 +00:00
},
"title": "Conecte-se ao seu monitor de Energia Sense"
2022-02-22 00:17:23 +00:00
},
"validation": {
"data": {
"code": "C\u00f3digo de verifica\u00e7\u00e3o"
},
"title": "Sense autentica\u00e7\u00e3o multifator"
2021-11-05 00:13:45 +00:00
}
2020-05-17 00:02:56 +00:00
}
}
}