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

45 lines
1.6 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.",
"reauth_successful": "Herauthenticatie was succesvol"
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-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
},
"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
}