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

28 lines
716 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"invalid_place_or_service_id": "Ongeldige plaats of service-ID"
},
"step": {
"user": {
"data": {
"place_id": "Plaats-ID",
"service_id": "Service-ID"
}
}
}
},
"options": {
"step": {
"init": {
2021-03-26 00:04:15 +00:00
"data": {
"friendly_name": "Gebruik vriendelijke namen voor afhaaltypes (indien mogelijk)"
},
2021-02-24 00:04:14 +00:00
"title": "Configureer Recollect Waste"
}
}
}
}