forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
b9fb18ee4c
45 changed files with 1651 additions and 854 deletions
455
langs/en.json
455
langs/en.json
|
@ -1,181 +1,294 @@
|
|||
{
|
||||
"image": {
|
||||
"addPicture": "Add picture",
|
||||
"uploadingPicture": "Uploading your picture…",
|
||||
"uploadingMultiple": "Uploading {count} pictures…",
|
||||
"pleaseLogin": "Please log in to add a picture",
|
||||
"willBePublished": "Your picture will be published: ",
|
||||
"cco": "in the public domain",
|
||||
"ccbs": "under the CC-BY-SA-license",
|
||||
"ccb": "under the CC-BY-license",
|
||||
"uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them.",
|
||||
"respectPrivacy": "Do not photograph people nor license plates. Do not upload Google Maps, Google Streetview or other copyrighted sources.",
|
||||
"uploadDone": "<span class='thanks'>Your picture has been added. Thanks for helping out!</span>",
|
||||
"dontDelete": "Cancel",
|
||||
"doDelete": "Remove image",
|
||||
"isDeleted": "Deleted"
|
||||
"image": {
|
||||
"addPicture": "Add picture",
|
||||
"uploadingPicture": "Uploading your picture…",
|
||||
"uploadingMultiple": "Uploading {count} pictures…",
|
||||
"pleaseLogin": "Please log in to add a picture",
|
||||
"willBePublished": "Your picture will be published: ",
|
||||
"cco": "in the public domain",
|
||||
"ccbs": "under the CC-BY-SA-license",
|
||||
"ccb": "under the CC-BY-license",
|
||||
"uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them.",
|
||||
"respectPrivacy": "Do not photograph people nor license plates. Do not upload Google Maps, Google Streetview or other copyrighted sources.",
|
||||
"uploadDone": "<span class='thanks'>Your picture has been added. Thanks for helping out!</span>",
|
||||
"dontDelete": "Cancel",
|
||||
"doDelete": "Remove image",
|
||||
"isDeleted": "Deleted"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Loading data…",
|
||||
"zoomIn": "Zoom in to view or edit the data",
|
||||
"ready": "Done!",
|
||||
"retrying": "Loading data failed. Trying again in {count} seconds…"
|
||||
},
|
||||
"index": {
|
||||
"#": "These texts are shown above the theme buttons when no theme is loaded",
|
||||
"title": "Welcome to MapComplete",
|
||||
"intro": "MapComplete is an OpenStreetMap-viewer and editor, which shows you information about a specific theme.",
|
||||
"pickTheme": "Pick a theme below to get started."
|
||||
},
|
||||
"general": {
|
||||
"loginWithOpenStreetMap": "Login with OpenStreetMap",
|
||||
"welcomeBack": "You are logged in, welcome back!",
|
||||
"loginToStart": "Login to answer this question",
|
||||
"search": {
|
||||
"search": "Search a location",
|
||||
"searching": "Searching…",
|
||||
"nothing": "Nothing found…",
|
||||
"error": "Something went wrong…"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Loading data…",
|
||||
"zoomIn": "Zoom in to view or edit the data",
|
||||
"ready": "Done!",
|
||||
"retrying": "Loading data failed. Trying again in {count} seconds…"
|
||||
"returnToTheMap": "Return to the map",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"skip": "Skip this question",
|
||||
"oneSkippedQuestion": "One question is skipped",
|
||||
"skippedQuestions": "Some questions are skipped",
|
||||
"number": "number",
|
||||
"osmLinkTooltip": "See this object on OpenStreetMap for history and more editing options",
|
||||
"add": {
|
||||
"addNew": "Add a new {category} here",
|
||||
"title": "Add a new point?",
|
||||
"intro": "You clicked somewhere where no data is known yet.<br/>",
|
||||
"pleaseLogin": "<a class='activate-osm-authentication'>Please log in to add a new point</a>",
|
||||
"zoomInFurther": "Zoom in further to add a point.",
|
||||
"stillLoading": "The data is still loading. Please wait a bit before you add a new point.",
|
||||
"confirmIntro": "<h3>Add a {title} here?</h3>The point you create here will be <b>visible for everyone</b>. Please, only add things on to the map if they truly exist. A lot of applications use this data.",
|
||||
"confirmButton": "Add a {category} here.<br/><div class='alert'>Your addition is visible for everyone</div>",
|
||||
"openLayerControl": "Open the layer control box",
|
||||
"layerNotEnabled": "The layer {layer} is not enabled. Enable this layer to add a point"
|
||||
},
|
||||
"index": {
|
||||
"#": "These texts are shown above the theme buttons when no theme is loaded",
|
||||
"title": "Welcome to MapComplete",
|
||||
"intro": "MapComplete is an OpenStreetMap-viewer and editor, which shows you information about a specific theme.",
|
||||
"pickTheme": "Pick a theme below to get started."
|
||||
"pickLanguage": "Choose a language: ",
|
||||
"about": "Easily edit and add OpenStreetMap for a certain theme",
|
||||
"nameInlineQuestion": "The name of this {category} is $$$",
|
||||
"noNameCategory": "{category} without a name",
|
||||
"questions": {
|
||||
"phoneNumberOf": "What is the phone number of {category}?",
|
||||
"phoneNumberIs": "The phone number of this {category} is <a href='tel:{phone}' target='_blank'>{phone}</a>",
|
||||
"websiteOf": "What is the website of {category}?",
|
||||
"websiteIs": "Website: <a href='{website}' target='_blank'>{website}</a>",
|
||||
"emailOf": "What is the email address of {category}?",
|
||||
"emailIs": "The email address of this {category} is <a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"general": {
|
||||
"loginWithOpenStreetMap": "Login with OpenStreetMap",
|
||||
"loginOnlyNeededToEdit": "to make changes to the map",
|
||||
"welcomeBack": "You are logged in, welcome back!",
|
||||
"loginToStart": "Login to answer this question",
|
||||
"testing":"Testing - changes won't be saved",
|
||||
"search": {
|
||||
"search": "Search a location",
|
||||
"searching": "Searching…",
|
||||
"nothing": "Nothing found…",
|
||||
"error": "Something went wrong…"
|
||||
"loginWithOpenStreetMap": "Login with OpenStreetMap",
|
||||
"loginOnlyNeededToEdit": "to make changes to the map",
|
||||
"welcomeBack": "You are logged in, welcome back!",
|
||||
"loginToStart": "Login to answer this question",
|
||||
"testing": "Testing - changes won't be saved",
|
||||
"search": {
|
||||
"search": "Search a location",
|
||||
"searching": "Searching…",
|
||||
"nothing": "Nothing found…",
|
||||
"error": "Something went wrong…"
|
||||
},
|
||||
"returnToTheMap": "Return to the map",
|
||||
"openTheMap": "Open the map",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"skip": "Skip this question",
|
||||
"oneSkippedQuestion": "One question is skipped",
|
||||
"skippedQuestions": "Some questions are skipped",
|
||||
"number": "number",
|
||||
"osmLinkTooltip": "See this object on OpenStreetMap for history and more editing options",
|
||||
"add": {
|
||||
"addNew": "Add a new {category} here",
|
||||
"title": "Add a new point?",
|
||||
"intro": "You clicked somewhere where no data is known yet.<br/>",
|
||||
"pleaseLogin": "<a class='activate-osm-authentication'>Please log in to add a new point</a>",
|
||||
"zoomInFurther": "Zoom in further to add a point.",
|
||||
"stillLoading": "The data is still loading. Please wait a bit before you add a new point.",
|
||||
"confirmIntro": "<h3>Add a {title} here?</h3>The point you create here will be <b>visible for everyone</b>. Please, only add things on to the map if they truly exist. A lot of applications use this data.",
|
||||
"warnVisibleForEveryone": "Your addition will be visible for everyone",
|
||||
"openLayerControl": "Open the layer control box",
|
||||
"layerNotEnabled": "The layer {layer} is not enabled. Enable this layer to add a point"
|
||||
},
|
||||
"pickLanguage": "Choose a language: ",
|
||||
"about": "Easily edit and add OpenStreetMap for a certain theme",
|
||||
"nameInlineQuestion": "The name of this {category} is $$$",
|
||||
"noNameCategory": "{category} without a name",
|
||||
"questions": {
|
||||
"phoneNumberOf": "What is the phone number of {category}?",
|
||||
"phoneNumberIs": "The phone number of this {category} is <a href='tel:{phone}' target='_blank'>{phone}</a>",
|
||||
"websiteOf": "What is the website of {category}?",
|
||||
"websiteIs": "Website: <a href='{website}' target='_blank'>{website}</a>",
|
||||
"emailOf": "What is the email address of {category}?",
|
||||
"emailIs": "The email address of this {category} is <a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"openStreetMapIntro": "<h3>An Open Map</h3><p>Wouldn't it be cool if there was a single map, which everyone could freely use and edit? A single place to store all geo-information? Then, all those websites with different, small and incompatible maps (which are always outdated) wouldn't be needed anymore.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> is this map. The map data can be used for free (with <a href='https://osm.org/copyright' target='_blank'>attribution and publication of changes to that data</a>). On top of that, everyone can freely add new data and fix errors. This website uses OpenStreetMap as well. All the data is from there, and your answers and corrections are added there as well.</p><p>A ton of people and application already use OpenStreetMap: <a href='https://maps.me/' target='_blank'>Maps.me</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, but also the maps at Facebook, Instagram, Apple-maps and Bing-maps are (partly) powered by OpenStreetMap. If you change something here, it'll be reflected in those applications too - after their next update!</p>",
|
||||
"attribution": {
|
||||
"attributionTitle": "Attribution notice",
|
||||
"attributionContent": "<p>All data is provided by <a href='https://osm.org' target='_blank'>OpenStreetMap</a>, freely reusable under <a href='https://osm.org/copyright' target='_blank'>the Open DataBase License</a>.</p>",
|
||||
"themeBy": "Theme maintained by {author}",
|
||||
"iconAttribution": {
|
||||
"title": "Used icons"
|
||||
},
|
||||
"returnToTheMap": "Return to the map",
|
||||
"openTheMap": "Open the map",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"skip": "Skip this question",
|
||||
"oneSkippedQuestion": "One question is skipped",
|
||||
"skippedQuestions": "Some questions are skipped",
|
||||
"number": "number",
|
||||
"osmLinkTooltip": "See this object on OpenStreetMap for history and more editing options",
|
||||
"add": {
|
||||
"addNew": "Add a new {category} here",
|
||||
"title": "Add a new point?",
|
||||
"intro": "You clicked somewhere where no data is known yet.<br/>",
|
||||
"pleaseLogin": "<a class='activate-osm-authentication'>Please log in to add a new point</a>",
|
||||
"zoomInFurther": "Zoom in further to add a point.",
|
||||
"stillLoading": "The data is still loading. Please wait a bit before you add a new point.",
|
||||
"confirmIntro": "<h3>Add a {title} here?</h3>The point you create here will be <b>visible for everyone</b>. Please, only add things on to the map if they truly exist. A lot of applications use this data.",
|
||||
"warnVisibleForEveryone": "Your addition will be visible for everyone",
|
||||
"openLayerControl": "Open the layer control box",
|
||||
"layerNotEnabled": "The layer {layer} is not enabled. Enable this layer to add a point"
|
||||
"mapContributionsBy": "The current visible data has edits made by {contributors}",
|
||||
"mapContributionsByAndHidden": "The current visible data has edits made by {contributors} and {hiddenCount} more contributors",
|
||||
"codeContributionsBy": "MapComplete has been built by {contributors} and <a href='https://github.com/pietervdvn/MapComplete/graphs/contributors' target='_blank'>{hiddenCount} more contributors</a>"
|
||||
},
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Share this map</h3> Share this map by copying the link below and sending it to friends and family:",
|
||||
"addToHomeScreen": "<h3>Add to your home screen</h3>You can easily add this website to your smartphone home screen for a native feel. Click the 'add to home screen button' in the URL bar to do this.",
|
||||
"embedIntro": "<h3>Embed on your website</h3>Please, embed this map into your website. <br/>We encourage you to do it - you don't even have to ask permission. <br/> It is free, and always will be. The more people using this, the more valuable it becomes.",
|
||||
"copiedToClipboard": "Link copied to clipboard",
|
||||
"thanksForSharing": "Thanks for sharing!",
|
||||
"editThisTheme": "Edit this theme",
|
||||
"editThemeDescription": "Add or change questions to this map theme",
|
||||
"fsUserbadge": "Enable the login button",
|
||||
"fsSearch": "Enable the search bar",
|
||||
"fsWelcomeMessage": "Show the welcome message popup and associated tabs",
|
||||
"fsLayers": "Enable the layer control",
|
||||
"fsLayerControlToggle": "Start with the layer control expanded",
|
||||
"fsAddNew": "Enable the 'add new POI' button",
|
||||
"fsGeolocation": "Enable the 'geolocate-me' button (mobile only)",
|
||||
"fsIncludeCurrentBackgroundMap": "Include the current background choice <b>{name}</b>",
|
||||
"fsIncludeCurrentLayers": "Include the current layer choices",
|
||||
"fsIncludeCurrentLocation": "Include current location"
|
||||
},
|
||||
"morescreen": {
|
||||
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
|
||||
"requestATheme": "If you want a custom-built quest, request it in the issue tracker",
|
||||
"streetcomplete": "Another, similar application is <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Create your own MapComplete theme from scratch"
|
||||
},
|
||||
"readYourMessages": "Please, read all your OpenStreetMap-messages before adding a new point.",
|
||||
"presetInfo": "The new POI will have {tags}",
|
||||
"fewChangesBefore": "Please, answer a few questions of existing points before adding a new point.",
|
||||
"goToInbox": "Open inbox",
|
||||
"getStartedLogin": "Login with OpenStreetMap to get started",
|
||||
"getStartedNewAccount": " or <a href='https://www.openstreetmap.org/user/new' target='_blank'>create a new account</a>",
|
||||
"noTagsSelected": "No tags selected",
|
||||
"customThemeIntro": "<h3>Custom themes</h3>These are previously visited user-generated themes.",
|
||||
"aboutMapcomplete": "<h3>About MapComplete</h3><p>With MapComplete you can enrich OpenStreetMap with information on a <b>single theme.</b> Answer a few questions, and within minutes your contributions will be available around the globe! The <b>theme maintainer</b> defines elements, questions and languages for the theme.</p><h3>Find out more</h3><p>MapComplete always <b>offers the next step</b> to learn more about OpenStreetMap.<ul><li>When embedded in a website, the iframe links to a full-screen MapComplete</li><li>The full-screen version offers information about OpenStreetMap</li><li>Viewing works without login, but editing requires an OSM login.</li><li>If you are not logged in, you are asked to log in</li><li>Once you answered a single question, you can add new points to the map</li><li>After a while, actual OSM-tags are shown, later linking to the wiki</li></ul></p><br/><p>Did you notice <b>an issue</b>? Do you have a <b>feature request</b>? Want to <b>help translate</b>? Head over to <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>the source code</a> or <a href='https://github.com/pietervdvn/MapComplete/issues' target='_blank'>issue tracker.</a> </p><p> Want to see <b>your progress</b>? Follow the edit count on <a href='https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D' target='_blank' >OsmCha</a>.</p>",
|
||||
"backgroundMap": "Background map",
|
||||
"layerSelection": {
|
||||
"zoomInToSeeThisLayer": "Zoom in to see this layer",
|
||||
"title": "Select layers"
|
||||
},
|
||||
"loadingCountry": "Determining country...",
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"monday": "Mon",
|
||||
"tuesday": "Tue",
|
||||
"wednesday": "Wed",
|
||||
"thursday": "Thu",
|
||||
"friday": "Fri",
|
||||
"saturday": "Sat",
|
||||
"sunday": "Sun"
|
||||
},
|
||||
"pickLanguage": "Choose a language: ",
|
||||
"about": "Easily edit and add OpenStreetMap for a certain theme",
|
||||
"nameInlineQuestion": "The name of this {category} is $$$",
|
||||
"noNameCategory": "{category} without a name",
|
||||
"questions": {
|
||||
"phoneNumberOf": "What is the phone number of {category}?",
|
||||
"phoneNumberIs": "The phone number of this {category} is <a href='tel:{phone}' target='_blank'>{phone}</a>",
|
||||
"websiteOf": "What is the website of {category}?",
|
||||
"websiteIs": "Website: <a href='{website}' target='_blank'>{website}</a>",
|
||||
"emailOf": "What is the email address of {category}?",
|
||||
"emailIs": "The email address of this {category} is <a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"openStreetMapIntro": "<h3>An Open Map</h3><p>Wouldn't it be cool if there was a single map, which everyone could freely use and edit? A single place to store all geo-information? Then, all those websites with different, small and incompatible maps (which are always outdated) wouldn't be needed anymore.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> is this map. The map data can be used for free (with <a href='https://osm.org/copyright' target='_blank'>attribution and publication of changes to that data</a>). On top of that, everyone can freely add new data and fix errors. This website uses OpenStreetMap as well. All the data is from there, and your answers and corrections are added there as well.</p><p>A ton of people and application already use OpenStreetMap: <a href='https://maps.me/' target='_blank'>Maps.me</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, but also the maps at Facebook, Instagram, Apple-maps and Bing-maps are (partly) powered by OpenStreetMap. If you change something here, it'll be reflected in those applications too - after their next update!</p>",
|
||||
"attribution": {
|
||||
"attributionTitle": "Attribution notice",
|
||||
"attributionContent": "<p>All data is provided by <a href='https://osm.org' target='_blank'>OpenStreetMap</a>, freely reusable under <a href='https://osm.org/copyright' target='_blank'>the Open DataBase License</a>.</p>",
|
||||
"themeBy": "Theme maintained by {author}",
|
||||
"iconAttribution": {
|
||||
"title": "Used icons"
|
||||
},
|
||||
"mapContributionsBy": "The current visible data has edits made by {contributors}",
|
||||
"mapContributionsByAndHidden": "The current visible data has edits made by {contributors} and {hiddenCount} more contributors",
|
||||
"codeContributionsBy": "MapComplete has been built by {contributors} and <a href='https://github.com/pietervdvn/MapComplete/graphs/contributors' target='_blank'>{hiddenCount} more contributors</a>"
|
||||
},
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Share this map</h3> Share this map by copying the link below and sending it to friends and family:",
|
||||
"addToHomeScreen": "<h3>Add to your home screen</h3>You can easily add this website to your smartphone home screen for a native feel. Click the 'add to home screen button' in the URL bar to do this.",
|
||||
"embedIntro": "<h3>Embed on your website</h3>Please, embed this map into your website. <br/>We encourage you to do it - you don't even have to ask permission. <br/> It is free, and always will be. The more people using this, the more valuable it becomes.",
|
||||
"copiedToClipboard": "Link copied to clipboard",
|
||||
"thanksForSharing": "Thanks for sharing!",
|
||||
"editThisTheme": "Edit this theme",
|
||||
"editThemeDescription": "Add or change questions to this map theme",
|
||||
"fsUserbadge": "Enable the login button",
|
||||
"fsSearch": "Enable the search bar",
|
||||
"fsWelcomeMessage": "Show the welcome message popup and associated tabs",
|
||||
"fsLayers": "Enable the layer control",
|
||||
"fsLayerControlToggle": "Start with the layer control expanded",
|
||||
"fsAddNew": "Enable the 'add new POI' button",
|
||||
"fsGeolocation": "Enable the 'geolocate-me' button (mobile only)",
|
||||
"fsIncludeCurrentBackgroundMap": "Include the current background choice <b>{name}</b>",
|
||||
"fsIncludeCurrentLayers": "Include the current layer choices",
|
||||
"fsIncludeCurrentLocation": "Include current location"
|
||||
},
|
||||
"morescreen": {
|
||||
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
|
||||
"requestATheme": "If you want a custom-built quest, request it in the issue tracker",
|
||||
"streetcomplete": "Another, similar application is <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Create your own MapComplete theme from scratch"
|
||||
},
|
||||
"readYourMessages": "Please, read all your OpenStreetMap-messages before adding a new point.",
|
||||
"presetInfo": "The new POI will have {tags}",
|
||||
"fewChangesBefore": "Please, answer a few questions of existing points before adding a new point.",
|
||||
"goToInbox": "Open inbox",
|
||||
"getStartedLogin": "Login with OpenStreetMap to get started",
|
||||
"getStartedNewAccount": " or <a href='https://www.openstreetmap.org/user/new' target='_blank'>create a new account</a>",
|
||||
"noTagsSelected": "No tags selected",
|
||||
"customThemeIntro": "<h3>Custom themes</h3>These are previously visited user-generated themes.",
|
||||
"aboutMapcomplete": "<h3>About MapComplete</h3><p>With MapComplete you can enrich OpenStreetMap with information on a <b>single theme.</b> Answer a few questions, and within minutes your contributions will be available around the globe! The <b>theme maintainer</b> defines elements, questions and languages for the theme.</p><h3>Find out more</h3><p>MapComplete always <b>offers the next step</b> to learn more about OpenStreetMap.<ul><li>When embedded in a website, the iframe links to a full-screen MapComplete</li><li>The full-screen version offers information about OpenStreetMap</li><li>Viewing works without login, but editing requires an OSM login.</li><li>If you are not logged in, you are asked to log in</li><li>Once you answered a single question, you can add new points to the map</li><li>After a while, actual OSM-tags are shown, later linking to the wiki</li></ul></p><br/><p>Did you notice <b>an issue</b>? Do you have a <b>feature request</b>? Want to <b>help translate</b>? Head over to <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>the source code</a> or <a href='https://github.com/pietervdvn/MapComplete/issues' target='_blank'>issue tracker.</a> </p><p> Want to see <b>your progress</b>? Follow the edit count on <a href='https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D' target='_blank' >OsmCha</a>.</p>",
|
||||
"backgroundMap": "Background map",
|
||||
"layerSelection": {
|
||||
"zoomInToSeeThisLayer": "Zoom in to see this layer",
|
||||
"title": "Select layers"
|
||||
},
|
||||
"loadingCountry": "Determining country...",
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"monday": "Mon",
|
||||
"tuesday": "Tue",
|
||||
"wednesday": "Wed",
|
||||
"thursday": "Thu",
|
||||
"friday": "Fri",
|
||||
"saturday": "Sat",
|
||||
"sunday": "Sun"
|
||||
},
|
||||
"monday": "Monday",
|
||||
"tuesday": "Tuesday",
|
||||
"wednesday": "Wednesday",
|
||||
"thursday": "Thursday",
|
||||
"friday": "Friday",
|
||||
"saturday": "Saturday",
|
||||
"sunday": "Sunday"
|
||||
},
|
||||
"opening_hours": {
|
||||
"error_loading": "Error: could not visualize these opening hours.",
|
||||
"open_during_ph": "During a public holiday, this amenity is",
|
||||
"opensAt": "from",
|
||||
"openTill": "till",
|
||||
"not_all_rules_parsed": "The opening hours of this shop are complicated. The following rules are ignored in the input element:",
|
||||
"closed_until": "Closed until {date}",
|
||||
"closed_permanently": "Closed for an unkown duration",
|
||||
"open_24_7": "Opened around the clock",
|
||||
"ph_not_known": " ",
|
||||
"ph_closed": "closed",
|
||||
"ph_open": "opened with different hours",
|
||||
"ph_open_as_usual": "opened as usual"
|
||||
}
|
||||
"monday": "Monday",
|
||||
"tuesday": "Tuesday",
|
||||
"wednesday": "Wednesday",
|
||||
"thursday": "Thursday",
|
||||
"friday": "Friday",
|
||||
"saturday": "Saturday",
|
||||
"sunday": "Sunday"
|
||||
},
|
||||
"opening_hours": {
|
||||
"error_loading": "Error: could not visualize these opening hours.",
|
||||
"open_during_ph": "During a public holiday, this amenity is",
|
||||
"opensAt": "from",
|
||||
"openTill": "till",
|
||||
"not_all_rules_parsed": "The opening hours of this shop are complicated. The following rules are ignored in the input element:",
|
||||
"closed_until": "Closed until {date}",
|
||||
"closed_permanently": "Closed for an unkown duration",
|
||||
"open_24_7": "Opened around the clock",
|
||||
"ph_not_known": " ",
|
||||
"ph_closed": "closed",
|
||||
"ph_open": "opened with different hours",
|
||||
"ph_open_as_usual": "opened as usual"
|
||||
}
|
||||
},
|
||||
"favourite": {
|
||||
"panelIntro": "<h3>Your personal theme</h3>Activate your favourite layers from all the official themes",
|
||||
"loginNeeded": "<h3>Log in</h3>A personal layout is only available for OpenStreetMap users",
|
||||
"reload": "Reload the data"
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Share this map</h3> Share this map by copying the link below and sending it to friends and family:",
|
||||
"addToHomeScreen": "<h3>Add to your home screen</h3>You can easily add this website to your smartphone home screen for a native feel. Click the 'add to home screen button' in the URL bar to do this.",
|
||||
"embedIntro": "<h3>Embed on your website</h3>Please, embed this map into your website. <br/>We encourage you to do it - you don't even have to ask permission. <br/> It is free, and always will be. The more people using this, the more valuable it becomes.",
|
||||
"copiedToClipboard": "Link copied to clipboard",
|
||||
"thanksForSharing": "Thanks for sharing!",
|
||||
"editThisTheme": "Edit this theme",
|
||||
"editThemeDescription": "Add or change questions to this map theme",
|
||||
"fsUserbadge": "Enable the login button",
|
||||
"fsSearch": "Enable the search bar",
|
||||
"fsWelcomeMessage": "Show the welcome message popup and associated tabs",
|
||||
"fsLayers": "Enable the layer control",
|
||||
"fsLayerControlToggle": "Start with the layer control expanded",
|
||||
"fsAddNew": "Enable the 'add new POI' button",
|
||||
"fsGeolocation": "Enable the 'geolocate-me' button (mobile only)",
|
||||
"fsIncludeCurrentBackgroundMap": "Include the current background choice <b>{name}</b>",
|
||||
"fsIncludeCurrentLayers": "Include the current layer choices",
|
||||
"fsIncludeCurrentLocation": "Include current location"
|
||||
},
|
||||
"reviews": {
|
||||
"title": "{count} reviews",
|
||||
"title_singular": "One review",
|
||||
"name_required": "A name is required in order to display and create reviews",
|
||||
"no_reviews_yet": "There are no reviews yet. Be the first to write one and help open data and the business!",
|
||||
"write_a_comment": "Leave a review…",
|
||||
"no_rating": "No rating given",
|
||||
"posting_as": "Posting as",
|
||||
"i_am_affiliated": "<span>I am affiliated with this object</span><br/><span class='subtle'>Check if you are an owner, creator, employee, …</span>",
|
||||
"affiliated_reviewer_warning": "(Affiliated review)",
|
||||
"saving_review": "Saving…",
|
||||
"saved": "<span class='thanks'>Review saved. Thanks for sharing!</span>",
|
||||
"tos": "If you create a review, you agree to <a href='https://mangrove.reviews/terms' target='_blank'>the TOS and privacy policy of Mangrove.reviews</a>",
|
||||
"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"
|
||||
}
|
||||
"morescreen": {
|
||||
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
|
||||
"requestATheme": "If you want a custom-built quest, request it in the issue tracker",
|
||||
"streetcomplete": "Another, similar application is <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Create your own MapComplete theme from scratch"
|
||||
},
|
||||
"readYourMessages": "Please, read all your OpenStreetMap-messages before adding a new point.",
|
||||
"fewChangesBefore": "Please, answer a few questions of existing points before adding a new point.",
|
||||
"goToInbox": "Open inbox",
|
||||
"getStartedLogin": "Login with OpenStreetMap to get started",
|
||||
"getStartedNewAccount": " or <a href='https://www.openstreetmap.org/user/new' target='_blank'>create a new account</a>",
|
||||
"noTagsSelected": "No tags selected",
|
||||
"customThemeIntro": "<h3>Custom themes</h3>These are previously visited user-generated themes.",
|
||||
"aboutMapcomplete": "<h3>About MapComplete</h3><p>With MapComplete you can enrich OpenStreetMap with information on a <b>single theme.</b> Answer a few questions, and within minutes your contributions will be available around the globe! The <b>theme maintainer</b> defines elements, questions and languages for the theme.</p><h3>Find out more</h3><p>MapComplete always <b>offers the next step</b> to learn more about OpenStreetMap.<ul><li>When embedded in a website, the iframe links to a full-screen MapComplete</li><li>The full-screen version offers information about OpenStreetMap</li><li>Viewing works without login, but editing requires an OSM login.</li><li>If you are not logged in, you are asked to log in</li><li>Once you answered a single question, you can add new points to the map</li><li>After a while, actual OSM-tags are shown, later linking to the wiki</li></ul></p><br/><p>Did you notice <b>an issue</b>? Do you have a <b>feature request</b>? Want to <b>help translate</b>? Head over to <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>the source code</a> or <a href='https://github.com/pietervdvn/MapComplete/issues' target='_blank'>issue tracker.</a> </p><p> Want to see <b>your progress</b>? Follow the edit count on <a href='https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D' target='_blank' >OsmCha</a>.</p>",
|
||||
"backgroundMap": "Background map",
|
||||
"layerSelection": {
|
||||
"zoomInToSeeThisLayer": "Zoom in to see this layer",
|
||||
"title": "Select layers"
|
||||
},
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"monday": "Mon",
|
||||
"tuesday": "Tue",
|
||||
"wednesday": "Wed",
|
||||
"thursday": "Thu",
|
||||
"friday": "Fri",
|
||||
"saturday": "Sat",
|
||||
"sunday": "Sun"
|
||||
},
|
||||
"monday": "Monday",
|
||||
"tuesday": "Tuesday",
|
||||
"wednesday": "Wednesday",
|
||||
"thursday": "Thursday",
|
||||
"friday": "Friday",
|
||||
"saturday": "Saturday",
|
||||
"sunday": "Sunday"
|
||||
},
|
||||
"opening_hours": {
|
||||
"error_loading": "Error: could not visualize these opening hours.",
|
||||
"open_during_ph": "During a public holiday, this amenity is",
|
||||
"opensAt": "from",
|
||||
"openTill": "till",
|
||||
"not_all_rules_parsed": "The opening hours of this shop are complicated. The following rules are ignored in the input element:",
|
||||
"closed_until": "Closed until {date}",
|
||||
"closed_permanently": "Closed for an unkown duration",
|
||||
"open_24_7": "Opened around the clock",
|
||||
"ph_not_known": " ",
|
||||
"ph_closed": "closed",
|
||||
"ph_open": "opened"
|
||||
},
|
||||
"error_loading": "Error: could not load the histogram"
|
||||
},
|
||||
"favourite": {
|
||||
"panelIntro": "<h3>Your personal theme</h3>Activate your favourite layers from all the official themes",
|
||||
"loginNeeded": "<h3>Log in</h3>A personal layout is only available for OpenStreetMap users",
|
||||
"reload": "Reload the data"
|
||||
},
|
||||
"reviews": {
|
||||
"title": "{count} reviews",
|
||||
"title_singular": "One review",
|
||||
"name_required": "A name is required in order to display and create reviews",
|
||||
"no_reviews_yet": "There are no reviews yet. Be the first to write one and help open data and the business!",
|
||||
"write_a_comment": "Leave a review…",
|
||||
"no_rating": "No rating given",
|
||||
"posting_as": "Posting as",
|
||||
"i_am_affiliated": "<span>I am affiliated with this object</span><br/><span class='subtle'>Check if you are an owner, creator, employee, …</span>",
|
||||
"affiliated_reviewer_warning": "(Affiliated review)",
|
||||
"saving_review": "Saving…",
|
||||
"saved": "<span class='thanks'>Review saved. Thanks for sharing!</span>",
|
||||
"tos": "If you create a review, you agree to <a href='https://mangrove.reviews/terms' target='_blank'>the TOS and privacy policy of Mangrove.reviews</a>",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -214,6 +214,9 @@
|
|||
},
|
||||
"bike_parking": {
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"question": "К какому типу относится эта велопарковка?"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -229,9 +232,6 @@
|
|||
},
|
||||
"5": {
|
||||
"render": "{access}"
|
||||
},
|
||||
"1": {
|
||||
"question": "К какому типу относится эта велопарковка?"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -757,4 +757,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -23,27 +23,31 @@
|
|||
},
|
||||
"3": {
|
||||
"render": "材質:{material}",
|
||||
"question": "這個長椅 (座位) 是什麼做的?",
|
||||
"mappings": {
|
||||
"5": {
|
||||
"then": "材質:鋼鐵"
|
||||
},
|
||||
"4": {
|
||||
"then": "材質:塑膠"
|
||||
},
|
||||
"3": {
|
||||
"then": "材質:水泥"
|
||||
},
|
||||
"2": {
|
||||
"then": "材質:石頭"
|
||||
"0": {
|
||||
"then": "材質:木頭"
|
||||
},
|
||||
"1": {
|
||||
"then": "材質:金屬"
|
||||
},
|
||||
"0": {
|
||||
"then": "材質:木頭"
|
||||
"2": {
|
||||
"then": "材質:石頭"
|
||||
},
|
||||
"3": {
|
||||
"then": "材質:水泥"
|
||||
},
|
||||
"4": {
|
||||
"then": "材質:塑膠"
|
||||
},
|
||||
"5": {
|
||||
"then": "材質:鋼鐵"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "這個長椅 (座位) 是什麼做的?"
|
||||
},
|
||||
"4": {
|
||||
"question": "坐在長椅時是面對那個方向?",
|
||||
"render": "當坐在長椅時,那個人朝向 {direction}°。"
|
||||
},
|
||||
"5": {
|
||||
"render": "顏色:{colour}",
|
||||
|
@ -78,313 +82,309 @@
|
|||
"6": {
|
||||
"question": "上一次探察長椅是什麼時候?",
|
||||
"render": "這個長椅最後是在 {survey:date} 探查的"
|
||||
},
|
||||
"4": {
|
||||
"render": "當坐在長椅時,那個人朝向 {direction}°。",
|
||||
"question": "坐在長椅時是面對那個方向?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "新增長椅",
|
||||
"title": "長椅"
|
||||
"title": "長椅",
|
||||
"description": "新增長椅"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_parking": {
|
||||
"bench_at_pt": {
|
||||
"name": "大眾運輸站點的長椅",
|
||||
"title": {
|
||||
"render": "長椅",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "大眾運輸站點的長椅"
|
||||
},
|
||||
"1": {
|
||||
"then": "涼亭內的長椅"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"mappings": {
|
||||
"4": {
|
||||
"then": "屋頂停車場"
|
||||
},
|
||||
"3": {
|
||||
"then": "地面層停車場"
|
||||
},
|
||||
"2": {
|
||||
"then": "地面停車場"
|
||||
},
|
||||
"1": {
|
||||
"then": "地下停車場"
|
||||
},
|
||||
"0": {
|
||||
"then": "地下停車場"
|
||||
}
|
||||
},
|
||||
"question": "這個單車停車場的相對位置是?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"7": {
|
||||
"then": "樓層當中標示為單車停車場的區域"
|
||||
},
|
||||
"6": {
|
||||
"then": "柱子 <img style='width: 25%'' src='./assets/layers/bike_parking/bollard.svg'>"
|
||||
},
|
||||
"5": {
|
||||
"then": "車棚 <img style='width: 25%'' src='./assets/layers/bike_parking/shed.svg'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "兩層<img style='width: 25%'' src='./assets/layers/bike_parking/two_tier.svg'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "車架<img style='width: 25%'' src='./assets/layers/bike_parking/rack.svg'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "車把架 <img style='width: 25%'' src='./assets/layers/bike_parking/handlebar_holder.svg'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "車輪架/圓圈 <img style='width: 25%'' src='./assets/layers/bike_parking/wall_loops.svg'>"
|
||||
},
|
||||
"0": {
|
||||
"then": "單車架 <img style='width: 25%' src='./assets/layers/bike_parking/staple.svg'>"
|
||||
}
|
||||
},
|
||||
"render": "這個單車停車場的類型是:{bicycle_parking}",
|
||||
"question": "這是那種類型的單車停車場?"
|
||||
"render": "{name}"
|
||||
},
|
||||
"2": {
|
||||
"render": "站立長椅"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle_library": {
|
||||
"name": "單車圖書館",
|
||||
"title": {
|
||||
"render": "單車圖書館"
|
||||
},
|
||||
"description": "能夠長期租用單車的設施",
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"question": "這個單車圖書館的名稱是?",
|
||||
"render": "這個單車圖書館叫做 {name}"
|
||||
},
|
||||
"6": {
|
||||
"question": "租用單車的費用多少?",
|
||||
"render": "租借單車需要 {charge}",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "這停車場有設計 (官方) 空間給裝箱的單車。"
|
||||
},
|
||||
"0": {
|
||||
"then": "這個停車場有地方可以放裝箱單車"
|
||||
}
|
||||
},
|
||||
"question": "這個單車停車場有地方放裝箱的單車嗎?"
|
||||
},
|
||||
"5": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "通行性僅限學校、公司或組織的成員"
|
||||
"then": "租借單車免費"
|
||||
},
|
||||
"1": {
|
||||
"then": "通行性主要是為了企業的顧客"
|
||||
},
|
||||
"0": {
|
||||
"then": "公開可用"
|
||||
"then": "租借單車價錢 €20/year 與 €20 保證金"
|
||||
}
|
||||
},
|
||||
"render": "{access}",
|
||||
"question": "誰可以使用這個單車停車場?"
|
||||
},
|
||||
"4": {
|
||||
"render": "{capacity} 單車的地方",
|
||||
"question": "這個單車停車場能放幾台單車 (包括裝箱單車)?"
|
||||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "這個停車場沒有遮蔽"
|
||||
},
|
||||
"0": {
|
||||
"then": "這個停車場有遮蔽 (有屋頂)"
|
||||
}
|
||||
},
|
||||
"question": "這個停車場是否有車棚?如果是室內停車場也請選擇\"遮蔽\"。"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "單車停車場"
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "單車停車場"
|
||||
}
|
||||
},
|
||||
"name": "單車停車場"
|
||||
},
|
||||
"bike_monitoring_station": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "單車計數站 {ref}"
|
||||
},
|
||||
"0": {
|
||||
"then": "單車計數站 {name}"
|
||||
}
|
||||
},
|
||||
"render": "單車計數站"
|
||||
},
|
||||
"name": "監視站"
|
||||
},
|
||||
"bike_cleaning": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "單車清理服務"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "單車清理服務 <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "單車清理服務"
|
||||
},
|
||||
"name": "單車清理服務"
|
||||
},
|
||||
"bike_cafe": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "單車咖啡廳"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"question": "何時這個單車咖啡廳營運?"
|
||||
},
|
||||
"7": {
|
||||
"question": "{name} 的電子郵件地址是?"
|
||||
},
|
||||
"6": {
|
||||
"question": "{name} 的電話號碼是?"
|
||||
},
|
||||
"5": {
|
||||
"question": "{name} 的網站是?"
|
||||
},
|
||||
"4": {
|
||||
"question": "誰可以在這裡租單車?",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "這個單車咖啡廳並不修理單車"
|
||||
},
|
||||
"0": {
|
||||
"then": "這個單車咖啡廳修理單車"
|
||||
}
|
||||
},
|
||||
"question": "這個單車咖啡廳是否能修理單車?"
|
||||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "這個單車咖啡廳並沒有提供工具讓你修理"
|
||||
"then": "提供兒童單車"
|
||||
},
|
||||
"0": {
|
||||
"then": "這個單車咖啡廳提供工具讓你修理"
|
||||
}
|
||||
},
|
||||
"question": "這裡是否有工具修理你的單車嗎?"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "這個單車咖啡廳並沒有為所有人提供單車打氣甬"
|
||||
"then": "有提供成人單車"
|
||||
},
|
||||
"0": {
|
||||
"then": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬"
|
||||
"2": {
|
||||
"then": "有提供行動不便人士的單車"
|
||||
}
|
||||
},
|
||||
"question": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬嗎?"
|
||||
},
|
||||
"1": {
|
||||
"render": "這個單車咖啡廳叫做 {name}",
|
||||
"question": "這個單車咖啡廳的名稱是?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "單車咖啡廳<i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "單車咖啡廳"
|
||||
},
|
||||
"name": "單車咖啡廳"
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "自行車圖書館 ( Fietsbibliotheek)",
|
||||
"description": "單車圖書館有一大批單車供人租借"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "這個自動販賣機已經關閉了"
|
||||
},
|
||||
"1": {
|
||||
"then": "這個自動販賣機沒有運作了"
|
||||
},
|
||||
"0": {
|
||||
"then": "這個自動販賣機仍運作"
|
||||
}
|
||||
},
|
||||
"render": "運作狀態是 <i>{operational_status</i>",
|
||||
"question": "這個自動販賣機仍有運作嗎?"
|
||||
}
|
||||
"name": "自行車內胎自動售貨機",
|
||||
"title": {
|
||||
"render": "自行車內胎自動售貨機"
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "自行車內胎自動售貨機"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "自行車內胎自動售貨機"
|
||||
},
|
||||
"name": "自行車內胎自動售貨機"
|
||||
},
|
||||
"bicycle_library": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "單車圖書館有一大批單車供人租借",
|
||||
"title": "自行車圖書館 ( Fietsbibliotheek)"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"7": {
|
||||
"1": {
|
||||
"question": "這個自動販賣機仍有運作嗎?",
|
||||
"render": "運作狀態是 <i>{operational_status</i>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這個自動販賣機仍運作"
|
||||
},
|
||||
"1": {
|
||||
"then": "這個自動販賣機沒有運作了"
|
||||
},
|
||||
"2": {
|
||||
"then": "有提供行動不便人士的單車"
|
||||
},
|
||||
"1": {
|
||||
"then": "有提供成人單車"
|
||||
},
|
||||
"0": {
|
||||
"then": "提供兒童單車"
|
||||
"then": "這個自動販賣機已經關閉了"
|
||||
}
|
||||
},
|
||||
"question": "誰可以在這裡租單車?"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "租借單車價錢 €20/year 與 €20 保證金"
|
||||
},
|
||||
"0": {
|
||||
"then": "租借單車免費"
|
||||
}
|
||||
},
|
||||
"render": "租借單車需要 {charge}",
|
||||
"question": "租用單車的費用多少?"
|
||||
},
|
||||
"1": {
|
||||
"render": "這個單車圖書館叫做 {name}",
|
||||
"question": "這個單車圖書館的名稱是?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "單車圖書館"
|
||||
},
|
||||
"name": "單車圖書館",
|
||||
"description": "能夠長期租用單車的設施"
|
||||
}
|
||||
},
|
||||
"bench_at_pt": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "站立長椅"
|
||||
},
|
||||
"1": {
|
||||
"render": "{name}"
|
||||
"bike_cafe": {
|
||||
"name": "單車咖啡廳",
|
||||
"title": {
|
||||
"render": "單車咖啡廳",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "單車咖啡廳<i>{name}</i>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "涼亭內的長椅"
|
||||
},
|
||||
"0": {
|
||||
"then": "大眾運輸站點的長椅"
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"question": "這個單車咖啡廳的名稱是?",
|
||||
"render": "這個單車咖啡廳叫做 {name}"
|
||||
},
|
||||
"2": {
|
||||
"question": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬嗎?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬"
|
||||
},
|
||||
"1": {
|
||||
"then": "這個單車咖啡廳並沒有為所有人提供單車打氣甬"
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": "長椅"
|
||||
"3": {
|
||||
"question": "這裡是否有工具修理你的單車嗎?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這個單車咖啡廳提供工具讓你修理"
|
||||
},
|
||||
"1": {
|
||||
"then": "這個單車咖啡廳並沒有提供工具讓你修理"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"question": "這個單車咖啡廳是否能修理單車?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這個單車咖啡廳修理單車"
|
||||
},
|
||||
"1": {
|
||||
"then": "這個單車咖啡廳並不修理單車"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"question": "{name} 的網站是?"
|
||||
},
|
||||
"6": {
|
||||
"question": "{name} 的電話號碼是?"
|
||||
},
|
||||
"7": {
|
||||
"question": "{name} 的電子郵件地址是?"
|
||||
},
|
||||
"8": {
|
||||
"question": "何時這個單車咖啡廳營運?"
|
||||
}
|
||||
},
|
||||
"name": "大眾運輸站點的長椅"
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "單車咖啡廳"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_cleaning": {
|
||||
"name": "單車清理服務",
|
||||
"title": {
|
||||
"render": "單車清理服務",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "單車清理服務 <i>{name}</i>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "單車清理服務"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_monitoring_station": {
|
||||
"name": "監視站",
|
||||
"title": {
|
||||
"render": "單車計數站",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "單車計數站 {name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "單車計數站 {ref}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_parking": {
|
||||
"name": "單車停車場",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "單車停車場"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "單車停車場"
|
||||
},
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"question": "這是那種類型的單車停車場?",
|
||||
"render": "這個單車停車場的類型是:{bicycle_parking}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "單車架 <img style='width: 25%' src='./assets/layers/bike_parking/staple.svg'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "車輪架/圓圈 <img style='width: 25%'' src='./assets/layers/bike_parking/wall_loops.svg'>"
|
||||
},
|
||||
"2": {
|
||||
"then": "車把架 <img style='width: 25%'' src='./assets/layers/bike_parking/handlebar_holder.svg'>"
|
||||
},
|
||||
"3": {
|
||||
"then": "車架<img style='width: 25%'' src='./assets/layers/bike_parking/rack.svg'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "兩層<img style='width: 25%'' src='./assets/layers/bike_parking/two_tier.svg'>"
|
||||
},
|
||||
"5": {
|
||||
"then": "車棚 <img style='width: 25%'' src='./assets/layers/bike_parking/shed.svg'>"
|
||||
},
|
||||
"6": {
|
||||
"then": "柱子 <img style='width: 25%'' src='./assets/layers/bike_parking/bollard.svg'>"
|
||||
},
|
||||
"7": {
|
||||
"then": "樓層當中標示為單車停車場的區域"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "這個單車停車場的相對位置是?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "地下停車場"
|
||||
},
|
||||
"1": {
|
||||
"then": "地下停車場"
|
||||
},
|
||||
"2": {
|
||||
"then": "地面停車場"
|
||||
},
|
||||
"3": {
|
||||
"then": "地面層停車場"
|
||||
},
|
||||
"4": {
|
||||
"then": "屋頂停車場"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"question": "這個停車場是否有車棚?如果是室內停車場也請選擇\"遮蔽\"。",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這個停車場有遮蔽 (有屋頂)"
|
||||
},
|
||||
"1": {
|
||||
"then": "這個停車場沒有遮蔽"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"question": "這個單車停車場能放幾台單車 (包括裝箱單車)?",
|
||||
"render": "{capacity} 單車的地方"
|
||||
},
|
||||
"5": {
|
||||
"question": "誰可以使用這個單車停車場?",
|
||||
"render": "{access}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "公開可用"
|
||||
},
|
||||
"1": {
|
||||
"then": "通行性主要是為了企業的顧客"
|
||||
},
|
||||
"2": {
|
||||
"then": "通行性僅限學校、公司或組織的成員"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"question": "這個單車停車場有地方放裝箱的單車嗎?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這個停車場有地方可以放裝箱單車"
|
||||
},
|
||||
"1": {
|
||||
"then": "這停車場有設計 (官方) 空間給裝箱的單車。"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"undefined": {
|
||||
"website": {
|
||||
"question": "Apa situs web dari {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Apa alamat surel dari {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Apa situs web dari {name}?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,12 +9,12 @@
|
|||
"website": {
|
||||
"question": "Какой сайт у {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Есть ли еще что-то важное, о чем вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Какое время работы у {name}?",
|
||||
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"description": {
|
||||
"question": "Есть ли еще что-то важное, о чем вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,4 +4,4 @@
|
|||
"question": "Vad är telefonnumret till {name}?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"undefined": {
|
||||
"opening_hours": {
|
||||
"render": "<h3>開放時間</h3>{opening_hours_table(opening_hours)}",
|
||||
"question": "{name} 的開放時間是什麼?"
|
||||
},
|
||||
"description": {
|
||||
"question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。<br/><span style='font-size: small'>不要重覆答覆已經知道的事情</span>"
|
||||
},
|
||||
"website": {
|
||||
"question": "{name} 網址是什麼?"
|
||||
"phone": {
|
||||
"question": "{name} 的電話號碼是什麼?"
|
||||
},
|
||||
"email": {
|
||||
"question": "{name} 的電子郵件地址是什麼?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "{name} 的電話號碼是什麼?"
|
||||
"website": {
|
||||
"question": "{name} 網址是什麼?"
|
||||
},
|
||||
"description": {
|
||||
"question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。<br/><span style='font-size: small'>不要重覆答覆已經知道的事情</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "{name} 的開放時間是什麼?",
|
||||
"render": "<h3>開放時間</h3>{opening_hours_table(opening_hours)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
"3": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"5": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
},
|
||||
"description": "Eine Klettergelegenheit",
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"5": {
|
||||
"render": "<strong>{name}</strong>",
|
||||
"question": "Wie heißt diese Klettergelegenheit?",
|
||||
"mappings": {
|
||||
|
@ -212,6 +212,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Hier kann geklettert werden"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hier kann nicht geklettert werden"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -222,19 +225,19 @@
|
|||
"0": {
|
||||
"question": "Gibt es eine (inoffizielle) Website mit mehr Informationen (z.B. Topos)?"
|
||||
},
|
||||
"1": {
|
||||
"4": {
|
||||
"render": "Die Routen sind durchschnittlich <b>{climbing:length}m</b> lang",
|
||||
"question": "Wie lang sind die Routen (durchschnittlich) in Metern?"
|
||||
},
|
||||
"2": {
|
||||
"5": {
|
||||
"question": "Welche Schwierigkeit hat hier die leichteste Route (französisch/belgisches System)?",
|
||||
"render": "Die leichteste Route hat hier die Schwierigkeit {climbing:grade:french} (französisch/belgisches System)"
|
||||
"render": "Die leichteste Route hat hier die Schwierigkeit {climbing:grade:french:min} (französisch/belgisches System)"
|
||||
},
|
||||
"3": {
|
||||
"6": {
|
||||
"question": "Welche Schwierigkeit hat hier die schwerste Route (französisch/belgisches System)?",
|
||||
"render": "Die schwerste Route hat hier die Schwierigkeit {climbing:grade:french} (französisch/belgisches System)"
|
||||
"render": "Die schwerste Route hat hier die Schwierigkeit {climbing:grade:french:min} (französisch/belgisches System)"
|
||||
},
|
||||
"4": {
|
||||
"7": {
|
||||
"question": "Kann hier gebouldert werden?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -251,7 +254,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"8": {
|
||||
"question": "Ist Toprope-Klettern hier möglich?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -265,7 +268,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"9": {
|
||||
"question": "Ist hier Sportklettern möglich (feste Ankerpunkte)?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -279,7 +282,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"10": {
|
||||
"question": "Ist hier traditionelles Klettern möglich (eigene Sicherung z.B. mit Klemmkleilen)?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -293,7 +296,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"11": {
|
||||
"question": "Gibt es hier eine Speedkletter-Wand?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -434,21 +434,48 @@
|
|||
}
|
||||
},
|
||||
"3": {
|
||||
"question": "How long is this climbing route (in meters)?",
|
||||
"render": "This route is {climbing:length} meter long"
|
||||
},
|
||||
"4": {
|
||||
"question": "What is the difficulty of this climbing route according to the french/belgian system?",
|
||||
"render": "The difficulty is {climbing:grade:french} according to the french/belgian system"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Climbing route"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"name": "Climbing opportunities",
|
||||
"title": {
|
||||
"render": "Climbing opportunity"
|
||||
"render": "Climbing opportunity",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Climbing crag"
|
||||
},
|
||||
"1": {
|
||||
"then": "Climbing area <b>{name}</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Climbing site"
|
||||
},
|
||||
"3": {
|
||||
"then": "Climbing opportunity <b>{name}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "A climbing opportunity",
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"3": {
|
||||
"render": "<h3>Length overview</h3>{histogram(_length_hist)}"
|
||||
},
|
||||
"4": {
|
||||
"render": "<h3>Difficulties overview</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"5": {
|
||||
"render": "<strong>{name}</strong>",
|
||||
"question": "What is the name of this climbing opportunity?",
|
||||
"mappings": {
|
||||
|
@ -456,6 +483,16 @@
|
|||
"then": "This climbing opportunity doesn't have a name"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A climbing boulder - a single rock or cliff with one or a few climbing routes which can be climbed safely without rope"
|
||||
},
|
||||
"1": {
|
||||
"then": "A climbing crag - a single rock or cliff with at least a few climbing routes"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -483,6 +520,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Climbing is possible here"
|
||||
},
|
||||
"2": {
|
||||
"then": "Climbing is not possible here"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -494,18 +534,51 @@
|
|||
"question": "Is there a (unofficial) website with more informations (e.g. topos)?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> publicly accessible<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"1": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that </span> a permit is needed to access<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"2": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> only accessible to customers<br/>{_embedding_feature:access:description}"
|
||||
},
|
||||
"3": {
|
||||
"then": "<span class='subtle'>The <a href='#{_embedding_feature:id}'>containing feature</a> states that this is</span> only accessible to club members<br/>{_embedding_feature:access:description}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Who can access here?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Publicly accessible to anyone"
|
||||
},
|
||||
"1": {
|
||||
"then": "You need a permit to access here"
|
||||
},
|
||||
"2": {
|
||||
"then": "Only custumers"
|
||||
},
|
||||
"3": {
|
||||
"then": "Only club members"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"render": "The routes are <b>{climbing:length}m</b> long on average",
|
||||
"question": "What is the (average) length of the routes in meters?"
|
||||
},
|
||||
"2": {
|
||||
"5": {
|
||||
"question": "What is the level of the easiest route here, accoring to the french classification system?",
|
||||
"render": "The minimal difficulty is {climbing:grade:french} according to the french/belgian system"
|
||||
"render": "The minimal difficulty is {climbing:grade:french:min} according to the french/belgian system"
|
||||
},
|
||||
"3": {
|
||||
"6": {
|
||||
"question": "What is the level of the most difficult route here, accoring to the french classification system?",
|
||||
"render": "The maximal difficulty is {climbing:grade:french} according to the french/belgian system"
|
||||
"render": "The maximal difficulty is {climbing:grade:french:max} according to the french/belgian system"
|
||||
},
|
||||
"4": {
|
||||
"7": {
|
||||
"question": "Is bouldering possible here?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -522,7 +595,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"8": {
|
||||
"question": "Is toprope climbing possible here?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -536,7 +609,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"9": {
|
||||
"question": "Is sport climbing possible here on fixed anchors?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -550,7 +623,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"10": {
|
||||
"question": "Is traditional climbing possible here (using own gear e.g. chocks)?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -564,7 +637,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"11": {
|
||||
"question": "Is there a speed climbing wall?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -165,7 +165,7 @@
|
|||
},
|
||||
"3": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"5": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
},
|
||||
"3": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"5": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -448,7 +448,7 @@
|
|||
},
|
||||
"description": "登坂教室",
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"5": {
|
||||
"render": "<strong>{name}</strong>",
|
||||
"question": "この登坂教室の名前は何ですか?",
|
||||
"mappings": {
|
||||
|
@ -483,6 +483,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "ここでは登ることができる"
|
||||
},
|
||||
"2": {
|
||||
"then": "ここでは登ることができない"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -493,19 +496,19 @@
|
|||
"0": {
|
||||
"question": "もっと情報のある(非公式の)ウェブサイトはありますか(例えば、topos)?"
|
||||
},
|
||||
"1": {
|
||||
"4": {
|
||||
"render": "ルートの長さは平均で<b>{climbing:length} m</b>です",
|
||||
"question": "ルートの(平均)長さはメートル単位でいくつですか?"
|
||||
},
|
||||
"2": {
|
||||
"5": {
|
||||
"question": "ここで一番簡単なルートのレベルは、フランスのランク評価システムで何ですか?",
|
||||
"render": "フランス/ベルギーのランク評価システムでは、最小の難易度は{climbing:grade:french}です"
|
||||
"render": "フランス/ベルギーのランク評価システムでは、最小の難易度は{climbing:grade:french:min}です"
|
||||
},
|
||||
"3": {
|
||||
"6": {
|
||||
"question": "フランスのランク評価によると、ここで一番難しいルートのレベルはどれくらいですか?",
|
||||
"render": "フランス/ベルギーのランク評価システムでは、最大の難易度は{climbing:grade:french}です"
|
||||
"render": "フランス/ベルギーのランク評価システムでは、最大の難易度は{climbing:grade:french:max}です"
|
||||
},
|
||||
"4": {
|
||||
"7": {
|
||||
"question": "ここでボルダリングはできますか?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -522,7 +525,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"8": {
|
||||
"question": "ここでtoprope登坂はできますか?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -536,7 +539,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"9": {
|
||||
"question": "ここでは固定アンカー式のスポーツクライミングはできますか?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -550,7 +553,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"10": {
|
||||
"question": "伝統的な登山はここで可能ですか(例えば、チョックのような独自のギアを使用して)?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -564,7 +567,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"11": {
|
||||
"question": "スピードクライミングウォールはありますか?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -182,6 +182,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Klatring er mulig her"
|
||||
},
|
||||
"2": {
|
||||
"then": "Klatring er ikke mulig her"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -189,7 +192,7 @@
|
|||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"4": {
|
||||
"7": {
|
||||
"question": "Er buldring mulig her?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -312,9 +312,11 @@
|
|||
}
|
||||
},
|
||||
"3": {
|
||||
"question": "Hoe lang is deze klimroute (in meters)?",
|
||||
"render": "Deze klimroute is {climbing:length} meter lang"
|
||||
},
|
||||
"4": {
|
||||
"question": "Hoe moeilijk is deze klimroute volgens het Franse/Belgische systeem?",
|
||||
"render": "De klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem"
|
||||
}
|
||||
}
|
||||
|
@ -322,11 +324,22 @@
|
|||
"3": {
|
||||
"name": "Klimgelegenheden",
|
||||
"title": {
|
||||
"render": "Klimgelegenheid"
|
||||
"render": "Klimgelegenheid",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Klimsite <b>{name}</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Klimsite"
|
||||
},
|
||||
"3": {
|
||||
"then": "Klimgelegenheid <b>{name}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Een klimgelegenheid",
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"5": {
|
||||
"render": "<strong>{name}</strong>",
|
||||
"question": "Wat is de naam van dit Klimgelegenheid?",
|
||||
"mappings": {
|
||||
|
@ -352,19 +365,19 @@
|
|||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"1": {
|
||||
"4": {
|
||||
"render": "De klimroutes zijn gemiddeld <b>{climbing:length}m</b> lang",
|
||||
"question": "Wat is de (gemiddelde) lengte van de klimroutes, in meter?"
|
||||
},
|
||||
"2": {
|
||||
"5": {
|
||||
"question": "Wat is het niveau van de makkelijkste route, volgens het Franse classificatiesysteem?",
|
||||
"render": "De minimale klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem"
|
||||
"render": "De minimale klimmoeilijkheid is {climbing:grade:french:min} volgens het Franse/Belgische systeem"
|
||||
},
|
||||
"3": {
|
||||
"6": {
|
||||
"question": "Wat is het niveau van de moeilijkste route, volgens het Franse classificatiesysteem?",
|
||||
"render": "De maximale klimmoeilijkheid is {climbing:grade:french} volgens het Franse/Belgische systeem"
|
||||
"render": "De maximale klimmoeilijkheid is {climbing:grade:french:max} volgens het Franse/Belgische systeem"
|
||||
},
|
||||
"4": {
|
||||
"7": {
|
||||
"question": "Is het mogelijk om hier te bolderen?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -381,7 +394,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"8": {
|
||||
"question": "Is het mogelijk om hier te toprope-klimmen?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -395,7 +408,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"9": {
|
||||
"question": "Is het mogelijk om hier te sportklimmen/voorklimmen op reeds aangebrachte haken?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -409,7 +422,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"10": {
|
||||
"question": "Is het mogelijk om hier traditioneel te klimmen? <br/><span class='subtle'>(Dit is klimmen met klemblokjes en friends)</span>",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -423,7 +436,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"11": {
|
||||
"question": "Is er een snelklimmuur (speed climbing)?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -350,7 +350,7 @@
|
|||
},
|
||||
"3": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"5": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
|
@ -364,7 +364,7 @@
|
|||
}
|
||||
},
|
||||
"roamingRenderings": {
|
||||
"6": {
|
||||
"9": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Здесь можно заняться спортивным скалолазанием"
|
||||
|
@ -522,4 +522,4 @@
|
|||
"trees": {
|
||||
"title": "Деревья"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"aed": {
|
||||
"title": "Öppna AED-karta",
|
||||
"description": "På denna karta kan man hitta och markera närliggande defibrillatorer"
|
||||
},
|
||||
"artworks": {
|
||||
"title": "Öppen konstverkskarta"
|
||||
},
|
||||
"aed": {
|
||||
"description": "På denna karta kan man hitta och markera närliggande defibrillatorer",
|
||||
"title": "Öppna AED-karta"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -91,15 +91,91 @@
|
|||
"title": "單車圖書館",
|
||||
"description": "單車圖書館是指每年支付小額費用,然後可以租用單車的地方。最有名的單車圖書館案例是給小孩的,能夠讓長大的小孩用目前的單車換成比較大的單車"
|
||||
},
|
||||
"bike_monitoring_stations": {
|
||||
"title": "自行車監視站",
|
||||
"shortDescription": "布魯塞爾車行資料的即時單車監視站資料",
|
||||
"description": "這個主題顯示單車監視站的即時資料"
|
||||
},
|
||||
"bookcases": {
|
||||
"title": "開放書架地圖",
|
||||
"description": "公共書架是街邊箱子、盒子、舊的電話亭或是其他存放書本的物件,每一個人都能放置或拿取書本。這份地圖收集所有類型的書架,你可以探索你附近新的書架,同時也能用免費的開放街圖帳號來快速新增你最愛的書架。"
|
||||
},
|
||||
"campersite": {
|
||||
"title": "露營地點",
|
||||
"shortDescription": "露營者尋找渡過夜晚的場地",
|
||||
"description": "這個網站收集所有官方露營地點,以及那邊能排放廢水。你可以加上詳細的服務項目與價格,加上圖片以及評價。這是網站與網路 app,資料則是存在開放街圖,因此會永遠免費,而且可以被所有 app 再利用。",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "露營地",
|
||||
"title": {
|
||||
"render": "露營地 {name}",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "沒有名稱的露營地"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "露營地",
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"render": "這個地方叫做 {name}",
|
||||
"question": "這個地方叫做什麼?"
|
||||
},
|
||||
"2": {
|
||||
"question": "這個地方收費嗎?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "你要付費才能使用"
|
||||
},
|
||||
"1": {
|
||||
"then": "可以免費使用"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "這個地方收費 {charge}",
|
||||
"question": "這個地方收多少費用?"
|
||||
},
|
||||
"4": {
|
||||
"question": "這個地方有衛生設施嗎?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這個地方有衛生設施"
|
||||
},
|
||||
"1": {
|
||||
"then": "這個地方沒有衛生設施"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"render": "{capacity} 露營者能夠同時使用這個地方",
|
||||
"question": "多少露營者能夠待在這裡?(如果沒有明顯的空間數字或是允許車輛則可以跳過)"
|
||||
},
|
||||
"6": {
|
||||
"question": "這個地方有提網路連線嗎?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "這裡有網路連線"
|
||||
},
|
||||
"1": {
|
||||
"then": "這裡有網路連線"
|
||||
},
|
||||
"2": {
|
||||
"then": "這裡沒有網路連線"
|
||||
}
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"question": "你需要為網路連線付費嗎?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "你需要額外付費來使用網路連線"
|
||||
},
|
||||
"1": {
|
||||
"then": "你不需要額外付費來使用網路連線"
|
||||
}
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"question": "這個地方有廁所嗎?",
|
||||
"mappings": {
|
||||
|
@ -111,103 +187,34 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"question": "你想要為這個地方加一般的敘述嗎?(不要重覆加先前問過或提供的資訊,請保持敘述性-請將意見留在評價)",
|
||||
"render": "這個地方更詳細的資訊: {description}"
|
||||
"9": {
|
||||
"render": "官方網站:<a href='{website}'>{website}</a>",
|
||||
"question": "這個地方有網站嗎?"
|
||||
},
|
||||
"10": {
|
||||
"question": "這個地方有提供長期租用嗎?",
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "如果有長期租用合約才有可能待下來(如果你選擇這個地方則會在這份地圖消失)"
|
||||
"0": {
|
||||
"then": "有,這個地方有提供長期租用,但你也可以用天計算費用"
|
||||
},
|
||||
"1": {
|
||||
"then": "沒有,這裡沒有永久的客戶"
|
||||
},
|
||||
"0": {
|
||||
"then": "有,這個地方有提供長期租用,但你也可以用天計算費用"
|
||||
}
|
||||
},
|
||||
"question": "這個地方有提供長期租用嗎?"
|
||||
},
|
||||
"9": {
|
||||
"question": "這個地方有網站嗎?",
|
||||
"render": "官方網站:<a href='{website}'>{website}</a>"
|
||||
},
|
||||
"7": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "你不需要額外付費來使用網路連線"
|
||||
},
|
||||
"0": {
|
||||
"then": "你需要額外付費來使用網路連線"
|
||||
}
|
||||
},
|
||||
"question": "你需要為網路連線付費嗎?"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "這裡沒有網路連線"
|
||||
},
|
||||
"1": {
|
||||
"then": "這裡有網路連線"
|
||||
},
|
||||
"0": {
|
||||
"then": "這裡有網路連線"
|
||||
"then": "如果有長期租用合約才有可能待下來(如果你選擇這個地方則會在這份地圖消失)"
|
||||
}
|
||||
},
|
||||
"question": "這個地方有提網路連線嗎?"
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"question": "多少露營者能夠待在這裡?(如果沒有明顯的空間數字或是允許車輛則可以跳過)",
|
||||
"render": "{capacity} 露營者能夠同時使用這個地方"
|
||||
},
|
||||
"4": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "這個地方沒有衛生設施"
|
||||
},
|
||||
"0": {
|
||||
"then": "這個地方有衛生設施"
|
||||
}
|
||||
},
|
||||
"question": "這個地方有衛生設施嗎?"
|
||||
},
|
||||
"3": {
|
||||
"question": "這個地方收多少費用?",
|
||||
"render": "這個地方收費 {charge}"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "可以免費使用"
|
||||
},
|
||||
"0": {
|
||||
"then": "你要付費才能使用"
|
||||
}
|
||||
},
|
||||
"question": "這個地方收費嗎?"
|
||||
},
|
||||
"1": {
|
||||
"question": "這個地方叫做什麼?",
|
||||
"render": "這個地方叫做 {name}"
|
||||
"11": {
|
||||
"render": "這個地方更詳細的資訊: {description}",
|
||||
"question": "你想要為這個地方加一般的敘述嗎?(不要重覆加先前問過或提供的資訊,請保持敘述性-請將意見留在評價)"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "露營地"
|
||||
}
|
||||
},
|
||||
"description": "露營地",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "沒有名稱的露營地"
|
||||
}
|
||||
},
|
||||
"render": "露營地 {name}"
|
||||
},
|
||||
"name": "露營地"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"tagRenderings": {
|
||||
|
@ -224,9 +231,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "這個網站收集所有官方露營地點,以及那邊能排放廢水。你可以加上詳細的服務項目與價格,加上圖片以及評價。這是網站與網路 app,資料則是存在開放街圖,因此會永遠免費,而且可以被所有 app 再利用。",
|
||||
"shortDescription": "露營者尋找渡過夜晚的場地"
|
||||
}
|
||||
},
|
||||
"charging_stations": {
|
||||
"title": "充電站",
|
||||
|
@ -323,6 +328,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"ghostbikes": {
|
||||
"title": "幽靈單車",
|
||||
"description": "<b>幽靈單車</b>是用來紀念死於交通事故的單車騎士,在事發地點附近放置白色單車。<br/><br/>在這份地圖上面,你可以看到所有在開放街圖已知的幽靈單車。有缺漏的幽靈單車嗎?所有人都可以在這邊新增或是更新資訊-只有你有(免費)開放街圖帳號。"
|
||||
},
|
||||
"hailhydrant": {
|
||||
"title": "消防栓、滅火器、消防隊、以及急救站。",
|
||||
"shortDescription": "顯示消防栓、滅火器、消防隊與急救站的地圖。",
|
||||
|
@ -362,8 +371,8 @@
|
|||
},
|
||||
"surveillance": {
|
||||
"title": "被監視的監視器",
|
||||
"description": "在這份開放地圖,你可以找到監視鏡頭。",
|
||||
"shortDescription": "監視鏡頭與其他型式的監視"
|
||||
"shortDescription": "監視鏡頭與其他型式的監視",
|
||||
"description": "在這份開放地圖,你可以找到監視鏡頭。"
|
||||
},
|
||||
"toilets": {
|
||||
"title": "開放廁所地圖",
|
||||
|
@ -373,14 +382,5 @@
|
|||
"title": "樹木",
|
||||
"shortDescription": "所有樹木的地圖",
|
||||
"description": "繪製所有樹木!"
|
||||
},
|
||||
"bike_monitoring_stations": {
|
||||
"description": "這個主題顯示單車監視站的即時資料",
|
||||
"shortDescription": "布魯塞爾車行資料的即時單車監視站資料",
|
||||
"title": "自行車監視站"
|
||||
},
|
||||
"ghostbikes": {
|
||||
"description": "<b>幽靈單車</b>是用來紀念死於交通事故的單車騎士,在事發地點附近放置白色單車。<br/><br/>在這份地圖上面,你可以看到所有在開放街圖已知的幽靈單車。有缺漏的幽靈單車嗎?所有人都可以在這邊新增或是更新資訊-只有你有(免費)開放街圖帳號。",
|
||||
"title": "幽靈單車"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue