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

29 lines
833 B
JSON
Raw Normal View History

2020-05-22 00:05:00 +00:00
{
"config": {
"abort": {
2020-08-06 00:02:06 +00:00
"already_configured": "Il servizio \u00e8 gi\u00e0 configurato"
2020-05-22 00:05:00 +00:00
},
"error": {
"cannot_connect": "Impossibile connettersi"
},
"step": {
2021-02-03 10:46:49 +00:00
"api_key": {
"data": {
"api_key": "Chiave API"
}
},
2020-05-22 00:05:00 +00:00
"user": {
"data": {
2020-07-22 00:02:30 +00:00
"api_key": "Chiave API",
2020-05-22 00:05:00 +00:00
"host": "Host",
2020-07-22 00:02:30 +00:00
"location": "Posizione",
2020-05-22 00:05:00 +00:00
"name": "Nome",
"port": "Porta",
2020-10-04 00:05:05 +00:00
"ssl": "Utilizza un certificato SSL",
2021-02-03 10:46:49 +00:00
"statistics_only": "Solo Statistiche",
2021-12-22 00:14:51 +00:00
"verify_ssl": "Verifica il certificato SSL"
2020-05-22 00:05:00 +00:00
}
}
}
}
}