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

36 lines
1.1 KiB
JSON
Raw Normal View History

2019-10-24 00:32:18 +00:00
{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
2019-10-24 00:32:18 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Impossibile connettersi",
2019-10-24 00:32:18 +00:00
"wrong_version": "Versione non supportata (solo 2 o 3)"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Nome",
"password": "Password",
"port": "Porta",
2020-10-04 00:05:05 +00:00
"ssl": "Utilizza un certificato SSL",
2019-10-24 00:32:18 +00:00
"username": "Nome utente",
2020-10-04 00:05:05 +00:00
"verify_ssl": "Verificare il certificato SSL",
2019-10-24 00:32:18 +00:00
"version": "Glances API Version (2 o 3)"
},
"title": "Impostare Glances"
}
2020-04-15 16:51:07 +00:00
}
2019-10-24 00:32:18 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Frequenza di aggiornamento"
},
"description": "Configura le opzioni per Glances"
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-24 00:32:18 +00:00
}