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

38 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Dit SimpliSafe-account is al in gebruik."
},
"error": {
"identifier_exists": "Account bestaat al",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Uw toegangstoken is verlopen of ingetrokken. Voer uw wachtwoord in om uw account opnieuw te koppelen."
},
"user": {
"data": {
"code": "Code (gebruikt in Home Assistant)",
"password": "Wachtwoord",
"username": "E-mailadres"
},
"title": "Vul uw gegevens in"
}
}
},
"options": {
"step": {
"init": {
"data": {
"code": "Code (gebruikt in de Home Assistant UI)"
},
"title": "Configureer SimpliSafe"
}
}
}
}