forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
448468c928
97 changed files with 5039 additions and 1139 deletions
|
@ -223,7 +223,11 @@
|
|||
"wikipediaboxTitle": "Wikipedia",
|
||||
"failed": "Loading the wikipedia entry failed",
|
||||
"loading": "Loading Wikipedia...",
|
||||
"noWikipediaPage": "This wikidata item has no corresponding wikipedia page yet."
|
||||
"noWikipediaPage": "This wikidata item has no corresponding wikipedia page yet.",
|
||||
"searchWikidata": "Search on wikidata",
|
||||
"noResults": "Nothing found for <i>{search}</i>",
|
||||
"doSearch": "Search above to see results",
|
||||
"createNewWikidata": "Create a new wikidata item"
|
||||
}
|
||||
},
|
||||
"favourite": {
|
||||
|
@ -247,6 +251,9 @@
|
|||
"attribution": "Reviews are powered by <a href='https://mangrove.reviews/' target='_blank'>Mangrove Reviews</a> and are available under <a href='https://mangrove.reviews/terms#8-licensing-of-content' target='_blank'>CC-BY 4.0</a>.",
|
||||
"plz_login": "Login to leave a review"
|
||||
},
|
||||
"multi_apply": {
|
||||
"autoApply": "When changing the attributes {attr_names}, these attributes will automatically be changed on {count} other objects too"
|
||||
},
|
||||
"move": {
|
||||
"loginToMove": "You must be logged in to move a point",
|
||||
"inviteToMove": "Move this point",
|
||||
|
|
|
@ -2500,6 +2500,34 @@
|
|||
"render": "Drinking water"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
"description": "All objects which have an etymology known",
|
||||
"name": "Has etymolgy",
|
||||
"tagRenderings": {
|
||||
"etymology_multi_apply": {
|
||||
"render": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}"
|
||||
},
|
||||
"simple etymology": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The origin of this name is unknown in all literature"
|
||||
}
|
||||
},
|
||||
"question": "What is this object named after?<br/><span class='subtle'>This might be written on the street name sign</span>",
|
||||
"render": "Named after {name:etymology}"
|
||||
},
|
||||
"street-name-sign-image": {
|
||||
"render": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Add image of a street name sign)}"
|
||||
},
|
||||
"wikipedia-etymology": {
|
||||
"question": "What is the Wikidata-item that this object is named after?",
|
||||
"render": "<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}"
|
||||
},
|
||||
"zoeken op inventaris onroerend erfgoed": {
|
||||
"render": "<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"food": {
|
||||
"filter": {
|
||||
"0": {
|
||||
|
|
|
@ -2446,6 +2446,31 @@
|
|||
"render": "Drinkbaar water"
|
||||
}
|
||||
},
|
||||
"etymology": {
|
||||
"description": "Alle lagen met een gelinkt etymology",
|
||||
"name": "Heeft etymology info",
|
||||
"tagRenderings": {
|
||||
"simple etymology": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "De oorsprong van deze naam is onbekend in de literatuur"
|
||||
}
|
||||
},
|
||||
"question": "Naar wat is dit object vernoemd?<br/><span class='subtle'>Dit staat mogelijks vermeld op het straatnaambordje</subtle>",
|
||||
"render": "Vernoemd naar {name:etymology}"
|
||||
},
|
||||
"street-name-sign-image": {
|
||||
"render": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Voeg afbeelding van straatnaambordje toe)}"
|
||||
},
|
||||
"wikipedia-etymology": {
|
||||
"question": "Wat is het Wikidata-item van hetgeen dit object is naar vernoemd?",
|
||||
"render": "<h3>Wikipedia artikel van de naamgever</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}"
|
||||
},
|
||||
"zoeken op inventaris onroerend erfgoed": {
|
||||
"render": "<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Zoeken op inventaris onroerend erfgoed</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"food": {
|
||||
"filter": {
|
||||
"0": {
|
||||
|
|
|
@ -78,6 +78,22 @@
|
|||
}
|
||||
},
|
||||
"question": "Is this place accessible with a wheelchair?"
|
||||
},
|
||||
"wikipedia": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No Wikipedia page has been linked yet"
|
||||
}
|
||||
},
|
||||
"question": "What is the corresponding Wikidata entity?"
|
||||
},
|
||||
"wikipedialink": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Not linked with Wikipedia"
|
||||
}
|
||||
},
|
||||
"question": "What is the corresponding item on Wikipedia?"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -78,6 +78,22 @@
|
|||
}
|
||||
},
|
||||
"question": "Is deze plaats rolstoeltoegankelijk?"
|
||||
},
|
||||
"wikipedia": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Er werd nog geen Wikipedia-pagina gekoppeld"
|
||||
}
|
||||
},
|
||||
"question": "Welk Wikidata-item komt overeen met dit object?"
|
||||
},
|
||||
"wikipedialink": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Nog geen Wikipedia-artikel bekend"
|
||||
}
|
||||
},
|
||||
"question": "Welk Wikipedia-artikel beschrijft dit object?"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -746,13 +746,9 @@
|
|||
"etymology": {
|
||||
"description": "On this map, you can see what an object is named after. The streets, buildings, ... come from OpenStreetMap which got linked with Wikidata. The information comes from Wpikipedia.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "All objects which have an etymology known",
|
||||
"name": "Has etymolgy",
|
||||
"tagRenderings": {
|
||||
"simple etymology": {
|
||||
"render": "Named after {name:etymology}"
|
||||
}
|
||||
"1": {
|
||||
"override": {
|
||||
"name": "Streets without etymology information"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1240,6 +1236,57 @@
|
|||
"shortDescription": "A map with playgrounds",
|
||||
"title": "Playgrounds"
|
||||
},
|
||||
"postboxes": {
|
||||
"description": "On this map you can find and add data of post offices and post boxes. You can use this map to find where you can mail your next postcard! :)<br/>Spotted an error or is a post box missing? You can edit this map with a free OpenStreetMap account. ",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "The layer showing postboxes.",
|
||||
"name": "Postboxes",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "postbox"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Postbox"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"description": "A layer showing post offices.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Currently open"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Post offices",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Post Office"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"OH": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7 opened (including holidays)"
|
||||
}
|
||||
},
|
||||
"question": "What are the opening hours for this post office?",
|
||||
"render": "Opening Hours: {opening_hours_table()}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Post Office"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "A map showing postboxes and post offices",
|
||||
"title": "Postbox and Post Office Map"
|
||||
},
|
||||
"shops": {
|
||||
"description": "On this map, one can mark basic information about shops, add opening hours and phone numbers",
|
||||
"layers": {
|
||||
|
@ -1371,56 +1418,5 @@
|
|||
"description": "On this map, you'll find waste baskets near you. If a waste basket is missing on this map, you can add it yourself",
|
||||
"shortDescription": "A map with waste baskets",
|
||||
"title": "Waste Basket"
|
||||
},
|
||||
"postboxes": {
|
||||
"description": "On this map you can find and add data of post offices and post boxes. You can use this map to find where you can mail your next postcard! :)<br/>Spotted an error or is a post box missing? You can edit this map with a free OpenStreetMap account. ",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "The layer showing postboxes.",
|
||||
"name": "Postboxes",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "postbox"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Postbox"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"description": "A layer showing post offices.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Currently open"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Post offices",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Post Office"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"OH": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7 opened (including holidays)"
|
||||
}
|
||||
},
|
||||
"question": "What are the opening hours for this post office?",
|
||||
"render": "Opening Hours: {opening_hours_table()}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Post Office"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "A map showing postboxes and post offices",
|
||||
"title": "Postbox and Post Office Map"
|
||||
}
|
||||
}
|
|
@ -627,13 +627,9 @@
|
|||
"etymology": {
|
||||
"description": "Op deze kaart zie je waar een plaats naar is vernoemd. De straten, gebouwen, ... komen uit OpenStreetMap, waar een link naar Wikidata werd gelegd. De informatie komt uit wikipedia.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Alle lagen met een gelinkt etymology",
|
||||
"name": "Heeft etymology info",
|
||||
"tagRenderings": {
|
||||
"simple etymology": {
|
||||
"render": "Vernoemd naar {name:etymology}"
|
||||
}
|
||||
"1": {
|
||||
"override": {
|
||||
"name": "Straten zonder etymologische informatie"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue