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

47 lines
1.4 KiB
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-11-07 00:04:02 +00:00
"error": {
"cannot_connect": "Kon niet verbinden",
2021-03-16 00:04:36 +00:00
"invalid_auth": "Ongeldige authenticatie",
"no_results": "Geen resultaten. Probeer het met een ander station/adres"
2020-11-07 00:04:02 +00:00
},
2020-09-27 00:06:49 +00:00
"step": {
2021-03-16 00:04:36 +00:00
"station": {
"data": {
"station": "Station/Adres"
},
"title": "Voer station/adres in"
},
"station_select": {
"data": {
"station": "Station/Adres"
},
"title": "Selecteer Station/Adres"
},
2020-09-27 00:06:49 +00:00
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"host": "Host",
2020-10-09 00:04:33 +00:00
"password": "Wachtwoord",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
2020-11-07 00:04:02 +00:00
},
"title": "Maak verbinding met de HVV API"
2020-09-27 00:06:49 +00:00
}
}
2021-03-16 00:04:36 +00:00
},
"options": {
"step": {
"init": {
"data": {
"filter": "Selecteer lijnen",
2021-04-09 00:03:15 +00:00
"offset": "Afwijking (minuten)",
2021-03-16 00:04:36 +00:00
"real_time": "Gebruik realtime gegevens"
},
"description": "Wijzig opties voor deze vertreksensor",
"title": "Opties"
}
}
2020-09-27 00:06:49 +00:00
}
}