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

22 lines
645 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": "Endere\u00e7o",
"password": "Palavra-passe",
"port": "Porta",
"ssl": "Utiliza um certificado SSL",
"username": "Nome de Utilizador",
"verify_ssl": "Verificar o certificado SSL"
}
}
}
}
}