Generate translations
This commit is contained in:
parent
1ce88c18c5
commit
512282772a
5 changed files with 32 additions and 3 deletions
|
@ -35,7 +35,10 @@
|
||||||
"or": [
|
"or": [
|
||||||
"leisure=nature_reserve",
|
"leisure=nature_reserve",
|
||||||
{
|
{
|
||||||
"and": ["boundary=protected_area","protect_class!=22"]
|
"and": [
|
||||||
|
"boundary=protected_area",
|
||||||
|
"protect_class!=22"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -630,7 +630,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"isShown":{
|
"isShown": {
|
||||||
"or": [
|
"or": [
|
||||||
"_imported_osm_object_found!=true",
|
"_imported_osm_object_found!=true",
|
||||||
"_imported_osm_still_fresh!=true"
|
"_imported_osm_still_fresh!=true"
|
||||||
|
|
|
@ -288,6 +288,6 @@
|
||||||
"then": "./assets/themes/speelplekken/youtube.svg"
|
"then": "./assets/themes/speelplekken/youtube.svg"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"isShown":"_is_shadowed!=yes"
|
"isShown": "_is_shadowed!=yes"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -4064,6 +4064,11 @@
|
||||||
"hotel": {
|
"hotel": {
|
||||||
"description": "Layer showing all hotels",
|
"description": "Layer showing all hotels",
|
||||||
"name": "Hotels",
|
"name": "Hotels",
|
||||||
|
"presets": {
|
||||||
|
"0": {
|
||||||
|
"title": "a hotel"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tagRenderings": {
|
"tagRenderings": {
|
||||||
"name": {
|
"name": {
|
||||||
"freeform": {
|
"freeform": {
|
||||||
|
@ -4072,6 +4077,14 @@
|
||||||
"question": "What is the name of this hotel?",
|
"question": "What is the name of this hotel?",
|
||||||
"render": "This hotel is called {name}"
|
"render": "This hotel is called {name}"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Hotel {name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"render": "Hotel"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hydrant": {
|
"hydrant": {
|
||||||
|
|
|
@ -3940,6 +3940,11 @@
|
||||||
"hotel": {
|
"hotel": {
|
||||||
"description": "Laag die alle hotels toont",
|
"description": "Laag die alle hotels toont",
|
||||||
"name": "Hotels",
|
"name": "Hotels",
|
||||||
|
"presets": {
|
||||||
|
"0": {
|
||||||
|
"title": "een hotel"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tagRenderings": {
|
"tagRenderings": {
|
||||||
"name": {
|
"name": {
|
||||||
"freeform": {
|
"freeform": {
|
||||||
|
@ -3948,6 +3953,14 @@
|
||||||
"question": "Wat is de naam van dit hotel?",
|
"question": "Wat is de naam van dit hotel?",
|
||||||
"render": "Dit hotel heet {name}"
|
"render": "Dit hotel heet {name}"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Hotel {name}"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"render": "Hotel"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hydrant": {
|
"hydrant": {
|
||||||
|
|
Loading…
Reference in a new issue