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

19 lines
482 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
2022-07-13 00:27:34 +00:00
"already_configured": "Conta j\u00e1 configurada",
2021-03-16 00:04:36 +00:00
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
2021-05-12 00:04:03 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
2021-03-16 00:04:36 +00:00
},
"step": {
"user": {
"data": {
"email": "Email",
"password": "Palavra-passe"
}
}
}
}
}