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

24 lines
614 B
JSON
Raw Normal View History

2020-09-02 00:03:29 +00:00
{
"config": {
2020-12-07 00:04:18 +00:00
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
2020-09-02 00:03:29 +00:00
"error": {
2022-12-09 00:24:29 +00:00
"cannot_connect": "A liga\u00e7\u00e3o falhou",
2020-09-02 00:03:29 +00:00
"unknown": "Erro inesperado"
2020-12-07 00:04:18 +00:00
},
"step": {
2022-07-13 00:27:34 +00:00
"reauth_confim": {
"data": {
"password": "Palavra-passe"
}
},
2020-12-07 00:04:18 +00:00
"user": {
"data": {
2022-07-13 00:27:34 +00:00
"ip_address": "Endere\u00e7o IP",
"password": "Palavra-passe"
2020-12-07 00:04:18 +00:00
}
}
2020-09-02 00:03:29 +00:00
}
}
}