Files
core/homeassistant/components/glances/translations/pt.json
T
2020-12-07 00:04:18 +00:00

23 lines
676 B
JSON

{
"config": {
"abort": {
"already_configured": "Servidor j\u00e1 configurado"
},
"error": {
"cannot_connect": "N\u00e3o \u00e9 poss\u00edvel ligar ao servidor."
},
"step": {
"user": {
"data": {
"host": "Servidor",
"name": "Nome",
"password": "Palavra-passe",
"port": "Porta",
"ssl": "Utiliza um certificado SSL",
"username": "Nome de Utilizador",
"verify_ssl": "Verificar o certificado SSL"
}
}
}
}
}