Add car rental

This commit is contained in:
Robin van der Linde 2022-12-03 22:18:53 +01:00
parent 95098007b0
commit ebe72da8ff
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
7 changed files with 185 additions and 1 deletions

View file

@ -1337,6 +1337,33 @@
"render": "Pub"
}
},
"car_rental": {
"description": "Places where you can rent a car",
"name": "Car Rental",
"presets": {
"0": {
"description": "A place where you can rent a car",
"title": "a car rental"
}
},
"tagRenderings": {
"name": {
"freeform": {
"placeholder": "Name of the car rental"
},
"mappings": {
"0": {
"then": "This car rental has no name"
}
},
"question": "What is the name of this car rental?",
"render": "This car rental is called {name}"
}
},
"title": {
"render": "Car Rental"
}
},
"charging_station": {
"description": "A charging station",
"filter": {

View file

@ -1306,6 +1306,33 @@
"render": "Café"
}
},
"car_rental": {
"description": "Plaatsen waar je een auto kunt huren",
"name": "Autoverhuur",
"presets": {
"0": {
"description": "Een plaats waar je een auto kunt huren",
"title": "een autoverhuur"
}
},
"tagRenderings": {
"name": {
"freeform": {
"placeholder": "Naam van de autoverhuur"
},
"mappings": {
"0": {
"then": "Deze autoverhuur heeft geen naam"
}
},
"question": "Wat is de naam van deze autoverhuur?",
"render": "Deze autoverhuur heet {name}"
}
},
"title": {
"render": "Autoverhuur"
}
},
"charging_station": {
"description": "Oplaadpunten",
"filter": {