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

25 lines
935 B
JSON
Raw Normal View History

2022-04-29 00:22:21 +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."
2022-04-29 00:22:21 +00:00
},
"create_entry": {
2022-05-21 00:22:49 +00:00
"default": "Authenticatie geslaagd"
2022-04-29 00:22:21 +00:00
},
"step": {
"pick_implementation": {
"title": "Kies een authenticatie methode"
}
}
2022-07-30 00:22:48 +00:00
},
"issues": {
"removed_yaml": {
"title": "De nVent RAYCHEM SENZ YAML-configuratie is verwijderd"
}
2022-04-29 00:22:21 +00:00
}
}