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

48 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Dit SimpliSafe-account is al in gebruik.",
"email_2fa_timed_out": "Timed out tijdens het wachten op email-gebaseerde twee-factor authenticatie.",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"progress": {
"email_2fa": "Controleer uw e-mail voor een verificatielink van Simplisafe."
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Voer het wachtwoord voor {username} opnieuw in.",
"title": "Integratie herauthenticeren"
},
"sms_2fa": {
"data": {
"code": "Code"
},
"description": "Voer de twee-factor authenticatiecode in die u heeft ontvangen via SMS"
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Voer uw gebruikersnaam en wachtwoord in."
}
}
},
"options": {
"step": {
"init": {
"data": {
"code": "Code (gebruikt in de Home Assistant UI)"
},
"title": "Configureer SimpliSafe"
}
}
}
}