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

15 lines
324 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-10-09 00:04:33 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
2020-09-27 00:06:49 +00:00
"step": {
"user": {
"data": {
2020-10-09 00:04:33 +00:00
"password": "Wachtwoord",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
}
}
}
}
}