Merge branch 'master' of github.com:pietervdvn/MapComplete
This commit is contained in:
commit
5503d951aa
27 changed files with 1973 additions and 215 deletions
|
@ -9,8 +9,8 @@
|
|||
"en": "This map shows facade gardens with pictures and useful info about orientation, sunshine and plant types."
|
||||
},
|
||||
"description": {
|
||||
"nl": "Ontharde voortuintjes, groene gevels en bomen ín de stad brengen naast rust ook een mooiere stad, een grotere biodiversiteit, een verkoelend effect en een betere luchtkwaliteit. <br/> Klimaan VZW en 'Mechelen Klimaatneutraal' willen met het project Klim(t)aan je Gevel bestaande en nieuwe geveltuintjes in kaart brengen als voorbeeld voor mensen zelf een tuintje willen aanleggen of voor stadwandelaars die houden van de natuur. <br/>Meer info over het project op <a href='https://klimaan.be/' target=_blank>klimaan.be</a>.",
|
||||
"en": "<a href='https://nl.wikipedia.org/wiki/Geveltuin' target=_blank>Facade gardens</a>, green facades and trees in the city not only bring peace and quiet, but also a more beautiful city, greater biodiversity, a cooling effect and better air quality. <br/> Klimaan VZW and Mechelen Klimaatneutraal want to map existing and new facade gardens as an example for people who want to build their own garden or for city walkers who love nature.<br/>More info about the project at <a href='https://klimaan.be/' target=_blank>klimaan.be</a>."
|
||||
"nl": "Ontharde voortuintjes, groene gevels en bomen ín de stad brengen naast rust ook een mooiere stad, een grotere biodiversiteit, een verkoelend effect en een betere luchtkwaliteit. <br/> Klimaan VZW en 'Mechelen Klimaatneutraal' willen met het project Klim(t)aan je Gevel bestaande en nieuwe geveltuintjes in kaart brengen als voorbeeld voor mensen zelf een tuintje willen aanleggen of voor stadwandelaars die houden van de natuur. <br/>Meer info over het project op <a href='https://klimaan.be/project/geveltuinen/' target=_blank>klimaan.be</a>.",
|
||||
"en": "<a href='https://nl.wikipedia.org/wiki/Geveltuin' target=_blank>Facade gardens</a>, green facades and trees in the city not only bring peace and quiet, but also a more beautiful city, greater biodiversity, a cooling effect and better air quality. <br/> Klimaan VZW and Mechelen Klimaatneutraal want to map existing and new facade gardens as an example for people who want to build their own garden or for city walkers who love nature.<br/>More info about the project at <a href='https://klimaan.be/project/geveltuinen/' target=_blank>klimaan.be</a>."
|
||||
},
|
||||
"language": [
|
||||
"nl",
|
||||
|
@ -324,4 +324,4 @@
|
|||
}
|
||||
],
|
||||
"roamingRenderings": []
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
{
|
||||
"image": {
|
||||
"addPicture": "Bild hinzufügen",
|
||||
"uploadingPicture": "Ihr Bild hochladen...",
|
||||
"uploadingMultiple": "{count} Ihrer Bilder hochgeladen...",
|
||||
"uploadingPicture": "Bild wird hochgeladen…",
|
||||
"uploadingMultiple": "{count} Bilder hochladen…",
|
||||
"pleaseLogin": "Bitte einloggen, um ein Bild hinzuzufügen",
|
||||
"willBePublished": "Ihr Bild wird veröffentlicht: ",
|
||||
"cco": "in die Public Domain",
|
||||
"ccbs": "unter der CC-BY-SA-Lizenz",
|
||||
"ccb": "unter der CC-BY-Lizenz",
|
||||
"uploadFailed": "Wir konnten Ihr Bild nicht hochladen. Haben Sie Internet und sind API's von Dritten erlaubt? Brave Browser oder UMatrix blockieren evtl..",
|
||||
"respectPrivacy": "Bitte respektieren Sie die Privatsphäre. Fotografieren Sie weder Personen noch Nummernschilder",
|
||||
"uploadDone": "<span class='thanks'>Ihr Bild wurde hinzugefügt. Vielen Dank für Ihre Hilfe!</span>",
|
||||
"cco": "als 'Public Domain'",
|
||||
"ccbs": "unter der 'CC-BY-SA-Lizenz'",
|
||||
"ccb": "unter der 'CC-BY-Lizenz'",
|
||||
"uploadFailed": "Wir konnten Ihr Bild nicht hochladen. Haben Sie eine aktive Internetverbindung und sind APIs von Dritten erlaubt? Der Brave Browser oder UMatrix blockieren diese eventuell.",
|
||||
"respectPrivacy": "Bitte respektieren Sie die Privatsphäre. Fotografieren Sie weder Personen noch Nummernschilder. Benutzen Sie keine urheberrechtlich geschützten Quellen wie z.B. Google Maps oder Google Streetview.",
|
||||
"uploadDone": "<span class=\"thanks\">Ihr Bild wurde hinzugefügt. Vielen Dank für Ihre Hilfe!</span>",
|
||||
"dontDelete": "Abbrechen",
|
||||
"doDelete": "Bild entfernen",
|
||||
"isDeleted": "Gelöscht"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Daten werden geladen...",
|
||||
"loadingData": "Daten werden geladen…",
|
||||
"zoomIn": "Vergrößern, um die Daten anzuzeigen oder zu bearbeiten",
|
||||
"ready": "Erledigt!",
|
||||
"retrying": "Laden von Daten fehlgeschlagen. Erneuter Versuch... ({count})"
|
||||
"retrying": "Laden von Daten fehlgeschlagen. Erneuter Versuch in ({count}) Sekunden…"
|
||||
},
|
||||
"index": {
|
||||
"#": "These texts are shown above the theme buttons when no theme is loaded",
|
||||
"title": "Willkommen auf MapComplete",
|
||||
"#": "Dieser Text wird über den Thema Auswahlbuttons gezeigt, wenn kein Thema geladen ist.",
|
||||
"title": "Willkommen bei MapComplete",
|
||||
"intro": "MapComplete ist eine OpenStreetMap-Anwendung, mit der Informationen zu einem bestimmten Thema angezeigt und angepasst werden können.",
|
||||
"pickTheme": "Wähle unten ein Thema, um zu starten"
|
||||
"pickTheme": "Wähle unten ein Thema, um zu starten."
|
||||
},
|
||||
"general": {
|
||||
"loginWithOpenStreetMap": "Anmeldung mit OpenStreetMap",
|
||||
|
@ -33,9 +33,9 @@
|
|||
"loginToStart": "Anmelden, um diese Frage zu beantworten",
|
||||
"search": {
|
||||
"search": "Einen Ort suchen",
|
||||
"searching": "Auf der Suche...",
|
||||
"nothing": "Nichts gefunden...",
|
||||
"error": "Etwas ging schief..."
|
||||
"searching": "Suchen…",
|
||||
"nothing": "Nichts gefunden…",
|
||||
"error": "Etwas ging schief…"
|
||||
},
|
||||
"returnToTheMap": "Zurück zur Karte",
|
||||
"save": "Speichern",
|
||||
|
@ -44,12 +44,12 @@
|
|||
"oneSkippedQuestion": "Eine Frage wurde übersprungen",
|
||||
"skippedQuestions": "Einige Fragen wurden übersprungen",
|
||||
"number": "Zahl",
|
||||
"osmLinkTooltip": "Dieses Objekt auf OpenStreetMap anschauen für die Geschichte und weitere Bearbeitungsmöglichkeiten",
|
||||
"osmLinkTooltip": "Dieses Objekt auf OpenStreetMap anschauen für dessen Verlauf und weitere Bearbeitungsmöglichkeiten",
|
||||
"add": {
|
||||
"addNew": "Hier eine neue {category} hinzufügen",
|
||||
"title": "Punkt hinzufügen?",
|
||||
"intro": "Sie haben irgendwo geklickt, wo noch keine Daten bekannt sind.<br/>",
|
||||
"pleaseLogin": "<a class='activate-osm-authentication'>Bitte loggen Sie sich ein, um einen neuen Punkt hinzuzufügen</a>",
|
||||
"intro": "Sie haben irgendwo geklickt, wo noch keine Daten bekannt sind.<br>",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Bitte loggen Sie sich ein, um einen neuen Punkt hinzuzufügen</a>",
|
||||
"zoomInFurther": "Weiter einzoomen, um einen Punkt hinzuzufügen.",
|
||||
"stillLoading": "Die Daten werden noch geladen. Bitte warten Sie etwas, bevor Sie einen neuen Punkt hinzufügen.",
|
||||
"confirmIntro": "<h3>Hier einen {title} hinzufügen?</h3>Der Punkt, den Sie hier anlegen, wird <b>für alle sichtbar sein</b>. Bitte fügen Sie der Karte nur dann Dinge hinzu, wenn sie wirklich existieren. Viele Anwendungen verwenden diese Daten.",
|
||||
|
@ -101,7 +101,7 @@
|
|||
"getStartedLogin": "Mit OpenStreetMap einloggen und loslegen",
|
||||
"getStartedNewAccount": " oder <a href='https://www.openstreetmap.org/user/new' target='_blank'>ein neues Konto anlegen</a>",
|
||||
"noTagsSelected": "Keine Tags ausgewählt",
|
||||
"customThemeIntro": "<h3>Kundenspezifische Themen</h3>Dies sind zuvor besuchte benutzergenerierte Themen",
|
||||
"customThemeIntro": "<h3>Benutzerdefinierte Themes</h3>Dies sind zuvor besuchte benutzergenerierte Themen.",
|
||||
"aboutMapcomplete": "<h3>Über MapComplete</h3><p>MapComplete ist ein OpenStreetMap-Editor, der jedem helfen soll, auf einfache Weise Informationen zu einem <b>Einzelthema hinzuzufügen.</b></p><p>Nur Merkmale, die für ein einzelnes Thema relevant sind, werden mit einigen vordefinierten Fragen gezeigt, um die Dinge <b>einfach und extrem benutzerfreundlich</b> zu halten. Der Themen-Betreuer kann auch eine Sprache für die Schnittstelle wählen, Elemente deaktivieren oder sogar in eine andere Website ohne jegliches UI-Element einbetten.</p><p>Ein weiterer wichtiger Teil von MapComplete ist jedoch, immer <b>den nächsten Schritt anzubieten</b>um mehr über OpenStreetMap zu erfahren:<ul><li>Ein iframe ohne UI-Elemente verlinkt zu einer Vollbildversion</li><li>Die Vollbildversion bietet Informationen über OpenStreetMap</li><li>Wenn Sie nicht eingeloggt sind, werden Sie gebeten, sich einzuloggen</li><li>Wenn Sie eine einzige Frage beantwortet haben, dürfen Sie Punkte hinzufügen</li><li>An einem bestimmten Punkt erscheinen die tatsächlich hinzugefügten Tags, die später mit dem Wiki verlinkt werden...</li></ul></p><p>Fällt Ihnen ein Problem mit MapComplete auf? Haben Sie einen Feature-Wunsch? Wollen Sie beim Übersetzen helfen? Gehen Sie <a href='https://github.com/pietervdvn/MapComplete' target='_blank'>zum Quellcode</a> oder <a href='https://github.com/pietervdvn/MapComplete/issues' target='_blank'>zur Problemverfolgung</a>.</p>",
|
||||
"backgroundMap": "Hintergrundkarte",
|
||||
"layerSelection": {
|
||||
|
@ -145,7 +145,10 @@
|
|||
"iconAttribution": {
|
||||
"title": "Verwendete Icons"
|
||||
},
|
||||
"attributionTitle": "Danksagung"
|
||||
"attributionTitle": "Danksagung",
|
||||
"codeContributionsBy": "MapComplete wurde von {contributors} und <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} weiteren Beitragenden</a> erstellt",
|
||||
"themeBy": "Thema betreut von {author}",
|
||||
"attributionContent": "<p>Alle Daten wurden bereitgestellt von <a href=\"https://osm.org\" target=\"_blank\">OpenStreetMap</a>, frei verwendbar unter der <a href=\"https://osm.org/copyright\" target=\"_blank\">Open Database License</a>.</p>"
|
||||
}
|
||||
},
|
||||
"favourite": {
|
||||
|
@ -158,13 +161,15 @@
|
|||
"title_singular": "Eine Rezension",
|
||||
"name_required": "Der Name des Objekts ist notwendig, um eine Bewertung erstellen zu können",
|
||||
"no_reviews_yet": "Es gibt noch keine Bewertungen. Hilf mit der ersten Bewertung dem Geschäft und der Open Data Bewegung!",
|
||||
"write_a_comment": "Schreibe einen Kommentar...",
|
||||
"write_a_comment": "Schreibe einen Kommentar…",
|
||||
"no_rating": "Keine Bewertung vorhanden",
|
||||
"posting_as": "Angemeldet als",
|
||||
"i_am_affiliated": "<span>Ich bin angehörig</span><br/><span class='subtle'>Überprüfe, ob du Eigentümer, Ersteller, Angestellter etc. bist</span>",
|
||||
"saving_review": "Speichern...",
|
||||
"saving_review": "Speichern…",
|
||||
"saved": "<span class='thanks'>Rezension gespeichert. Vielen Dank für den Beitrag!</span>",
|
||||
"tos": "Mit deiner Rezension stimmst du den <a href='https://mangrove.reviews/terms' target='_blank'>AGB und den Datenschutzrichtlinien von Mangrove.reviews zu</a>",
|
||||
"plz_login": "Melde dich an, um eine Rezension zu vergeben"
|
||||
"plz_login": "Melde dich an, um eine Rezension zu vergeben",
|
||||
"affiliated_reviewer_warning": "(Partner-Rezension)",
|
||||
"attribution": "Rezensionen werden bereitgestellt von <a href=\"https://mangrove.reviews/\" target=\"_blank\">Mangrove Reviews</a> und sind unter <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a> verfügbar."
|
||||
}
|
||||
}
|
||||
|
|
317
langs/es.json
317
langs/es.json
|
@ -1,174 +1,159 @@
|
|||
{
|
||||
"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": "Respeta la privacidad. No fotografíes gente o matrículas",
|
||||
"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... ({count})"
|
||||
},
|
||||
"index": {
|
||||
"#": "These texts are shown above the theme buttons when no theme is loaded",
|
||||
"title": {},
|
||||
"intro": {},
|
||||
"pickTheme": {}
|
||||
},
|
||||
"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": "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": "Respeta la privacidad. No fotografíes gente o matrículas",
|
||||
"uploadDone": "<span class='thanks'>Tu imagen ha sido añadida. Gracias por ayudar.</span>",
|
||||
"dontDelete": "Cancelar",
|
||||
"doDelete": "Borrar imagen",
|
||||
"isDeleted": "Borrada"
|
||||
},
|
||||
"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'>Entra 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 {category} aquí",
|
||||
"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... ({count})"
|
||||
},
|
||||
"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 href='tel:{phone}' 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": {
|
||||
"#": "These texts are shown above the theme buttons when no theme is loaded",
|
||||
"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"
|
||||
},
|
||||
"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>",
|
||||
"attribution": {
|
||||
"attributionTitle": {},
|
||||
"attributionContent": {},
|
||||
"themeBy": {},
|
||||
"iconAttribution": {
|
||||
"title": {}
|
||||
},
|
||||
"mapContributionsBy": {},
|
||||
"mapContributionsByAndHidden": {}
|
||||
"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..."
|
||||
},
|
||||
"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'>Entra 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 {category} aquí",
|
||||
"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 href='tel:{phone}' 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}"
|
||||
},
|
||||
"customThemeIntro": "<h3>Temas personalizados</h3>Estos son los temas generados por los usuarios que han sido visitados previamente."
|
||||
},
|
||||
"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"
|
||||
"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"
|
||||
},
|
||||
"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",
|
||||
"customThemeIntro": {},
|
||||
"aboutMapcomplete": {},
|
||||
"backgroundMap": "Mapa de fondo",
|
||||
"layerSelection": {
|
||||
"zoomInToSeeThisLayer": "Amplía para ver esta capa",
|
||||
"title": {}
|
||||
},
|
||||
"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": {
|
||||
"error_loading": {},
|
||||
"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",
|
||||
"open_24_7": {},
|
||||
"ph_not_known": " ",
|
||||
"ph_closed": "cerrado",
|
||||
"ph_open": "abierto"
|
||||
"reviews": {
|
||||
"title": "{count} comentarios",
|
||||
"title_singular": "Un comentario",
|
||||
"name_required": "Se requiere un nombre para mostrar y crear comentarios"
|
||||
}
|
||||
},
|
||||
"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": {},
|
||||
"title_singular": {},
|
||||
"name_required": {},
|
||||
"no_reviews_yet": {},
|
||||
"write_a_comment": {},
|
||||
"no_rating": {},
|
||||
"posting_as": {},
|
||||
"i_am_affiliated": {},
|
||||
"affiliated_reviewer_warning": {},
|
||||
"saving_review": {},
|
||||
"saved": {},
|
||||
"tos": {},
|
||||
"attribution": {},
|
||||
"plz_login": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"uploadingMultiple": "Mise en ligne de {count} photos…",
|
||||
"pleaseLogin": "Connectez-vous pour mettre une photo en ligne",
|
||||
"willBePublished": "Votre photo va être publiée : ",
|
||||
"cco": "sur le domaine publique",
|
||||
"cco": "dans le domaine publique",
|
||||
"ccbs": "sous la license CC-BY-SA",
|
||||
"ccb": "sous la license CC-BY",
|
||||
"uploadFailed": "L'ajout de la photo a échoué. Êtes-vous connecté à Internet ? Et est-ce que les API tierces sont autorisées ? Le navigateur Brave ou UMatrix peuvent les bloquer.",
|
||||
|
@ -78,7 +78,8 @@
|
|||
"title": "Icones utilisées"
|
||||
},
|
||||
"mapContributionsByAndHidden": "La partie actuellement visible des données comporte des modifications par {contributors} et {hiddenCount} contributeurs de plus",
|
||||
"mapContributionsBy": "La partie actuellement visible des données comporte des modifications par {contributors}"
|
||||
"mapContributionsBy": "La partie actuellement visible des données comporte des modifications par {contributors}",
|
||||
"codeContributionsBy": "MapComplete a été construit par {contributors} et <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} autres contributeurs</a>"
|
||||
},
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Partager cette carte</h3> Partagez cette carte en copiant le lien suivant et envoyez-le à vos amis :",
|
||||
|
@ -101,7 +102,7 @@
|
|||
},
|
||||
"morescreen": {
|
||||
"intro": "<h3>Plus de thèmes ?</h3>Vous aimez collecter des données géographiques ?<br>Il y a plus de thèmes disponibles.",
|
||||
"requestATheme": "Si vous voulez une autre carte thématique, demande-la <a href='https://github.com/pietervdvn/MapComplete/issues' class='underline hover:text-blue-800' target='_blank'>ici</a>.",
|
||||
"requestATheme": "Si vous voulez une autre carte thématique, demandez-la <a class=\"underline hover:text-blue-800\" href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">ici</a>.",
|
||||
"streetcomplete": "Une autre application similaire est <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Créez votre propre MapComplete carte"
|
||||
},
|
||||
|
@ -142,7 +143,7 @@
|
|||
"opensAt": "à partir de",
|
||||
"openTill": "jusqu'à",
|
||||
"not_all_rules_parsed": "Les heures d'ouvertures de ce magasin sont trop compliquées. Les heures suivantes ont été ignorées :",
|
||||
"closed_until": "Fermé jusqu'à",
|
||||
"closed_until": "Fermé jusqu'à {date}",
|
||||
"closed_permanently": "Fermé",
|
||||
"open_24_7": "Ouvert en permanence",
|
||||
"ph_closed": "fermé",
|
||||
|
|
60
langs/hu.json
Normal file
60
langs/hu.json
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"general": {
|
||||
"openStreetMapIntro": "<h3>Egy nyílt térkép</h3><p>Nem lenne király, ha lenne egy térkép, amit mindenki szabadon használhatna és szerkeszthetne? Egyetlen hely minden geoinformáció tárolására. Hogy arra a sok weboldalra a kicsi és egymással nem kompatibilis térképekkel (amik többnyire elavultak) ne legyen szükség többé.</p><p><b>Az <a href=\"https://OpenStreetMap.org\" target=\"_blank\">OpenStreetMap</a></b> éppen ez. A trékép adatai ingyenesen használhatók (<a href=\"https://osm.org/copyright\" target=\"_blank\">az adatokban történő változtatások megjelölésével és publikálásával</a>) Mindezeken túl bárki szabadon hozzáadhat új helyeket és kijavíthatja a hibákat. Ez a weboldal is OpenStreetMapet használ. Minden adat onnan származik és a te válaszaid és módosításaid is oda futnak be.</p><p>Rengeteg ember és alkalmazás használja már most is az OpenStreetMapet: <a href=\"https://maps.me/\" target=\"_blank\">Maps.me</a>, <a href=\"https://osmAnd.net\" target=\"_blank\">OsmAnd</a>, de még a Facebook, Instagram, Apple és Bing által használt térképek is (részben) az OpenStreetMapet használják. Ha itt módosítasz valamit, az ezekben az alkalmazásokban is megjelenik - a legközelebbi frissítés után.</p>",
|
||||
"questions": {
|
||||
"websiteIs": "Weboldal: <a href=\"{website}\" target=\"_blank\">{website}</a>"
|
||||
},
|
||||
"noNameCategory": "Név nélküli {category}",
|
||||
"nameInlineQuestion": "A(z) {category} neve $$$",
|
||||
"pickLanguage": "Válassz nyelvet: ",
|
||||
"add": {
|
||||
"layerNotEnabled": "A {layer} réteg nincs engedélyezve. Pont hozzáadásához engedélyezd ezt a réteget!",
|
||||
"confirmButton": "{category} hozzáadása itt.<br><div class=\"alert\">A módosításod mindenki által látható lesz</div>",
|
||||
"confirmIntro": "<h3>Egy {title} hozzáadása itt?</h3>A pont, amit létrehozol <b>mindenki által látható lesz</b>. Kérjük, csak valóban létező dolgokat adj hozzá. Sok alkalmazás használja ezeket az adatokat.",
|
||||
"stillLoading": "Az adatok betöltése folyamatban van. Kérjük, várj egy kicsit mielőtt új pontot adsz hozzá!",
|
||||
"zoomInFurther": "Pont hozzáadásához közelíts rá jobban!",
|
||||
"title": "Hozzáadsz egy új pontot?",
|
||||
"addNew": "Új {category} hozzáadása itt"
|
||||
},
|
||||
"number": "szám",
|
||||
"skip": "Kérdés kihagyása",
|
||||
"oneSkippedQuestion": "Egy kérdés ki lett hagyva",
|
||||
"skippedQuestions": "Néhány kérdés ki lett hagyva",
|
||||
"cancel": "Mégse",
|
||||
"save": "Mentés",
|
||||
"returnToTheMap": "Vissza a térképhez",
|
||||
"search": {
|
||||
"error": "Hiba történt…",
|
||||
"nothing": "Nincs találat",
|
||||
"searching": "Keresés…",
|
||||
"search": "Helyszín keresése"
|
||||
},
|
||||
"loginToStart": "Jelentkezz be a kérdés megválaszolásához",
|
||||
"welcomeBack": "Be vagy jelentkezve, üdv ismét!",
|
||||
"loginWithOpenStreetMap": "Bejelentkezés OpenStreetMap segítségével"
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Válassz egy témát lent a kezdéshez!",
|
||||
"title": "Üdvözlünk a MapComplete-nél!"
|
||||
},
|
||||
"centerMessage": {
|
||||
"retrying": "Nem sikerült betölteni az adatokat. Újrapróbálkozás {count} másodperc múlva…",
|
||||
"ready": "Kész!",
|
||||
"zoomIn": "Közelíts rá az adatok megtekintéséhez és szerkesztéséhez",
|
||||
"loadingData": "Adatok betöltése folyamatban"
|
||||
},
|
||||
"image": {
|
||||
"isDeleted": "Törölve",
|
||||
"doDelete": "Kép eltávolítása",
|
||||
"dontDelete": "Mégse",
|
||||
"uploadDone": "<span class=\"thanks\">A kép hozzá lett adva. Köszönjük a segítséged!</span>",
|
||||
"respectPrivacy": "Ne készíts fényképet emberekről és rendszámtáblákról! Ne tölts fel képeket Google Mapsről, Google Streetview-ról és egyéb szerzői jog által védett forrásokból!",
|
||||
"uploadFailed": "A kép feltöltése sikertelen. Biztosan van hálózati kapcsolatod és engedélyezve vannak a harmadik féltől származó API-k? A Brave böngésző és az UMatrix blokkolhatja ezeket.",
|
||||
"ccb": "a CC-BY licenc szerint",
|
||||
"ccbs": "a CC-BY-SA licenc szerint",
|
||||
"pleaseLogin": "Kép hozzáadásához jelentkezz be",
|
||||
"uploadingMultiple": "{count} kép feltöltése folyamatban",
|
||||
"uploadingPicture": "Kép feltöltése folyamatban",
|
||||
"addPicture": "Kép hozzáadása"
|
||||
}
|
||||
}
|
34
langs/id.json
Normal file
34
langs/id.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"general": {
|
||||
"questions": {
|
||||
"phoneNumberOf": "Apakah nombor telepon {category} ini?",
|
||||
"websiteIs": "Situs Web: <a href=\"{website}\" target=\"_blank\">{website}</a>"
|
||||
},
|
||||
"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": " "
|
||||
}
|
||||
},
|
||||
"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 log masuk untuk menambah gambar",
|
||||
"uploadingMultiple": "Mengunggah {count} gambar…",
|
||||
"uploadingPicture": "Mengunggah gambar Anda…",
|
||||
"addPicture": "Tambahkan foto"
|
||||
},
|
||||
"centerMessage": {
|
||||
"ready": "Selesai!"
|
||||
}
|
||||
}
|
175
langs/it.json
Normal file
175
langs/it.json
Normal file
|
@ -0,0 +1,175 @@
|
|||
{
|
||||
"reviews": {
|
||||
"attribution": "Le recensioni sono fornite da <a href=\"https://mangrove.reviews/\" target=\"_blank\">Mangrove Reviews</a> e sono disponibili con licenza <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a>.",
|
||||
"tos": "Quando pubblichi una recensione, accetti i <a href=\"https://mangrove.reviews/terms\" target=\"_blank\">termini di utilizzo e la informativa sulla privacy di Mangrove.reviews</a>",
|
||||
"plz_login": "Accedi per lasciare una recensione",
|
||||
"saved": "<span class=\"thanks\">Recensione salvata. Grazie per averla condivisa!</span>",
|
||||
"saving_review": "Salvataggio…",
|
||||
"affiliated_reviewer_warning": "(Recensione di un affiliato)",
|
||||
"i_am_affiliated": "<span>Sono associato con questo oggetto</span><br><span class=\"subtle\">Spunta se sei il proprietario, creatore, dipendente, etc.</span>",
|
||||
"posting_as": "Pubblica come",
|
||||
"no_rating": "Nessun voto ricevuto",
|
||||
"write_a_comment": "Lascia una recensione…",
|
||||
"no_reviews_yet": "Non ci sono ancora recensioni. Sii il primo a scriverne una aiutando così i dati liberi e l’attività!",
|
||||
"name_required": "È richiesto un nome per poter mostrare e creare recensioni",
|
||||
"title_singular": "Una recensione",
|
||||
"title": "{count} recensioni"
|
||||
},
|
||||
"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>fornisce sempre un passo ulteriore</b> per imparare dell’altro 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=\"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>",
|
||||
"morescreen": {
|
||||
"requestATheme": "Se hai bisogno di una build personalizzata, puoi farlo <a class=\"underline hover:text-blue-800\" href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">qua</a>.",
|
||||
"createYourOwnTheme": "Crea il tuo tema di MapComplete personalizzato da zero",
|
||||
"streetcomplete": "Un’altra simile applicazione è <a class=\"underline hover:text-blue-800\" href=\"https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete\" target=\"_blank\">StreetComplete</a>.",
|
||||
"intro": "<h3>Altre mappe tematiche?</h3>Ti diverti a raccogliere dati geografici?<br>Sono disponibili altri temi."
|
||||
},
|
||||
"sharescreen": {
|
||||
"embedIntro": "<h3>Incorpora nel tuo sito web</h3>Siamo lieti se vorrai includere questa cartina nel tuo sito web.<br>Ti incoraggiamo a farlo (non devi neanche chieder il permesso).<br>È gratuito e lo sarà per sempre.Più persone lo useranno e più valore acquisirà.",
|
||||
"addToHomeScreen": "<h3>Aggiungi alla tua schermata Home</h3>Puoi aggiungere facilmente questo sito web alla schermata Home del tuo smartphone. Per farlo, clicca sul pulsante ‘Aggiungi a schermata Home’ nella barra degli indirizzi.",
|
||||
"fsIncludeCurrentLocation": "Includi la posizione attuale",
|
||||
"fsIncludeCurrentBackgroundMap": "Includi lo sfondo attualmente selezionato <b>{name}</b>",
|
||||
"fsIncludeCurrentLayers": "Includi i livelli correntemente selezionati",
|
||||
"fsGeolocation": "Abilita il pusante ‘geo-localizzami’ (solo da mobile)",
|
||||
"fsAddNew": "Abilita il pulsante ‘aggiungi nuovo PDI’",
|
||||
"fsLayerControlToggle": "Inizia con il pannello dei livelli aperto",
|
||||
"fsLayers": "Abilita il controllo dei livelli",
|
||||
"fsWelcomeMessage": "Mostra il messaggio di benvenuto e le schede associate",
|
||||
"fsSearch": "Abilita la barra di ricerca",
|
||||
"fsUserbadge": "Abilita il pulsante di accesso",
|
||||
"editThemeDescription": "Aggiungi o modifica le domande a questo tema della mappa",
|
||||
"editThisTheme": "Modifica questo tema",
|
||||
"thanksForSharing": "Grazie per la condivisione!",
|
||||
"copiedToClipboard": "Collegamento copiato negli appunti",
|
||||
"intro": "<h3>Condividi questa mappa</h3>Condividi questa mappa copiando il collegamento qua sotto e inviandolo ad amici o parenti:"
|
||||
},
|
||||
"attribution": {
|
||||
"attributionContent": "<p>Tutti i dati sono forniti da <a href=\"https://osm.org\" target=\"_blank\">OpenStreetMap</a>, riutilizzabili liberamente con <a href=\"https://osm.org/copyright\" target=\"_blank\">Open Database License</a></p>",
|
||||
"attributionTitle": "Crediti",
|
||||
"codeContributionsBy": "MapComplete è stato realizzato da {contributors} e <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} altri collaboratori</a>",
|
||||
"mapContributionsByAndHidden": "I dati attualmente visibili sono stati modificati da {contributors} e {hiddenCount} altri contributori",
|
||||
"mapContributionsBy": "I dati attualmente visibili sono stati creati da {contributors}",
|
||||
"iconAttribution": {
|
||||
"title": "Icone utilizzate"
|
||||
},
|
||||
"themeBy": "Tema manutenuto da {author}"
|
||||
},
|
||||
"openStreetMapIntro": "<h3>Una mappa libera</h3><p>Non sarebbe perfetto se esistesse una carta geografica che chiunque può modificare e utilizzare liberamente? Un unico posto in un cui conservare tutte le informazioni geografiche? In questo modo tutti questi siti web con mappe diverse, piccole e incompatibili (che sono sempre obsolete) diverrebbero istantaneamente inutili.</p><p><b><a href=\"https://OpenStreetMap.org\" target=\"_blank\">OpenStreetMap</a></b> è proprio questa mappa. I dati geografici possono essere usati liberamente (rispettando <a href=\"https://osm.org/copyright\" target=\"_blank\">l’attribuzione e la pubblicazione delle modifiche di quei dati</a>). In più, chiunque può aggiungere liberamente nuovi dati e correggere gli errori. Anche questo sito usa OpenStreetMap. Tutti i dati provengono da lì e le tue risposte e correzioni finiscono sempre lì.</p><p>Moltissime persone e applicazioni già usano OpenStreetmap: <a href=\"https://maps.me/\" target=\"_blank\">Maps.me</a>, <a href=\"https://osmAnd.net\" target=\"_blank\">OsmAnd</a> ma anche le cartine di Facebook, Instagram, Apple e Bing si basano (parzialmente) su OpenStreetMap. Tutto quello che cambi qua si rifletterà anche su quelle applicazioni (non appena avranno aggiornato i loro dati!)</p>",
|
||||
"opening_hours": {
|
||||
"ph_open": "aperto",
|
||||
"ph_closed": "chiuso",
|
||||
"ph_not_known": " ",
|
||||
"open_24_7": "Sempre aperto",
|
||||
"closed_permanently": "Chiuso per un periodo sconosciuto",
|
||||
"closed_until": "Chiuso fino al {date}",
|
||||
"not_all_rules_parsed": "Gli orari di apertura di questo negozio sono complicati. Le seguenti regole sono state ignorate per l’oggetto in ingresso:",
|
||||
"openTill": "fino a",
|
||||
"opensAt": "da",
|
||||
"open_during_ph": "Durante le festività questo luogo è",
|
||||
"error_loading": "Errore: impossibile visualizzare questi orari di apertura."
|
||||
},
|
||||
"weekdays": {
|
||||
"sunday": "Domenica",
|
||||
"saturday": "Sabato",
|
||||
"friday": "Venerdì",
|
||||
"thursday": "Giovedì",
|
||||
"wednesday": "Mercoledì",
|
||||
"tuesday": "Martedì",
|
||||
"monday": "Lunedì",
|
||||
"abbreviations": {
|
||||
"sunday": "Dom",
|
||||
"saturday": "Sab",
|
||||
"friday": "Ven",
|
||||
"thursday": "Gio",
|
||||
"wednesday": "Mer",
|
||||
"tuesday": "Mar",
|
||||
"monday": "Lun"
|
||||
}
|
||||
},
|
||||
"layerSelection": {
|
||||
"title": "Seleziona livelli",
|
||||
"zoomInToSeeThisLayer": "Ingrandisci la mappa per vedere questo livello"
|
||||
},
|
||||
"backgroundMap": "Mappa di sfondo",
|
||||
"customThemeIntro": "<h3>Temi personalizzati</h3>Questi sono i temi degli utenti che hai già visitato.",
|
||||
"noTagsSelected": "Nessuna etichetta selezionata",
|
||||
"getStartedNewAccount": " oppure <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">crea un nuovo account</a>",
|
||||
"getStartedLogin": "Accedi con OpenStreetMap per iniziare",
|
||||
"goToInbox": "Apri posta in arrivo",
|
||||
"fewChangesBefore": "Rispondi ad alcune domande di punti esistenti prima di aggiungere un nuovo punto.",
|
||||
"readYourMessages": "Leggi tutti i tuoi messaggi OpenStreetMap prima di aggiungere un nuovo punto.",
|
||||
"questions": {
|
||||
"emailIs": "L’indirizzo email di questa {category} è <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"emailOf": "Qual è l’indirizzo email di {category}?",
|
||||
"websiteIs": "Sito web: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"websiteOf": "Qual è il sito web di {category}?",
|
||||
"phoneNumberIs": "Il numero di telefono di questa {category} è <a target=\"_blank\">{phone}</a>",
|
||||
"phoneNumberOf": "Qual è il numero di telefono di {category}?"
|
||||
},
|
||||
"noNameCategory": "{category} senza nome",
|
||||
"nameInlineQuestion": "Il nome di questa {category} è $$$",
|
||||
"about": "Modifica e aggiungi con semplicità OpenStreetMap per un certo tema",
|
||||
"pickLanguage": "Scegli una lingua: ",
|
||||
"add": {
|
||||
"layerNotEnabled": "Il livello {layer} non è abilitato. Abilita questo livello per aggiungere un punto",
|
||||
"openLayerControl": "Apri il pannello di controllo dei livelli",
|
||||
"confirmButton": "Aggiungi una {category} qua.<br><div class=\"alert\">La tua aggiunta è visibile a chiunque</div>",
|
||||
"confirmIntro": "<h3>Aggiungere un {title} qua?</h3>Il punto che hai creato qua sarà <b>visibile da chiunque</b>. Per favore, aggiungi sulla mappa solo oggetti realmente esistenti. Molte applicazioni usano questi dati.",
|
||||
"stillLoading": "Caricamento dei dati ancora in corso. Attendi un po’ prima di aggiungere un nuovo punto.",
|
||||
"zoomInFurther": "Ingrandisci la mappa per aggiungere un punto.",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Accedi per aggiungere un punto</a>",
|
||||
"intro": "Hai cliccato in un punto dove non ci sono ancora dei dati.<br>",
|
||||
"title": "Aggiungi un nuovo punto?",
|
||||
"addNew": "Aggiungi una nuova {category} qua"
|
||||
},
|
||||
"osmLinkTooltip": "Vedi questo oggetto su OpenStreetMap per la cronologia o altre opzioni di modifica",
|
||||
"number": "numero",
|
||||
"skippedQuestions": "Alcune domande sono state scartate",
|
||||
"oneSkippedQuestion": "Una domanda è stata scartata",
|
||||
"skip": "Salta questa domanda",
|
||||
"cancel": "Annulla",
|
||||
"save": "Salva",
|
||||
"returnToTheMap": "Ritorna alla mappa",
|
||||
"search": {
|
||||
"error": "Qualcosa è andato storto…",
|
||||
"nothing": "Non è stato trovato nulla…",
|
||||
"searching": "Ricerca…",
|
||||
"search": "Cerca un luogo"
|
||||
},
|
||||
"loginToStart": "Accedi per rispondere alla domanda",
|
||||
"welcomeBack": "Hai effettuato l’accesso. Bentornato/a!",
|
||||
"loginWithOpenStreetMap": "Accedi con OpenStreetMap"
|
||||
},
|
||||
"index": {
|
||||
"#": "Questi testi sono mostrati sopra ai pulsanti del tema quando nessun tema è stato caricato",
|
||||
"pickTheme": "Scegli un tema qui sotto per iniziare.",
|
||||
"intro": "MapComplete è un visualizzatore/editore di OpenStreetMap che mostra le informazioni riguardanti uno specifico tema.",
|
||||
"title": "Benvenuto/a su MapComplete"
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Ricarica i dati",
|
||||
"loginNeeded": "<h3>Accedi</h3>Il layout personale è disponibile soltanto per gli utenti OpenStreetMap",
|
||||
"panelIntro": "<h3>Il tuo tema personale</h3>Attiva i tuoi livelli preferiti fra tutti i temi ufficiali"
|
||||
},
|
||||
"centerMessage": {
|
||||
"retrying": "Caricamento dei dati fallito. Nuovo tentativo tra {count} secondi…",
|
||||
"ready": "Finito!",
|
||||
"zoomIn": "Ingrandisci la mappa per vedere e modificare i dati",
|
||||
"loadingData": "Caricamento dei dati…"
|
||||
},
|
||||
"image": {
|
||||
"isDeleted": "Cancellata",
|
||||
"doDelete": "Rimuovi immagine",
|
||||
"dontDelete": "Annulla",
|
||||
"uploadDone": "<span class=\"thanks\">La tua foto è stata aggiunta! Grazie mille!</span>",
|
||||
"respectPrivacy": "Non fotografare persone o targhe dei veicoli. Non caricare da Google Maps, Google Streetview o da altre fonti coperte da copyright.",
|
||||
"uploadFailed": "Impossibile caricare la tua foto. La connessione internet è attiva e le API di terze parti sono abilitate? Il browser Brave o UMatrix potrebbero bloccarle.",
|
||||
"ccb": "con licenza CC-BY",
|
||||
"ccbs": "con licenza CC-BY-SA",
|
||||
"cco": "nel pubblico dominio",
|
||||
"willBePublished": "La tua foto sarà pubblicata: ",
|
||||
"pleaseLogin": "Accedi per caricare una foto",
|
||||
"uploadingMultiple": "Caricamento di {count} foto…",
|
||||
"uploadingPicture": "Caricamento della tua foto…",
|
||||
"addPicture": "Aggiungi foto"
|
||||
}
|
||||
}
|
|
@ -53,5 +53,41 @@
|
|||
"question": "Dóna detalls d'on es pot trobar el desfibril·lador"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nature_reserve": {
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
},
|
||||
"9": {
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"playground": {
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"7": {
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tree_node": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<i>{name}</i>"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ghost_bike": {
|
||||
"tagRenderings": {
|
||||
"4": {
|
||||
"render": "<i>{inscription}</i>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -240,6 +240,9 @@
|
|||
"7": {
|
||||
"question": "Wie viele Lastenfahrräder passen auf diesen Fahrrad-Parkplatz?",
|
||||
"render": "Auf diesen Parkplatz passen {capacity:cargo_bike} Lastenfahrräder"
|
||||
},
|
||||
"5": {
|
||||
"render": "{access}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -820,5 +823,34 @@
|
|||
"question": "Möchten Sie eine Beschreibung hinzufügen?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nature_reserve": {
|
||||
"tagRenderings": {
|
||||
"9": {
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
},
|
||||
"8": {
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"playground": {
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"7": {
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tree_node": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<i>{name}</i>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,5 +53,64 @@
|
|||
"question": "Da detalles de dónde se puede encontrar el desfibrilador (en frances)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench_at_pt": {
|
||||
"title": {
|
||||
"render": "Banco"
|
||||
},
|
||||
"name": "Bancos en una parada de transporte público"
|
||||
},
|
||||
"bench": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Añadir un nuevo banco",
|
||||
"title": "Banco"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"mappings": {
|
||||
"5": {
|
||||
"then": "Material: acero"
|
||||
},
|
||||
"4": {
|
||||
"then": "Material: plastico"
|
||||
},
|
||||
"3": {
|
||||
"then": "Material: concreto"
|
||||
},
|
||||
"2": {
|
||||
"then": "Material: piedra"
|
||||
},
|
||||
"1": {
|
||||
"then": "Material: metal"
|
||||
},
|
||||
"0": {
|
||||
"then": "Material: madera"
|
||||
}
|
||||
},
|
||||
"render": "Material: {material}"
|
||||
},
|
||||
"2": {
|
||||
"question": "¿Cuántos asientos tiene este banco?",
|
||||
"render": "{seats} asientos"
|
||||
},
|
||||
"1": {
|
||||
"question": "¿Este banco tiene un respaldo?",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Respaldo: No"
|
||||
},
|
||||
"0": {
|
||||
"then": "Respaldo: Si"
|
||||
}
|
||||
},
|
||||
"render": "Respaldo"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Banco"
|
||||
},
|
||||
"name": "Bancos"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -74,6 +74,14 @@
|
|||
"then": "Couleur : jaune"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"render": "Assis sur le banc, on regarde vers {direction}°.",
|
||||
"question": "Dans quelle direction regardez-vous quand vous êtes assis sur le banc ?"
|
||||
},
|
||||
"6": {
|
||||
"render": "Ce banc a été contrôlé pour la dernière fois le {survey:date}",
|
||||
"question": "Quand ce banc a-t-il été contrôlé pour la dernière fois ?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -161,6 +169,9 @@
|
|||
},
|
||||
"7": {
|
||||
"question": "Quel est l'adresse email de {name}?"
|
||||
},
|
||||
"8": {
|
||||
"question": "Quand ce Café vélo est-t-il ouvert ?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -201,6 +212,12 @@
|
|||
},
|
||||
"5": {
|
||||
"then": "Abri <img style='width: 25%'' src='./assets/layers/bike_parking/shed.svg'>"
|
||||
},
|
||||
"7": {
|
||||
"then": "Zone au sol qui est marquée pour le stationnement des vélos"
|
||||
},
|
||||
"6": {
|
||||
"then": "Bollard <img style='width: 25%'' src='./assets/layers/bike_parking/bollard.svg'>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -211,6 +228,66 @@
|
|||
"7": {
|
||||
"question": "Combien de vélos de transport entrent dans ce parking à vélos ?",
|
||||
"render": "Ce parking a de la place pour {capacity:cargo_bike} vélos de transport."
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Il est interdit de garer des vélos cargo"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ce parking a des emplacements (officiellement) destinés aux vélos cargo."
|
||||
},
|
||||
"0": {
|
||||
"then": "Ce parking a de la place pour les vélos cargo"
|
||||
}
|
||||
},
|
||||
"question": "Est-ce que ce parking à vélo a des emplacements pour des vélos cargo ?"
|
||||
},
|
||||
"5": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Accès limité aux membres d'une école, entreprise ou organisation"
|
||||
},
|
||||
"1": {
|
||||
"then": "Accès destiné principalement aux visiteurs d'un lieu"
|
||||
},
|
||||
"0": {
|
||||
"then": "Accessible publiquement"
|
||||
}
|
||||
},
|
||||
"question": "Qui peut utiliser ce parking à vélo ?",
|
||||
"render": "{access}"
|
||||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Ce parking n'est pas couvert"
|
||||
},
|
||||
"0": {
|
||||
"then": "Ce parking est couvert (il a un toit)"
|
||||
}
|
||||
},
|
||||
"question": "Ce parking est-il couvert ? Sélectionnez aussi \"couvert\" pour les parkings en intérieur."
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"4": {
|
||||
"then": "Parking sur un toit"
|
||||
},
|
||||
"3": {
|
||||
"then": "Parking en surface"
|
||||
},
|
||||
"2": {
|
||||
"then": "Parking en surface"
|
||||
},
|
||||
"1": {
|
||||
"then": "Parking souterrain"
|
||||
},
|
||||
"0": {
|
||||
"then": "Parking souterrain"
|
||||
}
|
||||
},
|
||||
"question": "Quelle est la position relative de ce parking à vélo ?"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -323,6 +400,21 @@
|
|||
"then": "Il y a un manomètre mais il est cassé"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Ouvert en permanence"
|
||||
},
|
||||
"0": {
|
||||
"then": "Ouvert en permanence"
|
||||
}
|
||||
},
|
||||
"question": "Quand ce point de réparation de vélo est-il ouvert ?"
|
||||
},
|
||||
"2": {
|
||||
"render": "Mantenue par {operator}",
|
||||
"question": "Qui maintient cette pompe à vélo ?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -330,7 +422,8 @@
|
|||
"title": "Pompe à vélo"
|
||||
},
|
||||
"1": {
|
||||
"title": "Point de réparation vélo avec pompe"
|
||||
"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.<h3>Exemple</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>"
|
||||
},
|
||||
"2": {
|
||||
"title": "Point de réparation vélo sans pompe"
|
||||
|
@ -353,6 +446,9 @@
|
|||
},
|
||||
"5": {
|
||||
"then": "Magasin ou réparateur de vélo <i>{name}</i>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Location de vélo <i>{name}</i>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -431,6 +527,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Ce magasin n'offre pas de pompe en libre accès"
|
||||
},
|
||||
"2": {
|
||||
"then": "Il y a une pompe à vélo, c'est indiqué comme un point séparé "
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -442,20 +541,46 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Ce magasin n'offre pas des outils pour réparer son vélo soi-même"
|
||||
},
|
||||
"2": {
|
||||
"then": "Des outils d'auto-réparation sont disponibles uniquement si vous avez acheté ou loué le vélo dans ce magasin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Ce magasin ne fait pas le nettoyage de vélo"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ce magasin a une installation pour laver soi même des vélos"
|
||||
},
|
||||
"0": {
|
||||
"then": "Ce magasin lave les vélos"
|
||||
}
|
||||
},
|
||||
"question": "Lave-t-on les vélos ici ?"
|
||||
},
|
||||
"1": {
|
||||
"render": "Ce magasin est spécialisé dans la vente de {shop} et a des activités liées au vélo"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Magasin et réparateur de vélo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Un magasin vendant spécifiquement des vélos ou des objets en lien"
|
||||
},
|
||||
"bike_themed_object": {
|
||||
"name": "Objet cycliste",
|
||||
"title": {
|
||||
"render": "Objet cycliste"
|
||||
"render": "Objet cycliste",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Piste cyclable"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
|
@ -495,25 +620,102 @@
|
|||
},
|
||||
"3": {
|
||||
"then": "Non accessible au public (par exemple réservé au personnel, au propriétaire, ...)"
|
||||
},
|
||||
"4": {
|
||||
"then": "Pas accessible, peut-être uniquement à usage professionnel"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"question": "À quel étage est situé ce défibrillateur ?",
|
||||
"render": "Ce défibrillateur est à l'étage {level}"
|
||||
"render": "Ce défibrillateur est à l'étage {level}",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Ce défibrillateur est au <b>premier étage</b>"
|
||||
},
|
||||
"0": {
|
||||
"then": "Ce défibrillateur est au <b>rez-de-chaussée</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"question": "Veuillez indiquez plus précisément où se situe le défibrillateur (dans la langue local)"
|
||||
"question": "Veuillez indiquez plus précisément où se situe le défibrillateur (dans la langue local)",
|
||||
"render": "<i>Informations supplémentaires à propos de l'emplacement (dans la langue locale) :</i><br/>{defibrillator:location}"
|
||||
},
|
||||
"6": {
|
||||
"question": "Veuillez indiquez plus précisément où se situe le défibrillateur (en englais)"
|
||||
"question": "Veuillez indiquez plus précisément où se situe le défibrillateur (en englais)",
|
||||
"render": "<i>Informations supplémentaires à propos de l'emplacement (en anglais) :</i><br/>{defibrillator:location}"
|
||||
},
|
||||
"7": {
|
||||
"question": "Veuillez indiquez plus précisément où se situe le défibrillateur (en français)"
|
||||
"question": "Veuillez indiquez plus précisément où se situe le défibrillateur (en français)",
|
||||
"render": "<i>Informations supplémentaires à propos de l'emplacement (en Français) :</i><br/>{defibrillator:location}"
|
||||
},
|
||||
"11": {
|
||||
"render": "Numéro de téléphone pour questions sur le défibrillateur: <a href='tel:{phone}'>{phone}</a>",
|
||||
"question": "Quel est le numéro de téléphone pour questions sur le défibrillateur?"
|
||||
},
|
||||
"15": {
|
||||
"question": "Y a-t-il quelque chose qui ne va pas dans la manière dont ça a été cartographié, et que vous n'avez pas pu réparer ici ? (laisser une note pour les experts d'OpenStreetMap)",
|
||||
"render": "Informations supplémentaires pour les experts d'OpenStreetMap : {fixme}"
|
||||
},
|
||||
"14": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Vérifié aujourd'hui !"
|
||||
}
|
||||
},
|
||||
"render": "Ce défibrillateur a été vérifié pour la dernière fois le {survey:date}",
|
||||
"question": "Quand le défibrillateur a-t-il été vérifié pour la dernière fois ?"
|
||||
},
|
||||
"13": {
|
||||
"question": "Y a-t-il des informations utiles pour les utilisateurs que vous n'avez pas pu décrire ci-dessus ? (laisser vide sinon)",
|
||||
"render": "Informations supplémentaires : {description}"
|
||||
},
|
||||
"12": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ouvert jour et nuit (même pendant les jours feriés)"
|
||||
}
|
||||
},
|
||||
"render": "{opening_hours_table(opening_hours)}",
|
||||
"question": "À quels horaires ce défibrillateur est-il accessible ?"
|
||||
},
|
||||
"10": {
|
||||
"question": "Quelle est l'adresse email pour des questions à propos de ce défibrillateur ?",
|
||||
"render": "Adresse email pour des questions à propos de ce défibrillateur : <a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"9": {
|
||||
"question": "Quel est le numéro d'identification officiel de ce dispositif ? (si il est visible sur le dispositif)",
|
||||
"render": "Numéro d'identification officiel de ce dispositif : <i>{ref}</i>"
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"3": {
|
||||
"then": "Ce défibrillateur n'est pas atteignable en fauteuil roulant"
|
||||
},
|
||||
"2": {
|
||||
"then": "Il est possible d'atteindre ce défibrillateur en fauteuil roulant, mais ce n'est pas facile"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ce défibrillateur est facilement atteignable en fauteuil roulant"
|
||||
},
|
||||
"0": {
|
||||
"then": "Ce défibrillateur est spécialement adapté aux utilisateurs en fauteuil roulant"
|
||||
}
|
||||
},
|
||||
"question": "Ce défibrillatuer est-il accessible en fauteuil roulant ?"
|
||||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "C'est un défibrillateur automatique manuel"
|
||||
},
|
||||
"0": {
|
||||
"then": "C'est un défibrillateur manuel pour professionnel"
|
||||
}
|
||||
},
|
||||
"question": "Est-ce un défibrillateur automatique normal ou un défibrillateur manuel à usage professionnel uniquement ?",
|
||||
"render": "Il n'y a pas d'information sur le type de dispositif"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -849,5 +1051,147 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"direction": {
|
||||
"description": "Cette couche visualise les directions",
|
||||
"name": "Visualisation de la direction"
|
||||
},
|
||||
"bike_monitoring_station": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Station de comptage de vélo {ref}"
|
||||
},
|
||||
"0": {
|
||||
"then": "Station de comptage de vélo {name}"
|
||||
}
|
||||
},
|
||||
"render": "Station de comptage de vélo"
|
||||
},
|
||||
"name": "Stations de contrôle"
|
||||
},
|
||||
"bike_cleaning": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Service de nettoyage de vélo"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Service de nettoyage de vélo <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Service de nettoyage de vélo"
|
||||
},
|
||||
"name": "Service de nettoyage de vélo"
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Le distributeur automatique est fermé"
|
||||
},
|
||||
"1": {
|
||||
"then": "Le distributeur automatique est en panne"
|
||||
},
|
||||
"0": {
|
||||
"then": "Le distributeur automatique fonctionne"
|
||||
}
|
||||
},
|
||||
"render": "L'état opérationnel est <i>{operational_status}</i>",
|
||||
"question": "Cette machine est-elle encore opérationelle ?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Distributeur automatique de chambre à air de vélo"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Distributeur automatique de chambre à air de vélo"
|
||||
},
|
||||
"name": "Distributeur automatique de chambre à air de vélo"
|
||||
},
|
||||
"bicycle_library": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Une vélothèque a une collection de vélos qui peuvent être empruntés"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"7": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Vélos pour personnes handicapées disponibles"
|
||||
},
|
||||
"1": {
|
||||
"then": "Vélos pour adultes disponibles"
|
||||
},
|
||||
"0": {
|
||||
"then": "Vélos pour enfants disponibles"
|
||||
}
|
||||
},
|
||||
"question": "Qui peut emprunter des vélos ici ?"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Emprunter un vélo coûte 20€/an et 20€ de garantie"
|
||||
},
|
||||
"0": {
|
||||
"then": "L'emprunt de vélo est gratuit"
|
||||
}
|
||||
},
|
||||
"render": "Emprunter un vélo coûte {charge}",
|
||||
"question": "Combien coûte l'emprunt d'un vélo ?"
|
||||
},
|
||||
"1": {
|
||||
"render": "Cette vélothèque s'appelle {name}",
|
||||
"question": "Quel est le nom de cette vélothèque ?"
|
||||
}
|
||||
},
|
||||
"description": "Un lieu où des vélos peuvent être empruntés pour un temps plus long",
|
||||
"title": {
|
||||
"render": "Vélothèque"
|
||||
},
|
||||
"name": "Vélothèque"
|
||||
},
|
||||
"nature_reserve": {
|
||||
"tagRenderings": {
|
||||
"9": {
|
||||
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
||||
},
|
||||
"8": {
|
||||
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"playground": {
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"7": {
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tree_node": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<i>{name}</i>"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ghost_bike": {
|
||||
"tagRenderings": {
|
||||
"4": {
|
||||
"render": "<i>{inscription}</i>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
202
langs/layers/hu.json
Normal file
202
langs/layers/hu.json
Normal file
|
@ -0,0 +1,202 @@
|
|||
{
|
||||
"bike_parking": {
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "A parkoló nem fedett"
|
||||
},
|
||||
"0": {
|
||||
"then": "A parkoló fedett"
|
||||
}
|
||||
},
|
||||
"question": "Fedett ez a parkoló? (Beltéri parkoló esetén is válaszd a \"fedett\" opciót.)"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"4": {
|
||||
"then": "Tetőparkoló"
|
||||
},
|
||||
"3": {
|
||||
"then": "Felszíni parkoló"
|
||||
},
|
||||
"2": {
|
||||
"then": "Felszíni parkoló"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"5": {
|
||||
"then": "Fészer <img style='width: 25%'' src='./assets/layers/bike_parking/shed.svg'>"
|
||||
},
|
||||
"4": {
|
||||
"then": "Kétszintű <img style='width: 25%'' src='./assets/layers/bike_parking/two_tier.svg'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kengyeles <img style='width: 25%'' src='./assets/layers/bike_parking/wall_loops.svg'>"
|
||||
},
|
||||
"0": {
|
||||
"then": "\"U\" <img style='width: 25%' src='./assets/layers/bike_parking/staple.svg'>"
|
||||
}
|
||||
},
|
||||
"render": "Ez egy {bicycle_parking} típusú kerékpáros parkoló",
|
||||
"question": "Milyen típusú ez a kerékpáros parkoló?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kerékpáros parkoló"
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Kerékpáros parkoló"
|
||||
}
|
||||
},
|
||||
"name": "Kerékpáros parkoló"
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Az automata zárva van"
|
||||
},
|
||||
"1": {
|
||||
"then": "Az automata elromlott"
|
||||
},
|
||||
"0": {
|
||||
"then": "Az automata működik"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle_library": {
|
||||
"tagRenderings": {
|
||||
"7": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": ""
|
||||
}
|
||||
},
|
||||
"question": "Ki kölcsönözhet itt kerékpárt?"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A kerékpárkölcsönzés ingyenes"
|
||||
}
|
||||
},
|
||||
"render": "Egy kerékpár kölcsönzése {charge}",
|
||||
"question": "Mennyibe kerül egy kerékpár kölcsönzése?"
|
||||
}
|
||||
},
|
||||
"description": "Létesítmény, ahonnan kerékpár kölcsönözhető hosszabb időre"
|
||||
},
|
||||
"bench_at_pt": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Pad fedett helyen"
|
||||
},
|
||||
"0": {
|
||||
"then": "Pad megállóban"
|
||||
}
|
||||
},
|
||||
"render": "Pad"
|
||||
},
|
||||
"name": "Padok megállókban",
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"render": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Pad hozzáadása"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"5": {
|
||||
"mappings": {
|
||||
"7": {
|
||||
"then": "Szín: sárga"
|
||||
},
|
||||
"6": {
|
||||
"then": "Szín: kék"
|
||||
},
|
||||
"5": {
|
||||
"then": "Szín: fekete"
|
||||
},
|
||||
"4": {
|
||||
"then": "Szín: piros"
|
||||
},
|
||||
"3": {
|
||||
"then": "Szín: fehér"
|
||||
},
|
||||
"2": {
|
||||
"then": "Szín: szürke"
|
||||
},
|
||||
"1": {
|
||||
"then": "Szín: zöld"
|
||||
},
|
||||
"0": {
|
||||
"then": "Szín: barna"
|
||||
}
|
||||
},
|
||||
"question": "Milyen színű a pad?",
|
||||
"render": "Szín: {colour}"
|
||||
},
|
||||
"4": {
|
||||
"render": "A pad {direction}° felé néz.",
|
||||
"question": "Milyen irányba néz a pad?"
|
||||
},
|
||||
"3": {
|
||||
"question": "Miből van a pad (ülő része)?",
|
||||
"mappings": {
|
||||
"5": {
|
||||
"then": "Anyag: acél"
|
||||
},
|
||||
"4": {
|
||||
"then": "Anyag: műanyag"
|
||||
},
|
||||
"3": {
|
||||
"then": "Anyag: beton"
|
||||
},
|
||||
"2": {
|
||||
"then": "Anyag: kő"
|
||||
},
|
||||
"1": {
|
||||
"then": "Anyag: fém"
|
||||
},
|
||||
"0": {
|
||||
"then": "Anyag: fa"
|
||||
}
|
||||
},
|
||||
"render": "Anyag: {material}"
|
||||
},
|
||||
"2": {
|
||||
"question": "Hány ülőhely van ezen a padon?",
|
||||
"render": "{seats} ülőhely"
|
||||
},
|
||||
"1": {
|
||||
"question": "Van háttámlája ennek a padnak?",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Háttámla: Nem"
|
||||
},
|
||||
"0": {
|
||||
"then": "Háttámla: Igen"
|
||||
}
|
||||
},
|
||||
"render": "Háttámla"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Pad"
|
||||
},
|
||||
"name": "Padok"
|
||||
}
|
||||
}
|
25
langs/layers/id.json
Normal file
25
langs/layers/id.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"bench": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "{seats} kursi"
|
||||
},
|
||||
"1": {
|
||||
"question": "Apakah bangku ini memiliki sandaran?",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Sandaran: Tidak"
|
||||
},
|
||||
"0": {
|
||||
"then": "Sandaran: Ya"
|
||||
}
|
||||
},
|
||||
"render": "Sandaran"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Bangku"
|
||||
},
|
||||
"name": "Bangku"
|
||||
}
|
||||
}
|
95
langs/layers/it.json
Normal file
95
langs/layers/it.json
Normal file
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"bench_at_pt": {
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"render": "{name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"tagRenderings": {
|
||||
"6": {
|
||||
"render": "Questa panchina è stata controllata l’ultima volta in data {survey:date}",
|
||||
"question": "Quando è stata verificata l’ultima volta questa panchina?"
|
||||
},
|
||||
"5": {
|
||||
"mappings": {
|
||||
"7": {
|
||||
"then": "Colore: giallo"
|
||||
},
|
||||
"6": {
|
||||
"then": "Colore: blu"
|
||||
},
|
||||
"5": {
|
||||
"then": "Colore: nero"
|
||||
},
|
||||
"4": {
|
||||
"then": "Colore: rosso"
|
||||
},
|
||||
"3": {
|
||||
"then": "Colore: bianco"
|
||||
},
|
||||
"2": {
|
||||
"then": "Colore: grigio"
|
||||
},
|
||||
"1": {
|
||||
"then": "Colore: verde"
|
||||
},
|
||||
"0": {
|
||||
"then": "Colore: marrone"
|
||||
}
|
||||
},
|
||||
"question": "Di che colore è questa panchina?",
|
||||
"render": "Colore: {colour}"
|
||||
},
|
||||
"4": {
|
||||
"render": "Quando si è seduti su questa panchina, si guarda verso {direction}°.",
|
||||
"question": "In che direzione si guarda quando si è seduti su questa panchina?"
|
||||
},
|
||||
"3": {
|
||||
"question": "Di che materiale è fatta questa panchina?",
|
||||
"mappings": {
|
||||
"5": {
|
||||
"then": "Materiale: acciaio"
|
||||
},
|
||||
"4": {
|
||||
"then": "Materiale: plastica"
|
||||
},
|
||||
"3": {
|
||||
"then": "Materiale: cemento"
|
||||
},
|
||||
"2": {
|
||||
"then": "Materiale: pietra"
|
||||
},
|
||||
"1": {
|
||||
"then": "Materiale: metallo"
|
||||
},
|
||||
"0": {
|
||||
"then": "Materiale: legno"
|
||||
}
|
||||
},
|
||||
"render": "Materiale: {material}"
|
||||
},
|
||||
"2": {
|
||||
"question": "Quanti posti ha questa panchina?",
|
||||
"render": "{seats} posti"
|
||||
},
|
||||
"1": {
|
||||
"question": "Questa panchina ha lo schienale?",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Schienale: No"
|
||||
},
|
||||
"0": {
|
||||
"then": "Schienale: Sì"
|
||||
}
|
||||
},
|
||||
"render": "Schienale"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Panchina"
|
||||
},
|
||||
"name": "Panchine"
|
||||
}
|
||||
}
|
|
@ -371,7 +371,8 @@
|
|||
"2": {
|
||||
"then": "Private fietsenstalling van een school, een bedrijf, ..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": "{access}"
|
||||
},
|
||||
"6": {
|
||||
"question": "Heeft deze fietsparking plaats voor bakfietsen?",
|
||||
|
@ -1823,7 +1824,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Toiletten"
|
||||
},
|
||||
"tree_node": {
|
||||
"name": "Boom",
|
||||
|
@ -1979,4 +1981,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
1
langs/layers/pl.json
Normal file
1
langs/layers/pl.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
langs/layers/ru.json
Normal file
1
langs/layers/ru.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -78,7 +78,8 @@
|
|||
"title": "Iconen en afbeeldingen"
|
||||
},
|
||||
"mapContributionsByAndHidden": "De zichtbare data heeft bijdragen van {contributors} en {hiddenCount} andere bijdragers",
|
||||
"mapContributionsBy": "De huidige data is bijgedragen door {contributors}"
|
||||
"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>"
|
||||
},
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Deel deze kaart</h3> Kopieer onderstaande link om deze kaart naar vrienden en familie door te sturen:",
|
||||
|
|
28
langs/pl.json
Normal file
28
langs/pl.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"image": {
|
||||
"uploadingMultiple": "Wysyłanie {count} ilustracji…",
|
||||
"uploadingPicture": "Wysyłanie ilustracji…",
|
||||
"addPicture": "Dodaj ilustrację",
|
||||
"pleaseLogin": "Proszę, zaloguj się by dodać ilustrację",
|
||||
"isDeleted": "Usunięte",
|
||||
"doDelete": "Usuń ilustrację",
|
||||
"dontDelete": "Anuluj",
|
||||
"uploadDone": "<span class=\"thanks\">Twoja ilustracja została dodana. Dzięki za pomoc!</span>",
|
||||
"uploadFailed": "Wysyłanie ilustracji nie powiodło się. Czy masz połączenie z internetem i włączony dostęp zewnętrznych API? Przeglądarki Brave i UMatrix mogą je blokować.",
|
||||
"cco": "w domenie publicznej",
|
||||
"ccb": "na licencji CC-BY",
|
||||
"ccbs": "na licencji CC-BY-SA",
|
||||
"willBePublished": "Twoja ilustracja będzie opublikowana: "
|
||||
},
|
||||
"general": {
|
||||
"loginWithOpenStreetMap": "Zaloguj z OpenStreetMap"
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Wybierz temat z dostępnych poniżej by zacząć.",
|
||||
"intro": "MapComplete to narzędzie do przeglądania danych OpenStreetMap jak i edytor, z warstwami na różne tematy.",
|
||||
"title": "Witaj w MapComplete"
|
||||
},
|
||||
"centerMessage": {
|
||||
"loadingData": "Ładowanie danych…"
|
||||
}
|
||||
}
|
175
langs/ru.json
Normal file
175
langs/ru.json
Normal file
|
@ -0,0 +1,175 @@
|
|||
{
|
||||
"general": {
|
||||
"questions": {
|
||||
"emailIs": "Адрес электронной почты у {category}: <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"phoneNumberIs": "Телефонный номер {category}: <a target=\"_blank\">{phone}</a>",
|
||||
"emailOf": "Какой адрес электронной почты у {category}?",
|
||||
"websiteIs": "Сайт: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"websiteOf": "Какой сайт у {category}?",
|
||||
"phoneNumberOf": "Какой номер телефона у {category}?"
|
||||
},
|
||||
"nameInlineQuestion": "Название {category} — $$$",
|
||||
"noNameCategory": "{category} без имени",
|
||||
"about": "С лёгкостью редактируйте и дополняйте OpenStreetMap на опредённую тему",
|
||||
"pickLanguage": "Выберите язык: ",
|
||||
"add": {
|
||||
"layerNotEnabled": "Слой {layer} не включен. Включите этот слой чтобы добавить точку",
|
||||
"openLayerControl": "Открыть панель управления слоями",
|
||||
"confirmButton": "Добавить {category} сюда.<br><div class=\"alert\">Ваш вклад будет виден каждому</div>",
|
||||
"confirmIntro": "<h3>Добавить {title} сюда?</h3>Точка будет <b>видна всем</b>. Пожалуйста, добавляйте только то, что действительно существует. Много приложений используют эти данные.",
|
||||
"stillLoading": "Данные ещё загружаются. Пожалуйста, немного подождите прежде чем добавлять новую точку.",
|
||||
"zoomInFurther": "Приблизьте ещё чтобы добавить точку.",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Пожалуйста, войдите чтобы добавить новую точку</a>",
|
||||
"intro": "Вы нажали туда, где ещё нет данных.<br>",
|
||||
"title": "Добавить новую точку?",
|
||||
"addNew": "Добавить {category} здесь"
|
||||
},
|
||||
"osmLinkTooltip": "Посмотрите этот объект на OpenStreetMap чтобы увидеть его историю или более детально отредактировать",
|
||||
"number": "номер",
|
||||
"skippedQuestions": "Несколько вопросов пропущены",
|
||||
"oneSkippedQuestion": "Вопрос пропущен",
|
||||
"skip": "Пропустить вопрос",
|
||||
"cancel": "Отмена",
|
||||
"save": "Сохранить",
|
||||
"returnToTheMap": "Возврат к карте",
|
||||
"search": {
|
||||
"error": "Что-то пошло не так…",
|
||||
"nothing": "Ничего не найдено…",
|
||||
"searching": "Поиск…",
|
||||
"search": "Найти место"
|
||||
},
|
||||
"loginToStart": "Войдите, чтобы ответить на этот вопрос",
|
||||
"welcomeBack": "Вы вошли, с возвращением!",
|
||||
"loginWithOpenStreetMap": "Войти с OpenStreetMap",
|
||||
"opening_hours": {
|
||||
"ph_not_known": " ",
|
||||
"ph_open": "открыта",
|
||||
"ph_closed": "закрыта",
|
||||
"open_during_ph": "В праздничные дни эта точка",
|
||||
"open_24_7": "Открыто круглосуточно",
|
||||
"closed_permanently": "Закрыто на неизвестный срок",
|
||||
"closed_until": "Закрыто до {date}",
|
||||
"not_all_rules_parsed": "Часы работы этого магазина сложны. В элементе ввода игнорируются следующие правила:",
|
||||
"openTill": "до",
|
||||
"opensAt": "с",
|
||||
"error_loading": "Ошибка: не удалось визуализировать эти часы работы."
|
||||
},
|
||||
"weekdays": {
|
||||
"sunday": "Воскресенье",
|
||||
"saturday": "Суббота",
|
||||
"friday": "Пятница",
|
||||
"thursday": "Четверг",
|
||||
"wednesday": "Среда",
|
||||
"tuesday": "Вторник",
|
||||
"monday": "Понедельник",
|
||||
"abbreviations": {
|
||||
"sunday": "Вс",
|
||||
"saturday": "Сб",
|
||||
"friday": "Пт",
|
||||
"thursday": "Чт",
|
||||
"wednesday": "Ср",
|
||||
"tuesday": "Вт",
|
||||
"monday": "Пн"
|
||||
}
|
||||
},
|
||||
"layerSelection": {
|
||||
"title": "Выберите слои",
|
||||
"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>",
|
||||
"customThemeIntro": "<h3>Пользовательские темы</h3>Это ранее просмотренные темы, созданные пользователями.",
|
||||
"noTagsSelected": "Теги не выбраны",
|
||||
"getStartedNewAccount": " или <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">создать новую учетную запись</a>",
|
||||
"getStartedLogin": "Войти в OpenStreetMap, чтобы начать работу",
|
||||
"goToInbox": "Открыть входящие сообщения",
|
||||
"fewChangesBefore": "Пожалуйста, ответьте на несколько вопросов о существующих точках, прежде чем добавить новую точку.",
|
||||
"readYourMessages": "Пожалуйста, прочитайте все ваши сообщения на сайте OpenStreetMap перед тем как добавлять новую точку.",
|
||||
"morescreen": {
|
||||
"createYourOwnTheme": "Создать собственную тему MapComplete с чистого листа",
|
||||
"streetcomplete": "Другое, похожее приложение — <a class=\"underline hover:text-blue-800\" href=\"https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete\" target=\"_blank\">StreetComplete</a>.",
|
||||
"requestATheme": "Если вам нужен особенный квест, попросите добавить его <a class=\"underline hover:text-blue-800\" href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">здесь</a>.",
|
||||
"intro": "<h3>Больше тематических карт?</h3>Нравится собирать геоданные? <br> Можете посмотреть другие темы."
|
||||
},
|
||||
"sharescreen": {
|
||||
"fsIncludeCurrentLocation": "Включить текущее местоположение карты",
|
||||
"fsIncludeCurrentLayers": "Включить текущий выбор слоёв",
|
||||
"fsIncludeCurrentBackgroundMap": "Включить текущий фоновый слой <b>{name}</b>",
|
||||
"fsGeolocation": "Включить кнопку \"найди меня\" (только в мобильной версии)",
|
||||
"fsSearch": "Включить строку поиска",
|
||||
"fsUserbadge": "Включить кнопку входа в систему",
|
||||
"fsWelcomeMessage": "Показать всплывающее окно с приветствием и соответсвующие вкладки",
|
||||
"fsLayers": "Включить выбор слоя карты",
|
||||
"fsAddNew": "Включить кнопку \"добавить новую точку интереса\"",
|
||||
"fsLayerControlToggle": "Открыть панель выбора слоя",
|
||||
"editThemeDescription": "Добавить или изменить вопросы к этой теме карты",
|
||||
"editThisTheme": "Редактировать эту тему",
|
||||
"thanksForSharing": "Спасибо, что поделились!",
|
||||
"copiedToClipboard": "Ссылка скопирована в буфер обмена",
|
||||
"embedIntro": "<h3>Встроить на свой сайт</h3>Пожалуйста, вставьте эту карту на свой сайт.<br>Мы призываем вас сделать это - вам даже не нужно спрашивать разрешения.<br>Она бесплатна и всегда будет бесплатной. Чем больше людей пользуются ею, тем более ценной она становится.",
|
||||
"addToHomeScreen": "<h3>Добавить на домашний экран</h3>Вы можете легко добавить этот сайт на домашний экран вашего смартфона. Для этого нажмите кнопку \"Добавить на главный экран\" в строке URL.",
|
||||
"intro": "<h3>Поделиться этой картой</h3> Поделитесь этой картой, скопировав ссылку ниже и отправив её друзьям и близким:"
|
||||
},
|
||||
"attribution": {
|
||||
"codeContributionsBy": "MapComplete был создан {contributors} и <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">ещё {hiddenCount} соавторами </a>",
|
||||
"mapContributionsByAndHidden": "Текущие видимые данные имеют правки, сделанные {contributors} и ещё {hiddenCount} пользователями",
|
||||
"mapContributionsBy": "Текущие видимые данные имеют правки, сделанные {contributors}",
|
||||
"iconAttribution": {
|
||||
"title": "Используемые значки"
|
||||
},
|
||||
"themeBy": "Тема поддерживается {author}",
|
||||
"attributionContent": "<p>Все данные предоставлены <a href=\"https://osm.org\" target=\"_blank\">OpenStreetMap</a>, свободное повторное использование согласно <a href=\"https://osm.org/copyright\" target=\"_blank\">Open DataBase License</a>.</p>",
|
||||
"attributionTitle": "Уведомление об авторстве"
|
||||
},
|
||||
"openStreetMapIntro": "<h3>Свободная карта</h3><p>Было бы здорово если бы была одна карта, которую каждый может свободно использовать и редактировать? Использовать как общее хранилище для всей гео-информации? Тогда, все сайты с разной, неполной и несовместимой информацией (которая обычно устарела) будут больше не нужны.</p><p><b><a href=\"https://OpenStreetMap.org\" target=\"_blank\">OpenStreetMap</a></b> такая карта. Данные карты могу быть свободно использованы (с <a href=\"https://osm.org/copyright\" target=\"_blank\">аннотацией и публикацией изменений к данным</a>). Более того, каждый может свободно добавлять информацию и исправлять ошибки. Этот сайт также использует OpenStreetMap. Все данные берутся оттуда, а ваши ответы и исправления отправляются обратно туда.</p><p>Огромное количество людей уже использует OpenStreetMap: <a href=\"https://maps.me/\" target=\"_blank\">Maps.me</a>, <a href=\"https://osmAnd.net\" target=\"_blank\">OsmAnd</a>, а также карты в Facebook, Instagram, Apple-карты и Bing-карты (частично) используют OpenStreetMap. Если вы что-то измените здесь, это также будет отражено в этих приложениях - после их следующего обновления!</p>"
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Выберите тему ниже чтобы начать.",
|
||||
"#": "Эти надписи отображаются над кнопками тем, когда тема не загружена",
|
||||
"intro": "MapComplete это редактор OpenStreetMap, который покажет информацию по особым темам.",
|
||||
"title": "Добро пожаловать в MapComplete"
|
||||
},
|
||||
"centerMessage": {
|
||||
"retrying": "Не удалось загрузить данные. Попробуем ещё раз через {count} секунд…",
|
||||
"ready": "Готово!",
|
||||
"zoomIn": "Приблизьте чтобы посмотреть или изменить данные",
|
||||
"loadingData": "Загружаются данные…"
|
||||
},
|
||||
"image": {
|
||||
"isDeleted": "Удалено",
|
||||
"doDelete": "Удалить изображение",
|
||||
"dontDelete": "Отмена",
|
||||
"uploadDone": "<span class=\"thanks\">Ваше изображение добавлено. Спасибо за помощь!</span>",
|
||||
"respectPrivacy": "Не фотографируйте людей и номерные знаки. Не загружайте снимки Google Maps, Google Streetview и иные закрытые источники.",
|
||||
"uploadFailed": "Не удалось загрузить изображение. Проверьте, есть ли у вас интернет и разрешены ли сторонние API? Браузеры Brave и UMatrix могут блокировать их.",
|
||||
"ccb": "под лицензией CC-BY",
|
||||
"ccbs": "под лицензией CC-BY-SA",
|
||||
"cco": "в открытом доступе",
|
||||
"willBePublished": "Ваше изображение будет опубликоавано: ",
|
||||
"pleaseLogin": "Войдите чтобы добавить изображение",
|
||||
"uploadingMultiple": "Загружаем {count} изображений…",
|
||||
"uploadingPicture": "Загружаем изображение…",
|
||||
"addPicture": "Добавить изображение"
|
||||
},
|
||||
"reviews": {
|
||||
"plz_login": "Войдите, чтобы оставить отзыв",
|
||||
"attribution": "Отзывы созданы на основе <a href=\"https://mangrove.reviews/\" target=\"_blank\">Mangrove Reviews</a> и доступны под лицензией <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a>.",
|
||||
"tos": "Создавая отзыв, вы соглашаетесь с <a href=\"https://mangrove.reviews/terms\" target=\"_blank\"> TOS и политикой конфиденциальности Mangrove.reviews </a>",
|
||||
"saved": "<span class=\"thanks\"> Отзыв сохранен. Спасибо, что поделились! </span>",
|
||||
"saving_review": "Сохранение…",
|
||||
"affiliated_reviewer_warning": "(Отзыв лица, связанного с заведением)",
|
||||
"i_am_affiliated": "<span>Я связан с этим объектом</span><br><span class=\"subtle\"> Отметьте если вы создатель, владелец, работник, …</span>",
|
||||
"posting_as": "Публикация от имени",
|
||||
"no_rating": "Нет рейтинга",
|
||||
"write_a_comment": "Оставить отзыв…",
|
||||
"no_reviews_yet": "Пока нет отзывов. Оставьте первый отзыв и помогите открытым данным и бизнесу!",
|
||||
"name_required": "Необходимо имя, чтобы просматривать и создавать отзывы",
|
||||
"title_singular": "Один отзыв",
|
||||
"title": "{count} отзыв(-ов)"
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Обновить данные",
|
||||
"loginNeeded": "<h3>Вход</h3>Личная раскладка доступна только пользователям OpenStreetMap",
|
||||
"panelIntro": "<h3>Ваша личная тема</h3>Активируйте свои любимые слои из официальных тем"
|
||||
}
|
||||
}
|
|
@ -6,5 +6,69 @@
|
|||
"personal": {
|
||||
"title": "Interfície personal",
|
||||
"description": "Crea una interfície basada en totes les capes disponibles de totes les interfícies"
|
||||
},
|
||||
"shops": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"4": {
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
},
|
||||
"3": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"fritures": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"layers": {
|
||||
"4": {
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -118,7 +118,8 @@
|
|||
"question": "Quand est ce-que ce friterie ouvert?"
|
||||
},
|
||||
"3": {
|
||||
"question": "Quel est le site web de cette friterie?"
|
||||
"question": "Quel est le site web de cette friterie?",
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
},
|
||||
"4": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>",
|
||||
|
@ -265,5 +266,58 @@
|
|||
"toilets": {
|
||||
"title": "Carte des WC et toilettes publiques",
|
||||
"description": "Carte affichant les WC et toilettes publiques"
|
||||
},
|
||||
"climbing": {
|
||||
"layers": {
|
||||
"4": {
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"trees": {
|
||||
"description": "Cartographions tous les arbres !",
|
||||
"shortDescription": "Carte des arbres",
|
||||
"title": "Arbres"
|
||||
},
|
||||
"playgrounds": {
|
||||
"description": "Cette carte affiche les aires de jeux et permet d'ajouter plus d'informations",
|
||||
"shortDescription": "Une carte des aires de jeux",
|
||||
"title": "Aires de jeux"
|
||||
},
|
||||
"drinking_water": {
|
||||
"description": "Cette carte affiche les points d'accès public à de l'eau potable, et permet d'en ajouter facilement",
|
||||
"title": "Eau potable"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
8
langs/themes/hu.json
Normal file
8
langs/themes/hu.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"artworks": {
|
||||
"title": "Nyít Műalkotás Térkép"
|
||||
},
|
||||
"aed": {
|
||||
"title": "Nyílt AED Térkép"
|
||||
}
|
||||
}
|
171
langs/themes/id.json
Normal file
171
langs/themes/id.json
Normal file
|
@ -0,0 +1,171 @@
|
|||
{
|
||||
"charging_stations": {
|
||||
"title": "Stasiun pengisian daya"
|
||||
},
|
||||
"campersite": {
|
||||
"roamingRenderings": {
|
||||
"1": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Tempat ini tidak memiliki sumber listrik"
|
||||
},
|
||||
"0": {
|
||||
"then": "Tempat ini memiliki catu daya"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"9": {
|
||||
"question": "Tempat sini terada situs web?",
|
||||
"render": "Situs resmi: <a href='{website}'>{website}</a>"
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Tempat sini tiada tandas"
|
||||
},
|
||||
"0": {
|
||||
"then": "Tempat sini ada tandas"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Tiada akses Web"
|
||||
},
|
||||
"1": {
|
||||
"then": "Akses Web tersedia"
|
||||
},
|
||||
"0": {
|
||||
"then": "Akses Web tersedia"
|
||||
}
|
||||
},
|
||||
"question": "Tempat ini berbagi akses Web?"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Boleh digunakan tanpa bayaran"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Apakah nama tempat ini?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"artworks": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"render": "Info lanjut tersedia di <a href='{website}' target='_blank'>laman web</a> ini."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Karya seni <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Karya seni"
|
||||
},
|
||||
"name": "Karya seni"
|
||||
}
|
||||
},
|
||||
"description": "Selamat datang di Open Artwork Map, peta untuk patung, grafiti, dan karya seni lain di seluruh dunia",
|
||||
"title": "Buka Peta Karya Seni"
|
||||
},
|
||||
"hailhydrant": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"mappings": {
|
||||
"3": {
|
||||
"then": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Jenis dinding."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"layers": {
|
||||
"1": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"5": {
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"4": {
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
},
|
||||
"3": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"fritures": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"aed": {
|
||||
"description": "Di peta ini, seseorang dapat menemukan dan menandai defibrillator terdekat",
|
||||
"title": "Buka Peta AED"
|
||||
}
|
||||
}
|
100
langs/themes/it.json
Normal file
100
langs/themes/it.json
Normal file
|
@ -0,0 +1,100 @@
|
|||
{
|
||||
"benches": {
|
||||
"description": "Questa mappa mostra tutte le panchine che sono state aggiunte su OpenStreetMap: panchine individuali e quelle alle fermate del trasporto pubblico o nei ripari. Se disponi di un account OpenStreetMap puoi mappare delle nuove panchine o modificare i dettagli di quelle esistenti.",
|
||||
"shortDescription": "Una mappa delle panchine",
|
||||
"title": "Panchine"
|
||||
},
|
||||
"artworks": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"4": {
|
||||
"render": "Corrisponde a <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>",
|
||||
"question": "Quale elemento Wikidata corrisponde a <b>quest’opera d’arte</b>?"
|
||||
},
|
||||
"3": {
|
||||
"render": "Ulteriori informazioni su <a href='{website}' target='_blank'>questo sito web</a>",
|
||||
"question": "Su quale sito web è possibile trovare altre informazioni riguardanti quest’opera?"
|
||||
},
|
||||
"2": {
|
||||
"render": "Creato da {artist_name}",
|
||||
"question": "Quale artista ha creato quest’opera?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"11": {
|
||||
"then": "Mosaico di piastrelle"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (ornamento decorativo piastrellato spagnolo)"
|
||||
},
|
||||
"9": {
|
||||
"then": "Rilievo"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"7": {
|
||||
"then": "Istallazione"
|
||||
},
|
||||
"6": {
|
||||
"then": "Masso"
|
||||
},
|
||||
"5": {
|
||||
"then": "Busto"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statua"
|
||||
},
|
||||
"3": {
|
||||
"then": "Scultura"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dipinto"
|
||||
},
|
||||
"1": {
|
||||
"then": "Murale"
|
||||
},
|
||||
"0": {
|
||||
"then": "Architettura"
|
||||
}
|
||||
},
|
||||
"question": "Che tipo di opera d’arte è questo?",
|
||||
"render": "Si tratta di un {artwork_type}"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Opera d’arte"
|
||||
}
|
||||
},
|
||||
"description": "Diverse opere d’arte",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Opera <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Opera d’arte"
|
||||
},
|
||||
"name": "Opere d’arte"
|
||||
}
|
||||
},
|
||||
"description": "Benvenuto/a sulla mappa libera dell’arte, una mappa delle statue, i busti, i graffiti e le altre realizzazioni artistiche di tutto il mondo",
|
||||
"title": "Mappa libera dell’arte"
|
||||
},
|
||||
"aed": {
|
||||
"description": "Su questa mappa. si possono trovare e segnalare i defibrillatori nelle vicinanze",
|
||||
"title": "Mappa dei defibrillatori (DAE)"
|
||||
},
|
||||
"bike_monitoring_stations": {
|
||||
"description": "Questo tema mostra le stazioni di monitoraggio bici con dati dal vivo",
|
||||
"shortDescription": "Stazioni di monitoraggio bici con dati in tempo reale forniti da Bruxelles Mobility",
|
||||
"title": "Stazioni di monitoraggio biciclette"
|
||||
},
|
||||
"trees": {
|
||||
"description": "Mappa tutti gli alberi!",
|
||||
"shortDescription": "Mappa tutti gli alberi",
|
||||
"title": "Alberi"
|
||||
}
|
||||
}
|
1
langs/themes/pl.json
Normal file
1
langs/themes/pl.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
99
langs/themes/ru.json
Normal file
99
langs/themes/ru.json
Normal file
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"climbing": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"charging_stations": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"6": {
|
||||
"mappings": {
|
||||
"3": {
|
||||
"then": "eVgo"
|
||||
}
|
||||
},
|
||||
"render": "{network}"
|
||||
}
|
||||
},
|
||||
"description": "Зарядная станция",
|
||||
"title": {
|
||||
"render": "Зарядная станция"
|
||||
},
|
||||
"name": "Зарядные станции"
|
||||
}
|
||||
},
|
||||
"title": "Зарядные станции"
|
||||
},
|
||||
"campersite": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"9": {
|
||||
"render": "Официальный сайт: <a href='{website}'>{website}</a>"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Нет доступа в Интернет"
|
||||
},
|
||||
"1": {
|
||||
"then": "Есть доступ в Интернет"
|
||||
},
|
||||
"0": {
|
||||
"then": "Есть доступ в Интернет"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Как называется это место?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"benches": {
|
||||
"title": "Скамейки"
|
||||
},
|
||||
"artworks": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"mappings": {
|
||||
"8": {
|
||||
"then": "Граффити"
|
||||
},
|
||||
"6": {
|
||||
"then": "Камень"
|
||||
},
|
||||
"5": {
|
||||
"then": "Бюст"
|
||||
},
|
||||
"4": {
|
||||
"then": "Статуя"
|
||||
},
|
||||
"3": {
|
||||
"then": "Скульптура"
|
||||
},
|
||||
"1": {
|
||||
"then": "Фреска"
|
||||
},
|
||||
"0": {
|
||||
"then": "Архитектура"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Произведения искусства"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue