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

17 lines
460 B
JSON
Raw Normal View History

2020-04-23 00:05:07 +00:00
{
"config": {
2020-12-07 00:04:18 +00:00
"error": {
"already_configured": "Conta j\u00e1 configurada",
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
2020-04-23 00:05:07 +00:00
"step": {
"user": {
"data": {
"password": "Palavra-passe",
"username": "Endere\u00e7o de e-mail"
}
}
}
}
}