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

21 lines
491 B
JSON

{
"config": {
"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"
}
}
}
}
}