diff --git a/langs/layers/de.json b/langs/layers/de.json index fbc762d00..9cc4aa9fb 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -3183,7 +3183,7 @@ }, "10": { "options": { - "0": { + "1": { "question": "Importnotizen ausblenden" } } @@ -4246,6 +4246,12 @@ }, "2": { "then": "Diese Kamera ist an der Decke montiert" + }, + "3": { + "then": "Diese Kamera befindet sich an einer Straßenlaterne" + }, + "4": { + "then": "Diese Kamera ist an einem Baum angebracht" } }, "question": "Wie ist diese Kamera montiert?", diff --git a/langs/layers/en.json b/langs/layers/en.json index 6a17e854b..3fa7dd8b9 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -4000,6 +4000,35 @@ "render": "Information board" } }, + "kerbs": { + "description": "A layer showing kerbs.", + "name": "Kerbs", + "tagRenderings": { + "kerb-type": { + "mappings": { + "0": { + "then": "Raised (>3 cm)" + }, + "1": { + "then": "Lowered (~3 cm)" + }, + "2": { + "then": "Flush (0cm)" + }, + "3": { + "then": "None" + }, + "4": { + "then": "Yes" + } + }, + "question": "What is the height of this kerb?" + } + }, + "title": { + "render": "Kerb" + } + }, "map": { "description": "A map, meant for tourists which is permanently installed in the public space", "name": "Maps", @@ -4239,7 +4268,13 @@ "10": { "options": { "0": { + "question": "All Notes" + }, + "1": { "question": "Hide import notes" + }, + "2": { + "question": "Show only import Notes" } } } @@ -5312,10 +5347,16 @@ "then": "This camera is placed against a wall" }, "1": { - "then": "This camera is placed one a pole" + "then": "This camera is placed on a pole" }, "2": { "then": "This camera is placed on the ceiling" + }, + "3": { + "then": "This camera is placed on a street light" + }, + "4": { + "then": "This camera is placed on a tree" } }, "question": "How is this camera placed?", diff --git a/langs/layers/fr.json b/langs/layers/fr.json index 90d813408..59838c3b8 100644 --- a/langs/layers/fr.json +++ b/langs/layers/fr.json @@ -2361,6 +2361,12 @@ }, "2": { "then": "Cette caméra est placée au plafond" + }, + "3": { + "then": "Cette caméra est placée sur un lampadaire" + }, + "4": { + "then": "Cette caméra est placée sur un arbre" } }, "question": "Comment cette caméra est-elle placée ?", diff --git a/langs/layers/it.json b/langs/layers/it.json index 09f17d593..80e977ed3 100644 --- a/langs/layers/it.json +++ b/langs/layers/it.json @@ -1986,6 +1986,12 @@ }, "2": { "then": "Questa telecamera è posizionata sul soffitto" + }, + "3": { + "then": "Questa telecamera è posizionata su un lampione" + }, + "4": { + "then": "Questa telecamera è posizionata su un albero" } }, "question": "Com'è posizionata questa telecamera?", diff --git a/langs/layers/nl.json b/langs/layers/nl.json index c3d230277..833011fac 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -3848,6 +3848,35 @@ "render": "Informatiebord" } }, + "kerbs": { + "description": "Een laag met stoepranden.", + "name": "Stoepranden", + "tagRenderings": { + "kerb-type": { + "mappings": { + "0": { + "then": "Hoog (>3 cm)" + }, + "1": { + "then": "Verlaagd (~3 cm)" + }, + "2": { + "then": "Vlak (0cm)" + }, + "3": { + "then": "Geen" + }, + "4": { + "then": "Ja" + } + }, + "question": "Hoe hoog is deze stoeprand?" + } + }, + "title": { + "render": "Stoeprand" + } + }, "map": { "description": "Een permantent geinstalleerde kaart", "name": "Kaarten", @@ -4092,7 +4121,13 @@ "10": { "options": { "0": { + "question": "Alle Notes" + }, + "1": { "question": "Verberg import Notes" + }, + "2": { + "question": "Toon enkel import Notes" } } } @@ -5211,6 +5246,12 @@ }, "2": { "then": "Deze camera hangt aan het plafond" + }, + "3": { + "then": "Deze camera staat op een straatlantaarn" + }, + "4": { + "then": "Deze camera staat op een boom" } }, "question": "Hoe is deze camera geplaatst?", diff --git a/langs/shared-questions/ca.json b/langs/shared-questions/ca.json index 02641aabb..b69f0decf 100644 --- a/langs/shared-questions/ca.json +++ b/langs/shared-questions/ca.json @@ -113,7 +113,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "No hi ha cap enllaça a Viquipèdia encara" } }, diff --git a/langs/shared-questions/da.json b/langs/shared-questions/da.json index 17cbba8c5..390bc0d81 100644 --- a/langs/shared-questions/da.json +++ b/langs/shared-questions/da.json @@ -94,7 +94,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Der er endnu ikke linket til nogen Wikipedia-side" } } diff --git a/langs/shared-questions/de.json b/langs/shared-questions/de.json index 12d4cab88..b752664b9 100644 --- a/langs/shared-questions/de.json +++ b/langs/shared-questions/de.json @@ -113,7 +113,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Es wurde noch keine Wikipedia-Seite verlinkt" } }, diff --git a/langs/shared-questions/en.json b/langs/shared-questions/en.json index 82241f876..42858b62a 100644 --- a/langs/shared-questions/en.json +++ b/langs/shared-questions/en.json @@ -113,7 +113,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "No Wikipedia page has been linked yet" } }, diff --git a/langs/shared-questions/es.json b/langs/shared-questions/es.json index f6b0d6ad5..438ee688a 100644 --- a/langs/shared-questions/es.json +++ b/langs/shared-questions/es.json @@ -113,7 +113,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Todavía no se ha enlazado una página de wikipedia" } }, diff --git a/langs/shared-questions/fil.json b/langs/shared-questions/fil.json index b309410c5..9b505b25d 100644 --- a/langs/shared-questions/fil.json +++ b/langs/shared-questions/fil.json @@ -113,7 +113,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Wala pang kawing ng Wikipedia page" } }, diff --git a/langs/shared-questions/fr.json b/langs/shared-questions/fr.json index 9d4ffe24a..b14771839 100644 --- a/langs/shared-questions/fr.json +++ b/langs/shared-questions/fr.json @@ -113,7 +113,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Pas encore de lien vers une page Wikipedia" } }, diff --git a/langs/shared-questions/hu.json b/langs/shared-questions/hu.json index df4dd41e5..5e2572c13 100644 --- a/langs/shared-questions/hu.json +++ b/langs/shared-questions/hu.json @@ -113,7 +113,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Még nincs Wikipédia-oldal belinkelve" } }, diff --git a/langs/shared-questions/it.json b/langs/shared-questions/it.json index 4846721ba..af3118fb3 100644 --- a/langs/shared-questions/it.json +++ b/langs/shared-questions/it.json @@ -81,7 +81,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Nessuna pagina Wikipedia è ancora stata collegata" } }, diff --git a/langs/shared-questions/ja.json b/langs/shared-questions/ja.json index 9a874275a..b8f22df6a 100644 --- a/langs/shared-questions/ja.json +++ b/langs/shared-questions/ja.json @@ -98,7 +98,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "ウィキペディアのページはまだリンクされていません" } }, diff --git a/langs/shared-questions/nb_NO.json b/langs/shared-questions/nb_NO.json index e768c96d8..ae143aef7 100644 --- a/langs/shared-questions/nb_NO.json +++ b/langs/shared-questions/nb_NO.json @@ -88,7 +88,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Ingen Wikipedia-side lenket enda" } }, diff --git a/langs/shared-questions/nl.json b/langs/shared-questions/nl.json index d876e305b..4370fb3a2 100644 --- a/langs/shared-questions/nl.json +++ b/langs/shared-questions/nl.json @@ -113,7 +113,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Er werd nog geen Wikipedia-pagina gekoppeld" } }, diff --git a/langs/shared-questions/pl.json b/langs/shared-questions/pl.json index 9e0b898f7..da5e6d2fc 100644 --- a/langs/shared-questions/pl.json +++ b/langs/shared-questions/pl.json @@ -98,7 +98,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Link do strony Wikipedii nie został jeszcze określony" } }, diff --git a/langs/shared-questions/pt.json b/langs/shared-questions/pt.json index f3ccf28f4..28d31dc05 100644 --- a/langs/shared-questions/pt.json +++ b/langs/shared-questions/pt.json @@ -98,7 +98,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Ainda não foi vinculada nenhuma página da Wikipédia" } }, diff --git a/langs/shared-questions/ru.json b/langs/shared-questions/ru.json index 224cb218d..7dbe2be7c 100644 --- a/langs/shared-questions/ru.json +++ b/langs/shared-questions/ru.json @@ -77,7 +77,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Никакой страницы на Википедии не было прикреплено" } } diff --git a/langs/shared-questions/sv.json b/langs/shared-questions/sv.json index 30c4c2b82..54dd3fbe5 100644 --- a/langs/shared-questions/sv.json +++ b/langs/shared-questions/sv.json @@ -98,7 +98,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "Ingen Wikipedia-sida har länkats än" } }, diff --git a/langs/shared-questions/zh_Hans.json b/langs/shared-questions/zh_Hans.json index a6422ac1b..083e7bc4b 100644 --- a/langs/shared-questions/zh_Hans.json +++ b/langs/shared-questions/zh_Hans.json @@ -55,7 +55,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "尚未有连接到的维基百科页面" } }, diff --git a/langs/shared-questions/zh_Hant.json b/langs/shared-questions/zh_Hant.json index e5ab9caf3..7e6fa861c 100644 --- a/langs/shared-questions/zh_Hant.json +++ b/langs/shared-questions/zh_Hant.json @@ -113,7 +113,7 @@ }, "wikipedia": { "mappings": { - "0": { + "1": { "then": "還沒有連結到維基百科頁面" } }, diff --git a/langs/themes/de.json b/langs/themes/de.json index 39ae6fe01..6b96fea87 100644 --- a/langs/themes/de.json +++ b/langs/themes/de.json @@ -640,68 +640,6 @@ "shortDescription": "Hydranten, Feuerlöscher, Feuerwachen und Rettungswachen.", "title": "Hydranten, Feuerlöscher, Feuerwachen und Rettungswachen" }, - "mapcomplete-changes": { - "description": "Diese Karte zeigt alle Änderungen die mit MapComplete gemacht wurden", - "layers": { - "0": { - "description": "Zeigt alle MapComplete Änderungen", - "filter": { - "0": { - "options": { - "0": { - "question": "Themenname enthält {search}" - } - } - }, - "1": { - "options": { - "0": { - "question": "Erstellt von {search}" - } - } - }, - "2": { - "options": { - "0": { - "question": "Nicht erstellt von {search}" - } - } - } - }, - "name": "Schwerpunkte von Änderungssätzen", - "tagRenderings": { - "contributor": { - "render": "Änderung wurde von {_last_edit:contributor} gemacht" - }, - "render_id": { - "render": "Änderung {id}" - }, - "theme": { - "mappings": { - "0": { - "then": "Änderung mit inoffiziellem Thema {theme}" - } - }, - "render": "Änderung mit Thema {theme}" - } - }, - "title": { - "render": "Änderungen für {theme}" - } - }, - "1": { - "override": { - "tagRenderings": { - "link_to_more": { - "render": "Weitere Statistiken finden Sie hier" - } - } - } - } - }, - "shortDescription": "Zeigt Änderungen von MapComplete", - "title": "Änderungen mit MapComplete" - }, "maps": { "description": "Auf dieser Karte findest du alle Karten, die OpenStreetMap kennt - typischerweise eine große Karte auf einer Informationstafel, die das Gebiet, die Stadt oder die Region zeigt, z.B. eine touristische Karte auf der Rückseite einer Plakatwand, eine Karte eines Naturschutzgebietes, eine Karte der Radwegenetze in der Region, ...)

Wenn eine Karte fehlt, können Sie diese leicht auf OpenStreetMap kartieren.", "shortDescription": "Dieses Thema zeigt alle (touristischen) Karten, die OpenStreetMap kennt", diff --git a/langs/themes/en.json b/langs/themes/en.json index 225119a8f..ba9b2c93d 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -640,6 +640,10 @@ "shortDescription": "Map to show hydrants, extinguishers, fire stations, and ambulance stations.", "title": "Hydrants, Extinguishers, Fire stations, and Ambulance stations" }, + "kerbs_and_crossings": { + "description": "A map showing kerbs and crossings.", + "title": "Crossings and Kerbs" + }, "mapcomplete-changes": { "description": "This maps shows all the changes made with MapComplete", "layers": { diff --git a/langs/themes/es.json b/langs/themes/es.json index a5f191379..f78451cfb 100644 --- a/langs/themes/es.json +++ b/langs/themes/es.json @@ -317,53 +317,6 @@ "shortDescription": "Mapa para mostrar hidrantes, extintores, parques de bomberos y parques de ambulancias.", "title": "Hidrantes, Extintores, Parques de bomberos y Parques de ambulancias" }, - "mapcomplete-changes": { - "description": "Este mapa muestra todos los cambios hechos con MapComplete", - "layers": { - "0": { - "description": "Muestra todos los cambios de MapComplete", - "filter": { - "1": { - "options": { - "0": { - "question": "Hecho por contributor/a {search}" - } - } - }, - "2": { - "options": { - "0": { - "question": "No hecho por contributor/a {search}" - } - } - } - }, - "name": "Centros de conjuntos de cambios", - "tagRenderings": { - "contributor": { - "render": "Cambio hecho por {_last_edit:contributor}" - }, - "render_id": { - "render": "Conjunto de cambios {id}" - } - }, - "title": { - "render": "Conjunto de cambios para {theme}" - } - }, - "1": { - "override": { - "tagRenderings": { - "link_to_more": { - "render": "Se pueden encontrar más estadísticas aquí" - } - } - } - } - }, - "shortDescription": "Muestra los cambios hechos por MapComplete", - "title": "Cambios hechos con MapComplete" - }, "maps": { "description": "En este mapa puedes encontrar todos los mapas que OpenStreetMap conoce - típicamente un mapa grande con un tablero que muestra el área, la ciudad o la región, ej. un mapa turista detrás de una vaya publicitaria, un mapa de una reserva natura, un mapa de redes ciclistas en la región, ...)

Si falta un mapa, puedes mapear este mapa fácilmente en OpenStreetMap.", "shortDescription": "Este tema muestra todos los mapas (turísticos) que OpenStreetMap conoce", diff --git a/langs/themes/nl.json b/langs/themes/nl.json index f29c2d8a4..6acd6bf2e 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -676,6 +676,10 @@ "hailhydrant": { "title": "Brandkranen, brandblussers, brandweerposten en ambulanceposten" }, + "kerbs_and_crossings": { + "description": "Een kaart met stoepranden en oversteekplaatsen.", + "title": "Oversteekplaatsen en stoepranden" + }, "maps": { "description": "Op deze kaart kan je alle kaarten zien die OpenStreetMap kent.

Ontbreekt er een kaart, dan kan je die kaart hier ook gemakelijk aan deze kaart toevoegen.", "shortDescription": "Een kaart met alle kaarten die OpenStreetMap kent",