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

48 lines
1.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.",
2022-05-01 00:28:25 +00:00
"email_2fa_timed_out": "Timed out tijdens het wachten op email-gebaseerde twee-factor authenticatie.",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2020-05-01 00:02:55 +00:00
},
2018-10-23 12:04:25 +00:00
"error": {
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
2018-10-23 12:04:25 +00:00
},
2022-05-01 00:28:25 +00:00
"progress": {
2022-05-05 00:22:23 +00:00
"email_2fa": "Controleer uw e-mail voor een verificatielink van Simplisafe."
2022-05-01 00:28:25 +00:00
},
2018-10-23 12:04:25 +00:00
"step": {
2020-11-07 00:04:02 +00:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
2022-04-29 00:22:21 +00:00
"description": "Voer het wachtwoord voor {username} opnieuw in.",
2022-05-23 00:25:42 +00:00
"title": "Integratie herauthenticeren"
2020-11-07 00:04:02 +00:00
},
2022-04-29 00:22:21 +00:00
"sms_2fa": {
"data": {
"code": "Code"
},
"description": "Voer de twee-factor authenticatiecode in die u heeft ontvangen via SMS"
},
2018-10-23 12:04:25 +00:00
"user": {
"data": {
"password": "Wachtwoord",
2022-04-29 00:22:21 +00:00
"username": "Gebruikersnaam"
2018-10-23 12:04:25 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Voer uw gebruikersnaam en wachtwoord in."
2018-10-23 12:04:25 +00:00
}
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
}