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

23 lines
670 B
JSON
Raw Normal View History

2020-05-22 00:05:00 +00:00
{
"config": {
"abort": {
"already_configured": "Il servizio \u00e8 gi\u00e0 configurato",
"duplicated_name": "Il nome \u00e8 gi\u00e0 esistente"
},
"error": {
"cannot_connect": "Impossibile connettersi"
},
"step": {
"user": {
"data": {
"api_key": "Chiave API (opzionale)",
"host": "Host",
"name": "Nome",
"port": "Porta",
"ssl": "Utilizzare SSL",
"verify_ssl": "Verificare il certificato SSL"
}
}
}
}
}