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

38 lines
1.2 KiB
JSON
Raw Normal View History

2020-05-22 00:05:00 +00:00
{
"config": {
"abort": {
2023-01-14 00:22:57 +00:00
"already_configured": "Dienst is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
2020-05-22 00:05:00 +00:00
},
"error": {
2023-01-14 00:22:57 +00:00
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
2020-07-22 00:02:30 +00:00
},
"step": {
2021-02-13 00:03:13 +00:00
"api_key": {
"data": {
"api_key": "API-sleutel"
}
},
2023-01-14 00:22:57 +00:00
"reauth_confirm": {
"data": {
"api_key": "API-sleutel"
},
2023-01-17 00:24:30 +00:00
"description": "Voer een nieuwe API-sleutel in van Pi-Hole op {host}/{location}",
2023-01-14 00:22:57 +00:00
"title": "Pi-Hole-Integratie herauthenticeren"
},
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
}
}
}