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

42 lines
1.4 KiB
JSON
Raw Normal View History

2020-11-07 00:04:02 +00:00
{
"config": {
2021-02-24 00:04:14 +00:00
"abort": {
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd",
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.",
2021-02-24 00:04:14 +00:00
"unknown": "Onverwachte fout"
},
2020-11-07 00:04:02 +00:00
"error": {
2021-02-24 00:04:14 +00:00
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"invalid_zone": "Ongeldige zone"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2021-02-24 00:04:14 +00:00
"step": {
2021-06-30 00:11:18 +00:00
"reauth_confirm": {
"data": {
"api_token": "API-token",
"description": "Verifieer opnieuw met uw Cloudflare-account."
}
},
2021-02-24 00:04:14 +00:00
"records": {
"data": {
"records": "Records"
},
"title": "Kies de records die u wilt bijwerken"
},
"user": {
"data": {
"api_token": "API-token"
},
2021-08-22 00:11:30 +00:00
"description": "Voor deze integratie is een API-token vereist dat is gemaakt met Zone:Zone:Read en Zone:DNS:Edit machtigingen voor alle zones in uw account.",
2021-02-24 00:04:14 +00:00
"title": "Verbinden met Cloudflare"
},
"zone": {
"data": {
"zone": "Zone"
2021-03-16 00:04:36 +00:00
},
"title": "Kies de zone die u wilt bijwerken"
2021-02-24 00:04:14 +00:00
}
2020-11-07 00:04:02 +00:00
}
}
}