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

32 lines
888 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"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Frequ\u00eancia de atualiza\u00e7\u00e3o"
}
}
}
}
}