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

29 lines
709 B
JSON

{
"config": {
"abort": {
"already_configured": "Dit NextDNS profiel is al geconfigureerd."
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_api_key": "Ongeldige API-sleutel",
"unknown": "Onverwachte fout"
},
"step": {
"profiles": {
"data": {
"profile": "Profiel"
}
},
"user": {
"data": {
"api_key": "API-sleutel"
}
}
}
},
"system_health": {
"info": {
"can_reach_server": "Server bereikbaar"
}
}
}