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

54 lines
2.5 KiB
JSON
Raw Normal View History

2018-10-23 12:04:25 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
2021-02-27 00:05:45 +00:00
"already_configured": "Dit SimpliSafe-account is al in gebruik.",
2021-10-21 00:12:43 +00:00
"reauth_successful": "Herauthenticatie was succesvol",
"wrong_account": "De opgegeven gebruikersgegevens komen niet overeen met deze SimpliSafe-account."
2020-05-01 00:02:55 +00:00
},
2018-10-23 12:04:25 +00:00
"error": {
"identifier_exists": "Account bestaat al",
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie",
2021-03-19 00:03:03 +00:00
"still_awaiting_mfa": "Wacht nog steeds op MFA-e-mailklik",
2020-11-07 00:04:02 +00:00
"unknown": "Onverwachte fout"
2018-10-23 12:04:25 +00:00
},
"step": {
2021-10-21 00:12:43 +00:00
"input_auth_code": {
"data": {
"auth_code": "Autorisatie Code"
},
"description": "Voer de autorisatiecode in van de SimpliSafe web app URL:",
"title": "Autorisatie voltooien"
},
2021-03-19 00:03:03 +00:00
"mfa": {
2021-04-27 00:04:45 +00:00
"description": "Controleer uw e-mail voor een link van SimpliSafe. Nadat u de link hebt geverifieerd, kom hier terug om de installatie van de integratie te voltooien.",
2021-03-19 00:03:03 +00:00
"title": "SimpliSafe Multi-Factor Authenticatie"
},
2020-11-07 00:04:02 +00:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
2021-02-27 00:05:45 +00:00
"description": "Uw toegangstoken is verlopen of ingetrokken. Voer uw wachtwoord in om uw account opnieuw te koppelen.",
"title": "Verifieer de integratie opnieuw"
2020-11-07 00:04:02 +00:00
},
2018-10-23 12:04:25 +00:00
"user": {
"data": {
2020-04-29 00:03:31 +00:00
"code": "Code (gebruikt in Home Assistant)",
2018-10-23 12:04:25 +00:00
"password": "Wachtwoord",
2021-03-16 00:04:36 +00:00
"username": "E-mail"
2018-10-23 12:04:25 +00:00
},
2021-10-21 00:12:43 +00:00
"description": "Met ingang van 2021 is SimpliSafe overgestapt op een nieuw authenticatiemechanisme via de webapp. Vanwege technische beperkingen is er een handmatige stap aan het einde van dit proces; zorg ervoor dat u de [documentatie](http://home-assistant.io/integrations/simplisafe#getting-an-authorization-code) leest voordat u begint.\n\nWanneer u er klaar voor bent, klikt u op [hier]({url}) om de SimpliSafe web app te openen en uw inloggegevens in te voeren. Wanneer het proces is voltooid, gaat u hier terug en klikt u op Verzenden.",
2018-10-23 12:04:25 +00:00
"title": "Vul uw gegevens in"
}
2020-04-15 16:51:07 +00:00
}
2020-05-01 00:02:55 +00:00
},
"options": {
"step": {
"init": {
"data": {
"code": "Code (gebruikt in de Home Assistant UI)"
},
"title": "Configureer SimpliSafe"
}
}
2020-04-16 20:00:10 +00:00
}
2018-10-23 12:04:25 +00:00
}