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

31 lines
848 B
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",
"invalid_credentials": "Ongeldige gebruikersgegevens"
},
"step": {
"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
}