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

24 lines
594 B
JSON
Raw Normal View History

2020-06-08 00:02:43 +00:00
{
"config": {
2020-12-10 00:03:01 +00:00
"abort": {
"already_configured": "Conta j\u00e1 configurada"
},
2020-12-07 00:04:18 +00:00
"error": {
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
2020-06-08 00:02:43 +00:00
"step": {
2022-07-13 00:27:34 +00:00
"reauth_confirm": {
"data": {
"password": "Palavra-passe"
}
},
2020-06-08 00:02:43 +00:00
"user": {
"data": {
"password": "Palavra-passe",
2022-07-13 00:27:34 +00:00
"username": "Email"
2020-06-08 00:02:43 +00:00
},
"title": "Configurar Tile"
}
}
}
}