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

26 lines
827 B
JSON
Raw Normal View History

2022-07-13 00:27:34 +00:00
{
"config": {
"abort": {
2022-09-26 00:30:11 +00:00
"already_configured": "Dispositivo j\u00e1 configurado",
2022-07-13 00:27:34 +00:00
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
},
"error": {
2022-09-26 00:30:11 +00:00
"cannot_connect": "Falha de liga\u00e7\u00e3o",
2022-07-13 00:27:34 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
"step": {
2022-09-26 00:30:11 +00:00
"reauth_confirm": {
"data": {
"password": "Palavra-passe"
},
"description": "A integra\u00e7\u00e3o Aladdin Connect precisa de re-autenticar a sua conta",
"title": "Re-autenticar integra\u00e7\u00e3o"
},
2022-07-13 00:27:34 +00:00
"user": {
"data": {
"username": "Nome de Utilizador"
}
}
}
}
}