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

20 lines
528 B
JSON
Raw Normal View History

2020-07-09 00:05:04 +00:00
{
"config": {
2020-12-10 00:03:01 +00:00
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
},
2020-07-09 00:05:04 +00:00
"step": {
"user": {
"data": {
"host": "Host",
"password": "Palavra-passe",
"username": "Username"
}
}
}
}
}