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

31 lines
1.0 KiB
JSON
Raw Normal View History

2019-11-14 00:32:16 +00:00
{
"config": {
2020-12-07 00:04:18 +00:00
"abort": {
2022-07-13 00:27:34 +00:00
"already_configured": "Conta j\u00e1 configurada",
2020-12-07 00:04:18 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
2022-07-13 00:27:34 +00:00
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida",
2020-12-07 00:04:18 +00:00
"unknown": "Erro inesperado"
},
2019-11-14 00:32:16 +00:00
"error": {
2020-12-07 00:04:18 +00:00
"already_configured": "Conta j\u00e1 configurada",
2022-07-13 00:27:34 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
2020-12-07 00:04:18 +00:00
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"invalid_username": "Nome de utilizador incorreto",
"unknown": "Erro inesperado"
2019-11-14 00:32:16 +00:00
},
"step": {
2022-07-13 00:27:34 +00:00
"reauth_confirm": {
"data": {
"password": "Palavra-passe"
},
"title": "Reautenticar integra\u00e7\u00e3o"
},
2019-11-14 00:32:16 +00:00
"user": {
"data": {
"password": "Palavra-passe",
"username": "Nome de Utilizador"
}
}
}
}
}