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

20 lines
559 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2021-02-25 00:05:20 +00:00
"abort": {
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
},
2020-11-07 00:04:02 +00:00
"error": {
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
2020-09-27 00:06:49 +00:00
"step": {
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"password": "Wachtwoord",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
2021-03-16 00:04:36 +00:00
},
"title": "Aanmelden met mijn.ithodaalderop.nl account"
2020-09-27 00:06:49 +00:00
}
}
}
}