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

70 lines
3.1 KiB
JSON
Raw Normal View History

2018-07-02 12:53:33 +00:00
{
"config": {
"abort": {
2022-05-21 00:22:49 +00:00
"authorize_url_timeout": "Time-out bij het genereren van autorisatie-URL.",
2021-12-02 00:13:02 +00:00
"invalid_access_token": "Ongeldig toegangstoken",
2022-05-21 00:22:49 +00:00
"missing_configuration": "Integratie niet geconfigureerd. Raadpleeg de documentatie.",
"no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout, [raadpleeg de documentatie]({docs_url})",
"reauth_successful": "Herauthenticatie geslaagd",
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.",
2021-02-24 00:04:14 +00:00
"unknown_authorize_url_generation": "Onbekende fout bij het genereren van een autorisatie-URL."
},
"create_entry": {
2022-05-21 00:22:49 +00:00
"default": "Authenticatie geslaagd"
2018-07-02 12:53:33 +00:00
},
"error": {
2021-12-02 00:13:02 +00:00
"bad_project_id": "Voer een geldige Cloud Project ID in (controleer Cloud Console)",
2018-07-02 12:53:33 +00:00
"internal_error": "Interne foutvalidatiecode",
2022-05-21 00:22:49 +00:00
"invalid_pin": "Ongeldige Pincode",
2021-12-02 00:13:02 +00:00
"subscriber_error": "Onbekende abonneefout, zie logs",
2018-07-02 12:53:33 +00:00
"timeout": "Time-out validatie van code",
2021-12-02 00:13:02 +00:00
"unknown": "Onverwachte fout",
"wrong_project_id": "Voer een geldig Cloud Project ID in (found Device Acces Project ID)"
2018-07-02 12:53:33 +00:00
},
"step": {
2021-11-09 00:15:20 +00:00
"auth": {
"data": {
"code": "Toegangstoken"
},
"description": "Om uw Google account te koppelen, [authoriseer uw account]({url}).\n\nNa autorisatie, copy-paste u de gegeven toegangstoken hieronder.",
"title": "Link Google Account"
},
2018-07-02 12:53:33 +00:00
"init": {
"data": {
"flow_impl": "Leverancier"
},
2021-03-16 00:04:36 +00:00
"description": "Kies een authenticatie methode",
2018-07-02 12:53:33 +00:00
"title": "Authenticatieleverancier"
},
"link": {
"data": {
2022-05-21 00:22:49 +00:00
"code": "Pincode"
2018-07-02 12:53:33 +00:00
},
"description": "Als je je Nest-account wilt koppelen, [autoriseer je account] ( {url} ). \n\nNa autorisatie, kopieer en plak de voorziene pincode hieronder.",
"title": "Koppel Nest-account"
2021-02-24 00:04:14 +00:00
},
"pick_implementation": {
"title": "Kies een authenticatie methode"
},
2021-12-02 00:13:02 +00:00
"pubsub": {
"data": {
"cloud_project_id": "Google Cloud Project ID"
},
"description": "Bezoek de [Cloud Console]({url}) om uw Google Cloud Project ID te vinden.",
"title": "Google Cloud configureren"
},
2021-02-24 00:04:14 +00:00
"reauth_confirm": {
2021-06-03 00:26:58 +00:00
"description": "De Nest-integratie moet uw account opnieuw verifi\u00ebren",
2022-05-23 00:25:42 +00:00
"title": "Integratie herauthenticeren"
2018-07-02 12:53:33 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-12-04 00:05:42 +00:00
},
"device_automation": {
"trigger_type": {
"camera_motion": "Beweging gedetecteerd",
"camera_person": "Persoon gedetecteerd",
"camera_sound": "Geluid gedetecteerd",
"doorbell_chime": "Deurbel is ingedrukt"
}
2020-04-16 20:00:10 +00:00
}
2018-07-02 12:53:33 +00:00
}