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

29 lines
932 B
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-11-24 00:26:32 +00:00
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida"
2020-12-07 00:04:18 +00:00
},
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",
"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"
}
}
}
}
}