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

20 lines
518 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",
"password": "Palavra-passe",
"port": "Porta",
"username": "Nome de Utilizador"
}
}
}
}
}