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

21 lines
708 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
2022-01-31 00:14:28 +00:00
"reauth_failed_existing": "N\u00e3o foi poss\u00edvel atualizar a entrada de configura\u00e7\u00e3o. Remova a integra\u00e7\u00e3o e configure-a novamente.",
2022-01-30 00:14:21 +00:00
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"error": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"unknown": "Erro inesperado"
},
"step": {
"user": {
"data": {
2022-01-31 00:14:28 +00:00
"email": "Email",
2022-01-30 00:14:21 +00:00
"password": "Senha"
}
}
}
}
}