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

29 lines
840 B
JSON

{
"config": {
"abort": {
"already_configured": "Dienst is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"api_key": {
"data": {
"api_key": "API-sleutel"
}
},
"user": {
"data": {
"api_key": "API-sleutel",
"host": "Host",
"location": "Locatie",
"name": "Naam",
"port": "Poort",
"ssl": "Maakt gebruik van een SSL-certificaat",
"statistics_only": "Alleen statistieken",
"verify_ssl": "SSL-certificaat verifi\u00ebren"
}
}
}
}
}