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

29 lines
720 B
JSON
Raw Normal View History

2022-07-06 00:27:50 +00:00
{
"config": {
"abort": {
"already_configured": "Questo profilo NextDNS \u00e8 gi\u00e0 configurato."
},
2022-07-25 00:25:55 +00:00
"error": {
"cannot_connect": "Impossibile connettersi",
"invalid_api_key": "Chiave API non valida",
"unknown": "Errore imprevisto"
},
2022-07-06 00:27:50 +00:00
"step": {
"profiles": {
"data": {
"profile": "Profilo"
}
2022-07-25 00:25:55 +00:00
},
"user": {
"data": {
"api_key": "Chiave API"
}
2022-07-06 00:27:50 +00:00
}
}
2022-07-25 00:25:55 +00:00
},
"system_health": {
"info": {
"can_reach_server": "Server raggiungibile"
}
2022-07-06 00:27:50 +00:00
}
}