forked from MapComplete/MapComplete
Add car rental
This commit is contained in:
parent
95098007b0
commit
ebe72da8ff
7 changed files with 185 additions and 1 deletions
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue