diff --git a/langs/de.json b/langs/de.json index f0b76e258..16671edcb 100644 --- a/langs/de.json +++ b/langs/de.json @@ -79,7 +79,7 @@ "isFavourite": "Der Standort ist derzeit als Favorit markiert und wird auf allen thematischen Karten von MapComplete angezeigt, die Sie besuchen.", "isMarkedShort": "Als bevorzugter Standort markiert", "isNotMarkedShort": "Nicht als Favorit markiert", - "markAsFavouriteTitle": "Diesen Standort als Favorit markieren", + "markAsFavouriteTitle": "Standort als Favorit markieren", "markDescription": "Diesen Standort zur persönlichen Liste bevorzugter Standorte hinzufügen", "unmark": "Standort von Favoritenliste entfernen", "unmarkNotDeleted": "Dieser Punkt wird nicht gelöscht und ist weiterhin auf der entsprechenden Karte für dich und andere sichtbar" @@ -193,6 +193,7 @@ }, "josmNotOpened": "JOSM konnte nicht erreicht werden. Bitte sicherstellen, dass das Programm geöffnet und Remote Control aktiviert ist", "josmOpened": "JOSM ist geöffnet", + "madeBy": "Erstellt von {author}", "mapContributionsBy": "Die angezeigten Daten wurden bearbeitet durch {contributors}", "mapContributionsByAndHidden": "Die angezeigten Daten wurden bearbeitet von {contributors} und {hiddenCount} weiteren Beitragenden", "mapDataByOsm": "Kartendaten: OpenStreetMap", @@ -210,7 +211,7 @@ "back": "Zurück", "backToIndex": "Alle Themenkarten anzeigen", "backToMap": "Zurück zur Karte", - "backgroundMap": "Hintergrundkarte auswählen", + "backgroundMap": "Hintergrund auswählen", "backgroundSwitch": "Hintergrund wechseln", "cancel": "Abbrechen", "clearPendingChanges": "Ausstehende Änderungen löschen", @@ -241,6 +242,7 @@ "downloadGeojson": "Sichtbare Daten als GeoJSON herunterladen", "downloadGpx": "GPX Datei herunterladen", "downloadGpxHelper": "Eine GPX Datei kann von den meisten Geräten und Anwendungen gelesen werden", + "downloadImage": "Bild herunterladen", "exporting": "Exportieren…", "includeMetaData": "Metadaten übernehmen (letzter Bearbeiter, berechnete Werte, ...)", "licenseInfo": "

Copyright-Hinweis

Die bereitgestellten Daten sind unter ODbL verfügbar. Die Wiederverwendung ist für jeden Zweck frei, aber Bitte lesen Sie den vollständigen Copyright-Hinweis für weitere Details.", @@ -297,13 +299,17 @@ "loginToStart": "Anmelden, um diese Frage zu beantworten", "loginWithOpenStreetMap": "Bei OpenStreetMap anmelden", "logout": "Abmelden", - "mappingsAreHidden": "Einige Optionen sind versteckt. Verwende die Suche, um mehr Optionen anzuzeigen.", + "mappingsAreHidden": "Suche verwenden, um weitere Auswahlmöglichkeiten anzuzeigen.", "menu": { + "aboutCurrentThemeTitle": "Über diese Karte", "aboutMapComplete": "Über MapComplete", - "filter": "Daten filtern" + "filter": "Daten filtern", + "moreUtilsTitle": "Mehr entdecken", + "showIntroduction": "Einführung anzeigen", + "title": "Menü" }, "morescreen": { - "createYourOwnTheme": "Ein eigenes MapComplete-Thema von Grund auf neu erstellen", + "createYourOwnTheme": "Eigenes MapComplete-Thema von Grund auf neu erstellen", "enterToOpen": "Drücke Enter um Theme zu öffnen", "hiddenExplanation": "Diese Themen sind nur für Personen zugänglich, die einen Link erhalten haben. Sie haben {hidden_discovered} von {total_hidden} versteckten Themen entdeckt.", "noMatchingThemes": "Keine Themen, die Ihren Suchkriterien entsprechen", @@ -408,7 +414,8 @@ "fsGeolocation": "Geolokalisierung aktivieren", "fsUserbadge": "Anmelde-Button aktivieren, um Änderungen vornehmen zu können", "fsWelcomeMessage": "Begrüßung und Registerkarten anzeigen", - "intro": "

Karte teilen

Mit dem folgenden Link kann die Karte mit Freunden und Familie geteilt werden:", + "intro": "Mit dem folgenden Link kann die Karte mit Freunden und Familie geteilt werden:", + "openInOtherApplications": "Aktuellen Standort mit einer anderen Kartenanwendung öffnen", "openLayers": "Ebenen- und Filterauswahl öffnen", "options": "Optionen teilen", "stateIsIncluded": "Die aktuelle Ebenen- und Filterauswahl ist im geteilten Link und iFrame enthalten.", @@ -510,8 +517,8 @@ }, "welcomeBack": "Willkommen zurück!", "welcomeExplanation": { - "addNew": "Fehlt ein Element? Verwende die Schaltfläche unten links, um ein neues Objekt hinzuzufügen.", - "general": "Auf dieser Karte können themenspezifische Kartenobjekte angesehen, bearbeitet und hinzugefügt werden. Verschieben Sie den Kartenausschnitt, um Objekte zu entdecken, tippen Sie auf eines, um weitere Informationen zu sehen oder zu bearbeiten. Alle Daten stammen von OpenStreetMap und dürfen frei verwendet werden." + "addNew": "Fehlt ein Element? Über die Schaltfläche unten links, kann ein neues Objekt hinzugefügt werden.", + "general": "Auf dieser Karte können Objekte angesehen, bearbeitet und hinzugefügt werden. Der Kartenausschnitt kann verschoben werden, um Objekte zu entdecken. Objekte können ausgewählt werden, um weitere Informationen anzuzeigen oder zu bearbeiten. Alle Daten stammen von OpenStreetMap und dürfen frei verwendet werden." }, "wikipedia": { "addEntry": "Eine weitere Wikipedia-Seite hinzufügen", @@ -857,4 +864,4 @@ "startsWithQ": "Ein Wikidata-Identifikator beginnt mit Q und wird von einer Zahl gefolgt" } } -} \ No newline at end of file +} diff --git a/langs/en.json b/langs/en.json index 4b289fa43..a0d602f60 100644 --- a/langs/en.json +++ b/langs/en.json @@ -193,7 +193,7 @@ }, "josmNotOpened": "JOSM could not be reached. Make sure it is opened and remote control is enabled", "josmOpened": "JOSM is opened", - "madeBy": "Mady by {author}", + "madeBy": "Made by {author}", "mapContributionsBy": "The current visible data has edits made by {contributors}", "mapContributionsByAndHidden": "The current visible data has edits made by {contributors} and {hiddenCount} more contributors", "mapDataByOsm": "Map data: OpenStreetMap", @@ -864,4 +864,4 @@ "startsWithQ": "A wikidata identifier starts with Q and is followed by a number" } } -} \ No newline at end of file +} diff --git a/langs/es.json b/langs/es.json index 91bd24431..8526a6eb0 100644 --- a/langs/es.json +++ b/langs/es.json @@ -57,7 +57,17 @@ "title": "Elementos conflictivos" }, "currentInOsmIs": "Por el momento, OpenStreetMap tiene el siguiente valor registrado:", - "done": "Listo" + "done": "Listo", + "error": "Los datos vinculados no se pudieron cargar desde el sitio web", + "lastModified": "Los datos externos se modificaron por última vez el {date}", + "loadedFrom": "Los siguientes datos se cargan desde {source} usando el JSON-LD incorporado", + "missing": { + "intro": "OpenStreetMap no tiene información sobre los siguientes atributos", + "title": "Elementos que faltan" + }, + "noDataLoaded": "El sitio web externo no tiene datos vinculados que se puedan cargar", + "overwrite": "Sobrescribir en OpenStreetMap", + "title": "Datos estructurados cargados desde un sitio externo" }, "favourite": { "loginNeeded": "

Entrar

El diseño personalizado sólo está disponible para los usuarios de OpenStreetMap", @@ -135,8 +145,11 @@ "confirmButton": "Añade una {category}
Tu adición es visible para todos
", "confirmLocation": "Confirmar esta ubicación", "confirmTitle": "¿Añadir un {title}?", + "confirmWarning": "La función que crees aquí será visible para todos. Por favor, solo agrega cosas al mapa si realmente existen. Muchas aplicaciones utilizan estos datos.", + "creating": "Creando un nuevo punto...", "disableFilters": "Desactivar todos los filtros", "disableFiltersExplanation": "Algunas características pueden estar ocultas por un filtro", + "enableLayer": "Habilitar capa {name}", "hasBeenImported": "Este elemento ya ha sido importado", "import": { "hasBeenImported": "Este objeto ya ha sido importado", @@ -144,6 +157,7 @@ "importTags": "El elemento recibirá {tags}", "officialThemesOnly": "El botón de importación está desactivado para los temas no oficiales para evitar accidentes", "wrongType": "Este elemento no es un nodo o una vía y no puede ser importado", + "wrongTypeToConflate": "Esta característica no es un nodo ni una vía y no se puede combinar", "zoomInMore": "Ampliar más para importar este elemento" }, "importTags": "El elemento recibirá {tags}", @@ -164,6 +178,8 @@ "isApplied": "Los cambios serán aplicados" }, "attribution": { + "attributionBackgroundLayer": "La capa de fondo actual es {name}", + "attributionBackgroundLayerWithCopyright": "La capa de fondo actual es {name}: {copyright}", "attributionContent": "

Todos los datos son proporcionados por OpenStreetMap, reutilizables libremente bajo la Licencia Abierta de Bases de Datos (ODL).

", "attributionTitle": "Aviso de atribución", "codeContributionsBy": "MapComplete ha sido construido por {contributors} y {hiddenCount} más contribuidores", @@ -171,31 +187,52 @@ "editId": "Abre el editor en línea de OpenStreetMap aquí", "editJosm": "Edita aquí conJOSM", "followOnMastodon": "Seguir a MapComplete en Mastodon", + "gotoSourceCode": "Ver el código fuente", "iconAttribution": { "title": "Iconos usados" }, "josmNotOpened": "No se pudo llegar a JSOM. Asegúrate de que esta abierto y que el control remoto esta activado", "josmOpened": "JOSM está abierto", + "madeBy": "Realizado por {author}", "mapContributionsBy": "La información visible actual tiene ediciones hechas por {contributors}", "mapContributionsByAndHidden": "Los datos actualmente visibles tienen ediciones hechas por {contributors} y {hiddenCount} más contribuidores", + "mapDataByOsm": "Datos del mapa: OpenStreetMap", "mapillaryHelp": "Mapillary es un servicio en línea que recoge imágenes a pié de calle y las ofrece bajo una licencia libre. Los contribuidores pueden utilizar estás imágenes para mejorar OpenStreetMap", "openIssueTracker": "Reportar un error", "openMapillary": "Abrir Mapillary aquí", "openOsmcha": "Ver las últimas ediciones hechas con {theme}", + "openOsmchaLastWeek": "Ver ediciones de los últimos 7 días", + "openThemeDocumentation": "Abrir la documentación para el mapa temático {name}", + "seeOnMapillary": "Vea esta imagen en Mapillary", "themeBy": "Tema mantenido por {author}", + "title": "Derechos de autor y atribución", "translatedBy": "MapComplete ha sido traducido por {contributors} y {hiddenCount} más contribuidores" }, "back": "Atrás", - "backToIndex": "Volver a la vista general con todos los mapas temáticos", + "backToIndex": "Ver todos los mapas temáticos", + "backToMap": "Volver al mapa", "backgroundMap": "Seleccione una capa de fondo", + "backgroundSwitch": "Cambiar fondo", "cancel": "Cancelar", + "clearPendingChanges": "Borrar cambios pendientes", "confirm": "Confirmar", "customThemeIntro": "Estos son los temas generados por los usuarios que han sido visitados previamente.", + "customThemeTitle": "Temas personalizados", "download": { + "custom": { + "download": "Descargar PNG de {width}mm de ancho y {height}mm de alto", + "downloadHelper": "Esto está pensado para imprimir", + "height": "Altura de la imagen (en mm):", + "title": "Descarga una imagen con un ancho y alto personalizados", + "width": "Ancho de imagen (en mm): " + }, "downloadAsPdf": "Descargar un PDF del mapa actual", "downloadAsPdfHelper": "Ideal para imprimir el mapa actual", + "downloadAsPng": "Descargar como imagen", + "downloadAsPngHelper": "Ideal para incluir en informes", "downloadAsSvg": "Descargar un SVG del mapa actual", "downloadAsSvgHelper": "Compatible con Inkscape o Adobe Illustrator; necesitará más procesado", + "downloadAsSvgLinesOnly": "Descarga un SVG del mapa actual que solo contenga líneas", "downloadCSV": "Descargar los datos visibles como CSV", "downloadCSVHelper": "Compatible con LibreOffice Calc, Excel, …", "downloadFeatureAsGeojson": "Descargar como un archivo GeoJSON", @@ -555,4 +592,4 @@ "description": "Un identificador de Wikidata" } } -} \ No newline at end of file +} diff --git a/langs/sl.json b/langs/sl.json index a25cb014f..1cdbd23fb 100644 --- a/langs/sl.json +++ b/langs/sl.json @@ -15,6 +15,7 @@ "favouritePoi": { "button": { "markAsFavouriteTitle": "Označite to lokacijo kot priljubljeno", + "markDescription": "Dodaj to lokacijo na moj seznam priljubljenih", "unmark": "Odstrani to lokacijo s seznama priljubljenih" }, "introPrivacy": "Ta seznam je viden le vam", @@ -34,6 +35,7 @@ "title": "Prenos" }, "getStartedLogin": "Za začetek se vpišite s svojim OpenStreetMap računom", + "loading": "Nalaganje…", "loginFailed": "Vpis v OpenStreetMap ni uspe", "loginFailedOfflineMode": "Zaradi vzdrževanja OpenStreetMap.org trenutno ni na voljo. Urejanje bo kmalu spet mogoče", "loginFailedReadonlyMode": "Zaradi vzdrževanja je OpenStreetMap.org trenutno možno samo brati. Urejanje bo kmalu spet mogoče", @@ -71,6 +73,11 @@ "wednesday": "Srede {ranges}" }, "pickLanguage": "Izberite jezik", + "questionBox": { + "reactivate": "Prikaži preskočena vprašanja", + "skippedMultiple": "Preskočili ste {skipped} vprašanj", + "skippedOne": "Preskočili ste eno vprašanje" + }, "save": "Shrani", "search": { "error": "Nekaj se je zalomilo…", @@ -103,6 +110,14 @@ "thursday": "Četrtek", "tuesday": "Torek", "wednesday": "Sreda" + }, + "wikipedia": { + "previewbox": { + "born": "Rojen: {value}", + "died": "Umrl: {value}" + }, + "readMore": "Preberi preostanek članka", + "searchWikidata": "Išči na Wikidata" } }, "image": { @@ -114,7 +129,12 @@ "nearby": { "seeNearby": "Prebrskaj in poveži bližnje slike" }, - "pleaseLogin": "Vpišite se za dodajanje slik" + "pleaseLogin": "Vpišite se za dodajanje slik", + "respectPrivacy": "Ne fotografirajte oseb ali registrskih tablic. Ne objavljajte slik z Zemljevidov Google, Streetview ali drugih avtorsko zaščitenih virov.", + "toBig": "Vaša slika je prevelika, ker je velika {actual_size}. Prosimo, uporabite slike največ {max_size}", + "upload": { + "failReasons": "Morda ste izgubili povezavo s spletom" + } }, "index": { "intro": "MapComplete je pregledovalnik in urejevalnik zemljevida OpenStreetMap, ki prikazuje in omogoča urejanje informacij na določeno tematiko.", @@ -129,4 +149,4 @@ "partOfRelation": "Ta element je del relacije. Premaknete ga lahko z drugim urejevalnikom.", "whyMove": "Zakaj želite premakniti ta element?" } -} \ No newline at end of file +} diff --git a/langs/themes/ca.json b/langs/themes/ca.json index 74029e90c..f37474778 100644 --- a/langs/themes/ca.json +++ b/langs/themes/ca.json @@ -1038,4 +1038,4 @@ "shortDescription": "Un mapa amb papereres", "title": "Papepera" } -} \ No newline at end of file +} diff --git a/langs/themes/cs.json b/langs/themes/cs.json index 40b54044a..893f914b2 100644 --- a/langs/themes/cs.json +++ b/langs/themes/cs.json @@ -1054,4 +1054,4 @@ "shortDescription": "Mapa odpadkových košů", "title": "Odpadkový koš" } -} \ No newline at end of file +} diff --git a/langs/themes/da.json b/langs/themes/da.json index f780a079f..ec2a068e7 100644 --- a/langs/themes/da.json +++ b/langs/themes/da.json @@ -846,4 +846,4 @@ "shortDescription": "Et kort over skraldespande", "title": "Skraldespande" } -} \ No newline at end of file +} diff --git a/langs/themes/de.json b/langs/themes/de.json index 9bcbdb1b3..835f2bfe6 100644 --- a/langs/themes/de.json +++ b/langs/themes/de.json @@ -1470,8 +1470,8 @@ "title": "Abfall" }, "waste_basket": { - "description": "Auf dieser Karte findest Du Abfalleimer in Deiner Nähe. Wenn ein Abfalleimer auf dieser Karte fehlt, kannst du ihn selbst hinzufügen", + "description": "Die Karte zeigt Abfalleimer in der Nähe. Wenn ein Abfalleimer fehlt, kannst du ihn selbst hinzufügen.", "shortDescription": "Eine Karte mit Abfalleimern", "title": "Abfalleimer" } -} \ No newline at end of file +} diff --git a/langs/themes/en.json b/langs/themes/en.json index c23142e4b..8b6e6f7fd 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -1470,8 +1470,8 @@ "title": "Waste" }, "waste_basket": { - "description": "On this map, you'll find waste baskets near you. If a waste basket is missing on this map, you can add it yourself", + "description": "On this map, you'll find waste baskets near you. If a waste basket is missing on this map, you can add it yourself.", "shortDescription": "A map with waste baskets", "title": "Waste Baskets" } -} \ No newline at end of file +} diff --git a/langs/themes/es.json b/langs/themes/es.json index b4b88d6d8..0601fa87f 100644 --- a/langs/themes/es.json +++ b/langs/themes/es.json @@ -581,6 +581,7 @@ "title": "Jardines de fachada" }, "fireplace": { + "description": "Lugar al aire libre adecuado para hacer fuego y con barbacoas.", "title": "Chimenea y barbacoas" }, "food": { @@ -803,6 +804,137 @@ "description": "Un mapa en que colaborar con tiendas y restaurantes con productos sin lactosa", "title": "Tiendas y restaurantes con productos sin lactosa" }, + "lighthouses": { + "description": "Los faros son edificios altos con una luz en la parte superior para guiar el tráfico marítimo.", + "title": "Faros" + }, + "mapcomplete-changes": { + "description": "Este mapa muestra todos los cambios realizados con MapComplete", + "layers": { + "0": { + "description": "Muestra todos los cambios de MapComplete", + "filter": { + "0": { + "options": { + "0": { + "question": "El nombre del tema contiene {search}" + } + } + }, + "1": { + "options": { + "0": { + "question": "El nombre del tema contiene no {search}" + } + } + }, + "10": { + "options": { + "0": { + "question": "Excluir el tema etimológico" + } + } + }, + "2": { + "options": { + "0": { + "question": "Hecho por el colaborador {search}" + } + } + }, + "3": { + "options": { + "0": { + "question": "No realizado por el colaborador {search}" + } + } + }, + "4": { + "options": { + "0": { + "question": "Hecho antes de {search}" + } + } + }, + "5": { + "options": { + "0": { + "question": "Hecho después de {search}" + } + } + }, + "6": { + "options": { + "0": { + "question": "Idioma del usuario (código iso) {search}" + } + } + }, + "7": { + "options": { + "0": { + "question": "Hecho con el host {search}" + } + } + }, + "8": { + "options": { + "0": { + "question": "El conjunto de cambios agregó al menos una imagen" + } + } + }, + "9": { + "options": { + "0": { + "question": "Excluir tema RGB" + } + } + } + }, + "name": "Centros de conjuntos de cambios", + "tagRenderings": { + "contributor": { + "question": "¿Qué colaborador realizó este cambio?", + "render": "Cambio realizado por {user}" + }, + "host": { + "question": "¿Con qué host (sitio web) se realizó este cambio?", + "render": "Cambiar con {host}" + }, + "locale": { + "question": "¿En qué configuración regional (idioma) se realizó este cambio?", + "render": "La configuración regional del usuario es {locale}" + }, + "show_changeset_id": { + "render": "Conjunto de cambios {id}" + }, + "theme-id": { + "question": "¿Qué tema se ha utilizado para realizar este cambio?", + "render": "Cambiar con el tema {theme}" + }, + "version": { + "question": "¿Qué versión de MapComplete se ha utilizado para realizar este cambio?", + "render": "Elaborado con {editor}" + } + }, + "title": { + "render": "Cambios para {theme}" + } + }, + "1": { + "override": { + "tagRenderings+": { + "0": { + "render": "Encontraras más estadísticas aquí" + } + } + } + } + }, + "shortDescription": "Muestra los cambios realizados por MapComplete", + "title": "Cambios realizados con MapComplete" + }, "maproulette": { "description": "Tema que muestra las tareas de MapRoulette, permitiendo buscarlas, filtrarlas y arreglarlas.", "title": "Tareas de MapRoulette" @@ -817,6 +949,10 @@ "shortDescription": "Este mapa muestra la velocidad máxima permitida legalmente en cada carretera.", "title": "Velocidad" }, + "memorials": { + "description": "Los monumentos conmemorativos son objetos físicos colocados de forma permanente en el espacio público para recordar a una persona o un acontecimiento. Pueden ser objetos muy diversos, como estatuas, placas, pinturas, objetos militares (como tanques),...", + "title": "Memoriales" + }, "nature": { "description": "En este mapa, uno puede encontrar información interesante para turistas y amantes de la naturaleza.", "shortDescription": "Un mapa para amantes de la naturaleza, con PDIs interesantes", @@ -917,7 +1053,29 @@ "title": "una tienda erótica" } }, - "name": "Tiendas eróticas" + "name": "Tiendas eróticas", + "tagRenderings+": { + "0": { + "mappings": { + "0": { + "then": "Esta tienda ofrece artículos BDSM suaves, como esposas mullidas, un conjunto de ..." + }, + "1": { + "then": "Esta tienda ofrece artículos especializados en BDSM, como barras separadoras, artículos para juegos con agujas, artículos de bondage médico, herramientas de impacto, grilletes, colores metálicos, esposas, pinzas para pezones, accesorios de shibari, ..." + }, + "2": { + "then": "Esta tienda ofrece accesorios para mascotas, como máscaras de cachorros, máscaras de animales, juegos de ponis, colas, herraduras..." + }, + "3": { + "then": "Esta tienda ofrece ropa de cuero, desde pantalones y camisas de uso diario hasta arneses de cuero" + }, + "4": { + "then": "Esta tienda ofrece uniformes para juegos de rol, tales como uniformes de enfermera, uniformes militares, policía, colegiala, criada francesa, ..." + } + }, + "question": "¿Ofrece esta tienda artículos fetichistas?" + } + } } }, "4": { @@ -1036,6 +1194,32 @@ }, "postboxes": { "description": "En este mapa podrás buscar y añadir los datos de las oficinas de correos y buzones de correo. ¡Puedes utilizar este mapa para encontrar dónde enviar tu próxima postal! :)
¿Has detectado un error o falta algún buzón de correo? Puedes editar este mapa con una cuenta gratuita de OpenStreetMap.", + "layers": { + "3": { + "override": { + "+tagRenderings": { + "0": { + "mappings": { + "0": { + "then": "Esta tienda es colaboradora de correos o alguna agencia de transporte" + }, + "1": { + "then": "Esta tienda no está asociada a ninguna agencia de transporte" + } + }, + "question": "¿Es esta tienda un puesto de recogida de paquetes?" + } + }, + "=presets": { + "0": { + "description": "Si una tienda aún no está en el mapa y es un puntode recogida de paquetes, puedes añadirla aquí.", + "title": "Una tienda desaparecida que era un punto de recogida de paquetes" + } + }, + "description": "Agregar un nuevo punto de recogida al mapa en una tienda existente" + } + } + }, "shortDescription": "Un mapa que muestra buzones y oficinas de correo", "title": "Mapa de Buzones y Oficinas de Correos" }, @@ -1286,8 +1470,8 @@ "title": "Basura y reciclaje" }, "waste_basket": { - "description": "En este mapa, encontrará las papeleras cercanas a usted. Si falta una papelera en el mapa, puede añadirla usted mismo", + "description": "En este mapa, encontrarás las papeleras cercanas a ti. Si falta alguna en el mapa, puedes añadirla tu mismo.", "shortDescription": "Un mapa con papeleras", "title": "Papeleras" } -} \ No newline at end of file +} diff --git a/langs/themes/fr.json b/langs/themes/fr.json index fdffc9531..0680da154 100644 --- a/langs/themes/fr.json +++ b/langs/themes/fr.json @@ -1004,4 +1004,4 @@ "shortDescription": "Une carte des poubelles", "title": "Poubelles" } -} \ No newline at end of file +} diff --git a/langs/themes/hu.json b/langs/themes/hu.json index 48d58f1c0..507129f2b 100644 --- a/langs/themes/hu.json +++ b/langs/themes/hu.json @@ -388,4 +388,4 @@ "shortDescription": "Szemeteskosarakat ábrázoló térkép", "title": "Kukatérkép" } -} \ No newline at end of file +} diff --git a/langs/themes/it.json b/langs/themes/it.json index 9b0da466a..7531f5ce3 100644 --- a/langs/themes/it.json +++ b/langs/themes/it.json @@ -687,4 +687,4 @@ "shortDescription": "Una cartina dei cestini dei rifiuti", "title": "Cestino dei rifiuti" } -} \ No newline at end of file +} diff --git a/langs/themes/nl.json b/langs/themes/nl.json index 177b20e8a..fc5a94b00 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -1158,4 +1158,4 @@ "shortDescription": "Een kaart met vuilnisbakken", "title": "Vuilnisbakken" } -} \ No newline at end of file +} diff --git a/langs/themes/pl.json b/langs/themes/pl.json index e3be5755f..8c37f2be7 100644 --- a/langs/themes/pl.json +++ b/langs/themes/pl.json @@ -1019,4 +1019,4 @@ "shortDescription": "Mapa koszy na śmieci", "title": "Kosz na śmieci" } -} \ No newline at end of file +} diff --git a/langs/themes/zh_Hant.json b/langs/themes/zh_Hant.json index a76a102df..6643da7eb 100644 --- a/langs/themes/zh_Hant.json +++ b/langs/themes/zh_Hant.json @@ -491,4 +491,4 @@ "shortDescription": "垃圾筒的地圖", "title": "垃圾筒" } -} \ No newline at end of file +}