Fix: fix typo in campsite.json, translation sync
This commit is contained in:
parent
e9e020dbd6
commit
a552606c52
5 changed files with 113 additions and 5 deletions
|
@ -90,8 +90,7 @@
|
|||
"marker": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/layers/campsite/campsite.svg",
|
||||
]
|
||||
"render": "./assets/layers/campsite/campsite.svg"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -223,5 +222,6 @@
|
|||
"group_only=yes"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"allowMove": false
|
||||
}
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
},
|
||||
"=filter": []
|
||||
|
|
|
@ -2188,6 +2188,41 @@
|
|||
"render": "Kneipe"
|
||||
}
|
||||
},
|
||||
"campsite": {
|
||||
"description": "Zeltplätze",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Personen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Zeltplätze",
|
||||
"tagRenderings": {
|
||||
"capacity_persons": {
|
||||
"question": "Wie viele Personen können hier übernachten?",
|
||||
"render": "Hier können {capacity:persons} Personen übernachten"
|
||||
},
|
||||
"fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Der Zeltplatz ist kostenlos"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hier wird eine Gebühr erhoben."
|
||||
}
|
||||
},
|
||||
"question": "Wird hier eine Gebühr erhoben?",
|
||||
"render": "Hier wird eine Gebühr von {charge} erhoben"
|
||||
},
|
||||
"name": {
|
||||
"question": "Wie heißt dieser Zeltplatz?",
|
||||
"render": "Dieser Zeltplatz heißt {name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"car_rental": {
|
||||
"description": "Orte, an denen Sie ein Auto mieten können",
|
||||
"name": "Autovermietung",
|
||||
|
|
|
@ -2206,6 +2206,73 @@
|
|||
"render": "Pub"
|
||||
}
|
||||
},
|
||||
"campsite": {
|
||||
"description": "Campsites",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "persons"
|
||||
},
|
||||
"1": {
|
||||
"question": "1-20"
|
||||
},
|
||||
"2": {
|
||||
"question": "21-50"
|
||||
},
|
||||
"3": {
|
||||
"question": "51-100"
|
||||
},
|
||||
"4": {
|
||||
"question": "101-200"
|
||||
},
|
||||
"5": {
|
||||
"question": "201-500"
|
||||
},
|
||||
"6": {
|
||||
"question": "500+"
|
||||
},
|
||||
"7": {
|
||||
"question": "?"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Campsites",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "campsite"
|
||||
},
|
||||
"1": {
|
||||
"title": "campsite for groups"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"capacity_persons": {
|
||||
"question": "How many people can stay here?",
|
||||
"render": "{capacity:persons} people can stay here"
|
||||
},
|
||||
"fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The campsite is free of charge"
|
||||
},
|
||||
"1": {
|
||||
"then": "A fee is charged here."
|
||||
}
|
||||
},
|
||||
"question": "Is a fee charged here?",
|
||||
"render": "A fee of {charge} should be paid for here"
|
||||
},
|
||||
"name": {
|
||||
"question": "What is the name of this campsite?",
|
||||
"render": "The name of this campsite is {name}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "{name}"
|
||||
}
|
||||
},
|
||||
"car_rental": {
|
||||
"description": "Places where you can rent a car",
|
||||
"name": "Car Rental",
|
||||
|
|
|
@ -1167,6 +1167,13 @@
|
|||
},
|
||||
"scouting": {
|
||||
"description": "A scouting group is a social youth movement with a heavy emphasis on the outdoors. Activities range from camping, hiking, aquatics, backpacking, exploring nature, ...",
|
||||
"layers": {
|
||||
"1": {
|
||||
"override": {
|
||||
"name": "Group Campsites"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Scouting groups"
|
||||
},
|
||||
"shops": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue