forked from MapComplete/MapComplete
Merge branch 'develop' into waste-theme
This commit is contained in:
commit
aabd6636c7
739 changed files with 102077 additions and 18691 deletions
1
langs/cs.json
Normal file
1
langs/cs.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -4,7 +4,7 @@
|
|||
"uploadingPicture": "Bild wird hochgeladen…",
|
||||
"uploadingMultiple": "{count} Bilder hochladen…",
|
||||
"pleaseLogin": "Bitte einloggen, um ein Bild hinzuzufügen",
|
||||
"willBePublished": "Ihr Bild wird veröffentlicht: ",
|
||||
"willBePublished": "Ihr Bild wird veröffentlicht ",
|
||||
"cco": "als 'Public Domain'",
|
||||
"ccbs": "unter der 'CC-BY-SA-Lizenz'",
|
||||
"ccb": "unter der 'CC-BY-Lizenz'",
|
||||
|
@ -15,7 +15,10 @@
|
|||
"doDelete": "Bild entfernen",
|
||||
"isDeleted": "Gelöscht",
|
||||
"uploadMultipleDone": "{count} Bilder wurden hinzugefügt. Vielen Dank für die Hilfe!",
|
||||
"toBig": "Ihr Bild ist zu groß, da es {actual_size} ist. Bitte verwenden Sie Bilder von höchstens {max_size}"
|
||||
"toBig": "Ihr Bild ist zu groß, da es {actual_size} ist. Bitte verwenden Sie Bilder von höchstens {max_size}",
|
||||
"ccoExplanation": "Das Hinzufügen eines gemeinfreien Bildes impliziert, dass jeder alles mit Ihrem Bild machen kann",
|
||||
"ccbsExplanation": "Die CC-BY-SA-Lizenz bedeutet, dass jeder Ihr Bild für jeden Zweck verwenden darf, aber Sie müssen genannt werden, und Remixe des Bildes müssen unter derselben Lizenz veröffentlicht werden",
|
||||
"ccbExplanation": "Die CC-BY-Lizenz besagt, dass jeder Ihr Bild für jeden Zweck verwenden darf, aber Sie müssen als Urheber genannt werden"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Daten werden geladen…",
|
||||
|
@ -28,9 +31,11 @@
|
|||
"title": "Willkommen bei MapComplete",
|
||||
"intro": "MapComplete ist eine OpenStreetMap-Anwendung, mit der Informationen zu Objekten eines bestimmten Themas angezeigt und angepasst werden können.",
|
||||
"pickTheme": "Wähle unten ein Thema, um zu starten.",
|
||||
"featuredThemeTitle": "Diese Woche im Blickpunkt"
|
||||
"featuredThemeTitle": "Diese Woche im Blickpunkt",
|
||||
"logIn": "Melden Sie sich an, um Themen anzuzeigen, die Sie zuvor besucht haben"
|
||||
},
|
||||
"general": {
|
||||
"example": "Beispiel",
|
||||
"loginWithOpenStreetMap": "Bei OpenStreetMap anmelden",
|
||||
"welcomeBack": "Sie sind eingeloggt, willkommen zurück!",
|
||||
"loginToStart": "Anmelden, um diese Frage zu beantworten",
|
||||
|
@ -65,7 +70,9 @@
|
|||
"disableFilters": "Alle Filter deaktivieren",
|
||||
"hasBeenImported": "Dieser Punkt wurde bereits importiert",
|
||||
"zoomInMore": "Vergrößern Sie die Ansicht, um dieses Element zu importieren",
|
||||
"warnVisibleForEveryone": "Ihre Ergänzung wird für alle sichtbar sein"
|
||||
"warnVisibleForEveryone": "Ihre Ergänzung wird für alle sichtbar sein",
|
||||
"importTags": "Das Element erhält {tags}",
|
||||
"wrongType": "Dieses Element ist weder ein Punkt noch ein Weg und kann nicht importiert werden"
|
||||
},
|
||||
"pickLanguage": "Sprache wählen: ",
|
||||
"about": "OpenStreetMap für ein bestimmtes Thema einfach bearbeiten und hinzufügen",
|
||||
|
|
120
langs/en.json
120
langs/en.json
|
@ -70,6 +70,11 @@
|
|||
"readMessages": "You have unread messages. Read these before deleting a point - someone might have feedback"
|
||||
},
|
||||
"general": {
|
||||
"logout": "Log out",
|
||||
"next": "Next",
|
||||
"confirm": "Confirm",
|
||||
"back": "Back",
|
||||
"backToMapcomplete": "Back to the theme overview",
|
||||
"loading": "Loading...",
|
||||
"pdf": {
|
||||
"generatedWith": "Generated with MapComplete.osm.be",
|
||||
|
@ -80,6 +85,7 @@
|
|||
"loginWithOpenStreetMap": "Login with OpenStreetMap",
|
||||
"welcomeBack": "You are logged in, welcome back!",
|
||||
"loginToStart": "Log in to answer this question",
|
||||
"loginFailed": "Logging in into OpenStreetMap failed",
|
||||
"openStreetMapIntro": "<h3>An Open Map</h3><p>One that everyone can use and edit freely. A single place to store all geo-info. Different, small, incompatible and outdated maps are not needed anywhere.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> is not the enemy map. The map data can be used freely (with <a href='https://osm.org/copyright' target='_blank'>attribution and publication of changes to that data</a>). Everyone can add new data and fix errors. This website uses OpenStreetMap. All the data is from there, and your answers and corrections are used all over.</p><p>Many people and apps already use OpenStreetMap: <a href='https://organicmaps.app/' target='_blank'>Organic Maps</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.</p>",
|
||||
"search": {
|
||||
"search": "Search a location",
|
||||
|
@ -99,16 +105,16 @@
|
|||
"addNewMapLabel": "Click here to add a new item",
|
||||
"disableFiltersExplanation": "Some features might be hidden by a filter",
|
||||
"disableFilters": "Disable all filters",
|
||||
"addNew": "Add a new {category} here",
|
||||
"addNew": "Add a new {category}",
|
||||
"presetInfo": "The new POI will have {tags}",
|
||||
"warnVisibleForEveryone": "Your addition will be visible for everyone",
|
||||
"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>",
|
||||
"pleaseLogin": "Please log in to add a new point",
|
||||
"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>",
|
||||
"confirmIntro": "<h3>Add a {title}?</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}<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",
|
||||
"hasBeenImported": "This point has already been imported",
|
||||
|
@ -266,7 +272,11 @@
|
|||
"apply_button": {
|
||||
"isApplied": "The changes are applied",
|
||||
"appliedOnAnotherObject": "The object {id} will receive {tags}"
|
||||
}
|
||||
},
|
||||
"loadingTheme": "Loading {theme}...",
|
||||
"poweredByOsm": "Powered by OpenStreetMap",
|
||||
"example": "Example",
|
||||
"examples": "Examples"
|
||||
},
|
||||
"favourite": {
|
||||
"panelIntro": "<h3>Your personal theme</h3>Activate your favourite layers from all the official themes",
|
||||
|
@ -332,7 +342,6 @@
|
|||
"surveillance": "As you are reading the privacy policy, you probably care about privacy - so do we! We even made <a href='https://mapcomplete.osm.be/surveillance'>a theme showing surveillance cameras.</a> Feel free to map them all!"
|
||||
},
|
||||
"professional": {
|
||||
"backToMapcomplete": "Back to the theme overview",
|
||||
"indexPage": {
|
||||
"hook": "Need professional support?",
|
||||
"hookMore": "We can help with setting up surveys, data imports and OpenStreetMap-consultancy",
|
||||
|
@ -347,7 +356,7 @@
|
|||
"aboutOsm": {
|
||||
"title": "What is OpenStreetMap?",
|
||||
"intro": "OpenStreetMap is a shared, global database, built by volunteers. All geodata can be contributed to OpenStreetMap, as long as <b>it can be verified on the ground</b>.<br/> OpenStreetMap has grown to be a very broad and deep dataset as it contains data over thousands of categories of objects.An individual object might also have a ton of attributes, bringing a lot of nuance, e.g.:",
|
||||
"li0": "Streets have geometry, but might also have information about the maxspeed, surface, wether they are lit, their name, a link to Wikipedia, a link to what they are named after, which hiking-, cycle- and busroutes run over theme",
|
||||
"li0": "Streets have geometry, but might also have information about the maxspeed, surface, wether they are lit, their name, a link to Wikipedia, a link to what they are named after, which hiking-, cycle- and busroutes run there, …",
|
||||
"li1": "Shops and other amenities might have opening hours, a phone number, a link to the website, which payment methods are supported, what they sell, which services they offer, …",
|
||||
"li2": "Toilets might have information about wheelchair accessibility, a changing table, if payment is needed, …",
|
||||
"li3": "and much, much more…"
|
||||
|
@ -387,7 +396,7 @@
|
|||
},
|
||||
"survey": {
|
||||
"title": "Survey possibilities",
|
||||
"intro": "<p>MapComplete is an easy to use <i>survey</i> tool. It is ideal to collect the necessary in a few clicks, both on desktop and on mobile. This data is contributed directly into OpenStreetMap.</p><p>We can setup a <b>custom survey tool</b>, asking precisely the data you need in a future-proof way.</p><p>Do you have a dataset that has to be (re)surveyed? This is the perfect moment to make the switch to OpenStreetMap.MapComplete can show your dataset and OpenStreetMap at the same time, making it easier to visit all the locations and to see what the community already contributed.</p>\n"
|
||||
"intro": "<p>MapComplete is an easy to use <i>survey</i> tool. It is ideal to collect the necessary in a few clicks, both on desktop and on mobile. This data is contributed directly into OpenStreetMap.</p><p>We can setup a <b>custom survey tool</b>, asking precisely the data you need in a future-proof way.</p><p>Do you have a dataset that has to be (re)surveyed? This is the perfect moment to make the switch to OpenStreetMap. MapComplete can show your dataset and OpenStreetMap at the same time, making it easier to visit all the locations and to see what the community already contributed.</p>\n"
|
||||
},
|
||||
"internalUse": {
|
||||
"title": "Using the data in internal processes",
|
||||
|
@ -424,13 +433,13 @@
|
|||
"usecaseMapDifferentSources": {
|
||||
"title": "Creating a map from different sources",
|
||||
"intro": "<p>For example, one could make a map with all benches in some city, based on the benches known by OpenStreetMap. This printed map needs a clear statement that the map data is based on OpenStreetMap. Selling these maps is permitted.If the mapmaker notices that the benches are missing in some area and adds them on the printed map, the data on the missing benches are automatically open data too. This means that an OpenStreetMap-contributor is allowed to take the paper map and use it to add the missing benches back into OpenStreetMap.</p><p>This contributor also has the right to ask for the dataset of the missing benches, which should be provided too.</p><p>If the mapmaker notices that the benches are missing in some area and adds them on the printed map, the data on the missing benches are automatically open data too. This means that an OpenStreetMap-contributor is allowed to take the paper map and use it to add the missing benches back into OpenStreetMap. This contributor also has the right to ask for the dataset of the missing benches, which should be provided too.</p><p>Of course, a map with only benches can be boring. The mapmaker might also decide to add in a layer with shops, possibly sourced from another geodata provider under another license. This is permitted to, if the map clearly states that the benches are sourced from OSM (under ODBL) and the shops have a different source (eventually with an all rights reserved).</p><p>However, mixing two datasets into one undistinguishible layer might not be permitted. For example, the mapmaker migth find that OSM has excellent data on benches in one part of the city and the closed-source provider might have excellent data on benches in another part of the city, merging these datasets into one could be problematic: </p>",
|
||||
"li0": "the open license would require the modifications to be openly republished...",
|
||||
"li1": "...whereas the all-rights-reserved license would prohibit this.",
|
||||
"li0": "the open license would require the modifications to be openly republished…",
|
||||
"li1": "…whereas the all-rights-reserved license would prohibit this.",
|
||||
"outro": "As a result, this kind of mixing is not allowed"
|
||||
},
|
||||
"usecaseGatheringOpenData": {
|
||||
"title": "Gathering open data",
|
||||
"intro": "MapComplete is an excellent way to create Open Data, also for governments. By default, this data will be freely redistributable under the ODbL. However, if there is a requirement to publish the gathered data under a <i>public domain</i>-license (where <b>all</b> rights are granted to the public and no attribution is required), the ODbL is too restrictive. In this case, one can ask the contributors to add data as Public Domain (e.g. by informing them in the mapcomplete theme). "
|
||||
"intro": "MapComplete is an excellent way to create Open Data, also for governments. By default, this data will be freely redistributable under the ODbL. However, if there is a requirement to publish the gathered data under a <i>public domain</i>-license (where <b>all</b> rights are granted to the public and no attribution is required), the ODbL is too restrictive. In this case, one can ask the contributors to add data as Public Domain (e.g. by informing them in the mapcomplete theme)."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -449,6 +458,7 @@
|
|||
"loginToClose": "Login to close this note",
|
||||
"createNoteTitle": "Create a new note here",
|
||||
"createNote": "Create a new note",
|
||||
"textNeeded": "Enter a descriptive text to create a note",
|
||||
"noteIsPublic": "This will be visible to everyone",
|
||||
"createNoteIntro": "Is something wrong or missing on the map? Create a note here. These will be checked by volunteers",
|
||||
"warnAnonymous": "You are not logged in. We won't be able to contact you to resolve your issue.",
|
||||
|
@ -462,6 +472,90 @@
|
|||
"importLayer": {
|
||||
"layerName": "Possible {title}",
|
||||
"description": "A layer which imports entries for {title}",
|
||||
"popupTitle": "Possible {title}"
|
||||
"popupTitle": "Possible {title}",
|
||||
"importButton": "import_button({layerId}, _tags, I have found a {title} here - add it to the map,./assets/svg/addSmall.svg,,,id)",
|
||||
"notFound": "I could not find {title} - remove it",
|
||||
"alreadyMapped": "There already is another {title} on the map - this point is a duplicate",
|
||||
"importHandled": "<div class='thanks'>This feature has been handled! Thanks for your effort</div>"
|
||||
},
|
||||
"importHelper": {
|
||||
"title": "Import helper",
|
||||
"description": "The import helper converts an external dataset to notes. The external dataset must match one of the existing MapComplete layers. For every item you put in the importer, a single note will be created. These notes will be shown together with the relevant features in these maps to easily add them.",
|
||||
"importFormat": "A text in a note should have the following format in order to be picked up: <br/><div class='literal-code'>[A bit of introduction]<br/>https://mapcomplete.osm.be/[themename].html?[parameters such as lat and lon]#import<br/>[all tags of the feature] </div>",
|
||||
"userAccountTitle": "Select user account",
|
||||
"loggedInWith": "You are currently logged in as {name} and have made {csCount} changesets",
|
||||
"loginRequired": "You have to be logged in to continue",
|
||||
"locked": "You need at least {importHelperUnlock} to use the import helper",
|
||||
"lockNotice": "This page is locked. You need {importHelperUnlock} changesets before you can access here.",
|
||||
"selectLayer": "Select a layer...",
|
||||
"selectFile": {
|
||||
"title": "Select file",
|
||||
"description": "Select a .csv or .geojson file to get started",
|
||||
"fileFormatDescription": "Select a <b class='code'>.csv</b> or a <b class='code'>.geojson</b> file",
|
||||
"fileFormatDescriptionCsv": "In the CSV-file, there should be a column <span class='literal-code'>lat</span> and <span class='literal-code'>lon</span> with the coordinates in WGS84. There should be an additional column for every attribute.",
|
||||
"fileFormatDescriptionGeoJson": "In the geojson file, only points should be present. The properties should be exactly those properties that should go into OpenStreetMap",
|
||||
"errNoName": "Some columns don't have a name",
|
||||
"noFilesLoaded": "No file is currently loaded",
|
||||
"errDuplicate": "Some columns have the same name",
|
||||
"loadedFilesAre": "Currently loaded file is {file}",
|
||||
"errNoLatOrLon": "The header does not contain `lat` or `lon`",
|
||||
"errPointsOnly": "The loaded JSON-file should only contain points",
|
||||
"errNotFeatureCollection": "The loaded JSON-file is not a geojson-featurecollection"
|
||||
},
|
||||
"mapPreview": {
|
||||
"title": "Map preview",
|
||||
"autodetected": "The layer was automatically deducted based on the properties",
|
||||
"selectLayer": "Which layer does this import match with?",
|
||||
"mismatch": "{count} features did not match the selected layer. Make sure that the tags to indicate the type are present, namely {tags}",
|
||||
"confirm": "The features are on the right location on the map"
|
||||
},
|
||||
"validateDataTitle": "Validate data",
|
||||
"allAttributesSame": "All features to import have this tag",
|
||||
"someHaveSame": "{count} features to import have this tag, this is {percentage}% of the total",
|
||||
"inspectDataTitle": "Inspect data of {count} features to import",
|
||||
"inspectDidAutoDected": "Layer was chosen automatically",
|
||||
"inspectLooksCorrect": "These values look correct"
|
||||
},
|
||||
"importInspector": {
|
||||
"title": "Inspect and manage import notes"
|
||||
},
|
||||
"validation": {
|
||||
"string": {
|
||||
"description": "a piece of text"
|
||||
},
|
||||
"email": {
|
||||
"description": "email-adres",
|
||||
"feedback": "This is not a valid email address",
|
||||
"noAt": "An email address should contain an @"
|
||||
},
|
||||
"phone": {
|
||||
"description": "a phone number",
|
||||
"feedback": "This is not a valid phone number"
|
||||
},
|
||||
"url": {
|
||||
"description": "link to a website",
|
||||
"feedback": "This is not a valid web address"
|
||||
},
|
||||
"pnat": {
|
||||
"description": "a positive, whone number",
|
||||
"noZero": "Zero is not allowed"
|
||||
},
|
||||
"nat": {
|
||||
"description": "a positive, whole number or zero",
|
||||
"mustBePositive": "This number should be positive",
|
||||
"notANumber": "Enter a number",
|
||||
"mustBeWhole": "Only whole numbers are allowed"
|
||||
},
|
||||
"int": {
|
||||
"description": "a whole number"
|
||||
},
|
||||
"float": {
|
||||
"description": "a number",
|
||||
"feedback": "This is not a number"
|
||||
},
|
||||
"pfloat": {
|
||||
"description": "a positive number"
|
||||
},
|
||||
"tooLong": "Text is to long, at most 255 characters are allowed. You do have {count} characters now"
|
||||
}
|
||||
}
|
||||
}
|
331
langs/es.json
331
langs/es.json
|
@ -1,167 +1,182 @@
|
|||
{
|
||||
"image": {
|
||||
"addPicture": "Añadir foto",
|
||||
"uploadingPicture": "Subiendo tu imagen…",
|
||||
"uploadingMultiple": "Subiendo {count} de tus fotos…",
|
||||
"pleaseLogin": "Entra para subir una foto",
|
||||
"willBePublished": "Tu foto será publicada: ",
|
||||
"cco": "en dominio público",
|
||||
"ccbs": "bajo licencia CC-BY-SA",
|
||||
"ccb": "bajo licencia CC-BY",
|
||||
"uploadFailed": "No se pudo cargar la imagen. ¿Tienes Internet y se permiten API de terceros? El navegador Brave o UMatrix podría bloquearlas.",
|
||||
"respectPrivacy": "No fotografíes personas o matrículas. No subas datos de Google Maps, Google Streetview u otras fuentes protegidas por derechos de autor.",
|
||||
"uploadDone": "<span class=\"thanks\">Tu imagen ha sido añadida. Gracias por ayudar.</span>",
|
||||
"dontDelete": "Cancelar",
|
||||
"doDelete": "Borrar imagen",
|
||||
"isDeleted": "Borrada"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Cargando datos…",
|
||||
"zoomIn": "Amplía para ver o editar los datos",
|
||||
"ready": "Hecho.",
|
||||
"retrying": "La carga de datos ha fallado. Volviéndolo a probar en {count} segundos…"
|
||||
},
|
||||
"index": {
|
||||
"#": "Estos textos son mostrados sobre los botones del tema cuando no hay un tema cargado",
|
||||
"pickTheme": "Elige un tema de abajo para empezar.",
|
||||
"intro": "MapComplete a un visor y editor de OpenStreetMap, que te muestra información sobre un tema específico.",
|
||||
"title": "Bienvenido a MapComplete"
|
||||
},
|
||||
"general": {
|
||||
"loginWithOpenStreetMap": "Entra en OpenStreetMap",
|
||||
"welcomeBack": "Has entrado, bienvenido.",
|
||||
"loginToStart": "Entra para contestar esta pregunta",
|
||||
"search": {
|
||||
"search": "Busca una ubicación",
|
||||
"searching": "Buscando…",
|
||||
"nothing": "Nada encontrado.",
|
||||
"error": "Alguna cosa no ha ido bien..."
|
||||
"image": {
|
||||
"addPicture": "Añadir foto",
|
||||
"uploadingPicture": "Cargando la imagen…",
|
||||
"uploadingMultiple": "Cargando {count} imágenes…",
|
||||
"pleaseLogin": "Acceda para cargar una imagen",
|
||||
"willBePublished": "La imagen se publicará ",
|
||||
"cco": "en dominio público",
|
||||
"ccbs": "bajo licencia CC-BY-SA",
|
||||
"ccb": "bajo licencia CC-BY",
|
||||
"uploadFailed": "No se pudo cargar la imagen. ¿Tiene Internet y se permiten las API de terceros? El navegador Brave o uMatrix podría bloquearlas.",
|
||||
"respectPrivacy": "No fotografíe personas ni matrículas. No cargue datos de Google Maps, Google StreetView u otras fuentes protegidas por derechos de autor.",
|
||||
"uploadDone": "Se ha añadido la imagen. Gracias por ayudar.",
|
||||
"dontDelete": "Cancelar",
|
||||
"doDelete": "Borrar imagen",
|
||||
"isDeleted": "Borrada",
|
||||
"uploadMultipleDone": "Se han añadido {count} imágenes. Gracias por ayudar."
|
||||
},
|
||||
"returnToTheMap": "Volver al mapa",
|
||||
"save": "Guardar",
|
||||
"cancel": "Cancelar",
|
||||
"skip": "Saltar esta pregunta",
|
||||
"oneSkippedQuestion": "Has ignorado una pregunta",
|
||||
"skippedQuestions": "Has ignorado algunas preguntas",
|
||||
"number": "número",
|
||||
"osmLinkTooltip": "Mira este objeto en OpenStreetMap para ver historial y otras opciones de edición",
|
||||
"add": {
|
||||
"addNew": "Añadir {category} aquí",
|
||||
"title": "Quieres añadir un punto?",
|
||||
"intro": "Has marcado un lugar del que no conocemos los datos.<br>",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">`Por favor inicia sesión para añadir un nuevo punto</a>",
|
||||
"zoomInFurther": "Acerca para añadir un punto.",
|
||||
"stillLoading": "Los datos se siguen cargando. Espera un poco antes de añadir ningún punto.",
|
||||
"confirmIntro": "<h3>Añadir {title} aquí?</h3>El punto que estás creando <b>lo verá todo el mundo</b>. Sólo añade cosas que realmente existan. Muchas aplicaciones usan estos datos.",
|
||||
"confirmButton": "Añadir una {category} aquí.<br><div class=\"alert\">Tu contribución es visible para todos</div>",
|
||||
"openLayerControl": "Abrir el control de capas",
|
||||
"layerNotEnabled": "La capa {layer} no está habilitada. Hazlo para poder añadir un punto en esta capa"
|
||||
"centerMessage": {
|
||||
"loadingData": "Cargando datos…",
|
||||
"zoomIn": "Amplía para ver o editar los datos",
|
||||
"ready": "Hecho.",
|
||||
"retrying": "La carga de datos ha fallado. Volviéndolo a probar en {count} segundos…"
|
||||
},
|
||||
"pickLanguage": "Escoge idioma: ",
|
||||
"about": "Edita facilmente y añade puntos en OpenStreetMap de un tema concreto",
|
||||
"nameInlineQuestion": "{category}: Su nombre es $$$",
|
||||
"noNameCategory": "{category} sin nombre",
|
||||
"questions": {
|
||||
"phoneNumberOf": "Qué teléfono tiene {category}?",
|
||||
"phoneNumberIs": "El número de teléfono de {category} es <a target=\"_blank\">{phone}</a>",
|
||||
"websiteOf": "Cual es la página web de {category}?",
|
||||
"websiteIs": "Página web: <a href='{website}' target='_blank'>{website}</a>",
|
||||
"emailOf": "¿Qué dirección de correu tiene {category}?",
|
||||
"emailIs": "La dirección de correo de {category} es <a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
"index": {
|
||||
"#": "Estos textos son mostrados sobre los botones del tema cuando no hay un tema cargado",
|
||||
"pickTheme": "Elige un tema de abajo para empezar.",
|
||||
"intro": "MapComplete a un visor y editor de OpenStreetMap, que te muestra información sobre un tema específico.",
|
||||
"title": "Le damos la bienvenida a MapComplete",
|
||||
"featuredThemeTitle": "Esta semana destacamos"
|
||||
},
|
||||
"openStreetMapIntro": "<h3>Un mapa abierto</h3><p></p>¿No sería genial si hubiera un solo mapa, que todos pudieran usar y editar libremente?¿Un solo lugar para almacenar toda la información geográfica? Entonces, todos esos sitios web con mapas diferentes, pequeños e incompatibles (que siempre están desactualizados) ya no serían necesarios.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> es ese mapa. Los datos del mapa se pueden utilizar de forma gratuita (con <a href='https://osm.org/copyright' target='_blank'> atribución y publicación de cambios en esos datos</a>). Además de eso, todos pueden agregar libremente nuevos datos y corregir errores. Este sitio web también usa OpenStreetMap. Todos los datos provienen de allí, y tus respuestas y correcciones también se añadirán allí.</p><p>Muchas personas y aplicaciones ya usan OpenStreetMap: <a href='https://maps.me/' target='_blank'>Maps.me</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, pero también los mapas de Facebook, Instagram, Apple y Bing son (en parte) impulsados por OpenStreetMap. Si cambias algo aquí, también se reflejará en esas aplicaciones, en su próxima actualización</p>",
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Comparte este mapa</h3> Comparte este mapa copiando el enlace de debajo y enviándolo a amigos y familia:",
|
||||
"addToHomeScreen": "<h3>Añadir a la pantalla de inicio</h3>Puedes añadir esta web en la pantalla de inicio de tu smartphone para que se vea más nativo. Aprieta el botón 'añadir a inicio' en la barra de direcciones URL para hacerlo.",
|
||||
"embedIntro": "<h3>Inclúyelo en tu página web</h3>Incluye este mapa en tu página web. <br/> Te animamos a que lo hagas, no hace falta que pidas permiso. <br/> Es gratis, y siempre lo será. A más gente que lo use más valioso será.",
|
||||
"copiedToClipboard": "Enlace copiado en el portapapeles",
|
||||
"thanksForSharing": "Gracias por compartir",
|
||||
"editThisTheme": "Editar este reto",
|
||||
"editThemeDescription": "Añadir o cambiar preguntas de este reto",
|
||||
"fsUserbadge": "Activar el botón de entrada",
|
||||
"fsSearch": "Activar la barra de búsqueda",
|
||||
"fsWelcomeMessage": "Muestra el mensaje emergente de bienvenida y pestañas asociadas",
|
||||
"fsLayers": "Activar el control de capas",
|
||||
"fsLayerControlToggle": "Iniciar el control de capas avanzado",
|
||||
"fsAddNew": "Activar el botón de añadir nuevo PDI'",
|
||||
"fsGeolocation": "Activar el botón de 'geolocalízame' (només mòbil)",
|
||||
"fsIncludeCurrentBackgroundMap": "Incluir la opción de fondo actual <b>{name}</b>",
|
||||
"fsIncludeCurrentLayers": "Incluir las opciones de capa actual",
|
||||
"fsIncludeCurrentLocation": "Incluir localización actual"
|
||||
"general": {
|
||||
"loginWithOpenStreetMap": "Acceder con OpenStreetMap",
|
||||
"welcomeBack": "Has entrado, bienvenido.",
|
||||
"loginToStart": "Entra para contestar esta pregunta",
|
||||
"search": {
|
||||
"search": "Busca una ubicación",
|
||||
"searching": "Buscando…",
|
||||
"nothing": "Nada encontrado.",
|
||||
"error": "Alguna cosa no ha ido bien..."
|
||||
},
|
||||
"returnToTheMap": "Volver al mapa",
|
||||
"save": "Guardar",
|
||||
"cancel": "Cancelar",
|
||||
"skip": "Saltar esta pregunta",
|
||||
"oneSkippedQuestion": "Has ignorado una pregunta",
|
||||
"skippedQuestions": "Has ignorado algunas preguntas",
|
||||
"number": "número",
|
||||
"osmLinkTooltip": "Mira este objeto en OpenStreetMap para ver historial y otras opciones de edición",
|
||||
"add": {
|
||||
"addNew": "Añadir {category} aquí",
|
||||
"title": "Quieres añadir un punto?",
|
||||
"intro": "Has marcado un lugar del que no conocemos los datos.<br>",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">`Por favor inicia sesión para añadir un nuevo punto</a>",
|
||||
"zoomInFurther": "Acerca para añadir un punto.",
|
||||
"stillLoading": "Los datos se siguen cargando. Espera un poco antes de añadir ningún punto.",
|
||||
"confirmIntro": "<h3>Añadir {title} aquí?</h3>El punto que estás creando <b>lo verá todo el mundo</b>. Sólo añade cosas que realmente existan. Muchas aplicaciones usan estos datos.",
|
||||
"confirmButton": "Añadir una {category} aquí.<br><div class=\"alert\">Tu contribución es visible para todos</div>",
|
||||
"openLayerControl": "Abrir el control de capas",
|
||||
"layerNotEnabled": "La capa {layer} no está habilitada. Hazlo para poder añadir un punto en esta capa"
|
||||
},
|
||||
"pickLanguage": "Escoge idioma: ",
|
||||
"about": "Edita facilmente y añade puntos en OpenStreetMap de un tema concreto",
|
||||
"nameInlineQuestion": "{category}: Su nombre es $$$",
|
||||
"noNameCategory": "{category} sin nombre",
|
||||
"questions": {
|
||||
"phoneNumberOf": "Qué teléfono tiene {category}?",
|
||||
"phoneNumberIs": "El número de teléfono de {category} es <a target=\"_blank\">{phone}</a>",
|
||||
"websiteOf": "Cual es la página web de {category}?",
|
||||
"websiteIs": "Página web: <a href='{website}' target='_blank'>{website}</a>",
|
||||
"emailOf": "¿Qué dirección de correu tiene {category}?",
|
||||
"emailIs": "La dirección de correo de {category} es <a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"openStreetMapIntro": "<h3>Un mapa abierto</h3><p></p>¿No sería genial si hubiera un solo mapa, que todos pudieran usar y editar libremente?¿Un solo lugar para almacenar toda la información geográfica? Entonces, todos esos sitios web con mapas diferentes, pequeños e incompatibles (que siempre están desactualizados) ya no serían necesarios.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> es ese mapa. Los datos del mapa se pueden utilizar de forma gratuita (con <a href='https://osm.org/copyright' target='_blank'> atribución y publicación de cambios en esos datos</a>). Además de eso, todos pueden agregar libremente nuevos datos y corregir errores. Este sitio web también usa OpenStreetMap. Todos los datos provienen de allí, y tus respuestas y correcciones también se añadirán allí.</p><p>Muchas personas y aplicaciones ya usan OpenStreetMap: <a href='https://maps.me/' target='_blank'>Maps.me</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, pero también los mapas de Facebook, Instagram, Apple y Bing son (en parte) impulsados por OpenStreetMap. Si cambias algo aquí, también se reflejará en esas aplicaciones, en su próxima actualización</p>",
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Comparte este mapa</h3> Comparte este mapa copiando el enlace de debajo y enviándolo a amigos y familia:",
|
||||
"addToHomeScreen": "<h3>Añadir a la pantalla de inicio</h3>Puedes añadir esta web en la pantalla de inicio de tu smartphone para que se vea más nativo. Aprieta el botón 'añadir a inicio' en la barra de direcciones URL para hacerlo.",
|
||||
"embedIntro": "<h3>Inclúyelo en tu página web</h3>Incluye este mapa en tu página web. <br/> Te animamos a que lo hagas, no hace falta que pidas permiso. <br/> Es gratis, y siempre lo será. A más gente que lo use más valioso será.",
|
||||
"copiedToClipboard": "Enlace copiado en el portapapeles",
|
||||
"thanksForSharing": "Gracias por compartir",
|
||||
"editThisTheme": "Editar este reto",
|
||||
"editThemeDescription": "Añadir o cambiar preguntas de este reto",
|
||||
"fsUserbadge": "Activar el botón de entrada",
|
||||
"fsSearch": "Activar la barra de búsqueda",
|
||||
"fsWelcomeMessage": "Muestra el mensaje emergente de bienvenida y pestañas asociadas",
|
||||
"fsLayers": "Activar el control de capas",
|
||||
"fsLayerControlToggle": "Iniciar el control de capas avanzado",
|
||||
"fsAddNew": "Activar el botón de añadir nuevo PDI'",
|
||||
"fsGeolocation": "Activar el botón de 'geolocalízame' (només mòbil)",
|
||||
"fsIncludeCurrentBackgroundMap": "Incluir la opción de fondo actual <b>{name}</b>",
|
||||
"fsIncludeCurrentLayers": "Incluir las opciones de capa actual",
|
||||
"fsIncludeCurrentLocation": "Incluir localización actual"
|
||||
},
|
||||
"morescreen": {
|
||||
"intro": "<h3>Más peticiones</h3>Te gusta captar datos? <br/>Hay más capas disponibles.",
|
||||
"requestATheme": "Si quieres que te hagamos una petición propia , pídela <a href='https://github.com/pietervdvn/MapComplete/issues' class='underline hover:text-blue-800' target='_blank'>aquí</a>.",
|
||||
"streetcomplete": "Otra aplicación similar es <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Crea tu propia petición completa de MapComplete desde cero."
|
||||
},
|
||||
"readYourMessages": "Lee todos tus mensajes de OpenStreetMap antes de añadir nuevos puntos.",
|
||||
"fewChangesBefore": "Contesta unas cuantas preguntas sobre puntos existentes antes de añadir nuevos.",
|
||||
"goToInbox": "Abrir mensajes",
|
||||
"getStartedLogin": "Entra en OpenStreetMap para empezar",
|
||||
"getStartedNewAccount": " o <a href='https://www.openstreetmap.org/user/new' target='_blank'>crea una nueva cuenta</a>",
|
||||
"noTagsSelected": "No se han seleccionado etiquetas",
|
||||
"backgroundMap": "Mapa de fondo",
|
||||
"layerSelection": {
|
||||
"zoomInToSeeThisLayer": "Amplía para ver esta capa",
|
||||
"title": "Seleccionar capas"
|
||||
},
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"monday": "Lun",
|
||||
"tuesday": "Mar",
|
||||
"wednesday": "Mie",
|
||||
"thursday": "Jue",
|
||||
"friday": "Vie",
|
||||
"saturday": "Sab",
|
||||
"sunday": "Dom"
|
||||
},
|
||||
"monday": "Lunes",
|
||||
"tuesday": "Martes",
|
||||
"wednesday": "Miércoles",
|
||||
"thursday": "Jueves",
|
||||
"friday": "Viernes",
|
||||
"saturday": "Sábado",
|
||||
"sunday": "Domingo"
|
||||
},
|
||||
"opening_hours": {
|
||||
"open_during_ph": "Durante fiestas este servicio está",
|
||||
"opensAt": "desde",
|
||||
"openTill": "hasta",
|
||||
"not_all_rules_parsed": "El horario de esta tienda es complejo. Las normas siguientes serán ignoradas en la entrada:",
|
||||
"closed_until": "Cerrado hasta {date}",
|
||||
"closed_permanently": "Cerrado - sin día de apertura conocido",
|
||||
"ph_not_known": " ",
|
||||
"ph_closed": "cerrado",
|
||||
"ph_open": "abierto",
|
||||
"open_24_7": "Abierto las 24 horas del día",
|
||||
"error_loading": "Error: no se han podido visualizar esos horarios de apertura."
|
||||
},
|
||||
"attribution": {
|
||||
"mapContributionsBy": "La información visible actual tiene ediciones hechas por {contributors}",
|
||||
"iconAttribution": {
|
||||
"title": "Iconos usados"
|
||||
},
|
||||
"themeBy": "Tema mantenido por {author}",
|
||||
"attributionContent": "<p>Todos los datos son proporcionados por <a href=\"https://osm.org\" target=\"_blank\">OpenStreetMap</a>, reutilizables libremente bajo <a href=\"https://osm.org/copyright\" target=\"_blank\">la Licencia Abierta de Bases de Datos (ODL)</a>.</p>",
|
||||
"attributionTitle": "Aviso de atribución"
|
||||
},
|
||||
"customThemeIntro": "<h3>Temas personalizados</h3>Estos son los temas generados por los usuarios que han sido visitados previamente.",
|
||||
"loading": "Cargando…",
|
||||
"pdf": {
|
||||
"attr": "Datos cartográficos © colaboradores de OpenStreetMap, reutilizables en virtud de la ODbL",
|
||||
"attrBackground": "Capa de fondo: {background}"
|
||||
}
|
||||
},
|
||||
"morescreen": {
|
||||
"intro": "<h3>Más peticiones</h3>Te gusta captar datos? <br/>Hay más capas disponibles.",
|
||||
"requestATheme": "Si quieres que te hagamos una petición propia , pídela <a href='https://github.com/pietervdvn/MapComplete/issues' class='underline hover:text-blue-800' target='_blank'>aquí</a>.",
|
||||
"streetcomplete": "Otra aplicación similar es <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Crea tu propia petición completa de MapComplete desde cero."
|
||||
"favourite": {
|
||||
"panelIntro": "<h3>Tu interficie personal</h3>Activa tus capas favoritas de todas las interficies oficiales",
|
||||
"loginNeeded": "<h3>Entrar</h3>El diseño personalizado sólo está disponible para los usuarios de OpenstreetMap",
|
||||
"reload": "Recargar datos"
|
||||
},
|
||||
"readYourMessages": "Lee todos tus mensajes de OpenStreetMap antes de añadir nuevos puntos.",
|
||||
"fewChangesBefore": "Contesta unas cuantas preguntas sobre puntos existentes antes de añadir nuevos.",
|
||||
"goToInbox": "Abrir mensajes",
|
||||
"getStartedLogin": "Entra en OpenStreetMap para empezar",
|
||||
"getStartedNewAccount": " o <a href='https://www.openstreetmap.org/user/new' target='_blank'>crea una nueva cuenta</a>",
|
||||
"noTagsSelected": "No se han seleccionado etiquetas",
|
||||
"backgroundMap": "Mapa de fondo",
|
||||
"layerSelection": {
|
||||
"zoomInToSeeThisLayer": "Amplía para ver esta capa",
|
||||
"title": "Seleccionar capas"
|
||||
"reviews": {
|
||||
"title": "{count} comentarios",
|
||||
"title_singular": "Un comentario",
|
||||
"name_required": "Se requiere un nombre para mostrar y crear comentarios",
|
||||
"saved": "<span class=\"thanks\">Reseña guardada. ¡Gracias por compartir!</span>",
|
||||
"saving_review": "Guardando…",
|
||||
"no_rating": "Sin calificación dada",
|
||||
"write_a_comment": "Deja una reseña…",
|
||||
"no_reviews_yet": "Aún no hay reseñas. ¡Sé el primero en escribir una y ayuda a los datos abiertos y a los negocios!",
|
||||
"plz_login": "Inicia sesión para dejar una reseña"
|
||||
},
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"monday": "Lun",
|
||||
"tuesday": "Mar",
|
||||
"wednesday": "Mie",
|
||||
"thursday": "Jue",
|
||||
"friday": "Vie",
|
||||
"saturday": "Sab",
|
||||
"sunday": "Dom"
|
||||
},
|
||||
"monday": "Lunes",
|
||||
"tuesday": "Martes",
|
||||
"wednesday": "Miércoles",
|
||||
"thursday": "Jueves",
|
||||
"friday": "Viernes",
|
||||
"saturday": "Sábado",
|
||||
"sunday": "Domingo"
|
||||
"delete": {
|
||||
"delete": "Eliminar",
|
||||
"cancel": "Cancelar"
|
||||
},
|
||||
"opening_hours": {
|
||||
"open_during_ph": "Durante fiestas este servicio está",
|
||||
"opensAt": "desde",
|
||||
"openTill": "hasta",
|
||||
"not_all_rules_parsed": "El horario de esta tienda es complejo. Las normas siguientes serán ignoradas en la entrada:",
|
||||
"closed_until": "Cerrado hasta {date}",
|
||||
"closed_permanently": "Cerrado - sin día de apertura conocido",
|
||||
"ph_not_known": " ",
|
||||
"ph_closed": "cerrado",
|
||||
"ph_open": "abierto",
|
||||
"open_24_7": "Abierto las 24 horas del día",
|
||||
"error_loading": "Error: no se han podido visualizar esos horarios de apertura."
|
||||
},
|
||||
"attribution": {
|
||||
"mapContributionsBy": "La información visible actual tiene ediciones hechas por {contributors}",
|
||||
"iconAttribution": {
|
||||
"title": "Iconos usados"
|
||||
},
|
||||
"themeBy": "Tema mantenido por {author}",
|
||||
"attributionContent": "<p>Todos los datos son proporcionados por <a href=\"https://osm.org\" target=\"_blank\">OpenStreetMap</a>, reutilizables libremente bajo <a href=\"https://osm.org/copyright\" target=\"_blank\">la Licencia Abierta de Bases de Datos (ODL)</a>.</p>",
|
||||
"attributionTitle": "Aviso de atribución"
|
||||
},
|
||||
"customThemeIntro": "<h3>Temas personalizados</h3>Estos son los temas generados por los usuarios que han sido visitados previamente."
|
||||
},
|
||||
"favourite": {
|
||||
"panelIntro": "<h3>Tu interficie personal</h3>Activa tus capas favoritas de todas las interficies oficiales",
|
||||
"loginNeeded": "<h3>Entrar</h3>El diseño personalizado sólo está disponible para los usuarios de OpenstreetMap",
|
||||
"reload": "Recargar datos"
|
||||
},
|
||||
"reviews": {
|
||||
"title": "{count} comentarios",
|
||||
"title_singular": "Un comentario",
|
||||
"name_required": "Se requiere un nombre para mostrar y crear comentarios",
|
||||
"saved": "<span class=\"thanks\">Reseña guardada. ¡Gracias por compartir!</span>",
|
||||
"saving_review": "Guardando…",
|
||||
"no_rating": "Sin calificación dada",
|
||||
"write_a_comment": "Deja una reseña…",
|
||||
"no_reviews_yet": "Aún no hay reseñas. ¡Sé el primero en escribir una y ayuda a los datos abiertos y a los negocios!",
|
||||
"plz_login": "Inicia sesión para dejar una reseña"
|
||||
}
|
||||
"split": {
|
||||
"cancel": "Cancelar",
|
||||
"split": "Dividir"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
"getStartedNewAccount": " ou <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">créez un compte</a>",
|
||||
"noTagsSelected": "Aucune balise sélectionnée",
|
||||
"customThemeIntro": "<h3>Thèmes personnalisés</h3>Vous avez déjà visité ces thèmes personnalisés.",
|
||||
"aboutMapcomplete": "<h3>À propos de MapComplete</h3><p>Avec MapComplete vous pouvez enrichir OpenStreetMap d'informations sur un <b>thème unique.</b> Répondez à quelques questions, et en quelques minutes vos contributions seront disponible dans le monde entier ! Le <b>concepteur du thème</b> définis les éléments, questions et langues pour le thème.</p><h3>En savoir plus</h3><p>MapComplete <b>propose toujours l'étape suivante</b> pour en apprendre plus sur OpenStreetMap.</p><ul><li>Lorsqu'il est intégré dans un site Web, l'<i>iframe</i> pointe vers MapComplete en plein écran</li><li>La version plein écran donne des informations sur OpenStreetMap</li><li>Il est possible de regarder sans se connecter, mais l'édition demande une connexion à OSM.</li><li>Si vous n'êtes pas connecté, il vous est demandé de le faire</li><li>Une fois que vous avez répondu à une seule question, vous pouvez ajouter de nouveaux points à la carte</li><li>Au bout d'un moment, les vrais tags OSM sont montrés, qui pointent ensuite vers le wiki</li></ul><p></p><br><p>Vous avez remarqué <b>un problème</b> ? Vous souhaitez <b>demander une fonctionnalité</b> ? Vous voulez <b>aider à traduire</b> ? Allez voir <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">le code source</a> ou l'<i><a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue tracker.</a></i> </p><p> Vous voulez visualiser <b>votre progression</b> ? Suivez le compteur d'édition sur <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>",
|
||||
"aboutMapcomplete": "<h3>À propos de MapComplete</h3><p>Avec MapComplete vous pouvez enrichir OpenStreetMap d'informations sur un <b>thème unique.</b> Répondez à quelques questions, et en quelques minutes vos contributions seront disponible dans le monde entier ! Le <b>concepteur du thème</b> définis les éléments, questions et langues pour le thème.</p><h3>En savoir plus</h3><p>MapComplete <b>propose toujours l'étape suivante</b> pour en apprendre plus sur OpenStreetMap.</p><ul><li>Lorsqu'il est intégré dans un site Web, l'<i>iframe</i> pointe vers MapComplete en plein écran</li><li>La version plein écran donne des informations sur OpenStreetMap</li><li>Il est possible de regarder sans se connecter, mais l'édition demande une connexion à OSM.</li><li>Si vous n'êtes pas connecté, il vous est demandé de le faire</li><li>Une fois que vous avez répondu à une seule question, vous pouvez ajouter de nouveaux points à la carte</li><li>Au bout d'un moment, les vrais tags OSM sont montrés, qui pointent ensuite vers le wiki</li></ul><p></p><br><p>Vous avez remarqué <b>un problème</b> ? Vous souhaitez <b>demander une fonctionnalité</b> ? Vous voulez <b>aider à traduire</b> ? Allez voir <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">le code source</a> ou l'<i><a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue tracker.</a></i> </p><p> Vous voulez visualiser <b>votre progression</b> ? Suivez le compteur d'édition sur <a href=\"{osmcha_link}\" target=\"_blank\">OsmCha</a>.</p>",
|
||||
"backgroundMap": "Carte de fonds",
|
||||
"layerSelection": {
|
||||
"zoomInToSeeThisLayer": "Aggrandissez la carte pour voir cette couche",
|
||||
|
@ -188,7 +188,7 @@
|
|||
"wikipediaboxTitle": "Wikipédia",
|
||||
"loading": "Chargement de Wikipédia…",
|
||||
"noWikipediaPage": "Cet élément Wikidata n’a pas encore de page Wikipédia correspondante.",
|
||||
"noResults": "Pas de résultats pour",
|
||||
"noResults": "Pas de résultats pour {search}",
|
||||
"searchWikidata": "Rechercher sur Wikidata",
|
||||
"failed": "Le chargement de Wikipédia a échoué"
|
||||
},
|
||||
|
@ -244,8 +244,7 @@
|
|||
"whyDelete": "Pourquoi ce point devrait-il être supprimé ?",
|
||||
"explanations": {
|
||||
"selectReason": "Sélectionner pourquoi cet élément devrait être supprimé",
|
||||
"hardDelete": "Ce point sera supprimé d’OpenStreetmap. Il pourra être restauré par des méthodes avancées",
|
||||
"softDelete": "Cet élément sera mis à jour et caché de l’application."
|
||||
"hardDelete": "Ce point sera supprimé d’OpenStreetmap. Il pourra être restauré par des méthodes avancées"
|
||||
},
|
||||
"reasons": {
|
||||
"test": "Élément de test qui n’a jamais été ici",
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
"thursday": "Csütörtök"
|
||||
},
|
||||
"opening_hours": {
|
||||
"error_loading": "Hiba: nem sikerült megjeleníteni ezt a nyitva tartási időt",
|
||||
"error_loading": "Hiba: nem sikerült megjeleníteni ezt a nyitva tartási időt.",
|
||||
"not_all_rules_parsed": "Ez a nyitva tartás bonyolult. A beviteli elemben a következő szabályok nem vétetnek figyelembe:",
|
||||
"closed_until": "Zárva eddig: {date}",
|
||||
"closed_permanently": "Ismeretlen ideig zárva",
|
||||
|
|
202
langs/id.json
202
langs/id.json
|
@ -1,109 +1,109 @@
|
|||
{
|
||||
"general": {
|
||||
"questions": {
|
||||
"phoneNumberOf": "Apakah nombor telepon {category} ini?",
|
||||
"websiteIs": "Website: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"emailOf": "Apa alamat email {category}?"
|
||||
"general": {
|
||||
"questions": {
|
||||
"phoneNumberOf": "Apakah nombor telepon {category} ini?",
|
||||
"websiteIs": "Website: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"emailOf": "Apa alamat email {category}?"
|
||||
},
|
||||
"nameInlineQuestion": "Name {category} ini adalah $$$",
|
||||
"pickLanguage": "Pilih bahasa: ",
|
||||
"layerSelection": {
|
||||
"title": "Pilih lapisan"
|
||||
},
|
||||
"backgroundMap": "Peta latar belakang",
|
||||
"search": {
|
||||
"searching": "Sdg mencari…"
|
||||
},
|
||||
"opening_hours": {
|
||||
"ph_not_known": " ",
|
||||
"ph_open": "buka",
|
||||
"ph_closed": "tutup",
|
||||
"open_24_7": "Dibuka sekitar jam",
|
||||
"closed_permanently": "Ditutup sampai pemberitahuan lebih lanjut",
|
||||
"openTill": "sampai",
|
||||
"opensAt": "dari",
|
||||
"closed_until": "Ditutup sampai {date}"
|
||||
},
|
||||
"noTagsSelected": "Tidak ada tag yang dipilih",
|
||||
"getStartedNewAccount": " atau <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">membuat akun baru</a>",
|
||||
"getStartedLogin": "Masuk dengan OpenStreetMap untuk memulai",
|
||||
"sharescreen": {
|
||||
"fsIncludeCurrentLocation": "Sertakan lokasi saat ini",
|
||||
"fsIncludeCurrentLayers": "Sertakan pilihan lapisan saat ini",
|
||||
"fsIncludeCurrentBackgroundMap": "Sertakan pilihan latar belakang saat ini <b>{name}</b>",
|
||||
"fsGeolocation": "Aktifkan tombol 'geolocate-me' (hanya seluler)",
|
||||
"fsAddNew": "Aktifkan tombol 'tambah POI baru'",
|
||||
"fsLayers": "Aktifkan kontrol lapisan",
|
||||
"fsWelcomeMessage": "Tampilkan popup pesan selamat datang dan tab terkait",
|
||||
"fsSearch": "Aktifkan bilah pencarian",
|
||||
"fsUserbadge": "Aktifkan tombol masuk",
|
||||
"editThemeDescription": "Tambahkan atau ubah pertanyaan ke tema peta ini",
|
||||
"editThisTheme": "Sunting tema ini",
|
||||
"thanksForSharing": "Terima kasih telah berbagi!",
|
||||
"copiedToClipboard": "Tautan disalin ke papan klip"
|
||||
},
|
||||
"goToInbox": "Buka kotak masuk",
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"sunday": "Min",
|
||||
"saturday": "Sab",
|
||||
"friday": "Jum",
|
||||
"thursday": "Kam",
|
||||
"wednesday": "Rab",
|
||||
"tuesday": "Sel",
|
||||
"monday": "Sen"
|
||||
},
|
||||
"sunday": "Minggu",
|
||||
"saturday": "Sabtu",
|
||||
"friday": "Jum'at",
|
||||
"thursday": "Kamis",
|
||||
"wednesday": "Rabu",
|
||||
"tuesday": "Selasa",
|
||||
"monday": "Senin"
|
||||
},
|
||||
"cancel": "Batal"
|
||||
},
|
||||
"nameInlineQuestion": "Name {category} ini adalah $$$",
|
||||
"pickLanguage": "Pilih bahasa: ",
|
||||
"layerSelection": {
|
||||
"title": "Pilih lapisan"
|
||||
"image": {
|
||||
"doDelete": "Buang gambar",
|
||||
"ccb": "di bawah lisensi CC-BY",
|
||||
"ccbs": "di bawah lisensi CC-BY-SA",
|
||||
"cco": "di domain publik",
|
||||
"willBePublished": "Gambarmu akan dipublikasikan ",
|
||||
"pleaseLogin": "Silakan masuk untuk menambah gambar",
|
||||
"uploadingMultiple": "Mengunggah {count} gambar…",
|
||||
"uploadingPicture": "Mengunggah gambar Anda…",
|
||||
"addPicture": "Tambahkan foto",
|
||||
"isDeleted": "Dihapus",
|
||||
"dontDelete": "Batal"
|
||||
},
|
||||
"backgroundMap": "Peta latar belakang",
|
||||
"search": {
|
||||
"searching": "Sdg mencari…"
|
||||
"centerMessage": {
|
||||
"ready": "Selesai!",
|
||||
"loadingData": "Memuat data…"
|
||||
},
|
||||
"opening_hours": {
|
||||
"ph_not_known": " ",
|
||||
"ph_open": "buka",
|
||||
"ph_closed": "tutup",
|
||||
"open_24_7": "Dibuka sekitar jam",
|
||||
"closed_permanently": "Ditutup sampai pemberitahuan lebih lanjut",
|
||||
"openTill": "sampai",
|
||||
"opensAt": "dari",
|
||||
"closed_until": "Ditutup sampai {date}"
|
||||
"favourite": {
|
||||
"reload": "Muat ulang data"
|
||||
},
|
||||
"noTagsSelected": "Tidak ada tag yang dipilih",
|
||||
"getStartedNewAccount": " atau <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">membuat akun baru</a>",
|
||||
"getStartedLogin": "Masuk dengan OpenStreetMap untuk memulai",
|
||||
"sharescreen": {
|
||||
"fsIncludeCurrentLocation": "Sertakan lokasi saat ini",
|
||||
"fsIncludeCurrentLayers": "Sertakan pilihan lapisan saat ini",
|
||||
"fsIncludeCurrentBackgroundMap": "Sertakan pilihan latar belakang saat ini <b>{name}</b>",
|
||||
"fsGeolocation": "Aktifkan tombol 'geolocate-me' (hanya seluler)",
|
||||
"fsAddNew": "Aktifkan tombol 'tambah POI baru'",
|
||||
"fsLayers": "Aktifkan kontrol lapisan",
|
||||
"fsWelcomeMessage": "Tampilkan popup pesan selamat datang dan tab terkait",
|
||||
"fsSearch": "Aktifkan bilah pencarian",
|
||||
"fsUserbadge": "Aktifkan tombol masuk",
|
||||
"editThemeDescription": "Tambahkan atau ubah pertanyaan ke tema peta ini",
|
||||
"editThisTheme": "Sunting tema ini",
|
||||
"thanksForSharing": "Terima kasih telah berbagi!",
|
||||
"copiedToClipboard": "Tautan disalin ke papan klip"
|
||||
"reviews": {
|
||||
"attribution": "Ulasan didukung oleh <a href=\"https://mangrove.reviews/\" target=\"_blank\"> Mangrove Reviews</a> dan tersedia di bawah <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a>.",
|
||||
"tos": "Jika Anda membuat ulasan, Anda menyetujui <a href=\"https://mangrove.reviews/terms\" target=\"_blank\">TOS dan kebijakan privasi Mangrove.reviews</a>",
|
||||
"saved": "<span class=\"thanks\"> Ulasan disimpan. Terima kasih sudah berbagi! </span>",
|
||||
"saving_review": "Menyimpan…",
|
||||
"posting_as": "Posting sebagai",
|
||||
"no_rating": "Tidak ada peringkat yang diberikan",
|
||||
"write_a_comment": "Beri ulasan…",
|
||||
"title_singular": "Satu ulasan",
|
||||
"title": "{count} ulasan",
|
||||
"plz_login": "Masuk untuk meninggalkan ulasan"
|
||||
},
|
||||
"goToInbox": "Buka kotak masuk",
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"sunday": "Min",
|
||||
"saturday": "Sab",
|
||||
"friday": "Jum",
|
||||
"thursday": "Kam",
|
||||
"wednesday": "Rab",
|
||||
"tuesday": "Sel",
|
||||
"monday": "Sen"
|
||||
},
|
||||
"sunday": "Minggu",
|
||||
"saturday": "Sabtu",
|
||||
"friday": "Jum'at",
|
||||
"thursday": "Kamis",
|
||||
"wednesday": "Rabu",
|
||||
"tuesday": "Selasa",
|
||||
"monday": "Senin"
|
||||
"index": {
|
||||
"pickTheme": "Pilih tema di bawah ini untuk memulai.",
|
||||
"intro": "MapComplete adalah penampil dan editor OpenStreetMap, yang menunjukkan informasi tentang tema tertentu.",
|
||||
"title": "Selamat datang di MapComplete"
|
||||
},
|
||||
"cancel": "Batal"
|
||||
},
|
||||
"image": {
|
||||
"doDelete": "Buang gambar",
|
||||
"ccb": "di bawah lisensi CC-BY",
|
||||
"ccbs": "di bawah lisensi CC-BY-SA",
|
||||
"cco": "di domain publik",
|
||||
"willBePublished": "Gambarmu akan dipublikasikan: ",
|
||||
"pleaseLogin": "Silakan masuk untuk menambah gambar",
|
||||
"uploadingMultiple": "Mengunggah {count} gambar…",
|
||||
"uploadingPicture": "Mengunggah gambar Anda…",
|
||||
"addPicture": "Tambahkan foto",
|
||||
"isDeleted": "Dihapus",
|
||||
"dontDelete": "Batal"
|
||||
},
|
||||
"centerMessage": {
|
||||
"ready": "Selesai!",
|
||||
"loadingData": "Memuat data…"
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Muat ulang data"
|
||||
},
|
||||
"reviews": {
|
||||
"attribution": "Ulasan didukung oleh <a href=\"https://mangrove.reviews/\" target=\"_blank\"> Mangrove Reviews</a> dan tersedia di bawah <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a>.",
|
||||
"tos": "Jika Anda membuat ulasan, Anda menyetujui <a href=\"https://mangrove.reviews/terms\" target=\"_blank\">TOS dan kebijakan privasi Mangrove.reviews</a>",
|
||||
"saved": "<span class=\"thanks\"> Ulasan disimpan. Terima kasih sudah berbagi! </span>",
|
||||
"saving_review": "Menyimpan…",
|
||||
"posting_as": "Posting sebagai",
|
||||
"no_rating": "Tidak ada peringkat yang diberikan",
|
||||
"write_a_comment": "Beri ulasan…",
|
||||
"title_singular": "Satu ulasan",
|
||||
"title": "{count} ulasan",
|
||||
"plz_login": "Masuk untuk meninggalkan ulasan"
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Pilih tema di bawah ini untuk memulai.",
|
||||
"intro": "MapComplete adalah penampil dan editor OpenStreetMap, yang menunjukkan informasi tentang tema tertentu.",
|
||||
"title": "Selamat datang di MapComplete"
|
||||
},
|
||||
"split": {
|
||||
"cancel": "Batal"
|
||||
},
|
||||
"delete": {
|
||||
"cancel": "Batal"
|
||||
}
|
||||
"split": {
|
||||
"cancel": "Batal"
|
||||
},
|
||||
"delete": {
|
||||
"cancel": "Batal"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
},
|
||||
"general": {
|
||||
"aboutMapcomplete": "<h3>Informazioni su MapComplete</h3><p>Con MapComplete puoi arricchire OpenStreetMap con informazioni su un <b>singolo argomento</b>. Rispondi a poche domande e in pochi minuti i tuoi contributi saranno disponibili a tutto il mondo! L’utente <b>gestore del tema</b> definisce gli elementi, le domande e le lingue per quel tema.</p><h3>Scopri altro</h3><p>MapComplete <b>propone sempre un passo in più</b> per imparare qualcosa di nuovo su OpenStreetMap.</p><ul><li>Quando viene incorporato in un sito web, il collegamento dell’iframe punta a MapComplete a tutto schermo</li><li>La versione a tutto schermo fornisce informazioni su OpenStreetMap</li><li>La visualizzazione non necessita di alcun accesso ma per modificare occorre aver effettuato l’accesso su OSM.</li><li>Se non hai effettuato l’accesso, ti verrà richiesto di farlo</li><li>Dopo aver risposto ad una sola domanda potrai aggiungere dei nuovi punti alla mappa</li><li>Dopo qualche momento verranno mostrate le etichette effettive, in seguito i collegamenti alla wiki</li></ul><p></p><br><p>Hai trovato un <b>errore</b>? Vuoi richiedere <b>nuove funzionalità</b>? Vuoi aiutare con la <b>traduzione</b>? Dai un’occhiata al <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">codice sorgente</a> oppure al <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">tracker degli errori.</a></p><p>Vuoi vedere i <b>tuoi progressi</b>?Segui il contatore delle modifiche su <a href=\"{osmcha_link}\" target=\"_blank\">OsmCha</a>.</p>",
|
||||
"example": "Esempio",
|
||||
"morescreen": {
|
||||
"requestATheme": "Se hai bisogno di una mappa tematica personalizzata, puoi chiederla nel tracker degli errori",
|
||||
"createYourOwnTheme": "Crea il tuo tema di MapComplete personalizzato da zero",
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
}
|
||||
},
|
||||
"backgroundMap": "背景マップ",
|
||||
"aboutMapcomplete": "<h3>MapCompleteについて</h3><p>MapCompleteを使えば、<b>1つのテーマに関する情報でOpenStreetMapを充実させることができます。</b>いくつかの質問に答えると、数分以内にあなたの投稿が世界中で公開されます!<b>テーマメンテナ</b>は、テーマの要素、質問、言語を定義します。</p><h3>詳細情報を見る</h3><p>MapCompleteは常にOpenStreetMapについてさらに学ぶため<b>次のステップ</b>を提供します。</p><ul><li>Webサイトに埋め込まれるとiframeはフルスクリーンのMapCompleteにリンクします</li><li>フルスクリーン版はOpenStreetMapに関する情報を提供します</li><li>ログインせずに表示することはできますが、編集にはOSMログインが必要です。</li><li>ログインしていない場合は、ログインするように求められます</li><li>1つの質問に回答すると、マップに新しいポイントを追加できます</li><li>しばらくすると、実際のOSMタグが表示され、後でWikiにリンクされます</li></ul><p></p><br><p><b>問題</b>に気づきましたか?<b>機能要求</b>はありますか?<b>翻訳の手伝いをしますか?</b><a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">ソースコード</a>または<a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">問題追跡ツール</a>に移動します。</p><p><b>進捗状況</b>を確認しますか? <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>",
|
||||
"aboutMapcomplete": "<h3>MapCompleteについて</h3><p>MapCompleteを使えば、<b>1つのテーマに関する情報でOpenStreetMapを充実させることができます。</b>いくつかの質問に答えると、数分以内にあなたの投稿が世界中で公開されます!<b>テーマメンテナ</b>は、テーマの要素、質問、言語を定義します。</p><h3>詳細情報を見る</h3><p>MapCompleteは常にOpenStreetMapについてさらに学ぶため<b>次のステップ</b>を提供します。</p><ul><li>Webサイトに埋め込まれるとiframeはフルスクリーンのMapCompleteにリンクします</li><li>フルスクリーン版はOpenStreetMapに関する情報を提供します</li><li>ログインせずに表示することはできますが、編集にはOSMログインが必要です。</li><li>ログインしていない場合は、ログインするように求められます</li><li>1つの質問に回答すると、マップに新しいポイントを追加できます</li><li>しばらくすると、実際のOSMタグが表示され、後でWikiにリンクされます</li></ul><p></p><br><p><b>問題</b>に気づきましたか?<b>機能要求</b>はありますか?<b>翻訳の手伝いをしますか?</b><a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">ソースコード</a>または<a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">問題追跡ツール</a>に移動します。</p><p><b>進捗状況</b>を確認しますか? <a href=\"{osmcha_link}\" target=\"_blank\">OsmCha</a>の編集数に従います。</p>",
|
||||
"customThemeIntro": "<h3>カスタムテーマ</h3>これらは以前にアクセスされたユーザー生成テーマです。",
|
||||
"noTagsSelected": "タグが選択されていません",
|
||||
"getStartedNewAccount": " または<a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">新しいアカウントを作成する</a>",
|
||||
|
|
|
@ -65,9 +65,6 @@
|
|||
"tagRenderings": {
|
||||
"Email": {
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"phone": {
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
1
langs/layers/cs.json
Normal file
1
langs/layers/cs.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -663,15 +663,15 @@
|
|||
"name": "Fahrradstationen (Reparatur, Pumpe oder beides)",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Ein Gerät zum Aufpumpen von Reifen an einem festen Standort im öffentlichen Raum.<h3>Beispiele für Fahrradpumpen</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>",
|
||||
"title": "Fahrradpumpe"
|
||||
"description": "Ein Gerät zum Aufpumpen von Reifen an einem festen Standort im öffentlichen Raum.",
|
||||
"title": "fahrradpumpe"
|
||||
},
|
||||
"1": {
|
||||
"description": "Ein Gerät mit Werkzeugen zur Reparatur von Fahrrädern kombiniert mit einer Pumpe an einem festen Standort. Die Werkzeuge sind oft mit Ketten gegen Diebstahl gesichert.<h3>Beispiel</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>",
|
||||
"title": "Fahrrad-Reparaturstation und Pumpe"
|
||||
"description": "Ein Gerät mit Werkzeugen zur Reparatur von Fahrrädern kombiniert mit einer Pumpe an einem festen Standort. Die Werkzeuge sind oft mit Ketten gegen Diebstahl gesichert.",
|
||||
"title": "fahrrad-Reparaturstation und Pumpe"
|
||||
},
|
||||
"2": {
|
||||
"title": "Fahrrad-Reparaturstation ohne Pumpe"
|
||||
"title": "fahrrad-Reparaturstation ohne Pumpe"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -757,9 +757,6 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Immer geöffnet"
|
||||
},
|
||||
"1": {
|
||||
"then": "Immer geöffnet"
|
||||
}
|
||||
},
|
||||
"question": "Wann ist diese Fahrradreparaturstelle geöffnet?"
|
||||
|
@ -2047,6 +2044,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Schnellrestaurant<i>{name}</i>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Schnellrestaurant"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2240,23 +2240,14 @@
|
|||
"Surface area": {
|
||||
"render": "Grundfläche: {_surface:ha}ha"
|
||||
},
|
||||
"Website": {
|
||||
"question": "Auf welcher Webseite kann man mehr Informationen über dieses Naturschutzgebiet finden?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Welche Telefonnummer kann man bei Fragen und Problemen zu diesem Naturschutzgebiet anrufen?<br/><span class='subtle'>Respektieren Sie die Privatsphäre - geben Sie nur eine Telefonnummer an, wenn diese allgemein bekannt ist",
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
"question": "Welche Telefonnummer kann man bei Fragen und Problemen zu diesem Naturschutzgebiet anrufen?<br/><span class='subtle'>Respektieren Sie die Privatsphäre - geben Sie nur eine Telefonnummer an, wenn diese allgemein bekannt ist"
|
||||
}
|
||||
}
|
||||
},
|
||||
"observation_tower": {
|
||||
"description": "Türme zur Aussicht auf die umgebende Landschaft",
|
||||
"name": "Aussichtstürme",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Beobachtungsturm"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Fee": {
|
||||
"mappings": {
|
||||
|
@ -2334,7 +2325,7 @@
|
|||
"name": "Spielplätze",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Spielplatz"
|
||||
"title": "spielplatz"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -2358,15 +2349,12 @@
|
|||
"then": "Zugänglich für die Allgemeinheit"
|
||||
},
|
||||
"1": {
|
||||
"then": "Zugänglich für die Allgemeinheit"
|
||||
},
|
||||
"2": {
|
||||
"then": "Nur für Kunden des Betreibers zugänglich"
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "Nur für Schüler der Schule zugänglich"
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Nicht zugänglich"
|
||||
}
|
||||
},
|
||||
|
@ -2402,9 +2390,6 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Immer zugänglich"
|
||||
},
|
||||
"2": {
|
||||
"then": "Immer zugänglich"
|
||||
}
|
||||
},
|
||||
"question": "Wann ist dieser Spielplatz zugänglich?"
|
||||
|
|
|
@ -417,6 +417,103 @@
|
|||
"render": "Bicycle library"
|
||||
}
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"description": "Bicycle rental stations",
|
||||
"name": "Bicycle rental",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A manned shop which focuses on bicycle rental",
|
||||
"title": "bicycle rental shop"
|
||||
},
|
||||
"1": {
|
||||
"title": "bicycle rental"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "How much type_plural can be rented here? ",
|
||||
"render": "{capacity:bicycle_type} type_plural can be rented here"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
"1": "city bikes"
|
||||
},
|
||||
"1": {
|
||||
"1": "electrical bikes"
|
||||
},
|
||||
"2": {
|
||||
"1": "bikes for children"
|
||||
},
|
||||
"3": {
|
||||
"1": "BMX bikes"
|
||||
},
|
||||
"4": {
|
||||
"1": "mountainbike"
|
||||
},
|
||||
"5": {
|
||||
"1": "bicycle panniers"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle-types": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Normal city bikes can be rented here"
|
||||
},
|
||||
"1": {
|
||||
"then": "Electrical bikes can be rented here"
|
||||
},
|
||||
"2": {
|
||||
"then": "BMX bikes can be rented here"
|
||||
},
|
||||
"3": {
|
||||
"then": "Mountainbikes can be rented here"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bikes for childs can be rented here"
|
||||
}
|
||||
},
|
||||
"question": "What kind of bicycles and accessories are rented here?",
|
||||
"render": "{rental} is rented here"
|
||||
},
|
||||
"bicycle_rental_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a shop whose main focus is bicycle rental"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a rental buisiness which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a shop which sells or repairs bicycles, but also rents out bicycles"
|
||||
},
|
||||
"3": {
|
||||
"then": "This is an automated docking station, where a bicycle is mechanically locked into a structure"
|
||||
},
|
||||
"4": {
|
||||
"then": "A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby"
|
||||
},
|
||||
"5": {
|
||||
"then": "This is a dropoff point: a designated bicycle parking for this cycle rental"
|
||||
}
|
||||
},
|
||||
"question": "What kind of bicycle rental is this?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Bicycle rental"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"description": "A layer showing vending machines for bicycle tubes (either purpose-built bicycle tube vending machines or classical vending machines with bicycle tubes and optionally additional bicycle related objects such as lights, gloves, locks, ...)",
|
||||
"name": "Bicycle tube vending machine",
|
||||
|
@ -677,18 +774,19 @@
|
|||
},
|
||||
"bike_repair_station": {
|
||||
"description": "A layer showing bicycle pumps and bicycle repair tool stands",
|
||||
"name": "Bike stations (repair, pump or both)",
|
||||
"name": "Bicycle pump and repair",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A device to inflate your tires on a fixed location in the public space.<h3>Examples of bicycle pumps</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>",
|
||||
"title": "Bike pump"
|
||||
"description": "A device to inflate your tires on a fixed location in the public space.",
|
||||
"title": "bike pump"
|
||||
},
|
||||
"1": {
|
||||
"description": "A device with tools to repair your bike combined with a pump at a fixed location. The tools are often secured with chains against theft.<h3>Example</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>",
|
||||
"title": "Bike repair station and pump"
|
||||
"description": "A bicycle pump and tools to repair your bike in the public space. The tools are often secured with chains against theft.",
|
||||
"title": "bike repair station and pump"
|
||||
},
|
||||
"2": {
|
||||
"title": "Bike repair station without pump"
|
||||
"description": "Tools to repair your bike in the public space (without pump). The tools are secured against theft.",
|
||||
"title": "bike repair station without pump"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -706,6 +804,26 @@
|
|||
},
|
||||
"question": "Is the bike pump still operational?"
|
||||
},
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Publicly accessible"
|
||||
},
|
||||
"1": {
|
||||
"then": "Publicly accessible"
|
||||
},
|
||||
"2": {
|
||||
"then": "Only for customers"
|
||||
},
|
||||
"3": {
|
||||
"then": "Not accessible to the general public"
|
||||
},
|
||||
"4": {
|
||||
"then": "Not accessible to the general public"
|
||||
}
|
||||
},
|
||||
"question": "Who is allowed to use this repair station?"
|
||||
},
|
||||
"bike_repair_station-available-services": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -718,7 +836,7 @@
|
|||
"then": "There are both tools and a pump present"
|
||||
}
|
||||
},
|
||||
"question": "Which services are available at this bike station?"
|
||||
"question": "Which services are available at this location?"
|
||||
},
|
||||
"bike_repair_station-bike-chain-tool": {
|
||||
"mappings": {
|
||||
|
@ -774,9 +892,6 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Always open"
|
||||
},
|
||||
"1": {
|
||||
"then": "Always open"
|
||||
}
|
||||
},
|
||||
"question": "When is this bicycle repair point open?"
|
||||
|
@ -1032,17 +1147,37 @@
|
|||
"name": "Cafés and pubs",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A pub, mostly for drinking beers in a warm, relaxed interior",
|
||||
"title": "pub"
|
||||
},
|
||||
"1": {
|
||||
"description": "A more modern and commercial <b>bar</b>, possibly with a music and light installation",
|
||||
"title": "bar"
|
||||
},
|
||||
"2": {
|
||||
"description": "A <b>cafe</b> to drink tea, coffee or an alcoholical bevarage in a quiet environment",
|
||||
"title": "cafe"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Classification": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A pub, mostly for drinking beers in a warm, relaxed interior"
|
||||
},
|
||||
"1": {
|
||||
"then": "A more modern and commercial <b>bar</b>, possibly with a music and light installation"
|
||||
},
|
||||
"2": {
|
||||
"then": "A <b>cafe</b> to drink tea, coffee or an alcoholical bevarage in a quiet environment"
|
||||
},
|
||||
"3": {
|
||||
"then": "A <b>restuarant</b> where one can get a proper meal"
|
||||
},
|
||||
"4": {
|
||||
"then": "An open space where beer is served, typically seen in Germany"
|
||||
}
|
||||
},
|
||||
"question": "What kind of cafe is this"
|
||||
},
|
||||
"Name": {
|
||||
|
@ -1055,7 +1190,8 @@
|
|||
"0": {
|
||||
"then": "<i>{name}</i>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": "Pub"
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
|
@ -1581,18 +1717,6 @@
|
|||
"question": "What is the maximum amount of time one is allowed to stay here?",
|
||||
"render": "One can stay at most <b>{canonical(maxstay)}</b>"
|
||||
},
|
||||
"payment-options": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Payment is done using a dedicated app"
|
||||
},
|
||||
"1": {
|
||||
"then": "Payment is done using a membership card"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "What number can one call if there is a problem with this charging station?",
|
||||
"render": "In case of problems, call <a href='tel:{phone}'>{phone}</a>"
|
||||
|
@ -2014,6 +2138,14 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Charging station for ebikes"
|
||||
},
|
||||
"1": {
|
||||
"then": "Charging station for cars"
|
||||
}
|
||||
},
|
||||
"render": "Charging station"
|
||||
},
|
||||
"units": {
|
||||
|
@ -3001,6 +3133,7 @@
|
|||
"title": "fastfood"
|
||||
},
|
||||
"2": {
|
||||
"description": "A fastfood-buisiness focused on french fries",
|
||||
"title": "fries shop"
|
||||
}
|
||||
},
|
||||
|
@ -3015,12 +3148,56 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "Mainly serves pasta"
|
||||
},
|
||||
"3": {
|
||||
"then": "This is kebab shop"
|
||||
},
|
||||
"4": {
|
||||
"then": "This is a sandwichbar"
|
||||
},
|
||||
"5": {
|
||||
"then": "Burgers are served here"
|
||||
},
|
||||
"6": {
|
||||
"then": "Sushi is served here"
|
||||
},
|
||||
"7": {
|
||||
"then": "Coffee is served here"
|
||||
},
|
||||
"8": {
|
||||
"then": "This is an italian restaurant (which serves more then pasta and pizza)"
|
||||
},
|
||||
"9": {
|
||||
"then": "French dishes are served here"
|
||||
},
|
||||
"10": {
|
||||
"then": "Chinese dishes are served here"
|
||||
},
|
||||
"11": {
|
||||
"then": "Greek dishes are served here"
|
||||
},
|
||||
"12": {
|
||||
"then": "Indian dishes are served here"
|
||||
},
|
||||
"13": {
|
||||
"then": "Turkish dishes are served here"
|
||||
},
|
||||
"14": {
|
||||
"then": "Thai dishes are served here"
|
||||
}
|
||||
},
|
||||
"question": "Which food is served here?",
|
||||
"render": "This place mostly serves {cuisine}"
|
||||
},
|
||||
"Fastfood vs restaurant": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a fastfood-business, focussed on fast service. If seating is available, these are rather limited and functional."
|
||||
},
|
||||
"1": {
|
||||
"then": "A <b>restaurant</b>, focussed on creating a nice experience where one is served at the table"
|
||||
}
|
||||
},
|
||||
"question": "What type of business is this?"
|
||||
},
|
||||
"Name": {
|
||||
|
@ -3041,9 +3218,51 @@
|
|||
},
|
||||
"question": "Does this place offer takea-way?"
|
||||
},
|
||||
"Vegan (no friture)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No vegan options available"
|
||||
},
|
||||
"1": {
|
||||
"then": "Some vegan options are available"
|
||||
},
|
||||
"2": {
|
||||
"then": "Vegan options are available"
|
||||
},
|
||||
"3": {
|
||||
"then": "All dishes are vegan"
|
||||
}
|
||||
},
|
||||
"question": "Does this business serve vegan meals?"
|
||||
},
|
||||
"Vegetarian (no friture)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No vegetarian options are available"
|
||||
},
|
||||
"1": {
|
||||
"then": "Some vegetarian options are available"
|
||||
},
|
||||
"2": {
|
||||
"then": "No vegetarian options are available"
|
||||
},
|
||||
"3": {
|
||||
"then": "All dishes are vegetarian"
|
||||
}
|
||||
},
|
||||
"question": "Does this restaurant have a vegetarian option?"
|
||||
},
|
||||
"friture-oil": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Vegetable oil"
|
||||
},
|
||||
"1": {
|
||||
"then": "Animal oil"
|
||||
}
|
||||
},
|
||||
"question": "Does this fries shop use vegetable or animal cooking?"
|
||||
},
|
||||
"friture-take-your-container": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3058,6 +3277,34 @@
|
|||
},
|
||||
"question": "If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>"
|
||||
},
|
||||
"friture-vegan": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Vegan snacks are available"
|
||||
},
|
||||
"1": {
|
||||
"then": "A small selection of vegan snacks are available"
|
||||
},
|
||||
"2": {
|
||||
"then": "No vegan snacks are available"
|
||||
}
|
||||
},
|
||||
"question": "Does this fries shop have vegan snacks?"
|
||||
},
|
||||
"friture-vegetarian": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Vegetarian snacks are available"
|
||||
},
|
||||
"1": {
|
||||
"then": "Only a small selection of snacks are vegetarian"
|
||||
},
|
||||
"2": {
|
||||
"then": "No vegetarian snacks are available"
|
||||
}
|
||||
},
|
||||
"question": "Does this fries shop have vegetarian snacks?"
|
||||
},
|
||||
"halal (no friture)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3083,8 +3330,12 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Fastfood <i>{name}</i>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Fastfood"
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": "Restaurant"
|
||||
}
|
||||
},
|
||||
"ghost_bike": {
|
||||
|
@ -3131,6 +3382,7 @@
|
|||
}
|
||||
},
|
||||
"gps_track": {
|
||||
"name": "Your travelled track",
|
||||
"tagRenderings": {
|
||||
"Privacy notice": {
|
||||
"render": "This is the path you've travelled since this website is opened. Don't worry - this is only visible to you and no one else. Your location data is never sent off-device."
|
||||
|
@ -3262,7 +3514,32 @@
|
|||
}
|
||||
},
|
||||
"nature_reserve": {
|
||||
"description": "A nature reserve is an area where nature can take its course",
|
||||
"tagRenderings": {
|
||||
"Access tag": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Publicly accessible"
|
||||
},
|
||||
"1": {
|
||||
"then": "Not accessible"
|
||||
},
|
||||
"2": {
|
||||
"then": "Not accessible as this is a private area"
|
||||
},
|
||||
"3": {
|
||||
"then": "Accessible despite being a privately owned area"
|
||||
},
|
||||
"4": {
|
||||
"then": "Only accessible with a guide or during organised activities"
|
||||
},
|
||||
"5": {
|
||||
"then": "Accessible with fee"
|
||||
}
|
||||
},
|
||||
"question": "Is this nature reserve accessible to the public?",
|
||||
"render": "Accessin this nature reserve: {access:description}"
|
||||
},
|
||||
"Curator": {
|
||||
"question": "Whom is the curator of this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a name if this is widely published",
|
||||
"render": "{curator} is the curator of this nature reserve"
|
||||
|
@ -3285,16 +3562,39 @@
|
|||
"question": "What email adress can one send to with questions and problems with this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a personal email address if this is widely published",
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"Name tag": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This area doesn't have a name"
|
||||
}
|
||||
},
|
||||
"question": "What is the name of this area?",
|
||||
"render": "This area is named {name}"
|
||||
},
|
||||
"Operator tag": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Operated by Natuurpunt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Operated by {operator}"
|
||||
},
|
||||
"2": {
|
||||
"then": "Operated by <i>Agentschap Natuur en Bos</i>"
|
||||
}
|
||||
},
|
||||
"question": "Who operates this area?",
|
||||
"render": "Operated by {operator}"
|
||||
},
|
||||
"Surface area": {
|
||||
"render": "Surface area: {_surface:ha}Ha"
|
||||
},
|
||||
"Website": {
|
||||
"question": "On which webpage can one find more information about this nature reserve?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "What phone number can one call to with questions and problems with this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a personal phone number address if this is widely published",
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
"question": "What phone number can one call to with questions and problems with this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a personal phone number address if this is widely published"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Nature reserve"
|
||||
}
|
||||
},
|
||||
"note": {
|
||||
|
@ -3354,6 +3654,13 @@
|
|||
"question": "Only show open notes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Hide import notes"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "OpenStreetMap notes",
|
||||
|
@ -3383,11 +3690,6 @@
|
|||
"observation_tower": {
|
||||
"description": "Towers with a panoramic view",
|
||||
"name": "Observation towers",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "observation tower"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Fee": {
|
||||
"mappings": {
|
||||
|
@ -3406,6 +3708,28 @@
|
|||
"question": "Who maintains this tower?",
|
||||
"render": "Maintained by <b>{operator}</b>"
|
||||
},
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This tower is publicly accessible"
|
||||
},
|
||||
"1": {
|
||||
"then": "This tower can only be visited with a guide"
|
||||
}
|
||||
},
|
||||
"question": "Can this tower be visited?"
|
||||
},
|
||||
"elevator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This tower has an elevator which takes visitors to the top"
|
||||
},
|
||||
"1": {
|
||||
"then": "This tower does not have an elevator"
|
||||
}
|
||||
},
|
||||
"question": "Does this tower have an elevator?"
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3414,6 +3738,10 @@
|
|||
},
|
||||
"question": "What is the name of this tower?",
|
||||
"render": "This tower is called <b>{name}</b>"
|
||||
},
|
||||
"step_count": {
|
||||
"question": "How much individual steps does one have to climb to reach the top of this tower?",
|
||||
"render": "This tower has {step_count} steps to reach the top"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -3480,7 +3808,7 @@
|
|||
"name": "Playgrounds",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Playground"
|
||||
"title": "playground"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -3504,15 +3832,12 @@
|
|||
"then": "Accessible to the general public"
|
||||
},
|
||||
"1": {
|
||||
"then": "Accessible to the general public"
|
||||
},
|
||||
"2": {
|
||||
"then": "Only accessible for clients of the operating business"
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "Only accessible to students of the school"
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Not accessible"
|
||||
}
|
||||
},
|
||||
|
@ -3548,9 +3873,6 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Always accessible"
|
||||
},
|
||||
"2": {
|
||||
"then": "Always accessible"
|
||||
}
|
||||
},
|
||||
"question": "When is this playground accessible?"
|
||||
|
|
|
@ -1,4 +1,27 @@
|
|||
{
|
||||
"address": {
|
||||
"description": "Direcciones",
|
||||
"name": "Direcciones conocidas en OSM",
|
||||
"tagRenderings": {
|
||||
"fixme": {
|
||||
"question": "¿Qué debe corregirse aquí? Expóngalo"
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Esta edificación no tiene número"
|
||||
}
|
||||
},
|
||||
"question": "¿Cuál es el número de esta casa?"
|
||||
},
|
||||
"street": {
|
||||
"question": "¿En qué calle se encuentra esta dirección?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Domicilio conocido"
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Diversas piezas de obras de arte",
|
||||
"name": "Obras de arte",
|
||||
|
@ -9,19 +32,77 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artwork_type": {
|
||||
"question": "Cuál es el tipo de esta obra de arte?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Arquitectura"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pintura"
|
||||
},
|
||||
"3": {
|
||||
"then": "Escultura"
|
||||
},
|
||||
"4": {
|
||||
"then": "Estatua"
|
||||
},
|
||||
"5": {
|
||||
"then": "Busto"
|
||||
},
|
||||
"7": {
|
||||
"then": "Instalación"
|
||||
},
|
||||
"8": {
|
||||
"then": "Grafiti"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de obra es esta pieza?",
|
||||
"render": "Esta es un {artwork_type}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obra de arte <i>{nombre}</i>"
|
||||
"then": "Obra de arte <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Obra de arte"
|
||||
}
|
||||
},
|
||||
"barrier": {
|
||||
"name": "Barreras",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Bolardo"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Bollard type": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Bolardo fijo"
|
||||
},
|
||||
"3": {
|
||||
"then": "Bolardo flexible, normalmente plástico"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bolardo levadizo"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de bolardo es este?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bolardo"
|
||||
}
|
||||
},
|
||||
"render": "Barrera"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Bancos",
|
||||
"presets": {
|
||||
|
@ -33,13 +114,43 @@
|
|||
"bench-backrest": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Respaldo: Si"
|
||||
"then": "Respaldo: sí"
|
||||
},
|
||||
"1": {
|
||||
"then": "Respaldo: No"
|
||||
"then": "Respaldo: no"
|
||||
}
|
||||
},
|
||||
"question": "¿Este banco tiene un respaldo?"
|
||||
"question": "¿Este banco tiene respaldo?"
|
||||
},
|
||||
"bench-colour": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Color: verde"
|
||||
},
|
||||
"2": {
|
||||
"then": "Color: gris"
|
||||
},
|
||||
"3": {
|
||||
"then": "Color: blanco"
|
||||
},
|
||||
"4": {
|
||||
"then": "Color: rojo"
|
||||
},
|
||||
"5": {
|
||||
"then": "Color: negro"
|
||||
},
|
||||
"6": {
|
||||
"then": "Color: azul"
|
||||
},
|
||||
"7": {
|
||||
"then": "Color: amarillo"
|
||||
}
|
||||
},
|
||||
"question": "¿De qué color es este banco?",
|
||||
"render": "Color: {colour}"
|
||||
},
|
||||
"bench-direction": {
|
||||
"question": "¿En qué dirección se mira al sentarse en el banco?"
|
||||
},
|
||||
"bench-material": {
|
||||
"mappings": {
|
||||
|
@ -74,11 +185,81 @@
|
|||
}
|
||||
},
|
||||
"bench_at_pt": {
|
||||
"description": "Una capa que muestra todas las paradas de transporte público que tienen bancos",
|
||||
"name": "Bancos en una parada de transporte público",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench_type": {
|
||||
"question": "¿Qué tipo de banco es este?"
|
||||
},
|
||||
"bench_at_pt-name": {
|
||||
"render": "{name}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Banco"
|
||||
}
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"title": {
|
||||
"render": "Alquiler de bicicletas"
|
||||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"tagRenderings": {
|
||||
"bike_cafe-repair-tools": {
|
||||
"question": "¿Hay herramientas para reparar su propia bicicleta?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"tagRenderings": {
|
||||
"Authentication": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Autenticación mediante tarjeta de membresía"
|
||||
},
|
||||
"1": {
|
||||
"then": "Autenticación mediante aplicación"
|
||||
},
|
||||
"2": {
|
||||
"then": "Autenticación mediante llamada telefónica disponible"
|
||||
},
|
||||
"3": {
|
||||
"then": "Autenticación mediante SMS disponible"
|
||||
},
|
||||
"4": {
|
||||
"then": "Autenticación mediante NFC disponible"
|
||||
},
|
||||
"5": {
|
||||
"then": "Autenticación mediante Money Card disponible"
|
||||
},
|
||||
"6": {
|
||||
"then": "Autenticación mediante tarjeta de débito disponible"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Network": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "No forma parte de una red mayor"
|
||||
}
|
||||
},
|
||||
"question": "¿Esta estación de carga forma parte de una red?",
|
||||
"render": "Parte de la red <b>{network}</b>"
|
||||
},
|
||||
"OH": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Abre 24/7 (incluidos días festivos)"
|
||||
}
|
||||
},
|
||||
"question": "¿Cuándo abre esta estación de carga?"
|
||||
},
|
||||
"Type": {
|
||||
"question": "¿A qué vehículos se permite la carga aquí?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"name": "Desfibriladores",
|
||||
"presets": {
|
||||
|
@ -144,5 +325,12 @@
|
|||
"title": {
|
||||
"render": "Bicicleta blanca"
|
||||
}
|
||||
},
|
||||
"observation_tower": {
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"question": "¿Se puede visitar esta torre?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -106,7 +106,7 @@
|
|||
"bike_repair_station": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Pyöräpumppu"
|
||||
"title": "pyöräpumppu"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -628,15 +628,15 @@
|
|||
"name": "Station velo (réparation, pompe à vélo)",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Un dispositif pour gonfler vos pneus sur un emplacement fixe dans l'espace public.<h3>Exemples de pompes à vélo</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>",
|
||||
"title": "Pompe à vélo"
|
||||
"description": "Un dispositif pour gonfler vos pneus sur un emplacement fixe dans l'espace public.",
|
||||
"title": "pompe à vélo"
|
||||
},
|
||||
"1": {
|
||||
"description": "Un dispositif avec des outils pour réparer votre vélo combiné à une pompe a un emplacement fixe. Les outils sont souvent attachés par une chaîne pour empêcher le vol.<h3>Exemple</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>",
|
||||
"title": "Point de réparation vélo avec pompe"
|
||||
"description": "Un dispositif avec des outils pour réparer votre vélo combiné à une pompe a un emplacement fixe. Les outils sont souvent attachés par une chaîne pour empêcher le vol.",
|
||||
"title": "point de réparation vélo avec pompe"
|
||||
},
|
||||
"2": {
|
||||
"title": "Point de réparation vélo sans pompe"
|
||||
"title": "point de réparation vélo sans pompe"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -719,9 +719,6 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ouvert en permanence"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ouvert en permanence"
|
||||
}
|
||||
},
|
||||
"question": "Quand ce point de réparation de vélo est-il ouvert ?"
|
||||
|
@ -1546,12 +1543,8 @@
|
|||
"Surface area": {
|
||||
"render": "Superficie : {_surface:ha} ha"
|
||||
},
|
||||
"Website": {
|
||||
"question": "Sur quelle page web peut-on trouver plus d'informations sur cette réserve naturelle ?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Quel numéro de téléphone peut-on appeler pour poser des questions et résoudre des problèmes concernant cette réserve naturelle ? <br/><span class='subtil'>Respecter la vie privée – renseignez un numéro de téléphone personnel seulement si celui-ci est largement publié",
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
"question": "Quel numéro de téléphone peut-on appeler pour poser des questions et résoudre des problèmes concernant cette réserve naturelle ? <br/><span class='subtil'>Respecter la vie privée – renseignez un numéro de téléphone personnel seulement si celui-ci est largement publié"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1586,7 +1579,7 @@
|
|||
"name": "Aire de jeu",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Terrain de jeux"
|
||||
"title": "terrain de jeux"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -1610,15 +1603,12 @@
|
|||
"then": "Accessible au public"
|
||||
},
|
||||
"1": {
|
||||
"then": "Accessible au public"
|
||||
},
|
||||
"2": {
|
||||
"then": "Réservée aux clients"
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "Réservée aux élèves de l’école"
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Non accessible"
|
||||
}
|
||||
},
|
||||
|
@ -1654,9 +1644,6 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Toujours accessible"
|
||||
},
|
||||
"2": {
|
||||
"then": "Toujours accessible"
|
||||
}
|
||||
},
|
||||
"question": "Quand ce terrain de jeux est-il accessible ?"
|
||||
|
|
|
@ -152,13 +152,13 @@
|
|||
"name": "Estación de bicicletas (arranxo, bomba de ar ou ambos)",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Bomba de ar"
|
||||
"title": "bomba de ar"
|
||||
},
|
||||
"1": {
|
||||
"title": "Estación de arranxo de bicicletas con bomba de ar"
|
||||
"title": "estación de arranxo de bicicletas con bomba de ar"
|
||||
},
|
||||
"2": {
|
||||
"title": "Estación de arranxo de bicicletas sin bomba de ar"
|
||||
"title": "estación de arranxo de bicicletas sin bomba de ar"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
|
|
@ -358,6 +358,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"tagRenderings": {
|
||||
"bicycle_rental_type": {
|
||||
"mappings": {
|
||||
"5": {
|
||||
"then": "Ez egy leadási pont: ennek a kerékpárkölcsönzőnek a kijelölt kerékpártárolója"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"tagRenderings": {
|
||||
"Still in use?": {
|
||||
|
@ -621,7 +632,7 @@
|
|||
},
|
||||
"public_bookcase-website": {
|
||||
"question": "Van-e olyan weboldal, ahol további információ található erről a nyilvános könyvespolcról?",
|
||||
"render": "További információ <a href='{website}' target='_blank'>ezen a weboldalon</a>."
|
||||
"render": "További információ <a href='{website}' target='_blank'>ezen a weboldalon</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -1,4 +1,20 @@
|
|||
{
|
||||
"address": {
|
||||
"description": "Alamat",
|
||||
"name": "Alamat yang dikenal di OSM",
|
||||
"tagRenderings": {
|
||||
"fixme": {
|
||||
"question": "Apa yang harus diperbaiki di sini? Tolong jelaskan"
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bangunan ini tidak memiliki nomor rumah"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Beragam karya seni",
|
||||
"name": "Karya seni",
|
||||
|
@ -298,9 +314,6 @@
|
|||
"tagRenderings": {
|
||||
"Email": {
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"phone": {
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -508,15 +508,15 @@
|
|||
"name": "Stazioni bici (riparazione, gonfiaggio o entrambi)",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Un dispositivo per gonfiare le proprie gomme in un luogo fisso pubblicamente accessibile.<h3>Esempi di pompe per biciclette</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>",
|
||||
"title": "Pompa per bici"
|
||||
"description": "Un dispositivo per gonfiare le proprie gomme in un luogo fisso pubblicamente accessibile.",
|
||||
"title": "pompa per bici"
|
||||
},
|
||||
"1": {
|
||||
"description": "Un dispositivo con attrezzi per riparare la tua bici e una pompa in un luogo fisso. Gli attrezzi sono spesso attaccati ad una catena per prevenire il furto.<h3>Esempio</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>",
|
||||
"title": "Stazione di riparazione bici e pompa"
|
||||
"description": "Un dispositivo con attrezzi per riparare la tua bici e una pompa in un luogo fisso. Gli attrezzi sono spesso attaccati ad una catena per prevenire il furto.",
|
||||
"title": "stazione di riparazione bici e pompa"
|
||||
},
|
||||
"2": {
|
||||
"title": "Stazione di riparazione bici senza pompa"
|
||||
"title": "stazione di riparazione bici senza pompa"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -596,9 +596,6 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sempre aperto"
|
||||
},
|
||||
"1": {
|
||||
"then": "Sempre aperto"
|
||||
}
|
||||
},
|
||||
"question": "Quando è aperto questo punto riparazione bici?"
|
||||
|
@ -774,7 +771,7 @@
|
|||
"then": "Noleggio di biciclette <i>{name}</i>"
|
||||
},
|
||||
"3": {
|
||||
"then": "Riparazione biciclette <i>{name</i>"
|
||||
"then": "Riparazione biciclette <i>{name}</i>"
|
||||
},
|
||||
"4": {
|
||||
"then": "Negozio di biciclette <i>{name}</i>"
|
||||
|
@ -1234,12 +1231,8 @@
|
|||
"Surface area": {
|
||||
"render": "Area: {_surface:ha} ha"
|
||||
},
|
||||
"Website": {
|
||||
"question": "In quale pagina web si possono trovare altre informazioni riguardanti questa riserva naturale?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Quale numero di telefono comporre per fare domande o segnalare problemi riguardanti questa riserva naturale?br/><span class='subtle'>Rispetta la privacy (inserisci il numero di telefono privato solo se questo è noto pubblicamente)",
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
"question": "Quale numero di telefono comporre per fare domande o segnalare problemi riguardanti questa riserva naturale?br/><span class='subtle'>Rispetta la privacy (inserisci il numero di telefono privato solo se questo è noto pubblicamente)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1274,7 +1267,7 @@
|
|||
"name": "Campi da gioco",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Campetto"
|
||||
"title": "campetto"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -1298,15 +1291,12 @@
|
|||
"then": "Accessibile pubblicamente"
|
||||
},
|
||||
"1": {
|
||||
"then": "Accessibile pubblicamente"
|
||||
},
|
||||
"2": {
|
||||
"then": "Accessibile solamente ai clienti dell’attività che lo gestisce"
|
||||
},
|
||||
"3": {
|
||||
"2": {
|
||||
"then": "Accessibile solamente agli studenti della scuola"
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Non accessibile"
|
||||
}
|
||||
},
|
||||
|
@ -1342,9 +1332,6 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Si può sempre accedere"
|
||||
},
|
||||
"2": {
|
||||
"then": "Si può sempre accedere"
|
||||
}
|
||||
},
|
||||
"question": "Quando si può accedere a questo campetto?"
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
"description": "Adressen",
|
||||
"name": "Bekende adressen in OSM",
|
||||
"tagRenderings": {
|
||||
"fixme": {
|
||||
"question": "Wat moet hier gecorrigeerd worden? Leg het uit"
|
||||
},
|
||||
"housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -21,6 +24,55 @@
|
|||
"render": "Bekend adres"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "Een ambulancestation is een plaats waar ambulances, medisch materiaal, persoonlijk beschermingsmateriaal en aanverwanten worden bewaard.",
|
||||
"name": "Kaart van ambulancestations",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Voeg een ambulancestation toe aan de kaart",
|
||||
"title": "Ambulancestation"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"ambulance-agency": {
|
||||
"question": "Welke organisatie beheert dit station?",
|
||||
"render": "Dit station wordt beheerd door {operator}."
|
||||
},
|
||||
"ambulance-name": {
|
||||
"question": "Hoe heet dit ambulancestation?",
|
||||
"render": "Dit station heet {name}."
|
||||
},
|
||||
"ambulance-operator-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit station wordt beheerd door de overheid."
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit station wordt beheerd door een informele of community organisatie."
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit station wordt beheerd door een formele groep vrijwilligers."
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit station wordt beheerd door een privé-organisatie."
|
||||
}
|
||||
},
|
||||
"question": "Wat voor een organisatie is de beheerder van dit station?",
|
||||
"render": "De beheerder is van het type {operator:type}."
|
||||
},
|
||||
"ambulance-place": {
|
||||
"question": "Waar ligt het station? (v.b. naam van de buurt, dorp of stad)",
|
||||
"render": "Dit station ligt in {addr:place}."
|
||||
},
|
||||
"ambulance-street": {
|
||||
"question": " In welke straat ligt dit station?",
|
||||
"render": "Straat waar dit station ligt: {addr:street}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Ambulancestation"
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Verschillende soorten kunstwerken",
|
||||
"name": "Kunstwerken",
|
||||
|
@ -150,7 +202,8 @@
|
|||
"render": "Maximumbreedte: {maxwidth:physical} m"
|
||||
},
|
||||
"Overlap (cyclebarrier)": {
|
||||
"question": "Hoeveel overlappen de barrières?"
|
||||
"question": "Hoeveel overlappen de barrières?",
|
||||
"render": "Overlap: {overlap} m"
|
||||
},
|
||||
"Space between barrier (cyclebarrier)": {
|
||||
"question": "Hoeveel ruimte is er tussen de barrières (langs de lengte van de weg)?",
|
||||
|
@ -286,6 +339,7 @@
|
|||
}
|
||||
},
|
||||
"bench_at_pt": {
|
||||
"description": "Een laag die stopplaatsen van openbaar vervoer toont waar er een zitbank is",
|
||||
"name": "Zitbanken aan bushaltes",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench_type": {
|
||||
|
@ -363,7 +417,105 @@
|
|||
"render": "Fietsbibliotheek"
|
||||
}
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"description": "Fietsverhuustations",
|
||||
"name": "Fietsverhuur",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Een bemande winkel die focust op fietsverhuur",
|
||||
"title": "fietsverhuurzaak"
|
||||
},
|
||||
"1": {
|
||||
"title": "fietsverhuur"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "Hoeveel type_plural kunnen hier uitgeleend worden?",
|
||||
"render": "{capacity:bicycle_type} type_plural kunnen hier uitgeleend worden"
|
||||
}
|
||||
},
|
||||
"rewrite": {
|
||||
"into": {
|
||||
"0": {
|
||||
"1": "Stadsfietsen"
|
||||
},
|
||||
"1": {
|
||||
"1": "elektrische fietsen"
|
||||
},
|
||||
"2": {
|
||||
"1": "Kinderfietsen"
|
||||
},
|
||||
"3": {
|
||||
"1": "BMX-fietsen"
|
||||
},
|
||||
"4": {
|
||||
"1": "mountainbike"
|
||||
},
|
||||
"5": {
|
||||
"1": "Fietstassen"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle-types": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Gewone stadsfietsen kunnen hier gehuurd worden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Elektrische fietsen kunnen hier gehuurd worden"
|
||||
},
|
||||
"2": {
|
||||
"then": "BMX-fietsen kunnen hier gehuurd worden"
|
||||
},
|
||||
"3": {
|
||||
"then": "Mountainbikes kunnen hier gehuurd worden"
|
||||
},
|
||||
"4": {
|
||||
"then": "Kinderfietsen kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?",
|
||||
"render": "{rental} wordt hier uitgeleend"
|
||||
},
|
||||
"bicycle_rental_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een zaak die focust op fietsverhuur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een zaak die verschillende voorwerpen en/of voertuigen verhuurt, waaronder ook fietsen; al zijn fietsen niet de hoofdfocus"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit is een fietsenmaker of fietswinkel die ook fietsen veruurt"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit is een docking station waar de fietsen mechanisch in een grotere structuur worden vastgemaakt"
|
||||
},
|
||||
"4": {
|
||||
"then": "Hier is een machine die fietssleutels verdeelt en terugneemt, eventueel na aanmelden of betaling. De fietsen staan in de buurt geparkeerd"
|
||||
},
|
||||
"5": {
|
||||
"then": "Dit is een afzetpunt: een parking met duidelijke signalisatie waar (enkel) fietsen van deze fietsverhuur gezet worden"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor fietsverhuur is dit?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Fietsverhuur"
|
||||
}
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"description": "Een laag met verkoopsautomaten met binnenbanden voor fietsen (dit kan een automaat zijn met énkel fietsbanden, of een gewone automaat met fietsbanden en andere fietsaccessoires zoals lichten, handschoenen, sloten,...)",
|
||||
"name": "Fietsbanden-verkoopsautomaat",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -392,6 +544,7 @@
|
|||
}
|
||||
},
|
||||
"bike_cafe": {
|
||||
"description": "Een fietscafé is een café dat gericht is op fietsers, bijvoorbeeld omdat het een fietspomp heeft, fietsgerelateerde decoratie heeft enzovoorts.",
|
||||
"name": "Fietscafé",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -459,12 +612,45 @@
|
|||
}
|
||||
},
|
||||
"bike_cleaning": {
|
||||
"description": "Een laag die plaatsen toont waar je je fiets kunt wassen",
|
||||
"name": "Fietsschoonmaakpunt",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Fietsschoonmaakpunt"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"bike_cleaning-charge": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Gratis fietsschoonmaakpunt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Gratis te gebruiken"
|
||||
},
|
||||
"2": {
|
||||
"then": "Je moet betalen voor het fietsschoonmaakpunt"
|
||||
}
|
||||
},
|
||||
"question": "Hoeveel kost het gebruik van het fietsschoonmaakpunt?",
|
||||
"render": "Het gebruik van het fietsschoonmaakpunt kost {charge}"
|
||||
},
|
||||
"bike_cleaning-service:bicycle:cleaning:charge": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Het fietsschoonmaakpunt is gratis"
|
||||
},
|
||||
"1": {
|
||||
"then": "Gratis te gebruiken"
|
||||
},
|
||||
"2": {
|
||||
"then": "Het fietsschoonmaakpunt is betalend, maar de prijs is onbekend"
|
||||
}
|
||||
},
|
||||
"question": "Hoeveel kost het gebruik van het fietsschoonmaakpunt?",
|
||||
"render": "Het gebruik van het fietsschoonmaakpunt kost {service:bicycle:cleaning:charge}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -475,6 +661,7 @@
|
|||
}
|
||||
},
|
||||
"bike_parking": {
|
||||
"description": "Een laag die toont waar je je fiets kunt parkeren",
|
||||
"name": "Fietsparking",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -533,7 +720,7 @@
|
|||
},
|
||||
"Cargo bike capacity?": {
|
||||
"question": "Voor hoeveel bakfietsen heeft deze fietsparking plaats?",
|
||||
"render": "Deze parking heeft plaats voor {capacity:cargo_bike} fietsen"
|
||||
"render": "Deze parking heeft plaats voor {capacity:cargo_bike} bakfietsen"
|
||||
},
|
||||
"Cargo bike spaces?": {
|
||||
"mappings": {
|
||||
|
@ -541,7 +728,7 @@
|
|||
"then": "Deze parking heeft plaats voor bakfietsen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Er zijn speciale plaatsen voorzien voor bakfietsen"
|
||||
"then": "Er zijn speciale plaatsen voorzien voor bakfietsen."
|
||||
},
|
||||
"2": {
|
||||
"then": "Je mag hier geen bakfietsen parkeren"
|
||||
|
@ -587,18 +774,19 @@
|
|||
},
|
||||
"bike_repair_station": {
|
||||
"description": "Deze laag toont fietspompen en herstelpunten voor fietsen",
|
||||
"name": "Fietspunten (herstel, pomp of allebei)",
|
||||
"name": "Fietspomp and fietsherstel",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Een apparaat waar je je fietsbanden kan oppompen, beschikbaar in de publieke ruimte. De fietspomp in je kelder telt dus niet.<h3>Voorbeelden</h3><h3>Examples of bicycle pumps</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>",
|
||||
"title": "Fietspomp"
|
||||
"description": "Een fietspomp in de publieke ruimte zonder extra gereedschap. De fietspomp in je kelder telt dus niet.",
|
||||
"title": "fietspomp"
|
||||
},
|
||||
"1": {
|
||||
"description": "Een apparaat met zowel gereedschap om je fiets te herstellen, met een pomp. Deze zijn op een vastgemaakt op een plaats in de publieke ruimte, bv. aan een paal.<h3>Voorbeeld</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>",
|
||||
"title": "Herstelpunt en pomp"
|
||||
"description": "Een fietspomp en gereedschap om je fiets te herstellen in de publieke ruimte. Deze zijn op een vastgemaakt, bijvoorbeeld aan een paal.",
|
||||
"title": "herstelpunt en pomp"
|
||||
},
|
||||
"2": {
|
||||
"title": "Herstelpunt zonder pomp"
|
||||
"description": "Gereedschap om je fiets te herstellen in de publieke ruimte (zonder pomp). Deze zijn op een vastgemaakt, bijvoorbeeld aan een paal.",
|
||||
"title": "herstelpunt zonder pomp"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -616,6 +804,26 @@
|
|||
},
|
||||
"question": "Werkt de fietspomp nog?"
|
||||
},
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Publiek toegankelijk"
|
||||
},
|
||||
"1": {
|
||||
"then": "Publiek toegankelijk"
|
||||
},
|
||||
"2": {
|
||||
"then": "Enkel voor klanten van de bijhorende zaak"
|
||||
},
|
||||
"3": {
|
||||
"then": "Niet publiek toegankelijk"
|
||||
},
|
||||
"4": {
|
||||
"then": "Niet publiek toegankelijk"
|
||||
}
|
||||
},
|
||||
"question": "Wie kan dit herstelpunt gebruiken?"
|
||||
},
|
||||
"bike_repair_station-available-services": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -628,7 +836,7 @@
|
|||
"then": "Er is zowel een pomp als gereedschap aanwezig"
|
||||
}
|
||||
},
|
||||
"question": "Welke functies biedt dit fietspunt?"
|
||||
"question": "Welke functies biedt locatie?"
|
||||
},
|
||||
"bike_repair_station-bike-chain-tool": {
|
||||
"mappings": {
|
||||
|
@ -658,10 +866,10 @@
|
|||
"then": "Manuele pomp"
|
||||
},
|
||||
"1": {
|
||||
"then": "Electrische pomp"
|
||||
"then": "Elektrische pomp"
|
||||
}
|
||||
},
|
||||
"question": "Is dit een electrische fietspomp?"
|
||||
"question": "Is dit een elektrische fietspomp?"
|
||||
},
|
||||
"bike_repair_station-email": {
|
||||
"question": "Wat is het email-adres van de beheerder?"
|
||||
|
@ -684,9 +892,6 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dag en nacht open"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dag en nacht open"
|
||||
}
|
||||
},
|
||||
"question": "Wanneer is dit fietsherstelpunt open?"
|
||||
|
@ -878,6 +1083,7 @@
|
|||
}
|
||||
},
|
||||
"bike_themed_object": {
|
||||
"description": "Een laag met fietsgerelateerde diensten, die in geen enkele andere laag konden ondergebracht worden",
|
||||
"name": "Fietsgerelateerd object",
|
||||
"title": {
|
||||
"mappings": {
|
||||
|
@ -934,13 +1140,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"icon": {
|
||||
"render": "./assets/layers/birdhide/birdhide.svg"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Vogelkijkhutten",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -1022,6 +1221,7 @@
|
|||
}
|
||||
},
|
||||
"cafe_pub": {
|
||||
"description": "Een laag die kroegen en koffiehuizen toont waar je iets kunt drinken. De laag zal je enkele vragen stellen",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
|
@ -1163,7 +1363,7 @@
|
|||
"name": "Oplaadpunten",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "laadpunt met gewone stekker(s) <img src='./assets/layers/charging_station/TypeE.svg' style='width: 2rem; height: 2rem; float: left; background: white; border-radius: 1rem; margin-right: 0.5rem'/> (bedoeld om electrische fietsen op te laden)"
|
||||
"title": "laadpunt voor elektrische fietsen met gewone stekker(s)"
|
||||
},
|
||||
"1": {
|
||||
"title": "oplaadstation voor elektrische auto's"
|
||||
|
@ -1367,13 +1567,13 @@
|
|||
"Type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Fietsen</b> kunnen hier opgeladen worden"
|
||||
"then": "<b>Elektrische fietsen</b> kunnen hier opgeladen worden"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>Elektrische auto's</b> kunnen hier opgeladen worden"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Electrische scooters</b> (snorfiets of bromfiets) kunnen hier opgeladen worden"
|
||||
"then": "<b>Elektrische scooters</b> (snorfiets of bromfiets) kunnen hier opgeladen worden"
|
||||
},
|
||||
"3": {
|
||||
"then": "<b>Vrachtwagens</b> kunnen hier opgeladen worden"
|
||||
|
@ -1604,18 +1804,6 @@
|
|||
"question": "Hoelang mag een voertuig hier blijven staan?",
|
||||
"render": "De maximale parkeertijd hier is <b>{canonical(maxstay)}</b>"
|
||||
},
|
||||
"payment-options": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Betalen via een app van het netwerk"
|
||||
},
|
||||
"1": {
|
||||
"then": "Betalen via een lidkaart van het netwerk"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "Wat is het telefoonnummer van de beheerder van dit oplaadpunt?",
|
||||
"render": "Bij problemen, bel naar <a href='tel:{phone}'>{phone}</a>"
|
||||
|
@ -2037,7 +2225,15 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Oplaadpunten"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Oplaadpunt voor elektrische fietsen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Oplaadpunt voor elektrische auto's"
|
||||
}
|
||||
},
|
||||
"render": "Oplaadpunt"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
|
@ -2220,6 +2416,7 @@
|
|||
}
|
||||
},
|
||||
"cycleways_and_roads": {
|
||||
"description": "Alle infrastructuur waar je over kunt fietsen, met vragen over die infrastructuur",
|
||||
"name": "Fietspaden, straten en wegen",
|
||||
"tagRenderings": {
|
||||
"Cycleway type for a road": {
|
||||
|
@ -2400,6 +2597,32 @@
|
|||
"render": "Deze weg is gemaakt van {surface}"
|
||||
},
|
||||
"Surface of the street": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Bruikbaar voor kleine, harde wielen: rollerblade, skateboard"
|
||||
},
|
||||
"1": {
|
||||
"then": "Bruikbaar voor smalle wielen: racefiets"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bruikbaar voor normale wielen: stadsfiets, rolwagen, step"
|
||||
},
|
||||
"3": {
|
||||
"then": "Bruikbaar voor robuuste wielen: trekking fiets, auto, rickshaw"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bruikbaar voor terreinvoertuigen: 4x4 personenwagens"
|
||||
},
|
||||
"5": {
|
||||
"then": "Bruikbaar voor terreinvoertuigen: zware 4x4 voertuigen"
|
||||
},
|
||||
"6": {
|
||||
"then": "Bruikbaar voor uitzonderlijke terreinvoertuigen: tractor, ATV"
|
||||
},
|
||||
"7": {
|
||||
"then": "Onmogelijk om met een voertuig met wielen te passeren"
|
||||
}
|
||||
},
|
||||
"question": "Wat is de kwaliteit van deze straat?"
|
||||
},
|
||||
"cyclelan-segregation": {
|
||||
|
@ -2576,6 +2799,7 @@
|
|||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"description": "Een laag die defibrillatoren toont die je kan gebruiken bij noodgevallen. Dit omvat zowel publiek beschikbare toestellen als defibrillatoren waarvoor het toestel enkel door personeel aangeboden kan worden",
|
||||
"name": "Defibrillatoren",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -2617,6 +2841,9 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "Dit is een gewone automatische defibrillator"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit is een speciaal type defibrillator: {defibrillator}"
|
||||
}
|
||||
},
|
||||
"question": "Is dit een gewone automatische defibrillator of een manueel toestel enkel voor professionals?"
|
||||
|
@ -2747,9 +2974,14 @@
|
|||
}
|
||||
},
|
||||
"entrance": {
|
||||
"description": "Een laag met ingangen (van gebouwen etc.) waarmee je details kunt aanvullen die belangrijk zijn voor bijvoorbeeld rolstoelgebruikers (en fietsers, leveranciers, ...)",
|
||||
"name": "Toegang",
|
||||
"tagRenderings": {
|
||||
"Door_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Het type deur is onbekend"
|
||||
},
|
||||
"1": {
|
||||
"then": "Een gewone deur die aan scharnieren ophangt en openzwaait"
|
||||
},
|
||||
|
@ -2761,6 +2993,17 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "Een poort die langs boven dichtrolt, typisch voor garages"
|
||||
},
|
||||
"5": {
|
||||
"then": "Er is een toegang zonder een deur"
|
||||
}
|
||||
},
|
||||
"question": "Om wat voor deur gaat het?<br/><span class='subtle'>Of de deur al of niet automatisch werkt, vragen we hierna </span>"
|
||||
},
|
||||
"Entrance type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Het specifieke type ingang is onbekend"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2955,7 +3198,7 @@
|
|||
"friture-oil": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Plantaardige olie"
|
||||
"then": "Bakt in plantaardige olie"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dierlijk vet"
|
||||
|
@ -3030,6 +3273,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Fastfood-zaak <i>{name}</i>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Fastfood-zaak"
|
||||
}
|
||||
},
|
||||
"render": "Eetgelegenheid"
|
||||
|
@ -3078,6 +3324,7 @@
|
|||
}
|
||||
},
|
||||
"gps_track": {
|
||||
"name": "Jouw afgelegde route",
|
||||
"tagRenderings": {
|
||||
"Privacy notice": {
|
||||
"render": "Dit is waar je was sinds je deze website hebt geopened. Dit is enkel zichtbaar voor jou en niemand anders, je locatie wordt niet verstuurd"
|
||||
|
@ -3241,23 +3488,19 @@
|
|||
"question": "Wat is de naam van dit gebied?",
|
||||
"render": "Dit gebied heet {name}"
|
||||
},
|
||||
"Name:nl-tag": {
|
||||
"question": "Wat is de Nederlandstalige naam van dit gebied?",
|
||||
"render": "Dit gebied heet {name:nl}"
|
||||
},
|
||||
"Non-editable description": {
|
||||
"render": "Extra info: <i>{description}</i>"
|
||||
},
|
||||
"Operator tag": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<img src=\"./assets/layers/nature_reserve/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door Natuurpunt"
|
||||
"then": "Dit gebied wordt beheerd door Natuurpunt"
|
||||
},
|
||||
"1": {
|
||||
"then": "<img src=\"./assets/layers/nature_reserve/Natuurpunt.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door {operator}"
|
||||
"then": "Dit gebied wordt beheerd door {operator}"
|
||||
},
|
||||
"2": {
|
||||
"then": "<img src=\"./assets/layers/nature_reserve/ANB.jpg\" style=\"width:1.5em\">Dit gebied wordt beheerd door het Agentschap Natuur en Bos"
|
||||
"then": "Dit gebied wordt beheerd door het Agentschap Natuur en Bos"
|
||||
}
|
||||
},
|
||||
"question": "Wie beheert dit gebied?",
|
||||
|
@ -3266,20 +3509,13 @@
|
|||
"Surface area": {
|
||||
"render": "Totale oppervlakte: {_surface:ha}Ha"
|
||||
},
|
||||
"Website": {
|
||||
"question": "Op welke webpagina kan men meer informatie vinden over dit natuurgebied?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Waar kan men naartoe bellen voor vragen en meldingen van dit natuurgebied?<br/><span class='subtle'>Respecteer privacy - geef enkel persoonlijke telefoonnummers als deze elders zijn gepubliceerd",
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
"question": "Waar kan men naartoe bellen voor vragen en meldingen van dit natuurgebied?<br/><span class='subtle'>Respecteer privacy - geef enkel persoonlijke telefoonnummers als deze elders zijn gepubliceerd"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name:nl}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
|
@ -3289,12 +3525,6 @@
|
|||
"observation_tower": {
|
||||
"description": "Torens om van het uitzicht te genieten",
|
||||
"name": "Uitkijktorens",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Een publiek toegankelijke uitkijktoren",
|
||||
"title": "Uitkijktoren"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Fee": {
|
||||
"mappings": {
|
||||
|
@ -3313,6 +3543,28 @@
|
|||
"question": "Wie onderhoudt deze toren?",
|
||||
"render": "Wordt onderhouden door <b>{operator}</b>"
|
||||
},
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze toren is publiek toegankelijk"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze toren can enkel bezocht worden met een gids"
|
||||
}
|
||||
},
|
||||
"question": "Is deze toren publiek toegankelijk?"
|
||||
},
|
||||
"elevator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze toren heeft een lift die bezoekers naar de top van de toren brengt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze toren heeft geen lift"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze toren een lift?"
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3321,6 +3573,10 @@
|
|||
},
|
||||
"question": "Heeft deze toren een naam?",
|
||||
"render": "Deze toren heet <b>{name}</b>"
|
||||
},
|
||||
"step_count": {
|
||||
"question": "Hoeveel treden moet men beklimmen op de top van de toren te bereiken?",
|
||||
"render": "Deze toren heeft {step_count} traptredes"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -3354,8 +3610,8 @@
|
|||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
"description": "Deze laag toont picnictafels",
|
||||
"name": "Picnictafels",
|
||||
"description": "Deze laag toont picknicktafels",
|
||||
"name": "Picknicktafels",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "picnic-tafel"
|
||||
|
@ -3365,18 +3621,18 @@
|
|||
"picnic_table-material": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze picnictafel is gemaakt uit hout"
|
||||
"then": "Deze picknicktafel is gemaakt uit hout"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze picnictafel is gemaakt uit beton"
|
||||
"then": "Deze picknicktafel is gemaakt uit beton"
|
||||
}
|
||||
},
|
||||
"question": "Van welk materiaal is deze picnictafel gemaakt?",
|
||||
"render": "Deze picnictafel is gemaakt van {material}"
|
||||
"question": "Van welk materiaal is deze picknicktafel gemaakt?",
|
||||
"render": "Deze picknicktafel is gemaakt van {material}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Picnictafel"
|
||||
"render": "Picknicktafel"
|
||||
}
|
||||
},
|
||||
"play_forest": {
|
||||
|
@ -3399,7 +3655,7 @@
|
|||
"name": "Speeltuinen",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Speeltuin"
|
||||
"title": "speeltuin"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -3423,15 +3679,12 @@
|
|||
"then": "Vrij toegankelijk voor het publiek"
|
||||
},
|
||||
"1": {
|
||||
"then": "Vrij toegankelijk voor het publiek"
|
||||
},
|
||||
"2": {
|
||||
"then": "Enkel toegankelijk voor klanten van de bijhorende zaak"
|
||||
},
|
||||
"3": {
|
||||
"then": "Vrij toegankelijk voor scholieren van de school"
|
||||
"2": {
|
||||
"then": "Enkel toegankelijk voor scholieren van de bijhorende school"
|
||||
},
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Niet vrij toegankelijk"
|
||||
}
|
||||
},
|
||||
|
@ -3467,9 +3720,6 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Dag en nacht toegankelijk"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dag en nacht toegankelijk"
|
||||
}
|
||||
},
|
||||
"question": "Op welke uren is deze speeltuin toegankelijk?"
|
||||
|
@ -4354,11 +4604,11 @@
|
|||
"name": "Toiletten",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "publieke toilet"
|
||||
"title": "publiek toilet"
|
||||
},
|
||||
"1": {
|
||||
"description": "Deze toiletten hebben op zijn minst één rolstoeltoegankelijke WC",
|
||||
"title": "rolstoeltoegankelijke, publieke toilet"
|
||||
"title": "rolstoeltoegankelijke, publiek toilet"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
|
|
@ -223,11 +223,11 @@
|
|||
"bike_repair_station": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Urządzenie do pompowania opon w stałym miejscu w przestrzeni publicznej.<h3>Przykłady pompek rowerowych</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>",
|
||||
"title": "Pompka do roweru"
|
||||
"description": "Urządzenie do pompowania opon w stałym miejscu w przestrzeni publicznej.",
|
||||
"title": "pompka do roweru"
|
||||
},
|
||||
"1": {
|
||||
"title": "Stacja naprawy rowerów i pompka"
|
||||
"title": "stacja naprawy rowerów i pompka"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
|
|
@ -412,7 +412,7 @@
|
|||
"bike_repair_station": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Um aparelho para encher os seus pneus num local fixa no espaço público<h3>Exemplos de bombas de bicicletas</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>"
|
||||
"description": "Um aparelho para encher os seus pneus num local fixa no espaço público"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -477,9 +477,6 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sempre aberto"
|
||||
},
|
||||
"1": {
|
||||
"then": "Sempre aberto"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -355,8 +355,8 @@
|
|||
"name": "Estações de bicicletas (reparo, bomba ou ambos)",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Um dispositivo para encher seus pneus em um local fixa no espaço público<h3>Exemplos de bombas de bicicletas</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>",
|
||||
"title": "Bomba de bicicleta"
|
||||
"description": "Um dispositivo para encher seus pneus em um local fixa no espaço público",
|
||||
"title": "bomba de bicicleta"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -421,9 +421,6 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Sempre aberto"
|
||||
},
|
||||
"1": {
|
||||
"then": "Sempre aberto"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -469,7 +469,7 @@
|
|||
"bike_repair_station": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Велосипедный насос"
|
||||
"title": "bелосипедный насос"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
|
@ -1007,19 +1007,11 @@
|
|||
"tagRenderings": {
|
||||
"Email": {
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"phone": {
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"observation_tower": {
|
||||
"name": "Смотровые башни",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "смотровая башня"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -1089,7 +1081,7 @@
|
|||
},
|
||||
"playground-access": {
|
||||
"mappings": {
|
||||
"4": {
|
||||
"3": {
|
||||
"then": "Недоступно"
|
||||
}
|
||||
}
|
||||
|
@ -1122,9 +1114,6 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Всегда доступен"
|
||||
},
|
||||
"2": {
|
||||
"then": "Всегда доступен"
|
||||
}
|
||||
},
|
||||
"question": "Когда открыта эта игровая площадка?"
|
||||
|
|
188
langs/nl.json
188
langs/nl.json
|
@ -17,10 +17,11 @@
|
|||
"uploadMultipleDone": "{count} afbeeldingen zijn toegevoegd. Bedankt voor je bijdrage!",
|
||||
"toBig": "Je afbeelding is te groot, namelijk {actual_size}. Gelieve afbeeldingen van maximaal {max_size} te gebruiken",
|
||||
"ccbsExplanation": "Als je foto met de CC-BY-SA-licentie gepubliceerd wordt, dan mag je foto gebruikt worden voor alle doeleinden, maar je naam moet vermeld worden en afgeleide werken moeten onder dezelfde licentie gepubliceerd worden",
|
||||
"ccoExplanation": "Als je foto in het publiek domein gepubliceerd wordt, dan mag iedereen je foto voor alle doeleinden gebruiken"
|
||||
"ccoExplanation": "Als je foto in het publiek domein gepubliceerd wordt, dan mag iedereen je foto voor alle doeleinden gebruiken",
|
||||
"ccbExplanation": "Als je foto met de CC-BY-SA-licentie gepubliceerd wordt, dan mag je foto gebruikt worden voor alle doeleinden, maar je naam moet vermeld worden"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Data wordt geladen...",
|
||||
"loadingData": "Data wordt geladen…",
|
||||
"zoomIn": "Zoom in om de data te zien en te bewerken",
|
||||
"ready": "Klaar!",
|
||||
"retrying": "Data inladen mislukt - wordt opnieuw geprobeerd over {count} seconden"
|
||||
|
@ -30,12 +31,17 @@
|
|||
"title": "Welkom bij MapComplete",
|
||||
"intro": "MapComplete is een OpenStreetMap-applicatie waar informatie over een specifiek thema bekeken en aangepast kan worden.",
|
||||
"pickTheme": "Kies hieronder een thema om te beginnen.",
|
||||
"featuredThemeTitle": "Thema van de week"
|
||||
"featuredThemeTitle": "Thema van de week",
|
||||
"logIn": "Log in om andere thema's te zien waar je al in bewerkt hebt"
|
||||
},
|
||||
"general": {
|
||||
"loadingTheme": "{theme} wordt geladen...",
|
||||
"poweredByOsm": "Gebouwd met OpenStreetMap",
|
||||
"loginWithOpenStreetMap": "Aanmelden met OpenStreetMap",
|
||||
"welcomeBack": "Je bent aangemeld. Welkom terug!",
|
||||
"loginToStart": "Meld je aan om deze vraag te beantwoorden",
|
||||
"example": "Voorbeeld",
|
||||
"examples": "Voorbeelden",
|
||||
"search": {
|
||||
"search": "Zoek naar een locatie",
|
||||
"searching": "Aan het zoeken...",
|
||||
|
@ -44,14 +50,14 @@
|
|||
},
|
||||
"add": {
|
||||
"addNewMapLabel": "Klik hier om een item toe te voegen",
|
||||
"addNew": "Voeg hier een {category} toe",
|
||||
"addNew": "Voeg een {category} toe",
|
||||
"title": "Nieuw punt toevoegen?",
|
||||
"intro": "Je klikte ergens waar er nog geen data is. Kies hieronder welk punt je wilt toevoegen<br/>",
|
||||
"pleaseLogin": "<a class='activate-osm-authentication'>Gelieve je aan te melden om een punt to te voegen</a>",
|
||||
"intro": "Kies hieronder welk punt je wilt toevoegen<br/>",
|
||||
"pleaseLogin": "Gelieve je aan te melden om een punt to te voegen",
|
||||
"zoomInFurther": "Gelieve verder in te zoomen om een punt toe te voegen.",
|
||||
"stillLoading": "De data worden nog geladen. Nog even geduld en dan kan je een punt toevoegen.",
|
||||
"confirmIntro": "<h3>Voeg hier een {title} toe?</h3>Het punt dat je hier toevoegt, is <b>zichtbaar voor iedereen</b>. Veel applicaties gebruiken deze data, voeg dus enkel punten toe die echt bestaan.",
|
||||
"confirmButton": "Voeg hier een {category} toe<br/><div class='alert'>Je toevoeging is voor iedereen zichtbaar</div>",
|
||||
"confirmIntro": "<h3>Voeg een {title} toe?</h3>Het punt dat je toevoegt, is <b>zichtbaar voor iedereen</b>. Veel applicaties gebruiken deze data, voeg dus enkel punten toe die echt bestaan.",
|
||||
"confirmButton": "Voeg een {category} toe<br/><div class='alert'>Je toevoeging is voor iedereen zichtbaar</div>",
|
||||
"openLayerControl": "Open de laag-instellingen",
|
||||
"layerNotEnabled": "De laag {layer} is gedeactiveerd. Activeer deze om een punt toe te voegen",
|
||||
"presetInfo": "Het nieuwe object krijgt de attributen {tags}",
|
||||
|
@ -59,7 +65,17 @@
|
|||
"disableFilters": "Zet alle filters af",
|
||||
"hasBeenImported": "Dit object is reeds geimporteerd",
|
||||
"warnVisibleForEveryone": "Je toevoeging is voor iedereen zichtbaar",
|
||||
"zoomInMore": "Zoom meer in om dit object te importeren"
|
||||
"zoomInMore": "Zoom meer in om dit object te importeren",
|
||||
"importTags": "Het object zal deze tags krijgen: {tags}",
|
||||
"import": {
|
||||
"hasBeenImported": "Dit object is geïmporteerd",
|
||||
"officialThemesOnly": "In onofficiële thema's is de importeerknop uitgeschakeld om ongelukjes te vermijden",
|
||||
"zoomInMore": "Zoom verder in om dit kaart-object te kunnen importeren",
|
||||
"wrongType": "Dit object is geen punt of lijn, en kan daarom niet geïmporteerd worden",
|
||||
"importTags": "Het element zal deze tags krijgen: {tags}",
|
||||
"howToTest": "Voor testmode, voeg <b>test=true</b> of <b>backend=osm-test</b> to aan de URL. De wijzigingenset zal in de console geprint worden. Gelieve een PR te openen om dit thema als officieel thema toe te voegen en zo de import-knop te activeren."
|
||||
},
|
||||
"wrongType": "Dit element is geen punt of lijn en kan daarom niet geïmporteerd worden"
|
||||
},
|
||||
"pickLanguage": "Kies je taal: ",
|
||||
"about": "Bewerk en voeg data toe aan OpenStreetMap over een specifiek onderwerp op een gemakkelijke manier",
|
||||
|
@ -83,7 +99,15 @@
|
|||
},
|
||||
"mapContributionsByAndHidden": "De zichtbare data heeft bijdragen van {contributors} en {hiddenCount} andere bijdragers",
|
||||
"mapContributionsBy": "De huidige data is bijgedragen door {contributors}",
|
||||
"codeContributionsBy": "MapComplete is gebouwd door {contributors} en <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} andere bijdragers</a>"
|
||||
"codeContributionsBy": "MapComplete is gebouwd door {contributors} en <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} andere bijdragers</a>",
|
||||
"openMapillary": "Open Mapillary op deze locatie",
|
||||
"donate": "Geef MapComplete financiële steun",
|
||||
"editJosm": "Hier bewerken met JOSM",
|
||||
"editId": "Hier bewerken met de OpenStreetMap online editor",
|
||||
"openIssueTracker": "Geef een fout in de software door",
|
||||
"josmOpened": "JOSM is geopend",
|
||||
"josmNotOpened": "JOSM was niet bereikbaar. Controleer of het open staat en remote control is geactiveerd",
|
||||
"openOsmcha": "Bekijk de laatste bijdragen gemaakt met {theme}"
|
||||
},
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Deel deze kaart</h3> Kopieer onderstaande link om deze kaart naar vrienden en familie door te sturen:",
|
||||
|
@ -211,7 +235,12 @@
|
|||
"downloadAsPdfHelper": "Perfect om de huidige kaart af te printen",
|
||||
"downloadAsPdf": "Download een PDF van de huidig zichtbare kaart",
|
||||
"title": "Download de zichtbare data",
|
||||
"exporting": "Aan het exporteren…"
|
||||
"exporting": "Aan het exporteren…",
|
||||
"uploadGpx": "Track uploaden naar OpenStreetMap",
|
||||
"downloadGpx": "Downloaden als GPX-bestand",
|
||||
"downloadFeatureAsGpx": "Downloaden als GPX-bestand",
|
||||
"downloadFeatureAsGeojson": "Downloaden als GeoJson bestand",
|
||||
"downloadGpxHelper": "De meeste navigatie toestellen en applicaties kunnen een GPX-bestand openen"
|
||||
},
|
||||
"cancel": "Annuleren",
|
||||
"testing": "Testmode - wijzigingen worden niet opgeslaan",
|
||||
|
@ -229,7 +258,17 @@
|
|||
"histogram": {
|
||||
"error_loading": "Kan het histogram niet laden"
|
||||
},
|
||||
"loading": "Aan het laden..."
|
||||
"loading": "Aan het laden...",
|
||||
"removeLocationHistory": "Verwijder de geschiedenis aan locaties",
|
||||
"apply_button": {
|
||||
"appliedOnAnotherObject": "Object {id} zal deze tags ontvangen: {tags}",
|
||||
"isApplied": "De wijzigingen zijn doorgevoerd"
|
||||
},
|
||||
"logout": "Afmelden",
|
||||
"confirm": "Bevestigen",
|
||||
"back": "Vorige",
|
||||
"next": "Volgende",
|
||||
"backToMapcomplete": "Terug naar het themaoverzicht"
|
||||
},
|
||||
"reviews": {
|
||||
"title": "{count} beoordelingen",
|
||||
|
@ -314,5 +353,130 @@
|
|||
},
|
||||
"multi_apply": {
|
||||
"autoApply": "Wijzigingen aan eigenschappen {attr_names} zullen ook worden uitgevoerd op {count} andere objecten."
|
||||
},
|
||||
"importLayer": {
|
||||
"layerName": "Hier is misschien een {title}",
|
||||
"description": "Deze laag toont kaart-nota's die wijzen op een {title}",
|
||||
"popupTitle": "Is hier een {title}?",
|
||||
"importButton": "import_button({layerId}, _tags, Ik heb hier een {title} gevonden - voeg deze toe aan de kaart...,./assets/svg/addSmall.svg,,,id)",
|
||||
"importHandled": "<div class='thanks'>Dit punt is afgehandeld. Bedankt om mee te helpen!</div>",
|
||||
"notFound": "Ik kon hier geen {title} vinden - verwijder deze van de kaart",
|
||||
"alreadyMapped": "Er staat hier reeds een {title} op de kaart; dit punt is een duplicaat. Verwijder deze van de kaart"
|
||||
},
|
||||
"professional": {
|
||||
"title": "Professionele ondersteuning voor MapComplete",
|
||||
"indexPage": {
|
||||
"button": "Ontdek onze services",
|
||||
"hookMore": "We kunnen helpen bij het opzetten van terreinwerk, integreren van datasets en algemene OpenStreetMap-consultancy",
|
||||
"hook": "Professionele ondersteuning nodig?"
|
||||
},
|
||||
"text1": "<p>MapComplete is de editor die het gemakkelijk maakt om bij te dragen aan OpenStreetMap.</p>",
|
||||
"aboutOsm": {
|
||||
"aboutOsm": {
|
||||
"title": "Wat is OpenStreetMap?",
|
||||
"li1": "Sommige winkels hebben attibuten met openingsuren, telefoonnumer, een website, welke betaalmiddelen er geaccepteerd worden, wat ze verkopen, welke diensten ze aanbieden, …",
|
||||
"li3": "en nog veel meer…",
|
||||
"li2": "Toiletten hebben mogelijks informatie over rolstoeltoegankelijkheid, luiertafel, hoeveel een toiletbezoek kost, …",
|
||||
"intro": "OpenStreetMap is een gedeelde, globale databank; gebouwd door vrijwilligers. Alle geodata is er welkom, als deze <b>ter plaatse geverifieerd</b> kan worden.<br>OpenStreetMap is zo uitgegroeid tot een uitgebreide databank: het bevat gegevens over miljoenen objecten binnen duizenden categorieën. Elk individueel object kan ook weer verschillende attributen hebben, waardoor veel nuance ontstaat:",
|
||||
"li0": "Straten hebben een geometrie, maar kunnen ook informatie bevatten over de maximale toegestane snelheid, de wegbedekking, ofdat ze 's nachts verlicht zijn, een link naar Wikipedia, een link naar wat ze vernoemd zijn, welke wandel-, fiets- en busroutes er lopen, …"
|
||||
},
|
||||
"benefits": {
|
||||
"li1": "Je data heeft een groter bereik dan ooit tevoren door de vele hergebruikers zoals Bing Maps, Apple Maps, Facebook, Instagram, Pokemon Go, OsmAnd, Organic Maps, Maps.me, Mapbox, Komoot, de meeste fietsrouteplanners, …",
|
||||
"intro": "Het kan erg moeilijk zijn om een eigen dataset achter te laten, want het opbouwen ervan kostte vaak veel tijd en moeite.<br>Echter, de voordelen om over te schakelen naar OpenStreetMap zijn enorm:",
|
||||
"title": "Voordelen van het OpenStreetMap-ecosysteem",
|
||||
"li0": "Je bent niet langer alleen om deze data te verzamelen en te onderhouden - een hele community helpt je",
|
||||
"li2": "Veel overheidsorganisaties en gemeentes gebruiken OpenStreetMap op hun website"
|
||||
},
|
||||
"vandalism": {
|
||||
"li1": "een kleine, foutieve wijziging heeft weinig impact en brengt dus weinig op voor een vandaal",
|
||||
"intro": "Omdat iedereen de data kan aanpassen, is het inderdaad mogelijk dat iemand opzettelijk een foute aanpassing maakt. Dit gebeurt in de praktijk echter nooit, want:",
|
||||
"li0": "de technische drempel om een wijziging te maken is hoog",
|
||||
"li2": "een wijziging met een grote impact wordt snel opgemerkt omdat er zoveel datagebruikers zijn",
|
||||
"title": "Is vandalisme een probleem?",
|
||||
"li3": "alle wijzigingen worden bijgehouden en gelinkt aan de bijdrager die ze maakt. Een gebruiker die veelvuldig en opzettelijk de data kapot maakt, wordt verbannen",
|
||||
"li4": "In België en verschillende andere landen wordt elke eerste wijziging van een nieuwe bijdrager systematisch gecontroleerd en gecorrigeerd."
|
||||
},
|
||||
"license": {
|
||||
"title": "De licentie",
|
||||
"li0": "Een product dat OpenStreetMap gebruikt moet de OpenStreetMap vermelden.",
|
||||
"outro": "De licentie heeft enkele gevolgen - deze worden hieronder toegelicht.",
|
||||
"intro": "OpenStreetMap wordt gepubliceerd onder de Open Database License. De <a href=\"https://osm.org/copyright\" target=\"_blank\">volledige licentie</a> kan als volgt worden samengevat:",
|
||||
"li1": "OpenStreetMap-data moet <i>open</i> blijven. Dit betekent dat een kaart met OpenStreetMap-data opnieuw gekopieerd mag worden."
|
||||
}
|
||||
},
|
||||
"osmTitle": "Wat kunnen OpenStreetMap en MapComplete doen voor jouw organisatie?",
|
||||
"intro": "De ontwikkelaar van MapComplete bied professionele ondersteuning aan. Dit document toont enkele mogelijkheden, frequente vragen en de grenzen van wat MapComplete kan.",
|
||||
"text0": "<p>Het onderhouden en updaten van geodata is moeilijk en duur.<br>Bovendien verzamelen veel organisaties dezelfde data, onafhankelijk van elkaar - waardoor hetzelfde werk verschillende keren wordt gedaan, de data in niet-standaard formaten wordt bijgehouden en ieder een onvolledige, niet onderhouden dataset heeft</p><p>Parallel hiermee is er ook een grote community die geodata verzameld in een globale, gestandaardiseerde databank: OpenStreetMap.org.</p>",
|
||||
"aboutMc": {
|
||||
"title": "MapComplete gebruiken in je eigen organisatie",
|
||||
"text0": "Als je een bestaand MapComplete-thema wilt gebruiken of in je website wilt embedden, dan mag je dit gratis doen. Dit is gratis en zal dat altijd zijn.",
|
||||
"survey": {
|
||||
"title": "Mogelijkheden om data te verzamelen",
|
||||
"intro": "<p>MapComplete is een makkelijk te gebruiken hulpmiddel om ter plaatste met een smartphone of vanop afstand met een PC data te verzamelen. Met enkele klikken kan de nodige data toegevoegd worden aan OpenStreetMap.</p>\n<p>Wij kunnen voor jou een <b>op maat gemaakte verzameltool</b> maken die precies de data vraagt die nodig is.</p>\n<p>Heb je een dataset die (opnieuw) opgemeten moet worden? Dat is het perfecte moment om de stap naar OpenStreetMap te maken. MapComplete kan je eigen dataset en OpenStreetMap samen tonen, wat het makkelijk maakt om zowel de eigen locaties als de bijdragen van de community na te kijken.</p>\n"
|
||||
},
|
||||
"internalUse": {
|
||||
"title": "Data hergebruiken"
|
||||
},
|
||||
"text2": "Twijfel je nog? We sommen de mogelijkheden hieronder op en beantwoorden enkele veelvoorkomende vragen",
|
||||
"text1": "Wil je andere data visualiseren, maar bestaat er nog geen geschikte kaart voor? De MapComplete-ontwikkelaars kunnen dit <b>op maat bouwen</b> voor een schappelijk budget. Stuur je vraag via <a href=\"mailto:pietervdvn@posteo.net\">email</a>, <a href=\"https://github.com/pietervdvn/MapComplete/issues\">github</a> of <a>een bericht op osm.org</a>",
|
||||
"layers": {
|
||||
"intro": "<p>MapComplete heeft een krachtig templatesysteem om snel een kaart op te zetten die precies toont wat je nodig hebt</p>\n<p>Deze data kan opgehaald van <b>OpenStreetMap</b> of van <b>externe datasets</b> komen - bijvoorbeeld om datasets met elkaar te vergelijken of om data te tonen die niet in OpenStreetMap thuishoort (bijvoorbeeld evenementen, statistieken, ...)</p>",
|
||||
"title": "Welke data kan getoond worden met MapComplete?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"privacy": {
|
||||
"geodata": "Op het moment dat MapComplete je locatie krijgt, blijft deze informatie en de geschiedenis ervan lokaal op je toestel. Je locatiedata wordt nooit automatisch doorgestuurd naar waar dan ook - behalve wanneer een bepaalde functionaliteit daar expliciet om vraagt.",
|
||||
"tracking": "Om enig inzicht te krijgen in wie de site bezoekt, wordt er technische informatie verzameld. Dit omvat het land van waaruit je de site bezoekt, vanop welke website je doorklikte naar MapComplete, het type toestel en de schermgrootte. Een cookie wordt op he toestel geplaatst om mee te geven dat je de site eerder in de dag bezocht. De data is niet gedetailleerd genoeg om persoonlijke informatie te zijn. Er zijn enkel geaggregeerde statistieken mogelijk. Deze <a href=\"https://pietervdvn.goatcounter.com\" target=\"_blank\">kunnen door iedereen bekeken worden</a>.",
|
||||
"title": "Privacyverklaring",
|
||||
"geodataTitle": "Jouw locatie",
|
||||
"trackingTitle": "Statistische informatie",
|
||||
"intro": "We vinden privacy belangrijk, zowel for het individu als voor de samenleving. MapComplete probeert zo veel mogelijk te vermijden dat private gegevens worden verzameld. Daarom is er zelfs geen cookie banner nodig. Maar we geven graag informatie over welke data verzameld en gedeeld worden, onder welke omstandigheden, en waarom deze afwegingen gemaakt worden.",
|
||||
"editingTitle": "Wanneer je wijzigingen maakt",
|
||||
"miscCookiesTitle": "Andere cookies",
|
||||
"miscCookies": "MapComplete integreert met verschillende andere services, in het bijzonder om afbeeldingen van kaart-objecten te tonen. Deze afbeeldingen zijn opgeslaan bij diverse websites, die elk cookies kunnen instellen.",
|
||||
"whileYoureHere": "Vind je privacy belangrijk?",
|
||||
"surveillance": "Gezien je de privacy-policy leest, vind je privacy waarschijnlijk belangrijk - wij ook! We hebben zelfs <a href=\"https://mapcomplete.osm.be/surveillance\">een kaart met bewakingcamera's</a> gemaakt. Voeg er zeker toe!",
|
||||
"editing": "Wanneer je een wijziging maakt, wordt deze wijziging opgeslaan op OpenStreetMap. Dit is zichtbaar voor iedereen. Een wijzigingenset gemaakt met MapComplete bevat de volgende data:\n<ul><li>De aanpassingen aan de data</li><li>Je gebruikersnaam</li><li>Wanneer deze wijziging werd gemaakt</li><li>Het thema dat je gebruikt om de wijziging te maken</li><li>De taal van de gebruikersinterface</li><li>Een indicatie hoe ver jij je van de gewijzigde objecten bevindt. Andere bijdragers kunnen deze informatie gebruiken om af te leiden of de wijziging gemaakt door lokaal te gaan kijken of door onderzoek vanop afstand</li></ul> Bekijk ook <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\" target=\"_blank\">de privacy-policy op OpenStreetMap.org</a> voor gedetailleerde info. We herinneren je eraan dat je een pseudoniem of fictieve naam kan gebruiken wanneer je je registreert."
|
||||
},
|
||||
"validation": {
|
||||
"string": {
|
||||
"description": "een stukje tekst"
|
||||
},
|
||||
"email": {
|
||||
"description": "email-adres",
|
||||
"feedback": "Dit is geen geldig email-adres",
|
||||
"noAt": "Een email-adres moet een @ hebben"
|
||||
},
|
||||
"phone": {
|
||||
"description": "telefoonnummer",
|
||||
"feedback": "Dit is geen geldig telefoonnummer"
|
||||
},
|
||||
"url": {
|
||||
"description": "een link naar een webpagina",
|
||||
"feedback": "Dit is geen geldige link"
|
||||
},
|
||||
"pnat": {
|
||||
"description": "een positief, geheel getal",
|
||||
"noZero": "Nul is niet toegelaten"
|
||||
},
|
||||
"nat": {
|
||||
"description": "een positief, geheel getal of nul",
|
||||
"mustBePositive": "Dit getal moet positief zijn",
|
||||
"notANumber": "Dit is geen getal",
|
||||
"mustBeWhole": "Enkele gehele getallen zijn toegelaten"
|
||||
},
|
||||
"int": {
|
||||
"description": "een geheel getal"
|
||||
},
|
||||
"float": {
|
||||
"description": "een getal",
|
||||
"feedback": "dit is geen getal"
|
||||
},
|
||||
"pfloat": {
|
||||
"description": "een positief getal"
|
||||
},
|
||||
"tooLong": "Deze tekst is te lang. De tekst heeft {count} lettertekens, er mogen maximaal 255 letters zijn"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"zoomInFurther": "Powiększ jeszcze bardziej, aby dodać punkt.",
|
||||
"intro": "Kliknąłeś gdzieś, gdzie nie są jeszcze znane żadne dane.<br>",
|
||||
"title": "Czy dodać nowy punkt?",
|
||||
"addNew": "Dodaj nową {kategorię} tutaj",
|
||||
"addNew": "Dodaj nową {category} tutaj",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Zaloguj się, aby dodać nowy punkt</a>",
|
||||
"confirmButton": "Dodaj tutaj {category}.<br><div class=\"alert\">Twój dodatek jest widoczny dla wszystkich</div>",
|
||||
"layerNotEnabled": "Warstwa {layer} nie jest włączona. Włącz tę warstwę, aby dodać punkt",
|
||||
|
@ -78,7 +78,7 @@
|
|||
"zoomInFurther": "Powiększ jeszcze bardziej, aby dodać punkt.",
|
||||
"intro": "Kliknąłeś gdzieś, gdzie nie są jeszcze znane żadne dane.<br>",
|
||||
"title": "Czy dodać nowy punkt?",
|
||||
"addNew": "Dodaj nową {kategorię} tutaj",
|
||||
"addNew": "Dodaj nową {category} tutaj",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Zaloguj się, aby dodać nowy punkt</a>",
|
||||
"confirmButton": "Dodaj tutaj {category}.<br><div class=\"alert\">Twój dodatek jest widoczny dla wszystkich</div>",
|
||||
"layerNotEnabled": "Warstwa {layer} nie jest włączona. Włącz tę warstwę, aby dodać punkt",
|
||||
|
@ -120,7 +120,7 @@
|
|||
"friday": "Piątek",
|
||||
"thursday": "Czwartek"
|
||||
},
|
||||
"aboutMapcomplete": "<h3>O MapComplete</h3><p>Dzięki MapComplete możesz wzbogacić OpenStreetMap o informacje na <b>pojedynczy temat.</b> Odpowiedz na kilka pytań, a w ciągu kilku minut Twój wkład będzie dostępny na całym świecie! Opiekun <b>tematu</b> definiuje elementy, pytania i języki dla tematu.</p><h3>Dowiedz się więcej</h3><p>MapComplete zawsze <b>oferuje następny krok</b>, by dowiedzieć się więcej o OpenStreetMap.</p><ul><li>Po osadzeniu na stronie internetowej, element iframe łączy się z pełnoekranowym MapComplete</li><li>Wersja pełnoekranowa oferuje informacje o OpenStreetMap</li><li>Przeglądanie działa bez logowania, ale edycja wymaga loginu OSM.</li><li>Jeżeli nie jesteś zalogowany, zostaniesz poproszony o zalogowanie się</li><li>Po udzieleniu odpowiedzi na jedno pytanie, możesz dodać nowe punkty do mapy</li><li>Po chwili wyświetlane są rzeczywiste tagi OSM, które później linkują do wiki</li></ul><p></p><br><p>Zauważyłeś <b>problem</b>? Czy masz <b>prośbę o dodanie jakiejś funkcji</b>? Chcesz <b>pomóc w tłumaczeniu</b>? Udaj się do <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">kodu źródłowego</a> lub <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue trackera.</a> </p><p> Chcesz zobaczyć <b>swoje postępy</b>? Śledź liczbę edycji na <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>",
|
||||
"aboutMapcomplete": "<h3>O MapComplete</h3><p>Dzięki MapComplete możesz wzbogacić OpenStreetMap o informacje na <b>pojedynczy temat.</b> Odpowiedz na kilka pytań, a w ciągu kilku minut Twój wkład będzie dostępny na całym świecie! Opiekun <b>tematu</b> definiuje elementy, pytania i języki dla tematu.</p><h3>Dowiedz się więcej</h3><p>MapComplete zawsze <b>oferuje następny krok</b>, by dowiedzieć się więcej o OpenStreetMap.</p><ul><li>Po osadzeniu na stronie internetowej, element iframe łączy się z pełnoekranowym MapComplete</li><li>Wersja pełnoekranowa oferuje informacje o OpenStreetMap</li><li>Przeglądanie działa bez logowania, ale edycja wymaga loginu OSM.</li><li>Jeżeli nie jesteś zalogowany, zostaniesz poproszony o zalogowanie się</li><li>Po udzieleniu odpowiedzi na jedno pytanie, możesz dodać nowe punkty do mapy</li><li>Po chwili wyświetlane są rzeczywiste tagi OSM, które później linkują do wiki</li></ul><p></p><br><p>Zauważyłeś <b>problem</b>? Czy masz <b>prośbę o dodanie jakiejś funkcji</b>? Chcesz <b>pomóc w tłumaczeniu</b>? Udaj się do <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">kodu źródłowego</a> lub <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue trackera.</a> </p><p> Chcesz zobaczyć <b>swoje postępy</b>? Śledź liczbę edycji na <a href=\"{osmcha_link}\" target=\"_blank\">OsmCha</a>.</p>",
|
||||
"noNameCategory": "{category} bez nazwy",
|
||||
"nameInlineQuestion": "Nazwa tej {category} to $$$",
|
||||
"osmLinkTooltip": "Zobacz ten obiekt na OpenStreetMap, aby uzyskać historię i więcej opcji edycji",
|
||||
|
@ -189,7 +189,7 @@
|
|||
"friday": "Piątek",
|
||||
"thursday": "Czwartek"
|
||||
},
|
||||
"aboutMapcomplete": "<h3>O MapComplete</h3><p>Dzięki MapComplete możesz wzbogacić OpenStreetMap o informacje na <b>pojedynczy temat.</b> Odpowiedz na kilka pytań, a w ciągu kilku minut Twój wkład będzie dostępny na całym świecie! Opiekun <b>motywu</b> definiuje elementy, pytania i języki dla tematu.</p><h3>Dowiedz się więcej</h3><p>MapComplete zawsze <b>oferuje następny krok</b>, by dowiedzieć się więcej o OpenStreetMap.</p><ul><li>Po osadzeniu na stronie internetowej, iframe łączy się z pełnoekranowym MapComplete</li><li>Wersja pełnoekranowa oferuje informacje o OpenStreetMap</li><li>Przeglądanie działa bez logowania, ale edycja wymaga loginu OSM.</li><li>Jeżeli nie jesteś zalogowany, zostaniesz poproszony o zalogowanie się</li><li>Po udzieleniu odpowiedzi na jedno pytanie, możesz dodać nowe punkty do mapy</li><li>Po chwili wyświetlane są rzeczywiste tagi OSM, które później linkują do wiki</li></ul><p></p><br><p>Zauważyłeś <b>problem</b>? Czy masz <b>prośbę o dodanie jakiejś funkcji</b>? Chcesz <b>pomóc w tłumaczeniu</b>? Udaj się do <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">kodu źródłowego</a> lub <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue trackera.</a> </p><p> Chcesz zobaczyć <b>swoje postępy</b>? Śledź liczbę edycji na <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>.",
|
||||
"aboutMapcomplete": "<h3>O MapComplete</h3><p>Dzięki MapComplete możesz wzbogacić OpenStreetMap o informacje na <b>pojedynczy temat.</b> Odpowiedz na kilka pytań, a w ciągu kilku minut Twój wkład będzie dostępny na całym świecie! Opiekun <b>motywu</b> definiuje elementy, pytania i języki dla tematu.</p><h3>Dowiedz się więcej</h3><p>MapComplete zawsze <b>oferuje następny krok</b>, by dowiedzieć się więcej o OpenStreetMap.</p><ul><li>Po osadzeniu na stronie internetowej, iframe łączy się z pełnoekranowym MapComplete</li><li>Wersja pełnoekranowa oferuje informacje o OpenStreetMap</li><li>Przeglądanie działa bez logowania, ale edycja wymaga loginu OSM.</li><li>Jeżeli nie jesteś zalogowany, zostaniesz poproszony o zalogowanie się</li><li>Po udzieleniu odpowiedzi na jedno pytanie, możesz dodać nowe punkty do mapy</li><li>Po chwili wyświetlane są rzeczywiste tagi OSM, które później linkują do wiki</li></ul><p></p><br><p>Zauważyłeś <b>problem</b>? Czy masz <b>prośbę o dodanie jakiejś funkcji</b>? Chcesz <b>pomóc w tłumaczeniu</b>? Udaj się do <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">kodu źródłowego</a> lub <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue trackera.</a> </p><p> Chcesz zobaczyć <b>swoje postępy</b>? Śledź liczbę edycji na <a href=\"{osmcha_link}\" target=\"_blank\">OsmCha</a>.</p>.",
|
||||
"noNameCategory": "{category} bez nazwy",
|
||||
"nameInlineQuestion": "Nazwa tej {category} to $$$",
|
||||
"osmLinkTooltip": "Zobacz ten obiekt na OpenStreetMap, aby uzyskać historię i więcej opcji edycji",
|
||||
|
@ -244,7 +244,7 @@
|
|||
"loadingData": "Ładowanie danych…",
|
||||
"ready": "Zrobione!",
|
||||
"zoomIn": "Przybliż żeby zobaczyć lub edytować",
|
||||
"retrying": "Ładowanie danych nie powiodło się. Spróbujemy ponownie za {liczba} sekund…"
|
||||
"retrying": "Ładowanie danych nie powiodło się. Spróbujemy ponownie za {count} sekund…"
|
||||
},
|
||||
"reviews": {
|
||||
"plz_login": "Zaloguj się, aby zostawić opinię",
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
"zoomInFurther": "Amplie mais para adicionar um ponto.",
|
||||
"openLayerControl": "Abra a caixa de controlo da camada",
|
||||
"disableFilters": "Desativar todos os filtros",
|
||||
"addNew": "Adicionar uma nova {categoria} aqui",
|
||||
"addNew": "Adicionar uma nova {category} aqui",
|
||||
"intro": "Clicou em algum lugar onde ainda não há dados conhecidos.<br>",
|
||||
"addNewMapLabel": "Adicionar novo item",
|
||||
"presetInfo": "O novo POI terá {tags}",
|
||||
|
@ -90,8 +90,8 @@
|
|||
},
|
||||
"questions": {
|
||||
"websiteOf": "Qual é o site de {category}?",
|
||||
"emailOf": "Qual é o endereço de e-mail de {categoria}?",
|
||||
"emailIs": "O endereço de e-mail de {categoria} é <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"emailOf": "Qual é o endereço de e-mail de {category}?",
|
||||
"emailIs": "O endereço de e-mail de {category} é <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"websiteIs": "Site: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"phoneNumberIs": "O número de telefone de {category} é <a target=\"_blank\">{phone}</a>",
|
||||
"phoneNumberOf": "Qual é o número de telefone de {category}?"
|
||||
|
@ -184,7 +184,7 @@
|
|||
"editThisTheme": "Editar este tema"
|
||||
},
|
||||
"attribution": {
|
||||
"themeBy": "Tema gerido por {autor}",
|
||||
"themeBy": "Tema gerido por {author}",
|
||||
"iconAttribution": {
|
||||
"title": "Ícones usados"
|
||||
},
|
||||
|
@ -211,7 +211,7 @@
|
|||
"streetcomplete": "Outra aplicação semelhante é o <a class=\"underline hover:text-blue-800\" href=\"https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete\" target=\"_blank\">StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Crie o seu próprio tema MapComplete a partir do zero",
|
||||
"previouslyHiddenTitle": "Temas ocultos visitados anteriormente",
|
||||
"hiddenExplanation": "Estes temas só são acessíveis a quem tem a hiperligação. Você descobriu {substituído} de {total_substituído} temas ocultos.",
|
||||
"hiddenExplanation": "Estes temas só são acessíveis a quem tem a hiperligação. Você descobriu {hidden_discovered} de {total_hidden} temas ocultos.",
|
||||
"intro": "<h3>Mais mapas temáticos?</h3>Gosta de colecionar dados geográficos? <br>Tem mais temas disponíveis."
|
||||
},
|
||||
"about": "Edite e adicione facilmente o OpenStreetMap para um determinado tema",
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
"intro": "<h3>Compartilhe este mapa</h3> Compartilhe este mapa copiando o link abaixo e enviando-o para amigos e familiares:",
|
||||
"embedIntro": "<h3>Incorpore em seu site</h3>Por favor, incorpore este mapa em seu site.<br>Nós o encorajamos a fazer isso - você nem precisa pedir permissão.<br>É gratuito e sempre será. Quanto mais pessoas usarem isso, mais valioso se tornará."
|
||||
},
|
||||
"aboutMapcomplete": "<h3>Sobre o MapComplete</h3><p>Com o MapComplete, você pode enriquecer o OpenStreetMap com informações sobre um<b>único tema.</b>Responda a algumas perguntas e, em minutos, suas contribuições estarão disponíveis em todo o mundo! O<b>mantenedor do tema</b>define elementos, questões e linguagens para o tema.</p><h3>Saiba mais</h3><p>MapComplete sempre<b>oferece a próxima etapa</b>para saber mais sobre o OpenStreetMap.</p><ul><li>Quando incorporado em um site, o iframe vincula-se a um MapComplete em tela inteira</li><li>A versão em tela inteira oferece informações sobre o OpenStreetMap</li><li>A visualização funciona sem login, mas a edição requer um login do OSM.</li><li>Se você não estiver conectado, será solicitado que você faça o login</li><li>Depois de responder a uma única pergunta, você pode adicionar novos aponta para o mapa </li><li> Depois de um tempo, as tags OSM reais são mostradas, posteriormente vinculadas ao wiki </li></ul><p></p><br><p>Você percebeu<b>um problema</b>? Você tem uma<b>solicitação de recurso </b>? Quer<b>ajudar a traduzir</b>? Acesse <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">o código-fonte</a>ou <a href=\"https: //github.com/pietervdvn/MapComplete / issues \" target=\" _ blank \">rastreador de problemas.</a></p><p>Quer ver<b>seu progresso</b>? Siga a contagem de edição em<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>"
|
||||
"aboutMapcomplete": "<h3>Sobre o MapComplete</h3><p>Com o MapComplete, você pode enriquecer o OpenStreetMap com informações sobre um<b>único tema.</b>Responda a algumas perguntas e, em minutos, suas contribuições estarão disponíveis em todo o mundo! O<b>mantenedor do tema</b>define elementos, questões e linguagens para o tema.</p><h3>Saiba mais</h3><p>MapComplete sempre<b>oferece a próxima etapa</b>para saber mais sobre o OpenStreetMap.</p><ul><li>Quando incorporado em um site, o iframe vincula-se a um MapComplete em tela inteira</li><li>A versão em tela inteira oferece informações sobre o OpenStreetMap</li><li>A visualização funciona sem login, mas a edição requer um login do OSM.</li><li>Se você não estiver conectado, será solicitado que você faça o login</li><li>Depois de responder a uma única pergunta, você pode adicionar novos aponta para o mapa </li><li> Depois de um tempo, as tags OSM reais são mostradas, posteriormente vinculadas ao wiki </li></ul><p></p><br><p>Você percebeu<b>um problema</b>? Você tem uma<b>solicitação de recurso </b>? Quer<b>ajudar a traduzir</b>? Acesse <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">o código-fonte</a>ou <a href=\"https: //github.com/pietervdvn/MapComplete / issues \" target=\" _ blank \">rastreador de problemas.</a></p><p>Quer ver<b>seu progresso</b>? Siga a contagem de edição em<a href=\"{osmcha_link}\" target=\"_blank\">OsmCha</a>.</p>"
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Escolha um tema abaixo para começar.",
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
"zoomInToSeeThisLayer": "Увеличьте масштаб, чтобы увидеть этот слой"
|
||||
},
|
||||
"backgroundMap": "Фоновая карта",
|
||||
"aboutMapcomplete": "<h3>О MapComplete</h3><p>С помощью MapComplete вы можете обогатить OpenStreetMap информацией по <b>одной теме.</b> Ответьте на несколько вопросов, и через несколько минут ваши материалы будут доступны по всему миру! <b>Сопровождающий темы</b> определяет элементы, вопросы и языки для темы.</p><h3>Узнайте больше</h3><p>MapComplete всегда <b>предлагает следующий шаг</b>, чтобы узнать больше об OpenStreetMap.</p><ul><li>При встраивании в веб-сайт iframe ссылается на полноэкранную версию MapComplete</li><li>Полноэкранная версия предлагает информацию об OpenStreetMap</li><li>Просмотр работает без входа, но для редактирования требуется вход в OSM.</li><li>Если вы не вошли в систему, вас попросят войти</li><li>Ответив на один вопрос, вы можете добавлять новые точки на карту</li><li>Через некоторое время отображаются актуальные OSM-метки с последующей ссылкой на вики</li></ul><p></p><br><p>Вы заметили <b>проблему</b>? У вас есть <b>запрос на функциональность</b>? Хотите <b>помочь с переводом</b>? Зайдите на <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">репозиторий с исходным кодом</a> или <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">трекер проблем.</a> </p> <p> Хотите увидеть <b>свой прогресс</b>? Следите за количеством правок на <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>",
|
||||
"aboutMapcomplete": "<h3>О MapComplete</h3><p>С помощью MapComplete вы можете обогатить OpenStreetMap информацией по <b>одной теме.</b> Ответьте на несколько вопросов, и через несколько минут ваши материалы будут доступны по всему миру! <b>Сопровождающий темы</b> определяет элементы, вопросы и языки для темы.</p><h3>Узнайте больше</h3><p>MapComplete всегда <b>предлагает следующий шаг</b>, чтобы узнать больше об OpenStreetMap.</p><ul><li>При встраивании в веб-сайт iframe ссылается на полноэкранную версию MapComplete</li><li>Полноэкранная версия предлагает информацию об OpenStreetMap</li><li>Просмотр работает без входа, но для редактирования требуется вход в OSM.</li><li>Если вы не вошли в систему, вас попросят войти</li><li>Ответив на один вопрос, вы можете добавлять новые точки на карту</li><li>Через некоторое время отображаются актуальные OSM-метки с последующей ссылкой на вики</li></ul><p></p><br><p>Вы заметили <b>проблему</b>? У вас есть <b>запрос на функциональность</b>? Хотите <b>помочь с переводом</b>? Зайдите на <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">репозиторий с исходным кодом</a> или <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">трекер проблем.</a> </p> <p> Хотите увидеть <b>свой прогресс</b>? Следите за количеством правок на <a href=\"{osmcha_link}\" target=\"_blank\"> OsmCha</a>.</p>",
|
||||
"customThemeIntro": "<h3>Пользовательские темы</h3>Это ранее просмотренные темы, созданные пользователями.",
|
||||
"noTagsSelected": "Теги не выбраны",
|
||||
"getStartedNewAccount": " или <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">создать новую учетную запись</a>",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Hi ha quelcom rellevant que no t'hem preguntat? Afegeix-ho aquí. <br/><span style='font-size: small'>No repeteixis informació que ja hi és</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "S'accepten gossos en aquest negoci?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Quina és l'adreça de correu electrònic de {name}?"
|
||||
"question": "Quina és l'adreça de correu electrònic de {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -42,7 +42,7 @@
|
|||
"render": "Situat a la planta {level}"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quin és l'horari d'obertura de {name}?",
|
||||
"question": "Quin és l'horari d'obertura de {title()}?",
|
||||
"render": "<h3>Horari d'obertura</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -57,7 +57,7 @@
|
|||
"question": "Quins mètodes de pagament s'accepten aquí?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Quin és el telèfon de {name}?"
|
||||
"question": "Quin és el telèfon de {title()}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
|
@ -77,7 +77,7 @@
|
|||
"question": "Aquest servei té endolls elèctrics, disponibles pels clients quan hi són dins?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Quina és la web de {name}?"
|
||||
"question": "Quina és la web de {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
1
langs/shared-questions/cs.json
Normal file
1
langs/shared-questions/cs.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Gibt es noch etwas, das die vorhergehenden Fragen nicht abgedeckt haben? Hier wäre Platz dafür.<br/><span style='font-size: small'>Bitte keine bereits erhobenen Informationen.</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "Sind Hunde in diesem Geschäft erlaubt?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Was ist die Mail-Adresse von {name}?"
|
||||
"question": "Was ist die Mail-Adresse von {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -42,7 +42,7 @@
|
|||
"render": "Befindet sich im {level}ten Stock"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Was sind die Öffnungszeiten von {name}?",
|
||||
"question": "Was sind die Öffnungszeiten von {title()}?",
|
||||
"render": "<h3>Öffnungszeiten</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -57,7 +57,7 @@
|
|||
"question": "Welche Zahlungsmethoden werden hier akzeptiert?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Was ist die Telefonnummer von {name}?"
|
||||
"question": "Was ist die Telefonnummer von {title()}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
|
@ -77,7 +77,7 @@
|
|||
"question": "Gibt es an dieser Einrichtung Steckdosen, an denen Kunden ihre Geräte laden können?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Was ist die Website von {name}?"
|
||||
"question": "Was ist die Website von {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "Are dogs allowed in this business?"
|
||||
},
|
||||
"email": {
|
||||
"question": "What is the email address of {name}?"
|
||||
"question": "What is the email address of {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -36,13 +36,16 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "Located on the first floor"
|
||||
},
|
||||
"4": {
|
||||
"then": "Located on the first basement level"
|
||||
}
|
||||
},
|
||||
"question": "On what level is this feature located?",
|
||||
"render": "Located on the {level}th floor"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "What are the opening hours of {name}?",
|
||||
"question": "What are the opening hours of {title()}?",
|
||||
"render": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -56,8 +59,20 @@
|
|||
},
|
||||
"question": "Which methods of payment are accepted here?"
|
||||
},
|
||||
"payment-options-advanced": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Payment is done using a dedicated app"
|
||||
},
|
||||
"1": {
|
||||
"then": "Payment is done using a membership card"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "What is the phone number of {name}?"
|
||||
"question": "What is the phone number of {title()}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
|
@ -77,7 +92,7 @@
|
|||
"question": "Does this amenity have electrical outlets, available to customers when they are inside?"
|
||||
},
|
||||
"website": {
|
||||
"question": "What is the website of {name}?"
|
||||
"question": "What is the website of {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"dog-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
},
|
||||
"email": {
|
||||
"question": "Kio estas la retpoŝta adreso de {name}?"
|
||||
"question": "Kio estas la retpoŝta adreso de {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -31,10 +31,10 @@
|
|||
"render": "<h3>Malfermitaj horoj</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Kio estas la telefonnumero de {name}?"
|
||||
"question": "Kio estas la telefonnumero de {title()}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Kie estas la retejo de {name}?"
|
||||
"question": "Kie estas la retejo de {title()}?"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1 +1,17 @@
|
|||
{}
|
||||
{
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "¿Aún hay algo relevante que no ha encajado en las preguntas anteriores? Compártalo aquí.<br/><span style='font-size: small'>No repita datos ya expresados</span>"
|
||||
},
|
||||
"dog-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Se permiten perros"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>No</b> se permiten perros"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Y a-t-il quelque chose de pertinent que vous n'avez pas pu donner à la dernière question ? Ajoutez-le ici.<br/><span style='font-size: small'>Ne répétez pas des réponses déjà données</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "Est-ce que les chiens sont admis ici ?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Quelle est l'adresse courriel de {name} ?"
|
||||
"question": "Quelle est l'adresse courriel de {title()} ?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -42,7 +42,7 @@
|
|||
"render": "Étage {level}"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quelles sont les horaires d'ouverture de {name} ?",
|
||||
"question": "Quelles sont les horaires d'ouverture de {title()} ?",
|
||||
"render": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -57,7 +57,7 @@
|
|||
"question": "Quelles sont les méthodes de paiement acceptées ici ?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Quel est le numéro de téléphone de {name} ?"
|
||||
"question": "Quel est le numéro de téléphone de {title()} ?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
|
@ -77,7 +77,7 @@
|
|||
"question": "Des prises sont elles à disposition des client·e·s en intérieur ?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Quel est le site web de {name} ?"
|
||||
"question": "Quel est le site web de {title()} ?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"website": {
|
||||
"question": "Cal é a páxina web de {name}?"
|
||||
"question": "Cal é a páxina web de {title()}?"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Van-e még valami lényeges, amit nem tudott megadni az előző kérdésekben? Itt megteheti.<br/><span style='font-size: small'>Ne ismételjen meg már megadott tényeket</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "Be lehet-e vinni kutyát ebbe az üzletbe?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Mi a(z) {name} e-mail címe?"
|
||||
"question": "Mi a(z) {title()} e-mail címe?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -42,7 +42,7 @@
|
|||
"render": "A(z) {level}. emeleten"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Mikor van nyitva ez: {name}?",
|
||||
"question": "Mikor van nyitva ez: {title()}?",
|
||||
"render": "<h3>Nyitva tartás</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -56,8 +56,20 @@
|
|||
},
|
||||
"question": "Milyen fizetési módokat fogadnak el itt?"
|
||||
},
|
||||
"payment-options-advanced": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Fizetés erre a célra szolgáló alkalmazással"
|
||||
},
|
||||
"1": {
|
||||
"then": "Fizetési tagsági kártyával"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "Mi a telefonszáma ennek: {name}?"
|
||||
"question": "Mi a telefonszáma ennek: {title()}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
|
@ -77,7 +89,7 @@
|
|||
"question": "Van-e ebben a létesítményben olyan konnektor, amely a bent tartózkodó ügyfelek rendelkezésére áll?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Mi a weboldala ennek: {name}?"
|
||||
"question": "Mi a weboldala ennek: {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,7 +1,23 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Apakah masih ada sesuatu yang relevan yang tidak dapat Anda berikan dalam pertanyaan sebelumnya? Tambahkan di sini. <br/> <span style='font-size: small'> Jangan ulangi fakta yang sudah dinyatakan </span>"
|
||||
},
|
||||
"dog-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Anjing diperbolehkan"
|
||||
},
|
||||
"1": {
|
||||
"then": "Anjing <b> tidak </b> diperbolehkan"
|
||||
},
|
||||
"2": {
|
||||
"then": "Anjing diperbolehkan, tetapi mereka harus diikat"
|
||||
}
|
||||
}
|
||||
},
|
||||
"email": {
|
||||
"question": "Apa alamat surel dari {name}?"
|
||||
"question": "Apa alamat surel dari {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -23,10 +39,10 @@
|
|||
"question": "Metode pembayaran manakah yang di terima disini?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Nomor telepon dari {name|?"
|
||||
"question": "Nomor telepon dari {title()}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Apa situs web dari {name}?"
|
||||
"question": "Apa situs web dari {title()}?"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "C'è ancora qualche informazione importante che non è stato possibile fornire nelle domande precedenti? Aggiungila qui.<br/><span style='font-size: small'>Non ripetere informazioni già fornite</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "I cani sono ammessi in quest’attività?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Qual è l'indirizzo email di {name}?"
|
||||
"question": "Qual è l'indirizzo email di {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -42,7 +42,7 @@
|
|||
"render": "Si trova al piano numero {level}"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quali sono gli orari di apertura di {name}?",
|
||||
"question": "Quali sono gli orari di apertura di {title()}?",
|
||||
"render": "<h3>Orari di apertura</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -57,10 +57,10 @@
|
|||
"question": "Quali metodi di pagamento sono accettati qui?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Qual è il numero di telefono di {name}?"
|
||||
"question": "Qual è il numero di telefono di {title()}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Qual è il sito web di {name}?"
|
||||
"question": "Qual è il sito web di {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1 +1,116 @@
|
|||
{}
|
||||
{
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "前の質問で伝えきれなかった関連事項がまだありますか?ここに追加してください。<br/><span style='font-size: small'>今後表示しない</span>"
|
||||
},
|
||||
"dog-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ペット同伴可能"
|
||||
},
|
||||
"1": {
|
||||
"then": "ペット同伴<b>不可</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "ペット同伴可能。ただしリード着用"
|
||||
},
|
||||
"3": {
|
||||
"then": "犬同伴可能、自由に走り回れる"
|
||||
}
|
||||
},
|
||||
"question": "犬を飼うことができますか?"
|
||||
},
|
||||
"email": {
|
||||
"question": "{title()}のEメールアドレスは何ですか?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "地下にあります"
|
||||
},
|
||||
"1": {
|
||||
"then": "1階にあります"
|
||||
},
|
||||
"2": {
|
||||
"then": "1階にあります"
|
||||
},
|
||||
"3": {
|
||||
"then": "1階にあります"
|
||||
}
|
||||
},
|
||||
"question": "この機能は何階にあるのでしょうか?",
|
||||
"render": "{level}階にあります"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "{title()}の営業時間は?",
|
||||
"render": "<h3>営業時間</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "現金利用可能"
|
||||
},
|
||||
"1": {
|
||||
"then": "お支払いはこちらで承ります"
|
||||
}
|
||||
},
|
||||
"question": "どのような支払い方法が可能ですか?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "{title()}の電話番号は?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "屋内の席に座っているお客様には、家庭用コンセントがたくさん用意されており、そこで電子機器を充電することができます"
|
||||
},
|
||||
"1": {
|
||||
"then": "屋内の席に座ったお客様が充電できるよう、コンセントがいくつか用意されています"
|
||||
},
|
||||
"2": {
|
||||
"then": "屋内にはコンセントがありませんが、スタッフに声をかければ充電できるかもしれません"
|
||||
},
|
||||
"3": {
|
||||
"then": "屋内の席には、家庭用コンセントはありません"
|
||||
}
|
||||
},
|
||||
"question": "このアメニティにはコンセントがあり、お客様が店内にいるときにも利用できますか?"
|
||||
},
|
||||
"website": {
|
||||
"question": "{title()}のウェブサイトは?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "この場所は、車椅子の方のための特別仕様になっています"
|
||||
},
|
||||
"1": {
|
||||
"then": "この場所は、車いすで簡単に行くことができます"
|
||||
},
|
||||
"2": {
|
||||
"then": "車いすでこの場所まで行くことは可能ですが、簡単ではありません"
|
||||
},
|
||||
"3": {
|
||||
"then": "この場所は車いすでは行けません"
|
||||
}
|
||||
},
|
||||
"question": "車いすでのアクセスは可能ですか?"
|
||||
},
|
||||
"wikipedia": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ウィキペディアのページはまだリンクされていません"
|
||||
}
|
||||
},
|
||||
"question": "対応するウィキデータのエンティティは何ですか?"
|
||||
},
|
||||
"wikipedialink": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "ウィキペディアと連動していない"
|
||||
}
|
||||
},
|
||||
"question": "Wikipediaの該当項目は何ですか?"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Er det noe mer som er relevant du ikke kunne opplyse om i tidligere svar? Legg det til her.<br/><span style='font-size: small'>Ikke gjenta fakta som allerede er nevnt</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "Tillates hunder i denne forretningen?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Hva er e-postadressen til {name}?"
|
||||
"question": "Hva er e-postadressen til {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Hva er åpningstidene for {name})",
|
||||
"question": "Hva er åpningstidene for {title()})",
|
||||
"render": "<h3>Åpningstider</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -55,10 +55,10 @@
|
|||
"question": "Hvilke betalingsmetoder godtas her?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Hva er telefonnummeret til {name}?"
|
||||
"question": "Hva er telefonnummeret til {title()}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Hva er nettsiden til {name}?"
|
||||
"question": "Hva er nettsiden til {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Zijn er nog andere relevante zaken die je niet in de bovenstaande vragen kwijt kon? Vul ze hier in.<br/><span style='font-size: small'>Herhaal geen antwoorden die je reeds gaf</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "Zijn honden toegelaten in deze zaak?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Wat is het e-mailadres van {name}?"
|
||||
"question": "Wat is het e-mailadres van {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -36,13 +36,16 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "Bevindt zich op de eerste verdieping"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bevindt zich in de eerste kelderverdieping"
|
||||
}
|
||||
},
|
||||
"question": "Op welke verdieping bevindt dit punt zich?",
|
||||
"render": "Bevindt zich op de {level}de verdieping"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Wat zijn de openingstijden van {name}?",
|
||||
"question": "Wat zijn de openingstijden van {title()}?",
|
||||
"render": "<h3>Openingstijden</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -56,8 +59,20 @@
|
|||
},
|
||||
"question": "Welke betaalmiddelen worden hier geaccepteerd?"
|
||||
},
|
||||
"payment-options-advanced": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Betalen via een app van het netwerk"
|
||||
},
|
||||
"1": {
|
||||
"then": "Betalen via een lidkaart van het netwerk"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "Wat is het telefoonnummer van {name}?"
|
||||
"question": "Wat is het telefoonnummer van {title()}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
|
@ -77,7 +92,7 @@
|
|||
"question": "Zijn er stekkers beschikbaar voor klanten die binnen zitten?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Wat is de website van {name}?"
|
||||
"question": "Wat is de website van {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,17 +1,27 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Czy jest jeszcze coś istotnego, czego nie mogłeś podać w poprzednich pytaniach? Dodaj to tutaj.<br/><span style='font-size: small'>Nie powtarzaj już podanych faktów</span>"
|
||||
},
|
||||
"dog-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Psy dozwolone"
|
||||
},
|
||||
"1": {
|
||||
"then": "Psom wstęp wzbroniony"
|
||||
"then": "Psy <b>nie</b> dozwolone"
|
||||
},
|
||||
"2": {
|
||||
"then": "Psy dozwolone, ale muszą być na smyczy"
|
||||
},
|
||||
"3": {
|
||||
"then": "Psy dozwolone i mogą biegać bez ograniczeń"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Czy w tej firmie psy są dozwolone?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Jaki jest adres e-mail do {name}?"
|
||||
"question": "Jaki jest adres e-mail do {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -32,7 +42,7 @@
|
|||
"render": "Znajduje się na {level} piętrze"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Jakie są godziny otwarcia {name}?",
|
||||
"question": "Jakie są godziny otwarcia {title()}?",
|
||||
"render": "<h3> Godziny otwarcia</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -47,10 +57,60 @@
|
|||
"question": "Jakie metody płatności są tutaj dostępne?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Jaki jest numer telefonu do {name}?"
|
||||
"question": "Jaki jest numer telefonu do {title()}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "W budynku znajduje się wiele gniazdek elektrycznych, gdzie klienci mogą naładować swoje urządzenia"
|
||||
},
|
||||
"1": {
|
||||
"then": "W budynku znajduje się kilka gniazdek elektrycznych, gdzie klienci mogą naładować swoje urządzenia"
|
||||
},
|
||||
"2": {
|
||||
"then": "W budynku nie ma gniazdek elektrycznych dostępnych dla klientów, ale mogą zostać one udostępnione po spytaniu obsługi"
|
||||
},
|
||||
"3": {
|
||||
"then": "W budynku nie ma gniazdek elektrycznych dostępnych dla klientów"
|
||||
}
|
||||
},
|
||||
"question": "Czy w tym przybytku znajdują się gniazdka elektryczne, gdzie klienci mogą naładować swoje urządzenia?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Jaka jest strona internetowa {name}?"
|
||||
"question": "Jaka jest strona internetowa {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "W tym miejscu zainstalowane zostały udogodnienia dla osób na wózkach inwalidzkich"
|
||||
},
|
||||
"1": {
|
||||
"then": "To miejsce jest łatwo dostępne dla osób na wózkach inwalidzkich"
|
||||
},
|
||||
"2": {
|
||||
"then": "To miejsce jest dostępne dla osób na wózkach inwalidzkich, ale z pewnymi trudnościami"
|
||||
},
|
||||
"3": {
|
||||
"then": "To miejsce jest niedostępne dla osób na wózkach inwalidzkich"
|
||||
}
|
||||
},
|
||||
"question": "Czy to miejsce jest dostępne dla osób na wózkach inwalidzkich?"
|
||||
},
|
||||
"wikipedia": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Link do strony Wikipedii nie został jeszcze określony"
|
||||
}
|
||||
},
|
||||
"question": "Jaki jest powiązany obiekt Wikidata?"
|
||||
},
|
||||
"wikipedialink": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Brak linku do strony Wikipedii"
|
||||
}
|
||||
},
|
||||
"question": "Jaki jest link do strony Wikipedii?"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Ainda há algo de relevante que não tenha podido dar nas perguntas anteriores? Adicione-o aqui.<br/><span style='font-size: small'>Não repita factos já declarados</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "Os cães são permitidos neste estabelecimento?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Qual é o endereço de e-mail de {name}?"
|
||||
"question": "Qual é o endereço de e-mail de {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -42,7 +42,7 @@
|
|||
"render": "Está no {level}º andar"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Qual é o horário de funcionamento de {name}?",
|
||||
"question": "Qual é o horário de funcionamento de {title()}?",
|
||||
"render": "<h3>Horário de funcionamento</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -57,7 +57,7 @@
|
|||
"question": "Que métodos de pagamento são aceites aqui?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Qual é o número de telefone de {name}?"
|
||||
"question": "Qual é o número de telefone de {title()}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
|
@ -77,7 +77,7 @@
|
|||
"question": "Esta infraestrutura tem tomadas elétricas, disponíveis para os clientes quando estão no interior?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Qual é o sítio web de {name}?"
|
||||
"question": "Qual é o sítio web de {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Ainda há algo de relevante que não pôde dar nas perguntas anteriores? Adicione aqui.<br/><span style='font-size: small'> Não repita fatos já declarados</span>"
|
||||
},
|
||||
"email": {
|
||||
"question": "Qual o endereço de e-mail de {name}?"
|
||||
"question": "Qual o endereço de e-mail de {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -25,7 +25,7 @@
|
|||
"render": "Localizado no {level}o andar"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Qual o horário de funcionamento de {name}?",
|
||||
"question": "Qual o horário de funcionamento de {title()}?",
|
||||
"render": "<h3>Horário de funcionamento</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -40,10 +40,10 @@
|
|||
"question": "Quais métodos de pagamento são aceitos aqui?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Qual o número de telefone de {name}?"
|
||||
"question": "Qual o número de telefone de {title()}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Qual o site de {name}?"
|
||||
"question": "Qual o site de {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Есть ли ещё что-то важное, о чём вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "Впускают ли собак в это здание?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Какой адрес электронной почты у {name}?"
|
||||
"question": "Какой адрес электронной почты у {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -42,7 +42,7 @@
|
|||
"render": "Расположено на {level}ом этаже"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Какое время работы у {name}?",
|
||||
"question": "Какое время работы у {title()}?",
|
||||
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -57,10 +57,10 @@
|
|||
"question": "Какие способы оплаты здесь принимают?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Какой номер телефона у {name}?"
|
||||
"question": "Какой номер телефона у {title()}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Какой сайт у {name}?"
|
||||
"question": "Какой сайт у {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "Finns det fortfarande någonting relevant som du inte kunde ge i de föregående frågorna? Lägg till det här.<br/><span style='font-size: small'>Repetera inte redan angivna fakta</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "Tillåts hundar i den här affären?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Vad är e-postadressen till {name}?"
|
||||
"question": "Vad är e-postadressen till {title()}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -42,7 +42,7 @@
|
|||
"render": "Ligger på {level}:e våningen"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Vilka är öppettiderna för {name}?",
|
||||
"question": "Vilka är öppettiderna för {title()}?",
|
||||
"render": "<h3>Öppettider</h3> {opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -57,7 +57,7 @@
|
|||
"question": "Vilka betalningsmetoder accepteras här?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Vad är telefonnumret till {name}?"
|
||||
"question": "Vad är telefonnumret till {title()}?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
|
@ -77,7 +77,7 @@
|
|||
"question": "Har den här bekvämligheten eluttag tillgängliga för kunder när de är inne?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Vad är webbplatsen för {name}?"
|
||||
"question": "Vad är webbplatsen för {title()}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"shared_questions": {
|
||||
"description": {
|
||||
"question": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。<br/><span style='font-size: small'>不要重覆答覆已經知道的事情</span>"
|
||||
},
|
||||
|
@ -21,7 +21,7 @@
|
|||
"question": "這間商業空間是否允許犬隻?"
|
||||
},
|
||||
"email": {
|
||||
"question": "{name} 的電子郵件地址是什麼?"
|
||||
"question": "{title()} 的電子郵件地址是什麼?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
|
@ -36,13 +36,16 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "位於 2 樓"
|
||||
},
|
||||
"4": {
|
||||
"then": "位於地下一樓"
|
||||
}
|
||||
},
|
||||
"question": "此圖徽位於哪個樓層/層級?",
|
||||
"render": "位於 {level} 樓"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "{name} 的開放時間是什麼?",
|
||||
"question": "{title()} 的開放時間是什麼?",
|
||||
"render": "<h3>開放時間</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
|
@ -56,8 +59,20 @@
|
|||
},
|
||||
"question": "這邊接受那種付款方式?"
|
||||
},
|
||||
"payment-options-advanced": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "使用專用應用程式付款"
|
||||
},
|
||||
"1": {
|
||||
"then": "使用會員卡付款"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"question": "{name} 的電話號碼是什麼?"
|
||||
"question": "{title()} 的電話號碼是什麼?"
|
||||
},
|
||||
"service:electricity": {
|
||||
"mappings": {
|
||||
|
@ -77,7 +92,7 @@
|
|||
"question": "這個便利設施有電器設備,能給客戶使用嗎?"
|
||||
},
|
||||
"website": {
|
||||
"question": "{name} 網址是什麼?"
|
||||
"question": "{title()} 網址是什麼?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"ph_not_known": " ",
|
||||
"open_24_7": "Öppet dygnet runt",
|
||||
"closed_permanently": "Stängt tills vidare",
|
||||
"closed_until": "Stängt till",
|
||||
"closed_until": "Stängt till {date}",
|
||||
"openTill": "till",
|
||||
"opensAt": "från",
|
||||
"open_during_ph": "Om det är en röd dag är det här stället",
|
||||
|
|
1
langs/themes/cs.json
Normal file
1
langs/themes/cs.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -631,14 +631,6 @@
|
|||
},
|
||||
"1": {
|
||||
"name": "Knotenpunkte",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Knotenpunkt"
|
||||
},
|
||||
"1": {
|
||||
"title": "Knotenpunkt im Netzwerk Spree-Neiße"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"node-expected_rcn_route_relations": {
|
||||
"question": "Mit wie vielen anderen Knoten des Fahrradknotenpunktnetzwerkes ist dieser Knoten verbunden?",
|
||||
|
@ -700,7 +692,7 @@
|
|||
"then": "Diese Straße ist keine Fahrradstraße"
|
||||
}
|
||||
},
|
||||
"question": "Ist die Straße <b>{Name}</b> eine Fahrradstraße?"
|
||||
"question": "Ist die Straße <b>{name}</b> eine Fahrradstraße?"
|
||||
},
|
||||
"1": {
|
||||
"question": "Wann wird diese Straße eine Fahrradstraße?",
|
||||
|
@ -724,12 +716,12 @@
|
|||
"layers": {
|
||||
"1": {
|
||||
"override": {
|
||||
"name": "Straßen ohne Informationen zur Namensherkunft"
|
||||
"=name": "Straßen ohne Informationen zur Namensherkunft"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"override": {
|
||||
"name": "Parks und Waldflächen ohne Informationen zur Namensherkunft"
|
||||
"=name": "Parks und Waldflächen ohne Informationen zur Namensherkunft"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -941,11 +933,6 @@
|
|||
"shortDescription": "Dieses Thema zeigt alle (touristischen) Karten, die OpenStreetMap kennt",
|
||||
"title": "Eine Karte der Karten"
|
||||
},
|
||||
"natuurpunt": {
|
||||
"description": "Auf dieser Karte können Sie alle Naturschutzgebiete von Natuurpunt finden ",
|
||||
"shortDescription": "Diese Karte zeigt Naturschutzgebiete des flämischen Naturverbands Natuurpunt",
|
||||
"title": "Die Karte von Natuurpunt"
|
||||
},
|
||||
"observation_towers": {
|
||||
"description": "Öffentlich zugänglicher Aussichtsturm",
|
||||
"shortDescription": "Öffentlich zugänglicher Aussichtsturm",
|
||||
|
@ -1079,43 +1066,6 @@
|
|||
"shortDescription": "Kartieren Sie alle Bäume",
|
||||
"title": "Bäume"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"description": "Tragen Sie zu OpenStreetMap bei, indem Sie Adressinformationen ausfüllen",
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "Adressen",
|
||||
"name": "Bekannte Adressen in OSM",
|
||||
"tagRenderings": {
|
||||
"uk_addresses_explanation_osm": {
|
||||
"render": "Diese Adresse ist in OpenStreetMap gespeichert"
|
||||
},
|
||||
"uk_addresses_housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dieses Gebäude hat keine Hausnummer"
|
||||
}
|
||||
},
|
||||
"question": "Wie lautet die Nummer dieses Hauses?",
|
||||
"render": "Die Hausnummer ist <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"uk_addresses_street": {
|
||||
"question": "In welcher Straße befindet sich diese Adresse?",
|
||||
"render": "Diese Adresse befindet sich in der Straße <b>{addr:street}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Bekannte Adresse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Helfen Sie beim Aufbau eines offenen Datensatzes britischer Adressen",
|
||||
"tileLayerSources": {
|
||||
"0": {
|
||||
"name": "Grenzverläufe gemäß osmuk.org"
|
||||
}
|
||||
},
|
||||
"title": "Adressen in Großbritannien"
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "Auf dieser Karte finden Sie Abfalleimer in Ihrer Nähe. Wenn ein Abfalleimer auf dieser Karte fehlt, können Sie ihn selbst hinzufügen",
|
||||
"shortDescription": "Eine Karte mit Abfalleimern",
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
"shortDescription": "A map of benches",
|
||||
"title": "Benches"
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"description": "On this map, you'll find the many bicycle rental stations as they are known by OpenStreetMap",
|
||||
"shortDescription": "A map with bicycle rental stations and bicycle rental shops",
|
||||
"title": "Bicycle rental"
|
||||
},
|
||||
"bicyclelib": {
|
||||
"description": "A bicycle library is a place where bicycles can be lent, often for a small yearly fee. A notable use case are bicycle libraries for kids, which allows them to change for a bigger bike when they've outgrown their current bike",
|
||||
"title": "Bicycle libraries"
|
||||
|
@ -26,6 +31,7 @@
|
|||
"title": "Open Bookcase Map"
|
||||
},
|
||||
"cafes_and_pubs": {
|
||||
"description": "Pubs and bars",
|
||||
"title": "Cafés and pubs"
|
||||
},
|
||||
"campersite": {
|
||||
|
@ -265,7 +271,7 @@
|
|||
"descriptionTail": "The climbing map was originally made by <a href='https://utopicode.de/en/?ref=kletterspots' target='_blank'>Christian Neumann</a>. Please <a href='https://utopicode.de/en/contact/?project=kletterspots&ref=kletterspots' target='blank'>get in touch</a> if you have feedback or questions.</p><p>The project uses data of the <a href='https://www.openstreetmap.org/' target='_blank'>OpenStreetMap</a> project.</p>",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "A climbing club or organisations",
|
||||
"description": "A climbing club or organisation",
|
||||
"name": "Climbing club",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -273,7 +279,7 @@
|
|||
"title": "Climbing club"
|
||||
},
|
||||
"1": {
|
||||
"description": "A NGO working around climbing",
|
||||
"description": "An NGO working around climbing",
|
||||
"title": "Climbing NGO"
|
||||
}
|
||||
},
|
||||
|
@ -327,12 +333,12 @@
|
|||
"then": "This route is not bolted"
|
||||
}
|
||||
},
|
||||
"question": "How much bolts does this route have before reaching the moulinette?",
|
||||
"question": "How many bolts does this route have before reaching the anchor?",
|
||||
"render": "This route has {climbing:bolts} bolts"
|
||||
},
|
||||
"Difficulty": {
|
||||
"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"
|
||||
"question": "What is the grade of this climbing route according to the french/belgian system?",
|
||||
"render": "The grade is {climbing:grade:french} according to the french/belgian system"
|
||||
},
|
||||
"Length": {
|
||||
"question": "How long is this climbing route (in meters)?",
|
||||
|
@ -371,7 +377,7 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"Contained routes hist": {
|
||||
"render": "<h3>Difficulties overview</h3>{histogram(_difficulty_hist)}"
|
||||
"render": "<h3>Grades overview</h3>{histogram(_difficulty_hist)}"
|
||||
},
|
||||
"Contained routes length hist": {
|
||||
"render": "<h3>Length overview</h3>{histogram(_length_hist)}"
|
||||
|
@ -483,7 +489,7 @@
|
|||
"then": "You need a permit to access here"
|
||||
},
|
||||
"2": {
|
||||
"then": "Only custumers"
|
||||
"then": "Only customers"
|
||||
},
|
||||
"3": {
|
||||
"then": "Only club members"
|
||||
|
@ -496,12 +502,12 @@
|
|||
"render": "The routes are <b>{canonical(climbing:length)}</b> long on average"
|
||||
},
|
||||
"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:min} according to the french/belgian system"
|
||||
"question": "What is the grade of the easiest route here, according to the french classification system?",
|
||||
"render": "The lowest grade is {climbing:grade:french:min} according to the french/belgian system"
|
||||
},
|
||||
"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:max} according to the french/belgian system"
|
||||
"question": "What is the highest grade route here, according to the french classification system?",
|
||||
"render": "The highest grade is {climbing:grade:french:max} according to the french/belgian system"
|
||||
},
|
||||
"7": {
|
||||
"mappings": {
|
||||
|
@ -721,12 +727,17 @@
|
|||
"layers": {
|
||||
"1": {
|
||||
"override": {
|
||||
"name": "Streets without etymology information"
|
||||
"=name": "Streets without etymology information"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"override": {
|
||||
"name": "Parks and forests without etymology information"
|
||||
"=name": "Parks and forests without etymology information"
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"override": {
|
||||
"=name": "Education institutions without etymology information"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -821,16 +832,19 @@
|
|||
"title": "Facade gardens"
|
||||
},
|
||||
"food": {
|
||||
"description": "Restaurants and fast food",
|
||||
"title": "Restaurants and fast food"
|
||||
},
|
||||
"fritures": {
|
||||
"description": "On this map, you'll find your favourite fries shop!",
|
||||
"layers": {
|
||||
"0": {
|
||||
"override": {
|
||||
"name": "Fries shop"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Fries shops"
|
||||
},
|
||||
"ghostbikes": {
|
||||
"description": "A <b>ghost bike</b> is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location.<br/><br/>On this map, one can see all the ghost bikes which are known by OpenStreetMap. Is a ghost bike missing? Everyone can add or update information here - you only need to have a (free) OpenStreetMap account.",
|
||||
|
@ -1001,10 +1015,14 @@
|
|||
"shortDescription": "This theme shows all (touristic) maps that OpenStreetMap knows of",
|
||||
"title": "A map of maps"
|
||||
},
|
||||
"natuurpunt": {
|
||||
"description": "On this map you can find all the nature reserves that Natuurpunt offers ",
|
||||
"shortDescription": "This map shows the nature reserves of Natuurpunt",
|
||||
"title": "The map of Natuurpunt"
|
||||
"nature": {
|
||||
"description": "On this map, one can find interesting infromation for tourists and nature lovers, such as ",
|
||||
"shortDescription": "A map for nature lovers, with interesting POI's",
|
||||
"title": "Into nature"
|
||||
},
|
||||
"notes": {
|
||||
"description": "A note is a pin on the map with some text to indicate something wrong.<br/><br/>Make sure to checkout the <a href='#filters'>filter view</a> to search for users and text.",
|
||||
"title": "Notes on OpenStreetMap"
|
||||
},
|
||||
"observation_towers": {
|
||||
"description": "Publicly accessible towers to enjoy the view",
|
||||
|
@ -1268,91 +1286,6 @@
|
|||
"shortDescription": "Map all the trees",
|
||||
"title": "Trees"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"description": "Contribute to OpenStreetMap by filling out address information",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Inspire polygons"
|
||||
},
|
||||
"1": {
|
||||
"tagRenderings": {
|
||||
"uk_addresses_embedding_outline": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The INSPIRE-polygon containing this point has at least one address contained"
|
||||
},
|
||||
"1": {
|
||||
"then": "The INSPIRE-polygon containing this point has <b>no</b> addresses contained"
|
||||
}
|
||||
}
|
||||
},
|
||||
"uk_addresses_explanation": {
|
||||
"render": "There probably is an address here"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Address to be determined"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"description": "Addresses",
|
||||
"name": "Known addresses in OSM",
|
||||
"tagRenderings": {
|
||||
"address-sign-image": {
|
||||
"render": "{image_carousel(image:address)}<br/>{image_upload(image:address, Add image of the address)}"
|
||||
},
|
||||
"fixme": {
|
||||
"question": "What should be fixed here? Please explain what the address is"
|
||||
},
|
||||
"preview": {
|
||||
"render": "To send a letter to this addres, you would write:<div style='background: #fcdf94; border: 2px solid black; border-radius: 1rem; padding: 1.5rem 0.5rem 2rem 8rem; margin: 1rem' class='flex flex-col'><img src='./assets/themes/uk_addresses/stamp.jpg' class='self-end w-16'/><div class='subtle'>Name of the inhabitant</div><div>{addr:housename}</div><div>{addr:unit} {addr:housenumber} {addr:street}</div><div>{addr:place}</div><div class='subtle'>Suburb</div><div class='subtle'>Town</div><div class='subtle'>Postal code</div></div>"
|
||||
},
|
||||
"uk_addresses_explanation_osm": {
|
||||
"render": "This address is saved in OpenStreetMap"
|
||||
},
|
||||
"uk_addresses_housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This building has no house number"
|
||||
}
|
||||
},
|
||||
"question": "What is the number of this house?",
|
||||
"render": "The housenumber is <b>{addr:housenumber}</b>"
|
||||
},
|
||||
"uk_addresses_placename": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No extra placename is given or needed"
|
||||
}
|
||||
},
|
||||
"question": "What is the place or locality?<div class='subtle'>This is additional information if the streetname alone isn't enough to find this address. Typical examples are 'Technology Park', 'XYZ Terrace', ...</div>",
|
||||
"render": "The placename is <b>{addr:place}</b>"
|
||||
},
|
||||
"uk_addresses_street": {
|
||||
"question": "What street is this address located in?",
|
||||
"render": "This address is in street <b>{addr:street}</b>"
|
||||
},
|
||||
"uk_addresses_unit": {
|
||||
"question": "What is the unit indication of this address? <div class='subtle'>This is the letter or number of the letterbox here, if multiple letterboxes share the same street and housenumber. If there are multiple at the same location, add them here with a <b>;</b> between them</div>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Known address"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Help to build an open dataset of UK addresses",
|
||||
"tileLayerSources": {
|
||||
"0": {
|
||||
"name": "Property boundaries by osmuk.org"
|
||||
}
|
||||
},
|
||||
"title": "UK Addresses"
|
||||
},
|
||||
"waste": {
|
||||
"description": "Map showing waste baskets and recycling facilities.",
|
||||
"title": "Waste"
|
||||
},
|
||||
"waste_basket": {
|
||||
"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",
|
||||
|
|
|
@ -4,28 +4,621 @@
|
|||
"title": "Defibrillátor-térkép"
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Isten hozott a nyílt műalkotástérképen, a világ minden táján megtalálható szobrok, mellszobrok, grafittik és más műalkotások térképén",
|
||||
"description": "Isten hozta a nyílt műalkotástérképen, a világ minden táján megtalálható szobrok, mellszobrok, graffitik és más műalkotások gyűjtőhelyén",
|
||||
"title": "Műalkotástérkép"
|
||||
},
|
||||
"benches": {
|
||||
"description": "Ez a térkép megjeleníti az OpenStreetMap-en rögzített összes padot: egyes padokat, valamint tömegközlekedési megállókban vagy menedékhelyeken található padokat. OpenStreetMap-fiókkal Ön is felrajzolhat új padokat, vagy szerkesztheti a meglévő padok részleteit.",
|
||||
"shortDescription": "Padtérkép",
|
||||
"title": "Padok"
|
||||
},
|
||||
"bicyclelib": {
|
||||
"description": "A kerékpárkönyvtárak olyan helyek, ahol kerékpárokat lehet kölcsönözni, gyakran egy kis éves díj ellenében. Figyelemre méltó felhasználásuk a gyerekeknek szánt kerékpárkönyvtárak, amelyek segítségével nagyobb kerékpárra válthatnak, amikor jelenlegi kerékpárjukat kinőtték",
|
||||
"title": "Kerékpárkönyvtárak"
|
||||
},
|
||||
"binoculars": {
|
||||
"description": "Rúdra rögzített távcsövek térképe. Jellemzően turisztikailag érdekes, panorámás helyeken, kilátótornyok tetején vagy természetvédelmi területen találhatók.",
|
||||
"shortDescription": "Rögzített távcsövek (binokulárok) térképe",
|
||||
"title": "Távcsövek"
|
||||
},
|
||||
"bookcases": {
|
||||
"description": "A nyilvános könyvespolc egy kis utcai szekrény, doboz, régi telefonfülke vagy más tárgy, ahol könyveket tárolnak. Bárki tehet rá vagy vihet el róla könyvet. Ez a térkép ezeket a könyvespolcokat kívánja összegyűjteni. Ha felfedezett egy új könyvespolcot a közelben, akkor egy ingyenes OpenStreetMap-fiókkal gyorsan fel is rajzolhatja a térképre.",
|
||||
"title": "Könyvespolctérkép"
|
||||
},
|
||||
"cafes_and_pubs": {
|
||||
"title": "Kávézók és kocsmák"
|
||||
},
|
||||
"campersite": {
|
||||
"description": "Ez az oldal az összes olyan hivatalos lakóautós megállóhelyet és helyet gyűjti össze, ahol szürke és fekete szennyvizet lehet üríteni. Hozzáadhat részleteket a nyújtott szolgáltatásokról és a költségekről, valamint képeket és értékeléseket. Ez egyszerre egy weboldal és egy webes alkalmazás. Az adatokat az OpenStreetMapen tároljuk, így mindig ingyenesek lesznek, és bármelyik alkalmazás újra felhasználhatja őket.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Lakóautós megállóhelyek",
|
||||
"name": "Lakóautós megállóhely",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Új hivatalos lakóautóhely hozzáadása. Ez arra vannak kijelölve, hogy lakóautóval ott éjszakázzunk. Lehet, hogy úgy néz ki, mint egy igazi kemping, de az is lehet, hogy csak olyan, mint egy parkoló. Előfordulhat, hogy egyáltalán nem jelzik őket, hanem csak egy önkormányzati határozatban vannak kijelölve. A lakóautósoknak szánt olyan hagyományos parkolók, ahol nem várhatóan nem fognak éjszakázni, -nem minősül- lakóautóhelynek. ",
|
||||
"title": "lakóautós megállóhely"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"caravansites-toilets": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Itt van WC"
|
||||
},
|
||||
"1": {
|
||||
"then": "Itt nincs WC"
|
||||
}
|
||||
},
|
||||
"question": "Van-e itt WC?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Új egészségügyihulldék-lerakó hozzáadása. Ez egy olyan hely, ahol a lakókocsisok a szennyvizet vagy a vegyi WC hulladékát kiüríthetik. Gyakran van ivóvíz és áram is."
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"dumpstations-chemical-waste": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Itt ártalmatlanítható a vegyi WC hulladéka"
|
||||
},
|
||||
"1": {
|
||||
"then": "Itt nem ártalmatlanítható a vegyi WC hulladéka"
|
||||
}
|
||||
},
|
||||
"question": "Elhelyezhető-e itt a vegyi WC hulladéka?"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"1": {
|
||||
"question": "Van-e itt elektromos áram?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Helyek, ahol lakóautóval eltöltheti az éjszakát",
|
||||
"title": "Lakóautós megállóhelyek"
|
||||
},
|
||||
"charging_stations": {
|
||||
"description": "Ezen a térképen a elektromos töltőpontokról szóló információkat lehet megtalálni és megadni",
|
||||
"shortDescription": "Elektromos töltőpontok világtérképe",
|
||||
"title": "Elektromos töltőpontok"
|
||||
},
|
||||
"climbing": {
|
||||
"description": "Ezen a térképen különböző mászási lehetőségeket talál, például falmászótermeket, bouldertermeket és sziklákat a természetben.",
|
||||
"descriptionTail": "A mászótérképet eredetileg <a href='https://utopicode.de/en/?ref=kletterspots' target='_blank'>Christian Neumann</a> készítette. Ha észrevétele vagy kérdése van, kérjük, <a href='https://utopicode.de/en/contact/?project=kletterspots&ref=kletterspots' target='blank'>vele lépjen kapcsolatba</a>.</p> <p>A projekt az <a href='https://www.openstreetmap.org/' target='_blank'>OpenStreetMap</a> adatait használja</p>",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Mászóegyesület vagy -szervezet",
|
||||
"name": "Mászóegyesület",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Egy mászóegyesület",
|
||||
"title": "Mászóegyesület"
|
||||
},
|
||||
"1": {
|
||||
"description": "Mászással foglalkozó civil szervezet",
|
||||
"title": "Mászószervezet"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"climbing_club-name": {
|
||||
"question": "Mi a neve ennek a mászóegyesületnek vagy szervezetnek?",
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Mászószervezet"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"9": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Itt lehetőség van sportmászásra"
|
||||
},
|
||||
"1": {
|
||||
"then": "Itt nincs lehetőség sportmászásra"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Mászótérkép"
|
||||
},
|
||||
"cycle_infra": {
|
||||
"description": "Kerékpáros infrastruktúrával kapcsolatos dolgokat megjelenítő és szerkesztésre felkínáló térkép. Az #osoc21 (Open Summer of Code) alatt készült.",
|
||||
"shortDescription": "Olyan térkép, ahol a kerékpáros infrastruktúrával kapcsolatos dolgokat tekinthet meg és szerkeszthet.",
|
||||
"title": "Kerékpáros infrastruktúra"
|
||||
},
|
||||
"cyclestreets": {
|
||||
"description": "A kerékpárosutca (cyclestreet, Fahrradstraße) olyan utca, ahol <b>gépjármű nem előzhet meg kerékpárost</b>. Az ilyen utcákat külön közlekedési tábla jelzi. Kerékpárosutcák találhatók Hollandiában és Belgiumban, valamint Németországban és Franciaországban is. ",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "A kerékpárosutca olyan utca, ahol gépjármű nem előzhet meg a kerékpárost",
|
||||
"name": "Kerékpárosutcák"
|
||||
},
|
||||
"1": {
|
||||
"description": "Ez az utca hamarosan kerékpárosutcává válik",
|
||||
"name": "Jövőbeli kerékpárosutca",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name} nemsokára kerékpárosutca lesz"
|
||||
}
|
||||
},
|
||||
"render": "Jövőbeli kerékpárosutca"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"description": "Réteg bármely utca kerékpárosutcaként való megjelöléséhez",
|
||||
"name": "Minden utca",
|
||||
"title": {
|
||||
"render": "Utca"
|
||||
}
|
||||
}
|
||||
},
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ez az utca kerékpárosutca (és 30 km/h a sebességkorlátozás)"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez az utca kerékpárosutca"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ez az utca hamarosan kerékpárosutcává válik"
|
||||
},
|
||||
"3": {
|
||||
"then": "Ez az utca nem kerékpárosutca"
|
||||
}
|
||||
},
|
||||
"question": "Kerékpárosutca-e <b>{name}</b>?"
|
||||
},
|
||||
"1": {
|
||||
"question": "Mikor lesz ez az utca kerékpárosutca?",
|
||||
"render": "Ez az utca ekkor lesz kerékpárosutca: {cyclestreet:start_date}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Kerékpárosutcák térképe",
|
||||
"title": "Kerékpárosutcák"
|
||||
},
|
||||
"cyclofix": {
|
||||
"description": "Ez a térkép kerékpárosoknak kíván könnyen használható megoldást nyújtani a számukra fontos infrastruktúra megtalálásához.<br><br>A bal alsó sarokban nyomon követheti pontos tartózkodási helyét (csak mobilon), és kiválaszthatja az Ön számára fontos rétegeket. Az eszköz segítségével gombostűket (érdekes pontokat, POI-kat) is szerkeszthet vagy felrajzolhat a térképre, a kérdések megválaszolásával pedig további adatokat szolgáltathat.<br><br>Minden módosítás automatikusan elmentődik az OpenStreetMap globális adatbázisában, és mások szabadon újra felhasználhatják.<br><br>A cyclofix projektről további információkat a <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a> oldalon talál.",
|
||||
"title": "Cyclofix – nyílt térkép kerékpárosoknak"
|
||||
},
|
||||
"drinking_water": {
|
||||
"description": "Ezen a térképen a nyilvánosan hozzáférhető ivóvíznyerő helyek láthatók, szerkeszthetők és rajzolhatók fel könnyedén",
|
||||
"title": "Ivóvíz"
|
||||
},
|
||||
"entrances": {
|
||||
"description": "Épületek bejáratai mutató térkép, amely a kerekesszékkel közlekedőknek fontos szempontokat jeleníti meg",
|
||||
"shortDescription": "Akadálymentes útvonaltervezést segítő bejáratok feltérképezése",
|
||||
"title": "Épületek bejáratai"
|
||||
},
|
||||
"etymology": {
|
||||
"description": "Ezen a térképen az látható, hogy egy objektum milyen névre hallgat. Az utcák, épületek stb. az OpenStreetMapről származnak, amely össze van kapcsolva a Wikidata adatbázissal. A felugró ablakban megjelenik a megfelelő Wikipedia-szócikk (ha van) vagy egy Wikidata-doboz arról, amiről az objektumot elnevezték. Ha magának az objektumnak van Wikipédia-oldala, az is megjelenik.<br/><br/><b>A térképet Ön is szerkesztheti!</b>nagyítson rá, és <i>az összes</i> utca megjelenik. Ha valamelyikre rákattint, megjelenik Wikidata-kereső doboz. Néhány kattintással hozzáadhat egy etimológiai linket. Ne feledje, hogy ehhez szüksége van egy ingyenes OpenStreetMap-fiókra.",
|
||||
"layers": {
|
||||
"1": {
|
||||
"override": {
|
||||
"=name": "Etimológiai adat nélküli utcák"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"override": {
|
||||
"=name": "Etimológiai adat nélküli parkok és erdők"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Mi az eredete egy helynévnek?",
|
||||
"title": "Etimológiai térkép"
|
||||
},
|
||||
"facadegardens": {
|
||||
"description": "A <a href='https://nl.wikipedia.org/wiki/Geveltuin' target=_blank>homlokzatkertek</a>, zöld homlokzatok és fák a városban nemcsak békét és nyugalmat, hanem szebb várost, nagyobb biológiai sokféleséget, hűsítő hatást és jobb levegőminőséget is hoznak. <br/> A Klimaan VZW és a Mechelen Klimaatneutraal a meglévő és új homlokzati kerteket szeretné feltérképezni, hogy példaként szolgáljanak a saját kertet építeni vágyóknak vagy a természetet kedvelő városi sétálóknak.<br/>További információ a projektről a <a href='https://klimaan.be/' target=_blank>klimaan.be</a> oldalon.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Homlokzati kertek",
|
||||
"name": "Homlokzati kertek",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Homlokzatkert hozzáadása",
|
||||
"title": "homlokzatkert"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"facadegardens-description": {
|
||||
"question": "További leíró jellegű információ a kertről (ha szükséges, és följebb nincs leírva)",
|
||||
"render": "További részletek: {description}"
|
||||
},
|
||||
"facadegardens-direction": {
|
||||
"question": "Milyen a kert tájolása?",
|
||||
"render": "Tájolás: {direction} (0=észak, 90=kelet stb.)"
|
||||
},
|
||||
"facadegardens-edible": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Van benne ehető növény"
|
||||
},
|
||||
"1": {
|
||||
"then": "Nincs benne ehető növény"
|
||||
}
|
||||
},
|
||||
"question": "Van-e benne ehető növény?"
|
||||
},
|
||||
"facadegardens-plants": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Van benne szőlő"
|
||||
},
|
||||
"1": {
|
||||
"then": "Van benne virágos növény"
|
||||
},
|
||||
"2": {
|
||||
"then": "Van benne cserje"
|
||||
},
|
||||
"3": {
|
||||
"then": "Van benne talajtakaró növény"
|
||||
}
|
||||
},
|
||||
"question": "Milyen jellegű növények nőnek benne?"
|
||||
},
|
||||
"facadegardens-rainbarrel": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Van benne esővízgyűjtő hordó"
|
||||
},
|
||||
"1": {
|
||||
"then": "Nincs benne esővízgyűjtő hordó"
|
||||
}
|
||||
},
|
||||
"question": "Van-e a kertben vizeshordó?"
|
||||
},
|
||||
"facadegardens-start_date": {
|
||||
"question": "Mikor épült a kert? (Év megadása is elegendő)",
|
||||
"render": "A kert építésének időpontja: {start_date}"
|
||||
},
|
||||
"facadegardens-sunshine": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A kert teljesen a napon van"
|
||||
},
|
||||
"1": {
|
||||
"then": "A kert részben árnyékban van"
|
||||
},
|
||||
"2": {
|
||||
"then": "A kert árnyékban van"
|
||||
}
|
||||
},
|
||||
"question": "Árnyékban vagy napon van a kert?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Homlokzati kert"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Ez a térkép homlokzati kerteket jelenít meg képekkel, valamint adatokkal a tájolásukról, a napsütésnek való kitettségükről és a bennük található növényzetről.",
|
||||
"title": "Homlokzati kertek"
|
||||
},
|
||||
"food": {
|
||||
"title": "Éttermek és büfék"
|
||||
},
|
||||
"fritures": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"override": {
|
||||
"name": "Sültkrumplievő-hely"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ghostbikes": {
|
||||
"title": "Emlékkerékpárok"
|
||||
"description": "A <b>szellemkerékpár</b> egy közlekedési balesetben elhunyt kerékpáros emlékműve: egy fehér kerékpár, amelyet állandó jelleggel a baleset helyszínének közelében helyeznek el.<br/><br/>A térképen az OpenStreetMap által ismert összes szellemkerékpár megtekinthető. Hiányzik róla egy szellemkerékpár? Bárki hozzáadhat vagy frissíthet adatokat – csak egy (ingyenes) OpenStreetMap-fiókra van szükség hozzá.",
|
||||
"title": "Szellemkerékpárok"
|
||||
},
|
||||
"grb": {
|
||||
"description": "Ez a sablon a flandriai GRB épületimportálás automatizlását kívánja megkönnyíteni."
|
||||
},
|
||||
"hackerspaces": {
|
||||
"description": "Ezen a térképen hackerspace-ek láthatók, új hackerspace-eket lehet fölrajzolni vagy meglévők adatait frissíteni",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Hackerspace",
|
||||
"name": "Hackerspace",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A hackerspace egy olyan hely, ahol szoftverek iránt érdeklő emberek találkoznak",
|
||||
"title": "Hackerspace"
|
||||
},
|
||||
"1": {
|
||||
"description": "A makerspace olyan hely, ahol a barkácsolás szerelmesei találkoznak, hogy olyan elektronikai eszközökkel kísérletezzenek, mint például az Arduino vagy a LEDstrips.",
|
||||
"title": "Makerspace"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"is_makerspace": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ez egy makerspace"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez egy hagyományos (szoftverekkel foglalkozó) hackerspace"
|
||||
}
|
||||
},
|
||||
"question": "Ez hackerspace vagy makerspace?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": " {name}"
|
||||
}
|
||||
},
|
||||
"render": "Hackerspace"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Hackerspace-ek térképe",
|
||||
"title": "Hackerspace-ek"
|
||||
},
|
||||
"hailhydrant": {
|
||||
"description": "Ezen a térképen tűzcsapokat, tűzoltóállomásokat, mentőállomásokat és tűzoltóállomásokat találhat és szerkeszthet kedvenc városrészeiben (vagy másutt).\n\nA bal alsó sarokban nyomon követheti pontos tartózkodási helyét (csak mobilon), és kiválaszthatja az Ön számára releváns rétegeket. Ezzel az eszközzel gombostűket (érdekes pontokat, POI-kat) is szerkeszthet vagy felrajzolhat a térképre, a rendelkezésre álló kérdések megválaszolásával pedig további részleteket adhat meg.\n\nAz Ön által elvégzett módosítások automatikusan elmentődnek az OpenStreetMap globális adatbázisában, és mások szabadon újra felhasználhatják azokat.",
|
||||
"shortDescription": "Térkép tűzcsapok, tűzoltó készülékek, tűzoltóságok és mentőállomások megjelenítéséhez.",
|
||||
"title": "Tűzcsapok, tűzoltó készülékek, tűzoltóságok és mentőállomások."
|
||||
},
|
||||
"notes": {
|
||||
"description": "A jegyzet egy gombostű a térképen egy szöveggel, amely azt jelzi, hogy valami nem stimmel.<br/><br/>Felhasználók vagy szövegek kereséséhez nézd meg a <a href='#filters'>szűrő nézetet</a>.",
|
||||
"title": "Jegyzetek az OpenStreetMapen"
|
||||
},
|
||||
"observation_towers": {
|
||||
"description": "Nyilvános tornyok, hogy gyönyörködhessünk a kilátásban",
|
||||
"shortDescription": "Nyilvános tornyok, hogy gyönyörködhessünk a kilátásban",
|
||||
"title": "Kilátótornyok"
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"description": "Szélerőművek megjelenítésére és szerkesztésére szolgáló térkép.",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Szélerőmű",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Szélerőmű"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"turbine-diameter": {
|
||||
"question": "Hány méter a rotorátmérője ennek a szélturbinának?",
|
||||
"render": "A szélturbina rotorátmérője: {rotor:diameter} méter."
|
||||
},
|
||||
"turbine-height": {
|
||||
"question": "Hány méter a szélerőmű teljes magassága (a rotor sugarával együtt)?",
|
||||
"render": "A szélerőmű teljes (rotor sugarával együtt számított) magassága: {height} méter."
|
||||
},
|
||||
"turbine-operator": {
|
||||
"question": "Ki üzemelteti ezt a szélturbinát?",
|
||||
"render": "Ennek a szélerőműnek az üzemeltetője: {operator}."
|
||||
},
|
||||
"turbine-output": {
|
||||
"question": "Mekkora a teljesítménye ennek a szélturbinának? (pl. 2.3 MW)",
|
||||
"render": "A szélerőmű teljesítménye: {generator:output:electricity}."
|
||||
},
|
||||
"turbine-start-date": {
|
||||
"question": "Mikor helyezték üzembe ezt a szélerőművet?",
|
||||
"render": "A szélerőmű üzembe helyezése: {start_date}."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "szélerőmű"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megawatt"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilowatt"
|
||||
},
|
||||
"2": {
|
||||
"human": " watt"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigawatt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " méter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "OpenWindPowerMap"
|
||||
},
|
||||
"parkings": {
|
||||
"description": "Ez a térkép különböző parkolókat jelenít meg",
|
||||
"shortDescription": "Ez a térkép különböző parkolókat jelenít meg",
|
||||
"title": "Parkolás"
|
||||
},
|
||||
"playgrounds": {
|
||||
"description": "Ezen a térképen játszótereket találsz, és további információkat adhatsz hozzájuk",
|
||||
"shortDescription": "Egy térkép játszóterekkel",
|
||||
"title": "Játszóterek"
|
||||
},
|
||||
"postal_codes": {
|
||||
"description": "Irányítószámok",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "irányítószámok",
|
||||
"tagRenderings": {
|
||||
"postal_code": {
|
||||
"render": "Irányítószám: {postal_code}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Irányítószám: {postal_code}"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"name": "polgármesteri hivatalok",
|
||||
"title": {
|
||||
"render": "{name} városháza"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Irányítószámok",
|
||||
"title": "Irányítószámok"
|
||||
},
|
||||
"postboxes": {
|
||||
"description": "Ezen a térképen postahivatalok és postaládák adatait találod és egészítheted ki. Utánanézhetsz, hogy hol adhatod fel a következő képeslapodat! :)<br/>Hibát találtál, vagy hiányzik egy postaláda? Ezt a térképet mindössze egy ingyenes OpenStreetMap-fiókkal szerkesztheted. ",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "A postaládákat megjelenítő réteg.",
|
||||
"name": "Postaládák",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "postaláda"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Postaláda"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"description": "Postákat megjelenítő réteg.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Most nyitva"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Posták",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Posta"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"OH": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Éjjel-nappal nyitva (munkaszüneti napokon is)"
|
||||
}
|
||||
},
|
||||
"question": "Mikor van nyitva ez a posta?",
|
||||
"render": "Nyitva tartás: {opening_hours_table()}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Posta"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Posták és postaládák térképe",
|
||||
"title": "Posta- és postaládatérkép"
|
||||
},
|
||||
"shops": {
|
||||
"description": "Ezen a térképen az üzletek alapvető adatait lehet megadni, például nyitvatartási időt és telefonszámokat.",
|
||||
"shortDescription": "Szerkeszthető térkép üzletek alapvető adataival",
|
||||
"title": "Bolttérkép"
|
||||
},
|
||||
"sport_pitches": {
|
||||
"description": "A sportpálya egy olyan terület, amelyen valamilyen sportot űznek",
|
||||
"shortDescription": "Sportpályatérkép",
|
||||
"title": "Sportpályák"
|
||||
},
|
||||
"street_lighting": {
|
||||
"description": "Ezen a térképen minden megtalálható, ami a közvilágítással kapcsolatos",
|
||||
"layers": {
|
||||
"1": {
|
||||
"name": "Kivilágított utcák",
|
||||
"tagRenderings": {
|
||||
"lit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ezen az utcán van közvilágítás"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ezen az utcán nincs közvilágítás"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ez az utca éjszaka ki van világítva"
|
||||
},
|
||||
"3": {
|
||||
"then": "Ez az utca éjjel-nappal ki van világítva"
|
||||
}
|
||||
},
|
||||
"question": "Ki van-e világítva ez az utca?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kivilágított utca"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"name": "Minden utca",
|
||||
"tagRenderings": {
|
||||
"lit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ez az utca ki van világítva"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ez az utca nincs kivilágítva"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ez az utca éjjel ki van világítva"
|
||||
},
|
||||
"3": {
|
||||
"then": "Ez az utca éjjel-nappal ki van világítva"
|
||||
}
|
||||
},
|
||||
"question": "Ki van-e világítva ez az utca?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Utca"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Közvilágítás"
|
||||
},
|
||||
"surveillance": {
|
||||
"description": "Ezen a térképen térfigyelő kamerák láthatók.",
|
||||
"shortDescription": "Térfigyelő kamerák és más figyelőeszközök",
|
||||
"title": "Megfigyelt térfigyelés"
|
||||
},
|
||||
"toilets": {
|
||||
"description": "Nyilvános WC-k térképe",
|
||||
"title": "WC-térkép"
|
||||
},
|
||||
"trees": {
|
||||
"description": "Térképezzünk fel minden fát!",
|
||||
"shortDescription": "Az összes fa feltérképezése",
|
||||
"title": "Fatérkép"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "Címek",
|
||||
"name": "Ismert címek az OSM-en",
|
||||
"title": {
|
||||
"render": "Ismert cím"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "Ezen a térképen megtalálhatod a közeledben lévő szemeteskosarakat. Ha hiányzik egy kuka a térképről, te is felrajzolhatod",
|
||||
"shortDescription": "Szemeteskosarakat ábrázoló térkép",
|
||||
|
|
|
@ -16,9 +16,14 @@
|
|||
"campersite": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Tempat camping",
|
||||
"name": "Tempat camping",
|
||||
"tagRenderings": {
|
||||
"caravansites-fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Anda perlu membayar untuk menggunakannya"
|
||||
},
|
||||
"1": {
|
||||
"then": "Boleh digunakan tanpa bayaran"
|
||||
}
|
||||
|
@ -39,7 +44,19 @@
|
|||
"question": "Tempat ini berbagi akses Web?"
|
||||
},
|
||||
"caravansites-name": {
|
||||
"question": "Apakah nama tempat ini?"
|
||||
"question": "Apakah nama tempat ini?",
|
||||
"render": "Tempat ini disebut {name}"
|
||||
},
|
||||
"caravansites-sanitary-dump": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tempat ini memiliki tempat pembuangan sanitasi"
|
||||
},
|
||||
"1": {
|
||||
"then": "Tempat ini tidak memiliki tempat pembuangan sampah sanitasi"
|
||||
}
|
||||
},
|
||||
"question": "Apakah tempat ini memiliki tempat pembuangan sanitasi?"
|
||||
},
|
||||
"caravansites-toilets": {
|
||||
"mappings": {
|
||||
|
@ -55,7 +72,14 @@
|
|||
"question": "Tempat sini terada situs web?",
|
||||
"render": "Situs resmi: <a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Tempat kemping {name}"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"description": "Tempat pembuangan sanitasi",
|
||||
"name": "Tempat pembuangan sanitasi"
|
||||
}
|
||||
},
|
||||
"overrideAll": {
|
||||
|
@ -115,18 +139,148 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"trees": {
|
||||
"title": "Pohon"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"description": "Berkontribusi untuk OpenStreetMap dengan mengisi informasi alamat",
|
||||
"openwindpowermap": {
|
||||
"layers": {
|
||||
"1": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"turbine-operator": {
|
||||
"render": "Turbin angin ini dioperasikan oleh {operator}."
|
||||
},
|
||||
"turbine-output": {
|
||||
"question": "Berapa output daya dari turbin angin ini? (misalnya 2,3 MW)",
|
||||
"render": "Output daya dari turbin angin ini adalah {generator:output:electricity}."
|
||||
},
|
||||
"turbine-start-date": {
|
||||
"question": "Kapan turbin angin ini mulai beroperasi?",
|
||||
"render": "Turbin angin ini mulai beroperasi pada/dalam {start_date}."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Alamat yang diketahui"
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "turbin angin"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " megawat"
|
||||
},
|
||||
"1": {
|
||||
"human": " kilowat"
|
||||
},
|
||||
"2": {
|
||||
"human": " watt"
|
||||
},
|
||||
"3": {
|
||||
"human": " gigawatt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": " meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Alamat Inggris"
|
||||
"title": "OpenWindPowerMap"
|
||||
},
|
||||
"parkings": {
|
||||
"description": "Peta ini menunjukkan tempat parkir yang berbeda",
|
||||
"shortDescription": "Peta ini menunjukkan tempat parkir yang berbeda",
|
||||
"title": "Tempat parkir"
|
||||
},
|
||||
"personal": {
|
||||
"title": "Tema pribadi"
|
||||
},
|
||||
"playgrounds": {
|
||||
"description": "Di peta ini, Anda menemukan taman bermain dan dapat menambahkan lebih banyak informasi",
|
||||
"shortDescription": "Peta dengan taman bermain",
|
||||
"title": "Taman bermain"
|
||||
},
|
||||
"postal_codes": {
|
||||
"description": "Kode pos",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "kode pos",
|
||||
"tagRenderings": {
|
||||
"postal_code": {
|
||||
"render": "Kode posnya adalah {postal_code}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kode pos {postal_code}"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"name": "balai kota",
|
||||
"title": {
|
||||
"render": "Balai kota {name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Kode pos",
|
||||
"title": "Kode pos"
|
||||
},
|
||||
"postboxes": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Layer yang memperlihatkan kotak pos.",
|
||||
"name": "Kotak pos",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "kotak pos"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kotak pos"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"description": "Layer yang menunjukkan kantor pos.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Saat ini buka"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Kantor pos",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Kantor Pos"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"OH": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Buka 24 jam (termasuk hari libur)"
|
||||
}
|
||||
},
|
||||
"question": "Jam berapa kantor pos ini buka?",
|
||||
"render": "Jam Buka: {opening_hours_table()}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kantor Pos"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"trees": {
|
||||
"title": "Pohon"
|
||||
},
|
||||
"waste_basket": {
|
||||
"title": "Keranjang Sampah"
|
||||
}
|
||||
}
|
|
@ -645,7 +645,7 @@
|
|||
"then": "Questa strada non è una strada ciclabile"
|
||||
}
|
||||
},
|
||||
"question": "È una strada ciclabile?"
|
||||
"question": "È <b>{name}</b> una strada ciclabile?"
|
||||
},
|
||||
"1": {
|
||||
"question": "Questa strada diventerà una strada ciclabile quando?",
|
||||
|
@ -669,12 +669,12 @@
|
|||
"layers": {
|
||||
"1": {
|
||||
"override": {
|
||||
"name": "Strade senza informazioni etimologiche"
|
||||
"=name": "Strade senza informazioni etimologiche"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"override": {
|
||||
"name": "Parchi e foreste senza informazioni etimologiche"
|
||||
"=name": "Parchi e foreste senza informazioni etimologiche"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -799,11 +799,6 @@
|
|||
"shortDescription": "Questo tema mostra tutte le mappe (turistiche) conosciute da OpenStreetMap",
|
||||
"title": "Una cartina delle cartine"
|
||||
},
|
||||
"natuurpunt": {
|
||||
"description": "In questa cartina è possibile trovare tutte le riserve naturali offerte da Natuupunt. ",
|
||||
"shortDescription": "Questa cartina mostra le riserve naturali di Natuurpunt",
|
||||
"title": "Riserve naturali"
|
||||
},
|
||||
"observation_towers": {
|
||||
"description": "Torri pubblicamente accessibili per godere della vista",
|
||||
"shortDescription": "Torri pubblicamente accessibili per godere della vista",
|
||||
|
@ -921,11 +916,6 @@
|
|||
"shortDescription": "Mappa tutti gli alberi",
|
||||
"title": "Alberi"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"description": "Contribuisci a OpenStreetMap inserendo le informazioni sull’indirizzo",
|
||||
"shortDescription": "Aiuta a costruire un dataset libero per gli indirizzi nel Regno Unito",
|
||||
"title": "Indirizzi UK"
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "In questa cartina troverai i cestini dei rifiuti nei tuoi paraggi. Se manca un cestino, puoi inserirlo tu stesso",
|
||||
"shortDescription": "Una cartina dei cestini dei rifiuti",
|
||||
|
|
|
@ -518,8 +518,7 @@
|
|||
"3": {
|
||||
"then": "この通りはcyclestreetではない"
|
||||
}
|
||||
},
|
||||
"question": "この通りはcyclestreetですか?"
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "この通りはいつcyclestreetになるんですか?",
|
||||
|
|
|
@ -198,8 +198,7 @@
|
|||
"3": {
|
||||
"then": "Denne gaten er ikke en sykkelvei"
|
||||
}
|
||||
},
|
||||
"question": "Er denne gaten en sykkelvei?"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -240,9 +239,6 @@
|
|||
"maps": {
|
||||
"title": "Et kart over kart"
|
||||
},
|
||||
"natuurpunt": {
|
||||
"title": "Naturreservater"
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"layers": {
|
||||
"0": {
|
||||
|
|
|
@ -16,6 +16,11 @@
|
|||
"shortDescription": "Een kaart van zitbanken",
|
||||
"title": "Zitbanken"
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"description": "Op deze kaart vind je verschillende fietsverhuurpunten en fietsverhuurzaken",
|
||||
"shortDescription": "Een kaart met fietsverhuurpunten en fietsverhuurzaken",
|
||||
"title": "Fietsverhuur"
|
||||
},
|
||||
"bicyclelib": {
|
||||
"description": "Een fietsbibliotheek is een plaats waar men een fiets kan lenen, vaak voor een klein bedrag per jaar. Een typisch voorbeeld zijn kinderfietsbibliotheken, waar men een fiets op maat van het kind kan lenen. Is het kind de fiets ontgroeid, dan kan het te kleine fietsje omgeruild worden voor een grotere.",
|
||||
"title": "Fietsbibliotheken"
|
||||
|
@ -598,12 +603,12 @@
|
|||
"layers": {
|
||||
"1": {
|
||||
"override": {
|
||||
"name": "Straten zonder etymologische informatie"
|
||||
"=name": "Straten zonder etymologische informatie"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"override": {
|
||||
"name": "Parken en bossen zonder etymologische informatie"
|
||||
"=name": "Parken en bossen zonder etymologische informatie"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -861,11 +866,6 @@
|
|||
"shortDescription": "Deze kaart bevat informatie voor natuurliefhebbers",
|
||||
"title": "De Natuur in"
|
||||
},
|
||||
"natuurpunt": {
|
||||
"description": "Op deze kaart vind je alle natuurgebieden die Natuurpunt ter beschikking stelt",
|
||||
"shortDescription": "Deze kaart toont de natuurgebieden van Natuurpunt",
|
||||
"title": "De Natuurpunt-kaart"
|
||||
},
|
||||
"observation_towers": {
|
||||
"description": "Publieke uitkijktorens om van het panorama te genieten",
|
||||
"shortDescription": "Publieke uitkijktorens om van het panorama te genieten",
|
||||
|
@ -1041,12 +1041,6 @@
|
|||
"shortDescription": "Bewakingscameras en dergelijke",
|
||||
"title": "Surveillance under Surveillance"
|
||||
},
|
||||
"toerisme_vlaanderen": {
|
||||
"description": "<p class='mb-4'><i>Pin je punt</i> is een open toerismekaart waarin wandelaars en fietsers nuttige gegevens verzamelen die handig zijn voor andere wandelaars en fietsers.</p><p class='mb-4'>We verzamelen 7 thematische lagen: <ol><li>Laadpunten voor e-bikes</li><li>Openbare toiletten</li><li>Zit- en picknickbankjes</li><li>Uitkijkpunten, uitkijkplatformen en uitkijktorens</li><li>Fietsherstelpunten</li><li>Fietsverhuurpunten</li><li>Speeltuinen</li></ol><p>Klik op de exacte locatie op de kaart om een van deze 7 punten toe te voegen. Of corrigeer bestaande punten door erop te klikken.</p>",
|
||||
"descriptionTail": "<p>Met de steun van Toerisme Vlaanderen</p><a href='https://www.toerismevlaanderen.be/pinjepunt'>Meer informatie op toerismevlaaneren.be</a><img style='height:5rem; width: auto;' src='./assets/themes/toerisme_vlaanderen/logo.png' />",
|
||||
"shortDescription": "Een kaart om toeristisch relevante info op aan te duiden",
|
||||
"title": "Pin je punt"
|
||||
},
|
||||
"toilets": {
|
||||
"description": "Een kaart met openbare toiletten",
|
||||
"title": "Open Toilettenkaart"
|
||||
|
@ -1056,36 +1050,6 @@
|
|||
"shortDescription": "Breng bomen in kaart",
|
||||
"title": "Bomen"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"description": "Draag bij aan OpenStreetMap door adresinformatie in te vullen",
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "Adressen",
|
||||
"name": "Bekende adressen in OSM",
|
||||
"tagRenderings": {
|
||||
"uk_addresses_housenumber": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit gebouw heeft geen huisnummer"
|
||||
}
|
||||
},
|
||||
"render": "Het huisnummer is <b>{addr:housenumber}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Bekend adres"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"waste": {
|
||||
"description": "Kaart met afvalbakken en recyclingfaciliteiten.",
|
||||
"title": "Afval"
|
||||
},
|
||||
"waste_assen": {
|
||||
"description": "Kaart met afvalbakken en recyclingfaciliteiten + een dataset voor Assen.",
|
||||
"title": "Afval - Assen"
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "Op deze kaart vind je vuilnisbakken waar je afval in kan smijten. Ontbreekt er een vuilnisbak? Dan kan je die zelf toevoegen",
|
||||
"shortDescription": "Een kaart met vuilnisbakken",
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
"then": "Estação de despejo"
|
||||
}
|
||||
},
|
||||
"render": "Estação de despejo {nome}"
|
||||
"render": "Estação de despejo {name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -530,12 +530,5 @@
|
|||
"description": "Нанесите все деревья на карту!",
|
||||
"shortDescription": "Карта деревьев",
|
||||
"title": "Деревья"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "Адреса"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -309,12 +309,12 @@
|
|||
"layers": {
|
||||
"1": {
|
||||
"override": {
|
||||
"name": "道路沒有詞源資訊"
|
||||
"=name": "道路沒有詞源資訊"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"override": {
|
||||
"name": "公園與森哥沒有詞源資訊"
|
||||
"=name": "公園與森哥沒有詞源資訊"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -434,9 +434,6 @@
|
|||
"shortDescription": "這份主題顯示所有已知的開放街圖上的 (旅遊) 地圖",
|
||||
"title": "地圖的地圖"
|
||||
},
|
||||
"natuurpunt": {
|
||||
"description": "在這張地圖上您可以找到 Natuurpunt 提供的所有自然保護區 "
|
||||
},
|
||||
"observation_towers": {
|
||||
"description": "開放可及能觀景的高塔",
|
||||
"shortDescription": "開發可及能觀景的高塔",
|
||||
|
@ -655,14 +652,6 @@
|
|||
"shortDescription": "所有樹木的地圖",
|
||||
"title": "樹木"
|
||||
},
|
||||
"uk_addresses": {
|
||||
"layers": {
|
||||
"2": {
|
||||
"description": "地址",
|
||||
"name": "OSM 上已知的地址"
|
||||
}
|
||||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "在這份地圖當中,你可以找到你附近的垃圾筒。如果地圖有遺漏垃圾筒,你可以自己加上去",
|
||||
"shortDescription": "垃圾筒的地圖",
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
"zoomInToSeeThisLayer": "放大來看這個圖層"
|
||||
},
|
||||
"backgroundMap": "背景地圖",
|
||||
"aboutMapcomplete": "<h3>關於 MapComplete</h3><p>使用 MapComplete 你可以藉由<b>單一主題</b>豐富開放街圖的圖資。回答幾個問題,然後幾分鐘之內你的貢獻立刻就傳遍全球!<b>主題維護者</b>定議主題的元素、問題與語言。</p><h3>發現更多</h3><p>MapComplete 總是提供學習更多開放街圖<b>下一步的知識</b>。</p><ul><li>當你內嵌網站,網頁內嵌會連結到全螢幕的 MapComplete</li><li>全螢幕的版本提供關於開放街圖的資訊</li><li>不登入檢視成果,但是要編輯則需登入 OSM。</li><li>如果你沒有登入,你會被要求先登入</li><li>當你回答單一問題時,你可以在地圖新增新的節點</li><li>過了一陣子,實際的 OSM-標籤會顯示,之後會連結到 wiki</li></ul><p></p><br><p>你有注意到<b>問題</b>嗎?你想請求<b>功能</b>嗎?想要<b>幫忙翻譯</b>嗎?來到<a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">原始碼</a>或是<a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">問題追蹤器。</a></p><p>想要看到<b>你的進度</b>嗎?到<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>",
|
||||
"aboutMapcomplete": "<h3>關於 MapComplete</h3><p>使用 MapComplete 你可以藉由<b>單一主題</b>豐富開放街圖的圖資。回答幾個問題,然後幾分鐘之內你的貢獻立刻就傳遍全球!<b>主題維護者</b>定議主題的元素、問題與語言。</p><h3>發現更多</h3><p>MapComplete 總是提供學習更多開放街圖<b>下一步的知識</b>。</p><ul><li>當你內嵌網站,網頁內嵌會連結到全螢幕的 MapComplete</li><li>全螢幕的版本提供關於開放街圖的資訊</li><li>不登入檢視成果,但是要編輯則需登入 OSM。</li><li>如果你沒有登入,你會被要求先登入</li><li>當你回答單一問題時,你可以在地圖新增新的節點</li><li>過了一陣子,實際的 OSM-標籤會顯示,之後會連結到 wiki</li></ul><p></p><br><p>你有注意到<b>問題</b>嗎?你想請求<b>功能</b>嗎?想要<b>幫忙翻譯</b>嗎?來到<a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">原始碼</a>或是<a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">問題追蹤器。</a></p><p>想要看到<b>你的進度</b>嗎?到<a href=\"{osmcha_link}\" target=\"_blank\">OsmCha</a>追蹤編輯數。</p>",
|
||||
"customThemeIntro": "<h3>客製化主題</h3>觀看這些先前使用者創造的主題。",
|
||||
"noTagsSelected": "沒有選取標籤",
|
||||
"getStartedNewAccount": " 或是 <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">註冊新帳號</a>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue