umap-project 3.4.0b3__py3-none-any.whl → 3.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +71 -57
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +18 -14
- umap/locale/de/LC_MESSAGES/django.mo +0 -0
- umap/locale/de/LC_MESSAGES/django.po +20 -16
- umap/locale/en/LC_MESSAGES/django.po +18 -14
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +20 -16
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +18 -14
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +20 -16
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +101 -95
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +20 -16
- umap/management/commands/clean_tilelayer.py +0 -1
- umap/management/commands/search_maps.py +95 -0
- umap/settings/__init__.py +9 -1
- umap/settings/base.py +7 -6
- umap/static/umap/content.css +0 -3
- umap/static/umap/css/bar.css +9 -6
- umap/static/umap/css/form.css +25 -9
- umap/static/umap/css/icon.css +8 -0
- umap/static/umap/css/popup.css +1 -0
- umap/static/umap/img/16-white.svg +5 -2
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/source/16-white.svg +7 -4
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/js/components/copiable.js +47 -0
- umap/static/umap/js/modules/autocomplete.js +32 -67
- umap/static/umap/js/modules/browser.js +31 -14
- umap/static/umap/js/modules/data/features.js +34 -36
- umap/static/umap/js/modules/data/fields.js +199 -23
- umap/static/umap/js/modules/data/layer.js +85 -96
- umap/static/umap/js/modules/domutils.js +25 -1
- umap/static/umap/js/modules/filters.js +24 -50
- umap/static/umap/js/modules/form/builder.js +17 -16
- umap/static/umap/js/modules/form/fields.js +20 -20
- umap/static/umap/js/modules/formatter.js +9 -1
- umap/static/umap/js/modules/help.js +12 -13
- umap/static/umap/js/modules/importer.js +17 -26
- umap/static/umap/js/modules/importers/banfr.js +0 -1
- umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
- umap/static/umap/js/modules/importers/communesfr.js +7 -8
- umap/static/umap/js/modules/importers/datasets.js +14 -14
- umap/static/umap/js/modules/importers/geodatamine.js +20 -22
- umap/static/umap/js/modules/importers/opendata.js +10 -0
- umap/static/umap/js/modules/importers/overpass.js +19 -18
- umap/static/umap/js/modules/managers.js +1 -1
- umap/static/umap/js/modules/permissions.js +15 -5
- umap/static/umap/js/modules/rendering/controls.js +203 -10
- umap/static/umap/js/modules/rendering/icon.js +5 -9
- umap/static/umap/js/modules/rendering/layers/base.js +1 -1
- umap/static/umap/js/modules/rendering/layers/classified.js +16 -11
- umap/static/umap/js/modules/rendering/layers/heat.js +1 -0
- umap/static/umap/js/modules/rendering/map.js +67 -57
- umap/static/umap/js/modules/rendering/popup.js +6 -3
- umap/static/umap/js/modules/rendering/template.js +40 -40
- umap/static/umap/js/modules/rendering/ui.js +1 -2
- umap/static/umap/js/modules/rules.js +34 -41
- umap/static/umap/js/modules/schema.js +0 -7
- umap/static/umap/js/modules/share.js +36 -69
- umap/static/umap/js/modules/slideshow.js +3 -3
- umap/static/umap/js/modules/tableeditor.js +0 -1
- umap/static/umap/js/modules/ui/bar.js +53 -33
- umap/static/umap/js/modules/ui/hash.js +36 -0
- umap/static/umap/js/modules/ui/loader.js +26 -0
- umap/static/umap/js/modules/ui/panel.js +33 -21
- umap/static/umap/js/modules/ui/tooltip.js +1 -1
- umap/static/umap/js/modules/umap.js +81 -80
- umap/static/umap/js/modules/utils.js +13 -3
- umap/static/umap/js/umap.controls.js +16 -179
- umap/static/umap/locale/am_ET.js +7 -8
- umap/static/umap/locale/am_ET.json +7 -8
- umap/static/umap/locale/ar.js +7 -8
- umap/static/umap/locale/ar.json +7 -8
- umap/static/umap/locale/ast.js +7 -8
- umap/static/umap/locale/ast.json +7 -8
- umap/static/umap/locale/bg.js +7 -8
- umap/static/umap/locale/bg.json +7 -8
- umap/static/umap/locale/br.js +44 -36
- umap/static/umap/locale/br.json +44 -36
- umap/static/umap/locale/ca.js +7 -8
- umap/static/umap/locale/ca.json +7 -8
- umap/static/umap/locale/cs_CZ.js +7 -8
- umap/static/umap/locale/cs_CZ.json +7 -8
- umap/static/umap/locale/da.js +8 -9
- umap/static/umap/locale/da.json +8 -9
- umap/static/umap/locale/de.js +62 -63
- umap/static/umap/locale/de.json +62 -63
- umap/static/umap/locale/el.js +7 -8
- umap/static/umap/locale/el.json +7 -8
- umap/static/umap/locale/en.js +7 -8
- umap/static/umap/locale/en.json +7 -8
- umap/static/umap/locale/en_US.json +7 -8
- umap/static/umap/locale/es.js +19 -20
- umap/static/umap/locale/es.json +19 -20
- umap/static/umap/locale/et.js +7 -8
- umap/static/umap/locale/et.json +7 -8
- umap/static/umap/locale/eu.js +23 -24
- umap/static/umap/locale/eu.json +23 -24
- umap/static/umap/locale/fa_IR.js +7 -8
- umap/static/umap/locale/fa_IR.json +7 -8
- umap/static/umap/locale/fi.js +7 -8
- umap/static/umap/locale/fi.json +7 -8
- umap/static/umap/locale/fr.js +11 -12
- umap/static/umap/locale/fr.json +11 -12
- umap/static/umap/locale/gl.js +147 -148
- umap/static/umap/locale/gl.json +147 -148
- umap/static/umap/locale/he.js +7 -8
- umap/static/umap/locale/he.json +7 -8
- umap/static/umap/locale/hr.js +7 -8
- umap/static/umap/locale/hr.json +7 -8
- umap/static/umap/locale/hu.js +8 -9
- umap/static/umap/locale/hu.json +8 -9
- umap/static/umap/locale/id.js +7 -8
- umap/static/umap/locale/id.json +7 -8
- umap/static/umap/locale/is.js +7 -8
- umap/static/umap/locale/is.json +7 -8
- umap/static/umap/locale/it.js +7 -8
- umap/static/umap/locale/it.json +7 -8
- umap/static/umap/locale/ja.js +7 -8
- umap/static/umap/locale/ja.json +7 -8
- umap/static/umap/locale/ko.js +7 -8
- umap/static/umap/locale/ko.json +7 -8
- umap/static/umap/locale/lt.js +7 -8
- umap/static/umap/locale/lt.json +7 -8
- umap/static/umap/locale/ms.js +7 -8
- umap/static/umap/locale/ms.json +7 -8
- umap/static/umap/locale/nl.js +7 -8
- umap/static/umap/locale/nl.json +7 -8
- umap/static/umap/locale/no.js +7 -8
- umap/static/umap/locale/no.json +7 -8
- umap/static/umap/locale/pl.js +53 -54
- umap/static/umap/locale/pl.json +53 -54
- umap/static/umap/locale/pl_PL.json +7 -8
- umap/static/umap/locale/pt.js +7 -8
- umap/static/umap/locale/pt.json +7 -8
- umap/static/umap/locale/pt_BR.js +7 -8
- umap/static/umap/locale/pt_BR.json +7 -8
- umap/static/umap/locale/pt_PT.js +7 -8
- umap/static/umap/locale/pt_PT.json +7 -8
- umap/static/umap/locale/ro.js +7 -8
- umap/static/umap/locale/ro.json +7 -8
- umap/static/umap/locale/ru.js +7 -8
- umap/static/umap/locale/ru.json +7 -8
- umap/static/umap/locale/sk_SK.js +7 -8
- umap/static/umap/locale/sk_SK.json +7 -8
- umap/static/umap/locale/sl.js +7 -8
- umap/static/umap/locale/sl.json +7 -8
- umap/static/umap/locale/sr.js +7 -8
- umap/static/umap/locale/sr.json +7 -8
- umap/static/umap/locale/sv.js +7 -8
- umap/static/umap/locale/sv.json +7 -8
- umap/static/umap/locale/th_TH.js +7 -8
- umap/static/umap/locale/th_TH.json +7 -8
- umap/static/umap/locale/tr.js +7 -8
- umap/static/umap/locale/tr.json +7 -8
- umap/static/umap/locale/uk_UA.js +7 -8
- umap/static/umap/locale/uk_UA.json +7 -8
- umap/static/umap/locale/vi.js +7 -8
- umap/static/umap/locale/vi.json +7 -8
- umap/static/umap/locale/vi_VN.json +7 -8
- umap/static/umap/locale/zh.js +7 -8
- umap/static/umap/locale/zh.json +7 -8
- umap/static/umap/locale/zh_CN.json +7 -8
- umap/static/umap/locale/zh_TW.Big5.json +7 -8
- umap/static/umap/locale/zh_TW.js +20 -21
- umap/static/umap/locale/zh_TW.json +20 -21
- umap/static/umap/map.css +6 -21
- umap/static/umap/unittests/utils.js +7 -7
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.esm.js +942 -0
- umap/static/umap/vendors/photon/leaflet.photon.esm.js +472 -0
- umap/sync/app.py +4 -1
- umap/templates/umap/content_footer.html +1 -0
- umap/templates/umap/css.html +0 -4
- umap/templates/umap/js.html +1 -8
- umap/templates/umap/team_form.html +2 -1
- umap/tests/integration/conftest.py +3 -2
- umap/tests/integration/test_anonymous_owned_map.py +1 -1
- umap/tests/integration/test_conditional_rules.py +106 -51
- umap/tests/integration/test_draw_polygon.py +4 -0
- umap/tests/integration/test_draw_polyline.py +11 -0
- umap/tests/integration/test_edit_datalayer.py +1 -1
- umap/tests/integration/test_edit_map.py +2 -0
- umap/tests/integration/test_fields.py +19 -0
- umap/tests/integration/test_filters.py +24 -0
- umap/tests/integration/test_iframe.py +1 -1
- umap/tests/integration/test_import.py +26 -0
- umap/tests/integration/test_map.py +3 -3
- umap/tests/integration/test_optimistic_merge.py +7 -1
- umap/tests/integration/test_owned_map.py +2 -2
- umap/tests/integration/test_popup.py +31 -0
- umap/tests/integration/test_remote_data.py +5 -5
- umap/tests/integration/test_search.py +41 -0
- umap/tests/integration/test_share.py +2 -2
- umap/tests/integration/test_team.py +1 -1
- umap/tests/integration/test_websocket_sync.py +6 -1
- umap/tests/test_search_maps_command.py +44 -0
- umap/tests/test_utils.py +4 -1
- umap/utils.py +10 -3
- umap/views.py +17 -4
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/METADATA +29 -23
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/RECORD +210 -214
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/WHEEL +1 -1
- umap/static/umap/js/umap.core.js +0 -93
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
- umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- umap/static/umap/vendors/hash/leaflet-hash.js +0 -162
- umap/static/umap/vendors/loading/Control.Loading.css +0 -26
- umap/static/umap/vendors/loading/Control.Loading.js +0 -351
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css +0 -1
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.css.map +0 -1
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js +0 -4
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.min.js.map +0 -1
- umap/static/umap/vendors/photon/leaflet.photon.js +0 -487
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b3.dist-info → umap_project-3.6.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/da.js
CHANGED
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Slet denne vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Slet",
|
|
101
101
|
"description": "beskrivelse",
|
|
102
|
-
"Direct link": "Direkte link",
|
|
103
102
|
"Directions from here": "Rute herfra",
|
|
104
103
|
"Display label": "Vis etikette",
|
|
105
104
|
"Display measure": "Vis opmåling",
|
|
106
105
|
"display name": "visningsnavn",
|
|
107
106
|
"Display on load": "Vis ved indlæsning",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Vis kontrollen til åbning af OpenStreetMap-editoren",
|
|
109
107
|
"Display the embed control": "Vis indlejringskontrollen",
|
|
110
108
|
"Display the fullscreen control": "Vis fuldskærmskontrollen",
|
|
111
109
|
"Display the locate control": "Vis lokaliseringskontrollen",
|
|
@@ -135,7 +133,6 @@ const locale = {
|
|
|
135
133
|
"Edit this feature": "Rediger dette objekt",
|
|
136
134
|
"Edit": "Rediger",
|
|
137
135
|
"Embed and link options": "Indlejrings- og linkmuligheder",
|
|
138
|
-
"Embed the map": "Indlejr kortet",
|
|
139
136
|
"Emoji & Character": "Emoji og tegn",
|
|
140
137
|
"Empty": "Ryd",
|
|
141
138
|
"Equidistant": "Lige langt væk",
|
|
@@ -165,7 +162,6 @@ const locale = {
|
|
|
165
162
|
"Help": "Hjælp",
|
|
166
163
|
"hidden": "skjult",
|
|
167
164
|
"Hide controls": "Skjul kontroller",
|
|
168
|
-
"Home": "Startside",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hvor meget polylinjen skal forenkles på hvert zoomniveau (mere = bedre ydeevne og jævnere udseende, mindre = mere præcist)",
|
|
170
166
|
"icon opacity": "Ikonets gennemsigtighed",
|
|
171
167
|
"Icon shape": "Ikonfacon",
|
|
@@ -239,7 +235,6 @@ const locale = {
|
|
|
239
235
|
"No licence has been set": "Ingen licens angivet",
|
|
240
236
|
"No results": "Ingen resultater",
|
|
241
237
|
"no": "nej",
|
|
242
|
-
"No.": "Nej.",
|
|
243
238
|
"None": "Ingen",
|
|
244
239
|
"Number of desired classes (default 5)": "Antal ønskede klasser (standard 5)",
|
|
245
240
|
"On the bottom": "I bunden",
|
|
@@ -252,7 +247,6 @@ const locale = {
|
|
|
252
247
|
"Open current feature on load": "Åbn aktuelt objekt ved indlæsning",
|
|
253
248
|
"Open link in…": "Åbn link i…",
|
|
254
249
|
"Open share & download panel": "Åbn panelet for deling og download",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Åbn dette kort i en korteditor for at levere mere nøjagtige data til OpenStreetMap",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Valgfri. Samme som farve, hvis ikke angivet.",
|
|
258
252
|
"Optional.": "Valgfri.",
|
|
@@ -295,7 +289,6 @@ const locale = {
|
|
|
295
289
|
"settings": "indstillinger",
|
|
296
290
|
"Shape properties": "Figuregenskaber",
|
|
297
291
|
"Share and download": "Del og download",
|
|
298
|
-
"Share this link to open a customized map view": "Del dette link for at åbne en tilpasset kortvisning",
|
|
299
292
|
"Short credits": "Korte krediteringer",
|
|
300
293
|
"Short link": "Forkortet link",
|
|
301
294
|
"Show this layer in the caption": "Vis dette lag i kortteksten",
|
|
@@ -649,8 +642,14 @@ const locale = {
|
|
|
649
642
|
"Date and time": "Dato og tid",
|
|
650
643
|
"List of values": "Liste over værdier",
|
|
651
644
|
"Yes / No": "Ja / Nej",
|
|
652
|
-
"Select field to compute intensity": "
|
|
653
|
-
"Optional intensity field to compute heatmap": "
|
|
645
|
+
"Select field to compute intensity": "Vælg felt for at beregne intensitet",
|
|
646
|
+
"Optional intensity field to compute heatmap": "Valgfrit intensitetsfelt til beregning af heatmap",
|
|
647
|
+
"All layers": "Alle lag",
|
|
648
|
+
"Comma separated list of values": "Kommasepareret liste over værdier",
|
|
649
|
+
"Share": "Del",
|
|
650
|
+
"Customized link": "Tilpasset link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "nr."
|
|
654
653
|
}
|
|
655
654
|
L.registerLocale("da", locale)
|
|
656
655
|
L.setLocale("da")
|
umap/static/umap/locale/da.json
CHANGED
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Slet denne vertex (Alt+Click)",
|
|
100
100
|
"Delete": "Slet",
|
|
101
101
|
"description": "beskrivelse",
|
|
102
|
-
"Direct link": "Direkte link",
|
|
103
102
|
"Directions from here": "Rute herfra",
|
|
104
103
|
"Display label": "Vis etikette",
|
|
105
104
|
"Display measure": "Vis opmåling",
|
|
106
105
|
"display name": "visningsnavn",
|
|
107
106
|
"Display on load": "Vis ved indlæsning",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Vis kontrollen til åbning af OpenStreetMap-editoren",
|
|
109
107
|
"Display the embed control": "Vis indlejringskontrollen",
|
|
110
108
|
"Display the fullscreen control": "Vis fuldskærmskontrollen",
|
|
111
109
|
"Display the locate control": "Vis lokaliseringskontrollen",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Rediger dette objekt",
|
|
136
134
|
"Edit": "Rediger",
|
|
137
135
|
"Embed and link options": "Indlejrings- og linkmuligheder",
|
|
138
|
-
"Embed the map": "Indlejr kortet",
|
|
139
136
|
"Emoji & Character": "Emoji og tegn",
|
|
140
137
|
"Empty": "Ryd",
|
|
141
138
|
"Equidistant": "Lige langt væk",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Hjælp",
|
|
166
163
|
"hidden": "skjult",
|
|
167
164
|
"Hide controls": "Skjul kontroller",
|
|
168
|
-
"Home": "Startside",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Hvor meget polylinjen skal forenkles på hvert zoomniveau (mere = bedre ydeevne og jævnere udseende, mindre = mere præcist)",
|
|
170
166
|
"icon opacity": "Ikonets gennemsigtighed",
|
|
171
167
|
"Icon shape": "Ikonfacon",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "Ingen licens angivet",
|
|
240
236
|
"No results": "Ingen resultater",
|
|
241
237
|
"no": "nej",
|
|
242
|
-
"No.": "Nej.",
|
|
243
238
|
"None": "Ingen",
|
|
244
239
|
"Number of desired classes (default 5)": "Antal ønskede klasser (standard 5)",
|
|
245
240
|
"On the bottom": "I bunden",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Åbn aktuelt objekt ved indlæsning",
|
|
253
248
|
"Open link in…": "Åbn link i…",
|
|
254
249
|
"Open share & download panel": "Åbn panelet for deling og download",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Åbn dette kort i en korteditor for at levere mere nøjagtige data til OpenStreetMap",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Valgfri. Samme som farve, hvis ikke angivet.",
|
|
258
252
|
"Optional.": "Valgfri.",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "indstillinger",
|
|
296
290
|
"Shape properties": "Figuregenskaber",
|
|
297
291
|
"Share and download": "Del og download",
|
|
298
|
-
"Share this link to open a customized map view": "Del dette link for at åbne en tilpasset kortvisning",
|
|
299
292
|
"Short credits": "Korte krediteringer",
|
|
300
293
|
"Short link": "Forkortet link",
|
|
301
294
|
"Show this layer in the caption": "Vis dette lag i kortteksten",
|
|
@@ -649,6 +642,12 @@
|
|
|
649
642
|
"Date and time": "Dato og tid",
|
|
650
643
|
"List of values": "Liste over værdier",
|
|
651
644
|
"Yes / No": "Ja / Nej",
|
|
652
|
-
"Select field to compute intensity": "
|
|
653
|
-
"Optional intensity field to compute heatmap": "
|
|
645
|
+
"Select field to compute intensity": "Vælg felt for at beregne intensitet",
|
|
646
|
+
"Optional intensity field to compute heatmap": "Valgfrit intensitetsfelt til beregning af heatmap",
|
|
647
|
+
"All layers": "Alle lag",
|
|
648
|
+
"Comma separated list of values": "Kommasepareret liste over værdier",
|
|
649
|
+
"Share": "Del",
|
|
650
|
+
"Customized link": "Tilpasset link",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "nr."
|
|
654
653
|
}
|
umap/static/umap/locale/de.js
CHANGED
|
@@ -99,13 +99,11 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Diesen Eckpunkt löschen (Alt+Klick)",
|
|
100
100
|
"Delete": "Löschen",
|
|
101
101
|
"description": "Beschreibung",
|
|
102
|
-
"Direct link": "Direktlink",
|
|
103
102
|
"Directions from here": "Route von hier",
|
|
104
103
|
"Display label": "Beschriftung anzeigen",
|
|
105
104
|
"Display measure": "Display measure",
|
|
106
105
|
"display name": "Namen anzeigen",
|
|
107
106
|
"Display on load": "Beim Seitenaufruf anzeigen.",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Den Button zum OpenStreetMap-Editor anzeigen",
|
|
109
107
|
"Display the embed control": "Eingebettete Steuerung anzeigen",
|
|
110
108
|
"Display the fullscreen control": "Vollbildsteuerung anzeigen",
|
|
111
109
|
"Display the locate control": "Den Ortungsbutton anzeigen.",
|
|
@@ -135,7 +133,6 @@ const locale = {
|
|
|
135
133
|
"Edit this feature": "Dieses Element bearbeiten",
|
|
136
134
|
"Edit": "Bearbeiten",
|
|
137
135
|
"Embed and link options": "Optionen zum Einbetten und für eine angepasste Kartenansicht",
|
|
138
|
-
"Embed the map": "Karte einbinden",
|
|
139
136
|
"Emoji & Character": "Emoji & Schriftzeichen",
|
|
140
137
|
"Empty": "Leeren",
|
|
141
138
|
"Equidistant": "Äquidistant",
|
|
@@ -165,7 +162,6 @@ const locale = {
|
|
|
165
162
|
"Help": "Hilfe",
|
|
166
163
|
"hidden": "ausgeblendet",
|
|
167
164
|
"Hide controls": "Schaltflächen ausblenden",
|
|
168
|
-
"Home": "Startseite",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Wie stark Linien mit jeder Zoomstufe vereinfacht werden (mehr = bessere Performance und glatteres Aussehen, weniger = präziser)",
|
|
170
166
|
"icon opacity": "Symbol-Deckkraft",
|
|
171
167
|
"Icon shape": "Bildzeichenform",
|
|
@@ -239,7 +235,6 @@ const locale = {
|
|
|
239
235
|
"No licence has been set": "Keine Lizenz ausgewählt",
|
|
240
236
|
"No results": "Keine Ergebnisse",
|
|
241
237
|
"no": "Nein",
|
|
242
|
-
"No.": "Nr.",
|
|
243
238
|
"None": "Keine",
|
|
244
239
|
"Number of desired classes (default 5)": "Anzahl der gewünschten Klassen (Standardwert 5)",
|
|
245
240
|
"On the bottom": "An der Unterseite",
|
|
@@ -252,7 +247,6 @@ const locale = {
|
|
|
252
247
|
"Open current feature on load": "Open current feature on load",
|
|
253
248
|
"Open link in…": "Link öffnen in…",
|
|
254
249
|
"Open share & download panel": "Teilen & Herunterladen anzeigen",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Diesen Kartenauschnitt in einem Karten-Editor öffnen, um genauere Daten für OpenStreetMap bereitzustellen.",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Optional. Gleich wie Farbe, falls nicht ausgefüllt.",
|
|
258
252
|
"Optional.": "Optional.",
|
|
@@ -295,7 +289,6 @@ const locale = {
|
|
|
295
289
|
"settings": "Einstellungen",
|
|
296
290
|
"Shape properties": "Formeigenschaften",
|
|
297
291
|
"Share and download": "Teilen und Herunterladen",
|
|
298
|
-
"Share this link to open a customized map view": "Teile diesen Link, um eine angepasste Kartenansicht zu öffnen",
|
|
299
292
|
"Short credits": "Kurze Credits",
|
|
300
293
|
"Short link": "Kurzlink",
|
|
301
294
|
"Show this layer in the caption": "Legende im Info-Fenster anzeigen.",
|
|
@@ -509,8 +502,8 @@ const locale = {
|
|
|
509
502
|
"Layer permalink": "Permalink für Ebene",
|
|
510
503
|
"Back to home": "Zurück zur Startseite",
|
|
511
504
|
"Home logo": "Logo der Startseite",
|
|
512
|
-
"Add this geometry to my map": "
|
|
513
|
-
"Add this place to my map": "
|
|
505
|
+
"Add this geometry to my map": "Diese Geometrie der Karte hinzufügen",
|
|
506
|
+
"Add this place to my map": "Diesen Ort der Karte hinzufügen",
|
|
514
507
|
"Cancel last edit": "Letzte Bearbeitung abbrechen",
|
|
515
508
|
"Redo last edit": "Letzte Bearbeitung wiederholen",
|
|
516
509
|
"Links": "Links",
|
|
@@ -518,19 +511,19 @@ const locale = {
|
|
|
518
511
|
"Iframes": "Iframes",
|
|
519
512
|
"Tags": "Tags",
|
|
520
513
|
"Geocode": "Geocode",
|
|
521
|
-
"Display the back to home icon": "
|
|
522
|
-
"Do you want to display layer switcher in caption bar?": "
|
|
523
|
-
"Simplify all geometries to points": "
|
|
514
|
+
"Display the back to home icon": "Das Symbol \"Zurück zur Startseite\" anzeigen",
|
|
515
|
+
"Do you want to display layer switcher in caption bar?": "Möchtest du die Ebenenauswahlschaltfläche im Überschriftbereich (Fußzeile) anzeigen?",
|
|
516
|
+
"Simplify all geometries to points": "Alle Geometrien zu Punkten vereinfachen",
|
|
524
517
|
"Back to list": "Zurück zur Liste",
|
|
525
518
|
"Toggle rule": "Regel umschalten",
|
|
526
519
|
"Delete rule": "Regel löschen",
|
|
527
520
|
"Cannot save layer, please try again in a few minutes.": "Ebene konnte nicht gespeichert werden. Bitte versuche es in ein paar Minuten erneut.",
|
|
528
|
-
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "
|
|
529
|
-
"More help resources": "
|
|
521
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Aktiviere gleichzeitiges, kollaboratives Bearbeiten der Karte. Andere Nutzende müssen die Karte neu laden, wenn diese Einstellung geändert wurde.",
|
|
522
|
+
"More help resources": "Weitere Anleitungen",
|
|
530
523
|
"This map is a template": "Die Karte ist eine Vorlage",
|
|
531
|
-
"Add text along path": "
|
|
524
|
+
"Add text along path": "Füge Text entlang des Pfades hinzu",
|
|
532
525
|
"Text color": "Textfarbe",
|
|
533
|
-
"Text offset": "
|
|
526
|
+
"Text offset": "Textabstand",
|
|
534
527
|
"Text position": "Textposition",
|
|
535
528
|
"start": "Start",
|
|
536
529
|
"center": "Mitte",
|
|
@@ -543,7 +536,7 @@ const locale = {
|
|
|
543
536
|
"From staff": "Von Mitarbeitern",
|
|
544
537
|
"From community": "Von der Community",
|
|
545
538
|
"You must select a template.": "Du musst eine Vorlage auswählen.",
|
|
546
|
-
"Line decoration": "
|
|
539
|
+
"Line decoration": "Linienverzierung",
|
|
547
540
|
"Reuse this template": "Vorlage wiederverwenden",
|
|
548
541
|
"Create a new map using this template": "Erstelle eine neue Karte aus dieser Vorlage.",
|
|
549
542
|
"Save template": "Vorlage speichern",
|
|
@@ -554,7 +547,7 @@ const locale = {
|
|
|
554
547
|
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "Es gibt noch keine empfohlene Vorlage. Empfohlene Vorlagen werden von uMap Adminstratoren markiert.",
|
|
555
548
|
"There is no public template yet.": "Es gibt noch keine öffentliche Vorlage",
|
|
556
549
|
"Explore": "Erkunden",
|
|
557
|
-
"Import data from public open data portals": "
|
|
550
|
+
"Import data from public open data portals": "Importiere Daten aus öffentlich verfügbaren Quellen",
|
|
558
551
|
"Choose a portal": "Choose a portal",
|
|
559
552
|
"Limit results to current map view": "Treffer auf aktuelle Ansicht einschränken",
|
|
560
553
|
"Please choose an instance first.": "Bitte zuerst eine Instanz wählen",
|
|
@@ -576,13 +569,13 @@ const locale = {
|
|
|
576
569
|
"Will only affect raw and large circle icons.": "Das wird nur ursprüngliche- und große Kreisicons beinflussen.",
|
|
577
570
|
"Route": "Strecke",
|
|
578
571
|
"Display the print control": "Druckeinstellungen anzeigen",
|
|
579
|
-
"Compute isochrone from here": "
|
|
572
|
+
"Compute isochrone from here": "Berechne Isochronen um diesen Punkt",
|
|
580
573
|
"Route settings": "Strecken Einstellungen",
|
|
581
|
-
"Transform to regular line": "
|
|
574
|
+
"Transform to regular line": "In normale Linien umwandeln",
|
|
582
575
|
"Transform to route": "In Strecke umwandeln",
|
|
583
576
|
"Restore route": "Strecke wiederherstellen",
|
|
584
577
|
"Profile": "Profil",
|
|
585
|
-
"Compute elevations": "
|
|
578
|
+
"Compute elevations": "Höhen berechnen",
|
|
586
579
|
"Route preference": "Streckenvoreinstellung",
|
|
587
580
|
"Compute route": "Strecke berechnen",
|
|
588
581
|
"Walking": "Gehen",
|
|
@@ -600,57 +593,63 @@ const locale = {
|
|
|
600
593
|
"Loss:": "Abstieg:",
|
|
601
594
|
"Altitude:": "Höhe:",
|
|
602
595
|
"Right-click to edit": "Rechts-Klick zum editieren",
|
|
603
|
-
"Draw along routes": "
|
|
604
|
-
"Skipping invalid geometry": "
|
|
605
|
-
"Add filter": "
|
|
596
|
+
"Draw along routes": "Zeichne entlang der Route",
|
|
597
|
+
"Skipping invalid geometry": "Überspringe ungültige Geometrien",
|
|
598
|
+
"Add filter": "Filter hinzufügen",
|
|
606
599
|
"Min/Max": "Min/Max",
|
|
607
|
-
"Multiple choices": "
|
|
608
|
-
"Exclusive choice": "
|
|
609
|
-
"Yes/No": "
|
|
610
|
-
"Add a field prior to create a filter.": "
|
|
611
|
-
"Edit this filter": "
|
|
612
|
-
"Remove this filter": "
|
|
613
|
-
"Apply filter to": "
|
|
614
|
-
"Filter on": "
|
|
615
|
-
"Human readable name of the filter": "
|
|
600
|
+
"Multiple choices": "Mehrfachauswahl",
|
|
601
|
+
"Exclusive choice": "Exklusive Auswahl",
|
|
602
|
+
"Yes/No": "Ja/Nein",
|
|
603
|
+
"Add a field prior to create a filter.": "Füge ein Feld hinzu bevor du den Filter erstellst",
|
|
604
|
+
"Edit this filter": "Diesen Filter bearbeiten",
|
|
605
|
+
"Remove this filter": "Diesen Filter entfernen",
|
|
606
|
+
"Apply filter to": "Filter anwenden auf",
|
|
607
|
+
"Filter on": "Filtern auf",
|
|
608
|
+
"Human readable name of the filter": "Menschenlesbarer Name des Filters",
|
|
616
609
|
"Widget for the filter": "Widget for the filter",
|
|
617
|
-
"Edit filter": "
|
|
618
|
-
"Edit this field": "
|
|
619
|
-
"all layers": "
|
|
620
|
-
"single layer": "
|
|
610
|
+
"Edit filter": "Filter bearbeiten",
|
|
611
|
+
"Edit this field": "Dieses Feld bearbeiten",
|
|
612
|
+
"all layers": "alle Ebenen",
|
|
613
|
+
"single layer": "eine Ebene",
|
|
621
614
|
"unset": "unset",
|
|
622
|
-
"Filters will be displayed in the data browser to ease data selection.": "
|
|
615
|
+
"Filters will be displayed in the data browser to ease data selection.": "Filter werden im Datenbrowser angezeigt, um das Auswählen der Daten zu vereinfachen.",
|
|
623
616
|
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])",
|
|
624
|
-
"Field Name": "
|
|
625
|
-
"Field Type": "
|
|
626
|
-
"Manage field": "
|
|
627
|
-
"Add filter for this field": "
|
|
628
|
-
"Name cannot be empty.": "Name
|
|
629
|
-
"Are you sure you want to delete this field on all the data?": "
|
|
630
|
-
"Anonymous map": "
|
|
631
|
-
"Edit filter for this field": "
|
|
632
|
-
"Hey, you created a map without an account!": "Hey,
|
|
633
|
-
"This map is anonymous, do you want to attach it to your account?": "
|
|
634
|
-
"The map has been upgraded to latest version, please save it.": "
|
|
617
|
+
"Field Name": "Feldname",
|
|
618
|
+
"Field Type": "Feld-Typ",
|
|
619
|
+
"Manage field": "Feld bearbeiten",
|
|
620
|
+
"Add filter for this field": "Füge Filter für dieses Feld hinzu",
|
|
621
|
+
"Name cannot be empty.": "Der Name darf nicht leer sein.",
|
|
622
|
+
"Are you sure you want to delete this field on all the data?": "Bist du sicher, dass du dieses Feld aus den Daten löschen willst?",
|
|
623
|
+
"Anonymous map": "Anonyme Karte",
|
|
624
|
+
"Edit filter for this field": "Bearbeite Filter für dieses Feld",
|
|
625
|
+
"Hey, you created a map without an account!": "Hey, du hast eine Karte ohne einen Account erstellt!",
|
|
626
|
+
"This map is anonymous, do you want to attach it to your account?": "Dies ist eine anonyme Karte. Möchtest Du sie deinem Account zuweisen?",
|
|
627
|
+
"The map has been upgraded to latest version, please save it.": "Diese Karte wurde auf die aktuellste Version aktualisiert. Bitte speichere sie!",
|
|
635
628
|
"Elevation has been added!": "Elevation has been added!",
|
|
636
629
|
"Mapillary": "Mapillary",
|
|
637
630
|
"Wikidata": "Wikidata",
|
|
638
|
-
"Wikipedia contributors": "Wikipedia
|
|
639
|
-
"See on Wikipedia": "
|
|
640
|
-
"Anonymous map: update who can see and edit it": "
|
|
641
|
-
"Login": "
|
|
642
|
-
"Manage filters": "
|
|
643
|
-
"Map (all layers)": "
|
|
644
|
-
"Add a filter for this field": "
|
|
645
|
-
"Short text": "
|
|
631
|
+
"Wikipedia contributors": "Wikipedia-Beitragende",
|
|
632
|
+
"See on Wikipedia": "Siehe Wikipedia",
|
|
633
|
+
"Anonymous map: update who can see and edit it": "Anonyme Karte: aktualisiere, wer diese sehen und editieren kann",
|
|
634
|
+
"Login": "Anmeldung",
|
|
635
|
+
"Manage filters": "Filter bearbeiten",
|
|
636
|
+
"Map (all layers)": "Karte (alle Ebenen)",
|
|
637
|
+
"Add a filter for this field": "Füge Filter für dieses Feld hinzu",
|
|
638
|
+
"Short text": "Kurzer Text",
|
|
646
639
|
"Text": "Text",
|
|
647
|
-
"Number": "
|
|
648
|
-
"Date": "
|
|
649
|
-
"Date and time": "
|
|
650
|
-
"List of values": "
|
|
651
|
-
"Yes / No": "
|
|
640
|
+
"Number": "Zahl",
|
|
641
|
+
"Date": "Datum",
|
|
642
|
+
"Date and time": "Datum und Uhrzeit",
|
|
643
|
+
"List of values": "Liste von Werten",
|
|
644
|
+
"Yes / No": "Ja / Nein",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "Alle Ebenen",
|
|
648
|
+
"Comma separated list of values": "Kommagetrennte Liste von Werten.",
|
|
649
|
+
"Share": "Teilen",
|
|
650
|
+
"Customized link": "Benutzerdefinierte Verknüpfung",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|
|
655
654
|
L.registerLocale("de", locale)
|
|
656
655
|
L.setLocale("de")
|
umap/static/umap/locale/de.json
CHANGED
|
@@ -99,13 +99,11 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Diesen Eckpunkt löschen (Alt+Klick)",
|
|
100
100
|
"Delete": "Löschen",
|
|
101
101
|
"description": "Beschreibung",
|
|
102
|
-
"Direct link": "Direktlink",
|
|
103
102
|
"Directions from here": "Route von hier",
|
|
104
103
|
"Display label": "Beschriftung anzeigen",
|
|
105
104
|
"Display measure": "Display measure",
|
|
106
105
|
"display name": "Namen anzeigen",
|
|
107
106
|
"Display on load": "Beim Seitenaufruf anzeigen.",
|
|
108
|
-
"Display the control to open OpenStreetMap editor": "Den Button zum OpenStreetMap-Editor anzeigen",
|
|
109
107
|
"Display the embed control": "Eingebettete Steuerung anzeigen",
|
|
110
108
|
"Display the fullscreen control": "Vollbildsteuerung anzeigen",
|
|
111
109
|
"Display the locate control": "Den Ortungsbutton anzeigen.",
|
|
@@ -135,7 +133,6 @@
|
|
|
135
133
|
"Edit this feature": "Dieses Element bearbeiten",
|
|
136
134
|
"Edit": "Bearbeiten",
|
|
137
135
|
"Embed and link options": "Optionen zum Einbetten und für eine angepasste Kartenansicht",
|
|
138
|
-
"Embed the map": "Karte einbinden",
|
|
139
136
|
"Emoji & Character": "Emoji & Schriftzeichen",
|
|
140
137
|
"Empty": "Leeren",
|
|
141
138
|
"Equidistant": "Äquidistant",
|
|
@@ -165,7 +162,6 @@
|
|
|
165
162
|
"Help": "Hilfe",
|
|
166
163
|
"hidden": "ausgeblendet",
|
|
167
164
|
"Hide controls": "Schaltflächen ausblenden",
|
|
168
|
-
"Home": "Startseite",
|
|
169
165
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "Wie stark Linien mit jeder Zoomstufe vereinfacht werden (mehr = bessere Performance und glatteres Aussehen, weniger = präziser)",
|
|
170
166
|
"icon opacity": "Symbol-Deckkraft",
|
|
171
167
|
"Icon shape": "Bildzeichenform",
|
|
@@ -239,7 +235,6 @@
|
|
|
239
235
|
"No licence has been set": "Keine Lizenz ausgewählt",
|
|
240
236
|
"No results": "Keine Ergebnisse",
|
|
241
237
|
"no": "Nein",
|
|
242
|
-
"No.": "Nr.",
|
|
243
238
|
"None": "Keine",
|
|
244
239
|
"Number of desired classes (default 5)": "Anzahl der gewünschten Klassen (Standardwert 5)",
|
|
245
240
|
"On the bottom": "An der Unterseite",
|
|
@@ -252,7 +247,6 @@
|
|
|
252
247
|
"Open current feature on load": "Open current feature on load",
|
|
253
248
|
"Open link in…": "Link öffnen in…",
|
|
254
249
|
"Open share & download panel": "Teilen & Herunterladen anzeigen",
|
|
255
|
-
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Diesen Kartenauschnitt in einem Karten-Editor öffnen, um genauere Daten für OpenStreetMap bereitzustellen.",
|
|
256
250
|
"OpenStreetMap": "OpenStreetMap",
|
|
257
251
|
"Optional. Same as color if not set.": "Optional. Gleich wie Farbe, falls nicht ausgefüllt.",
|
|
258
252
|
"Optional.": "Optional.",
|
|
@@ -295,7 +289,6 @@
|
|
|
295
289
|
"settings": "Einstellungen",
|
|
296
290
|
"Shape properties": "Formeigenschaften",
|
|
297
291
|
"Share and download": "Teilen und Herunterladen",
|
|
298
|
-
"Share this link to open a customized map view": "Teile diesen Link, um eine angepasste Kartenansicht zu öffnen",
|
|
299
292
|
"Short credits": "Kurze Credits",
|
|
300
293
|
"Short link": "Kurzlink",
|
|
301
294
|
"Show this layer in the caption": "Legende im Info-Fenster anzeigen.",
|
|
@@ -509,8 +502,8 @@
|
|
|
509
502
|
"Layer permalink": "Permalink für Ebene",
|
|
510
503
|
"Back to home": "Zurück zur Startseite",
|
|
511
504
|
"Home logo": "Logo der Startseite",
|
|
512
|
-
"Add this geometry to my map": "
|
|
513
|
-
"Add this place to my map": "
|
|
505
|
+
"Add this geometry to my map": "Diese Geometrie der Karte hinzufügen",
|
|
506
|
+
"Add this place to my map": "Diesen Ort der Karte hinzufügen",
|
|
514
507
|
"Cancel last edit": "Letzte Bearbeitung abbrechen",
|
|
515
508
|
"Redo last edit": "Letzte Bearbeitung wiederholen",
|
|
516
509
|
"Links": "Links",
|
|
@@ -518,19 +511,19 @@
|
|
|
518
511
|
"Iframes": "Iframes",
|
|
519
512
|
"Tags": "Tags",
|
|
520
513
|
"Geocode": "Geocode",
|
|
521
|
-
"Display the back to home icon": "
|
|
522
|
-
"Do you want to display layer switcher in caption bar?": "
|
|
523
|
-
"Simplify all geometries to points": "
|
|
514
|
+
"Display the back to home icon": "Das Symbol \"Zurück zur Startseite\" anzeigen",
|
|
515
|
+
"Do you want to display layer switcher in caption bar?": "Möchtest du die Ebenenauswahlschaltfläche im Überschriftbereich (Fußzeile) anzeigen?",
|
|
516
|
+
"Simplify all geometries to points": "Alle Geometrien zu Punkten vereinfachen",
|
|
524
517
|
"Back to list": "Zurück zur Liste",
|
|
525
518
|
"Toggle rule": "Regel umschalten",
|
|
526
519
|
"Delete rule": "Regel löschen",
|
|
527
520
|
"Cannot save layer, please try again in a few minutes.": "Ebene konnte nicht gespeichert werden. Bitte versuche es in ein paar Minuten erneut.",
|
|
528
|
-
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "
|
|
529
|
-
"More help resources": "
|
|
521
|
+
"Activate collaborative live editing on this map. Other users must reload the map after changing this setting.": "Aktiviere gleichzeitiges, kollaboratives Bearbeiten der Karte. Andere Nutzende müssen die Karte neu laden, wenn diese Einstellung geändert wurde.",
|
|
522
|
+
"More help resources": "Weitere Anleitungen",
|
|
530
523
|
"This map is a template": "Die Karte ist eine Vorlage",
|
|
531
|
-
"Add text along path": "
|
|
524
|
+
"Add text along path": "Füge Text entlang des Pfades hinzu",
|
|
532
525
|
"Text color": "Textfarbe",
|
|
533
|
-
"Text offset": "
|
|
526
|
+
"Text offset": "Textabstand",
|
|
534
527
|
"Text position": "Textposition",
|
|
535
528
|
"start": "Start",
|
|
536
529
|
"center": "Mitte",
|
|
@@ -543,7 +536,7 @@
|
|
|
543
536
|
"From staff": "Von Mitarbeitern",
|
|
544
537
|
"From community": "Von der Community",
|
|
545
538
|
"You must select a template.": "Du musst eine Vorlage auswählen.",
|
|
546
|
-
"Line decoration": "
|
|
539
|
+
"Line decoration": "Linienverzierung",
|
|
547
540
|
"Reuse this template": "Vorlage wiederverwenden",
|
|
548
541
|
"Create a new map using this template": "Erstelle eine neue Karte aus dieser Vorlage.",
|
|
549
542
|
"Save template": "Vorlage speichern",
|
|
@@ -554,7 +547,7 @@
|
|
|
554
547
|
"There is no recommended template yet. Recommended templates are the ones starred by uMap administrators.": "Es gibt noch keine empfohlene Vorlage. Empfohlene Vorlagen werden von uMap Adminstratoren markiert.",
|
|
555
548
|
"There is no public template yet.": "Es gibt noch keine öffentliche Vorlage",
|
|
556
549
|
"Explore": "Erkunden",
|
|
557
|
-
"Import data from public open data portals": "
|
|
550
|
+
"Import data from public open data portals": "Importiere Daten aus öffentlich verfügbaren Quellen",
|
|
558
551
|
"Choose a portal": "Choose a portal",
|
|
559
552
|
"Limit results to current map view": "Treffer auf aktuelle Ansicht einschränken",
|
|
560
553
|
"Please choose an instance first.": "Bitte zuerst eine Instanz wählen",
|
|
@@ -576,13 +569,13 @@
|
|
|
576
569
|
"Will only affect raw and large circle icons.": "Das wird nur ursprüngliche- und große Kreisicons beinflussen.",
|
|
577
570
|
"Route": "Strecke",
|
|
578
571
|
"Display the print control": "Druckeinstellungen anzeigen",
|
|
579
|
-
"Compute isochrone from here": "
|
|
572
|
+
"Compute isochrone from here": "Berechne Isochronen um diesen Punkt",
|
|
580
573
|
"Route settings": "Strecken Einstellungen",
|
|
581
|
-
"Transform to regular line": "
|
|
574
|
+
"Transform to regular line": "In normale Linien umwandeln",
|
|
582
575
|
"Transform to route": "In Strecke umwandeln",
|
|
583
576
|
"Restore route": "Strecke wiederherstellen",
|
|
584
577
|
"Profile": "Profil",
|
|
585
|
-
"Compute elevations": "
|
|
578
|
+
"Compute elevations": "Höhen berechnen",
|
|
586
579
|
"Route preference": "Streckenvoreinstellung",
|
|
587
580
|
"Compute route": "Strecke berechnen",
|
|
588
581
|
"Walking": "Gehen",
|
|
@@ -600,55 +593,61 @@
|
|
|
600
593
|
"Loss:": "Abstieg:",
|
|
601
594
|
"Altitude:": "Höhe:",
|
|
602
595
|
"Right-click to edit": "Rechts-Klick zum editieren",
|
|
603
|
-
"Draw along routes": "
|
|
604
|
-
"Skipping invalid geometry": "
|
|
605
|
-
"Add filter": "
|
|
596
|
+
"Draw along routes": "Zeichne entlang der Route",
|
|
597
|
+
"Skipping invalid geometry": "Überspringe ungültige Geometrien",
|
|
598
|
+
"Add filter": "Filter hinzufügen",
|
|
606
599
|
"Min/Max": "Min/Max",
|
|
607
|
-
"Multiple choices": "
|
|
608
|
-
"Exclusive choice": "
|
|
609
|
-
"Yes/No": "
|
|
610
|
-
"Add a field prior to create a filter.": "
|
|
611
|
-
"Edit this filter": "
|
|
612
|
-
"Remove this filter": "
|
|
613
|
-
"Apply filter to": "
|
|
614
|
-
"Filter on": "
|
|
615
|
-
"Human readable name of the filter": "
|
|
600
|
+
"Multiple choices": "Mehrfachauswahl",
|
|
601
|
+
"Exclusive choice": "Exklusive Auswahl",
|
|
602
|
+
"Yes/No": "Ja/Nein",
|
|
603
|
+
"Add a field prior to create a filter.": "Füge ein Feld hinzu bevor du den Filter erstellst",
|
|
604
|
+
"Edit this filter": "Diesen Filter bearbeiten",
|
|
605
|
+
"Remove this filter": "Diesen Filter entfernen",
|
|
606
|
+
"Apply filter to": "Filter anwenden auf",
|
|
607
|
+
"Filter on": "Filtern auf",
|
|
608
|
+
"Human readable name of the filter": "Menschenlesbarer Name des Filters",
|
|
616
609
|
"Widget for the filter": "Widget for the filter",
|
|
617
|
-
"Edit filter": "
|
|
618
|
-
"Edit this field": "
|
|
619
|
-
"all layers": "
|
|
620
|
-
"single layer": "
|
|
610
|
+
"Edit filter": "Filter bearbeiten",
|
|
611
|
+
"Edit this field": "Dieses Feld bearbeiten",
|
|
612
|
+
"all layers": "alle Ebenen",
|
|
613
|
+
"single layer": "eine Ebene",
|
|
621
614
|
"unset": "unset",
|
|
622
|
-
"Filters will be displayed in the data browser to ease data selection.": "
|
|
615
|
+
"Filters will be displayed in the data browser to ease data selection.": "Filter werden im Datenbrowser angezeigt, um das Auswählen der Daten zu vereinfachen.",
|
|
623
616
|
"[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])": "[key=\"value\"][key2=\"value2\"] (eg. [boundary=\"educational\"][name=\"Académie de Lyon\"])",
|
|
624
|
-
"Field Name": "
|
|
625
|
-
"Field Type": "
|
|
626
|
-
"Manage field": "
|
|
627
|
-
"Add filter for this field": "
|
|
628
|
-
"Name cannot be empty.": "Name
|
|
629
|
-
"Are you sure you want to delete this field on all the data?": "
|
|
630
|
-
"Anonymous map": "
|
|
631
|
-
"Edit filter for this field": "
|
|
632
|
-
"Hey, you created a map without an account!": "Hey,
|
|
633
|
-
"This map is anonymous, do you want to attach it to your account?": "
|
|
634
|
-
"The map has been upgraded to latest version, please save it.": "
|
|
617
|
+
"Field Name": "Feldname",
|
|
618
|
+
"Field Type": "Feld-Typ",
|
|
619
|
+
"Manage field": "Feld bearbeiten",
|
|
620
|
+
"Add filter for this field": "Füge Filter für dieses Feld hinzu",
|
|
621
|
+
"Name cannot be empty.": "Der Name darf nicht leer sein.",
|
|
622
|
+
"Are you sure you want to delete this field on all the data?": "Bist du sicher, dass du dieses Feld aus den Daten löschen willst?",
|
|
623
|
+
"Anonymous map": "Anonyme Karte",
|
|
624
|
+
"Edit filter for this field": "Bearbeite Filter für dieses Feld",
|
|
625
|
+
"Hey, you created a map without an account!": "Hey, du hast eine Karte ohne einen Account erstellt!",
|
|
626
|
+
"This map is anonymous, do you want to attach it to your account?": "Dies ist eine anonyme Karte. Möchtest Du sie deinem Account zuweisen?",
|
|
627
|
+
"The map has been upgraded to latest version, please save it.": "Diese Karte wurde auf die aktuellste Version aktualisiert. Bitte speichere sie!",
|
|
635
628
|
"Elevation has been added!": "Elevation has been added!",
|
|
636
629
|
"Mapillary": "Mapillary",
|
|
637
630
|
"Wikidata": "Wikidata",
|
|
638
|
-
"Wikipedia contributors": "Wikipedia
|
|
639
|
-
"See on Wikipedia": "
|
|
640
|
-
"Anonymous map: update who can see and edit it": "
|
|
641
|
-
"Login": "
|
|
642
|
-
"Manage filters": "
|
|
643
|
-
"Map (all layers)": "
|
|
644
|
-
"Add a filter for this field": "
|
|
645
|
-
"Short text": "
|
|
631
|
+
"Wikipedia contributors": "Wikipedia-Beitragende",
|
|
632
|
+
"See on Wikipedia": "Siehe Wikipedia",
|
|
633
|
+
"Anonymous map: update who can see and edit it": "Anonyme Karte: aktualisiere, wer diese sehen und editieren kann",
|
|
634
|
+
"Login": "Anmeldung",
|
|
635
|
+
"Manage filters": "Filter bearbeiten",
|
|
636
|
+
"Map (all layers)": "Karte (alle Ebenen)",
|
|
637
|
+
"Add a filter for this field": "Füge Filter für dieses Feld hinzu",
|
|
638
|
+
"Short text": "Kurzer Text",
|
|
646
639
|
"Text": "Text",
|
|
647
|
-
"Number": "
|
|
648
|
-
"Date": "
|
|
649
|
-
"Date and time": "
|
|
650
|
-
"List of values": "
|
|
651
|
-
"Yes / No": "
|
|
640
|
+
"Number": "Zahl",
|
|
641
|
+
"Date": "Datum",
|
|
642
|
+
"Date and time": "Datum und Uhrzeit",
|
|
643
|
+
"List of values": "Liste von Werten",
|
|
644
|
+
"Yes / No": "Ja / Nein",
|
|
652
645
|
"Select field to compute intensity": "Select field to compute intensity",
|
|
653
|
-
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap"
|
|
646
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
647
|
+
"All layers": "Alle Ebenen",
|
|
648
|
+
"Comma separated list of values": "Kommagetrennte Liste von Werten.",
|
|
649
|
+
"Share": "Teilen",
|
|
650
|
+
"Customized link": "Benutzerdefinierte Verknüpfung",
|
|
651
|
+
"Iframe": "Iframe",
|
|
652
|
+
"№": "№"
|
|
654
653
|
}
|