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

24 lines
873 B
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"config": {
2020-07-03 00:03:38 +00:00
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
"link_local_address": "Eendere\u00e7os de liga\u00e7\u00e3o local n\u00e3o s\u00e3o suportados"
},
"error": {
2020-12-07 00:04:18 +00:00
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado",
2020-12-10 00:03:01 +00:00
"already_in_progress": "O processo de configura\u00e7\u00e3o j\u00e1 est\u00e1 a decorrer",
2020-12-07 00:04:18 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida"
2020-07-03 00:03:38 +00:00
},
2019-10-19 00:32:15 +00:00
"step": {
"user": {
"data": {
"host": "Servidor",
2019-11-14 00:32:16 +00:00
"password": "Palavra-passe",
"port": "Porta",
"username": "Nome de Utilizador"
2019-10-19 00:32:15 +00:00
}
}
}
2020-05-29 00:04:16 +00:00
}
2019-10-19 00:32:15 +00:00
}