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

32 lines
888 B
JSON
Raw Normal View History

2019-11-14 00:32:16 +00:00
{
"config": {
2020-06-08 00:02:43 +00:00
"abort": {
"already_configured": "Servidor j\u00e1 configurado"
},
"error": {
"cannot_connect": "N\u00e3o \u00e9 poss\u00edvel ligar ao servidor."
},
2019-11-14 00:32:16 +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",
2019-11-14 00:32:16 +00:00
"password": "Palavra-passe",
2020-07-09 00:05:04 +00:00
"port": "Porta",
2020-12-07 00:04:18 +00:00
"ssl": "Utiliza um certificado SSL",
"username": "Nome de Utilizador",
"verify_ssl": "Verificar o certificado SSL"
2019-11-14 00:32:16 +00:00
}
}
}
2020-12-10 00:03:01 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Frequ\u00eancia de atualiza\u00e7\u00e3o"
}
}
}
2019-11-14 00:32:16 +00:00
}
}