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

24 lines
707 B
JSON
Raw Normal View History

2020-04-23 00:05:07 +00:00
{
"config": {
2020-12-10 00:03:01 +00:00
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
2020-12-07 00:04:18 +00:00
"error": {
2020-12-10 00:03:01 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"name_exists": "Nome existe"
2020-12-07 00:04:18 +00:00
},
2020-04-23 00:05:07 +00:00
"step": {
"user": {
"data": {
2020-06-08 00:02:43 +00:00
"host": "Servidor",
2020-12-07 00:04:18 +00:00
"name": "Nome",
2020-04-23 00:05:07 +00:00
"password": "Palavra-passe",
2020-07-09 00:05:04 +00:00
"port": "Porta",
2020-12-10 00:03:01 +00:00
"username": "Nome de Utilizador",
"verify_ssl": "Utilizar SSL"
2020-04-23 00:05:07 +00:00
}
}
}
}
}