Translation reset
This commit is contained in:
parent
b39a2b2f6e
commit
8bb05a6a80
4 changed files with 194 additions and 5 deletions
|
@ -813,8 +813,8 @@
|
|||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Binoculars",
|
||||
"description": "A telescope or pair of binoculars mounted on a pole, available to the public to look around. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 200px' />"
|
||||
"title": "binoculars",
|
||||
"description": "A telescope or pair of binoculars mounted on a pole, available to the public to look around. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 300px; width: auto; display: block;' />"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1977,6 +1977,51 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"observation_tower": {
|
||||
"name": "Observation towers",
|
||||
"title": {
|
||||
"render": "Observation tower",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>{name}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Towers with a panoramic view",
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"question": "What is the name of this tower?",
|
||||
"render": "This tower is called <b>{name}</b>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This tower doesn't have a specific name"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "What is the height of this tower?",
|
||||
"render": "This tower is {height} high"
|
||||
},
|
||||
"3": {
|
||||
"question": "Who maintains this tower?",
|
||||
"render": "Maintained by <b>{operator}</b>"
|
||||
},
|
||||
"5": {
|
||||
"question": "How much does one have to pay to enter this tower?",
|
||||
"render": "Visiting this tower costs <b>{charge}</b>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Free to visit"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "observation tower"
|
||||
}
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
"name": "Picnic tables",
|
||||
"title": {
|
||||
|
@ -2780,6 +2825,31 @@
|
|||
"render": "Waste Basket"
|
||||
},
|
||||
"description": "This is a public waste basket, thrash can, where you can throw away your thrash.",
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "What kind of waste basket is this?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A waste basket for general waste"
|
||||
},
|
||||
"1": {
|
||||
"then": "A waste basket for general waste"
|
||||
},
|
||||
"2": {
|
||||
"then": "A waste basket for dog excrements"
|
||||
},
|
||||
"3": {
|
||||
"then": "A waste basket for cigarettes"
|
||||
},
|
||||
"4": {
|
||||
"then": "A waste basket for drugs"
|
||||
},
|
||||
"5": {
|
||||
"then": "A waste basket for needles and other sharp objects"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -809,8 +809,8 @@
|
|||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Verrekijker",
|
||||
"description": "Een telescoop of verrekijker die op een vaste plaats gemonteerd staat waar iedereen door mag kijken. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 200px' />"
|
||||
"title": "verrekijker",
|
||||
"description": "Een telescoop of verrekijker die op een vaste plaats gemonteerd staat waar iedereen door mag kijken. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 300px; width: auto; display: block;' />"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2138,6 +2138,52 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"observation_tower": {
|
||||
"name": "Uitkijktorens",
|
||||
"title": {
|
||||
"render": "Uitkijktoren",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>{name}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Torens om van het uitzicht te genieten",
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"question": "Heeft deze toren een naam?",
|
||||
"render": "Deze toren heet <b>{name}</b>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze toren heeft geen specifieke naam"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Hoe hoog is deze toren?",
|
||||
"render": "Deze toren is {height} hoog"
|
||||
},
|
||||
"3": {
|
||||
"question": "Wie onderhoudt deze toren?",
|
||||
"render": "Wordt onderhouden door <b>{operator}</b>"
|
||||
},
|
||||
"5": {
|
||||
"question": "Hoeveel moet men betalen om deze toren te bezoeken?",
|
||||
"render": "Deze toren bezoeken kost <b>{charge}</b>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Gratis te bezoeken"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Uitkijktoren",
|
||||
"description": "Een publiek toegankelijke uitkijktoren"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parking": {
|
||||
"name": "parking",
|
||||
"title": {
|
||||
|
@ -3114,6 +3160,31 @@
|
|||
"render": "Vuilnisbak"
|
||||
},
|
||||
"description": "Dit is een publieke vuilnisbak waar je je afval kan weggooien.",
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Wat voor soort vuilnisbak is dit?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Een vuilnisbak voor zwerfvuil"
|
||||
},
|
||||
"1": {
|
||||
"then": "Een vuilnisbak voor zwerfvuil"
|
||||
},
|
||||
"2": {
|
||||
"then": "Een vuilnisbak specifiek voor hondenuitwerpselen"
|
||||
},
|
||||
"3": {
|
||||
"then": "Een vuilnisbak voor sigarettenpeuken"
|
||||
},
|
||||
"4": {
|
||||
"then": "Een vuilnisbak voor (vervallen) medicatie en drugs"
|
||||
},
|
||||
"5": {
|
||||
"then": "Een vuilnisbak voor injectienaalden en andere scherpe voorwerpen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -1139,6 +1139,20 @@
|
|||
"shortDescription": "This map shows the nature reserves of Natuurpunt",
|
||||
"description": "On this map you can find all the nature reserves that Natuurpunt offers "
|
||||
},
|
||||
"observation_towers": {
|
||||
"title": "Observation towers",
|
||||
"shortDescription": "Publicly accessible towers to enjoy the view",
|
||||
"description": "Publicly accessible towers to enjoy the view",
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"title": "OpenWindPowerMap",
|
||||
"description": "A map for showing and editing wind turbines.",
|
||||
|
@ -1308,6 +1322,17 @@
|
|||
"shortDescription": "Surveillance cameras and other means of surveillance",
|
||||
"description": "On this open map, you can find surveillance cameras."
|
||||
},
|
||||
"toerisme_vlaanderen": {
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"toilets": {
|
||||
"title": "Open Toilet Map",
|
||||
"description": "A map of public toilets"
|
||||
|
|
|
@ -848,6 +848,20 @@
|
|||
"shortDescription": "Deze kaart toont de natuurgebieden van Natuurpunt",
|
||||
"description": "Op deze kaart vind je alle natuurgebieden die Natuurpunt ter beschikking stelt"
|
||||
},
|
||||
"observation_towers": {
|
||||
"title": "Uitkijktorens",
|
||||
"shortDescription": "Publieke uitkijktorens om van het panorama te genieten",
|
||||
"description": "Publieke uitkijktorens om van het panorama te genieten",
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"layers": {
|
||||
"0": {
|
||||
|
@ -1049,7 +1063,16 @@
|
|||
"toerisme_vlaanderen": {
|
||||
"title": "Toeristisch relevante info",
|
||||
"shortDescription": "Een kaart om toeristisch relevante info op aan te duiden",
|
||||
"description": "Op deze kaart kan je info zien voor toeristen en zelf aanpasingen maken, zichtbaar voor iedereen"
|
||||
"description": "Op deze kaart kan je info zien voor toeristen en zelf aanpasingen maken, zichtbaar voor iedereen",
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"toilets": {
|
||||
"title": "Open Toilettenkaart",
|
||||
|
|
Loading…
Reference in a new issue