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

27 lines
865 B
JSON
Raw Normal View History

2022-05-15 00:30:16 +00:00
{
"config": {
"abort": {
2022-06-13 00:25:34 +00:00
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
2022-05-15 00:30:16 +00:00
"reauth_successful": "A reautentica\u00e7\u00e3o foi bem-sucedida"
},
"error": {
2022-06-13 00:25:34 +00:00
"cannot_connect": "Falha ao conectar",
2022-05-15 00:30:16 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Senha"
},
"description": "A integra\u00e7\u00e3o do Aladdin Connect precisa autenticar novamente sua conta",
"title": "Reautenticar Integra\u00e7\u00e3o"
},
"user": {
"data": {
"password": "Senha",
2022-06-13 00:25:34 +00:00
"username": "Usu\u00e1rio"
2022-05-15 00:30:16 +00:00
}
}
}
}
}