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

38 lines
1.1 KiB
JSON
Raw Normal View History

2018-10-23 12:04:25 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
"already_configured": "Dit SimpliSafe-account is al in gebruik."
},
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",
"unknown": "Onverwachte fout"
2018-10-23 12:04:25 +00:00
},
"step": {
2020-11-07 00:04:02 +00:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Uw toegangstoken is verlopen of ingetrokken. Voer uw wachtwoord in om uw account opnieuw te koppelen."
},
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",
"username": "E-mailadres"
},
"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
}