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

29 lines
840 B
JSON
Raw Normal View History

2020-05-22 00:05:00 +00:00
{
"config": {
"abort": {
2022-05-22 00:22:43 +00:00
"already_configured": "Dienst is al geconfigureerd"
2020-05-22 00:05:00 +00:00
},
"error": {
2022-05-21 00:22:49 +00:00
"cannot_connect": "Kan geen verbinding maken"
2020-07-22 00:02:30 +00:00
},
"step": {
2021-02-13 00:03:13 +00:00
"api_key": {
"data": {
"api_key": "API-sleutel"
}
},
2020-07-22 00:02:30 +00:00
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"api_key": "API-sleutel",
"host": "Host",
2020-10-09 00:04:33 +00:00
"location": "Locatie",
"name": "Naam",
2020-11-07 00:04:02 +00:00
"port": "Poort",
"ssl": "Maakt gebruik van een SSL-certificaat",
2021-02-13 00:03:13 +00:00
"statistics_only": "Alleen statistieken",
2020-11-07 00:04:02 +00:00
"verify_ssl": "SSL-certificaat verifi\u00ebren"
2020-07-22 00:02:30 +00:00
}
}
2020-05-22 00:05:00 +00:00
}
}
}