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

22 lines
657 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": "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",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
2020-05-17 00:02:56 +00:00
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
2022-01-30 00:14:21 +00:00
"ip_address": "Endere\u00e7o IP",
"password": "Senha"
2020-05-17 00:02:56 +00:00
},
"title": "Conecte-se ao powerwall"
}
}
}
}