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

21 lines
556 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured": "A conta j\u00e1 foi configurada",
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"error": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
"reauth_confirm": {
"title": "Reautenticar Integra\u00e7\u00e3o"
},
"user": {
"data": {
"password": "Senha"
}
}
}
}
}