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

25 lines
1.0 KiB
JSON
Raw Normal View History

2022-05-18 00:22:07 +00:00
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"already_in_progress": "De configuratie is momenteel al bezig",
"authorize_url_timeout": "Time-out bij het genereren van autorisatie-URL.",
"missing_configuration": "Integratie niet geconfigureerd. Raadpleeg de documentatie.",
"no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout, [raadpleeg de documentatie]({docs_url})",
"oauth_error": "Ongeldige tokengegevens ontvangen.",
"reauth_successful": "Herauthenticatie geslaagd"
2022-05-18 00:22:07 +00:00
},
"create_entry": {
2022-05-21 00:22:49 +00:00
"default": "Authenticatie geslaagd"
2022-05-18 00:22:07 +00:00
},
"step": {
"pick_implementation": {
"title": "Kies een authenticatie methode"
},
"reauth_confirm": {
"description": "De yolink-integratie moet opnieuw inloggen bij uw account",
2022-05-23 00:25:42 +00:00
"title": "Integratie herauthenticeren"
2022-05-18 00:22:07 +00:00
}
}
}
}