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

25 lines
641 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": {
"unknown": "Erro inesperado"
},
"step": {
"reauth": {
"data": {
"password": "Senha",
"username": "Usu\u00e1rio"
}
},
"user": {
"data": {
"password": "Senha",
"username": "Usu\u00e1rio"
}
}
}
}
}