umap-project 3.4.0b1__py3-none-any.whl → 3.4.2__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/context_processors.py +1 -1
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/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/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +72 -71
- umap/migrations/0018_datalayer_uuid.py +1 -1
- umap/models.py +7 -3
- umap/settings/local.py.sample +1 -1
- umap/static/umap/content.css +0 -3
- umap/static/umap/css/bar.css +9 -6
- umap/static/umap/css/form.css +27 -11
- umap/static/umap/css/popup.css +1 -0
- umap/static/umap/js/components/base.js +1 -1
- umap/static/umap/js/components/copiable.js +47 -0
- umap/static/umap/js/modules/autocomplete.js +31 -58
- umap/static/umap/js/modules/browser.js +8 -8
- umap/static/umap/js/modules/data/features.js +33 -36
- umap/static/umap/js/modules/data/fields.js +446 -0
- umap/static/umap/js/modules/data/layer.js +76 -93
- umap/static/umap/js/modules/domutils.js +24 -4
- umap/static/umap/js/modules/filters.js +20 -47
- umap/static/umap/js/modules/form/fields.js +4 -4
- umap/static/umap/js/modules/formatter.js +9 -1
- umap/static/umap/js/modules/help.js +13 -14
- umap/static/umap/js/modules/i18n.js +1 -1
- umap/static/umap/js/modules/importer.js +18 -27
- 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 -265
- umap/static/umap/js/modules/permissions.js +5 -3
- umap/static/umap/js/modules/rendering/controls.js +6 -4
- 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 +27 -21
- umap/static/umap/js/modules/rendering/map.js +22 -22
- umap/static/umap/js/modules/rendering/popup.js +6 -3
- umap/static/umap/js/modules/rendering/template.js +31 -37
- 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 +51 -32
- umap/static/umap/js/modules/ui/dialog.js +10 -1
- umap/static/umap/js/modules/ui/panel.js +28 -23
- umap/static/umap/js/modules/ui/tooltip.js +1 -1
- umap/static/umap/js/modules/umap.js +84 -84
- umap/static/umap/js/modules/utils.js +13 -4
- umap/static/umap/js/umap.controls.js +33 -14
- umap/static/umap/locale/am_ET.js +19 -8
- umap/static/umap/locale/am_ET.json +19 -8
- umap/static/umap/locale/ar.js +19 -8
- umap/static/umap/locale/ar.json +19 -8
- umap/static/umap/locale/ast.js +19 -8
- umap/static/umap/locale/ast.json +19 -8
- umap/static/umap/locale/bg.js +19 -8
- umap/static/umap/locale/bg.json +19 -8
- umap/static/umap/locale/br.js +20 -9
- umap/static/umap/locale/br.json +20 -9
- umap/static/umap/locale/ca.js +19 -8
- umap/static/umap/locale/ca.json +19 -8
- umap/static/umap/locale/cs_CZ.js +20 -9
- umap/static/umap/locale/cs_CZ.json +20 -9
- umap/static/umap/locale/da.js +54 -43
- umap/static/umap/locale/da.json +54 -43
- umap/static/umap/locale/de.js +44 -33
- umap/static/umap/locale/de.json +44 -33
- umap/static/umap/locale/el.js +20 -9
- umap/static/umap/locale/el.json +20 -9
- umap/static/umap/locale/en.js +20 -9
- umap/static/umap/locale/en.json +20 -9
- umap/static/umap/locale/en_US.json +19 -8
- umap/static/umap/locale/es.js +55 -44
- umap/static/umap/locale/es.json +55 -44
- umap/static/umap/locale/et.js +20 -9
- umap/static/umap/locale/et.json +20 -9
- umap/static/umap/locale/eu.js +25 -14
- umap/static/umap/locale/eu.json +25 -14
- umap/static/umap/locale/fa_IR.js +20 -9
- umap/static/umap/locale/fa_IR.json +20 -9
- umap/static/umap/locale/fi.js +19 -8
- umap/static/umap/locale/fi.json +19 -8
- umap/static/umap/locale/fr.js +21 -10
- umap/static/umap/locale/fr.json +21 -10
- umap/static/umap/locale/gl.js +147 -136
- umap/static/umap/locale/gl.json +147 -136
- umap/static/umap/locale/he.js +19 -8
- umap/static/umap/locale/he.json +19 -8
- umap/static/umap/locale/hr.js +19 -8
- umap/static/umap/locale/hr.json +19 -8
- umap/static/umap/locale/hu.js +62 -51
- umap/static/umap/locale/hu.json +62 -51
- umap/static/umap/locale/id.js +19 -8
- umap/static/umap/locale/id.json +19 -8
- umap/static/umap/locale/is.js +20 -9
- umap/static/umap/locale/is.json +20 -9
- umap/static/umap/locale/it.js +20 -9
- umap/static/umap/locale/it.json +20 -9
- umap/static/umap/locale/ja.js +19 -8
- umap/static/umap/locale/ja.json +19 -8
- umap/static/umap/locale/ko.js +19 -8
- umap/static/umap/locale/ko.json +19 -8
- umap/static/umap/locale/lt.js +19 -8
- umap/static/umap/locale/lt.json +19 -8
- umap/static/umap/locale/ms.js +20 -9
- umap/static/umap/locale/ms.json +20 -9
- umap/static/umap/locale/nl.js +20 -9
- umap/static/umap/locale/nl.json +20 -9
- umap/static/umap/locale/no.js +19 -8
- umap/static/umap/locale/no.json +19 -8
- umap/static/umap/locale/pl.js +56 -45
- umap/static/umap/locale/pl.json +56 -45
- umap/static/umap/locale/pl_PL.json +19 -8
- umap/static/umap/locale/pt.js +20 -9
- umap/static/umap/locale/pt.json +20 -9
- umap/static/umap/locale/pt_BR.js +19 -8
- umap/static/umap/locale/pt_BR.json +19 -8
- umap/static/umap/locale/pt_PT.js +19 -8
- umap/static/umap/locale/pt_PT.json +19 -8
- umap/static/umap/locale/ro.js +19 -8
- umap/static/umap/locale/ro.json +19 -8
- umap/static/umap/locale/ru.js +19 -8
- umap/static/umap/locale/ru.json +19 -8
- umap/static/umap/locale/si.js +1 -1
- umap/static/umap/locale/si.json +1 -1
- umap/static/umap/locale/sk_SK.js +19 -8
- umap/static/umap/locale/sk_SK.json +19 -8
- umap/static/umap/locale/sl.js +19 -8
- umap/static/umap/locale/sl.json +19 -8
- umap/static/umap/locale/sr.js +19 -8
- umap/static/umap/locale/sr.json +19 -8
- umap/static/umap/locale/sv.js +19 -8
- umap/static/umap/locale/sv.json +19 -8
- umap/static/umap/locale/th_TH.js +19 -8
- umap/static/umap/locale/th_TH.json +19 -8
- umap/static/umap/locale/tr.js +19 -8
- umap/static/umap/locale/tr.json +19 -8
- umap/static/umap/locale/uk_UA.js +19 -8
- umap/static/umap/locale/uk_UA.json +19 -8
- umap/static/umap/locale/vi.js +19 -8
- umap/static/umap/locale/vi.json +19 -8
- umap/static/umap/locale/vi_VN.json +19 -8
- umap/static/umap/locale/zh.js +19 -8
- umap/static/umap/locale/zh.json +19 -8
- umap/static/umap/locale/zh_CN.json +19 -8
- umap/static/umap/locale/zh_TW.Big5.json +19 -8
- umap/static/umap/locale/zh_TW.js +53 -42
- umap/static/umap/locale/zh_TW.json +53 -42
- umap/static/umap/map.css +8 -7
- umap/static/umap/unittests/utils.js +7 -7
- umap/templates/umap/content_footer.html +1 -0
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +1 -3
- umap/templates/umap/login_popup_end.html +2 -2
- umap/tests/integration/conftest.py +11 -2
- umap/tests/integration/test_anonymous_owned_map.py +2 -2
- umap/tests/integration/test_conditional_rules.py +107 -52
- 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_fields.py +19 -0
- umap/tests/integration/test_filters.py +6 -7
- umap/tests/integration/test_iframe.py +1 -1
- umap/tests/integration/test_import.py +23 -0
- umap/tests/integration/test_map.py +2 -2
- umap/tests/integration/test_map_preview.py +1 -1
- umap/tests/integration/test_owned_map.py +2 -2
- umap/tests/integration/test_picto.py +1 -1
- umap/tests/integration/test_popup.py +31 -0
- umap/tests/integration/test_remote_data.py +4 -4
- umap/tests/integration/test_save.py +1 -1
- 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 +69 -20
- umap/tests/test_dashboard.py +1 -1
- umap/tests/test_statics.py +2 -2
- umap/tests/test_utils.py +4 -1
- umap/tests/test_views.py +1 -1
- umap/utils.py +3 -2
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/METADATA +17 -17
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/RECORD +198 -199
- 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_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/WHEEL +0 -0
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/sk_SK.js
CHANGED
|
@@ -70,7 +70,7 @@ const locale = {
|
|
|
70
70
|
"color": "farba",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
75
75
|
"Continue line": "Pokračovať v čiare",
|
|
76
76
|
"Coordinates": "Súradnice",
|
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Vymazať tento bod (Alt+Klik)",
|
|
100
100
|
"Delete": "Vymazať",
|
|
101
101
|
"description": "popis",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Navigovať odtiaľto",
|
|
104
103
|
"Display label": "Zobraziť popis",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "Upraviť tento objekt",
|
|
136
135
|
"Edit": "Upraviť",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Vložiť mapu na iný web",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Vyprázdniť",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -159,7 +157,6 @@ const locale = {
|
|
|
159
157
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
160
158
|
"Go to the homepage": "Go to the homepage",
|
|
161
159
|
"Go to «{feature}»": "Prejsť na «{feature}»",
|
|
162
|
-
"Heatmap intensity property": "Vlastnosti intenzity heatmapy",
|
|
163
160
|
"Heatmap radius": "Polomer teplotnej mapy",
|
|
164
161
|
"Heatmap": "Teplotná mapa",
|
|
165
162
|
"height": "Výška",
|
|
@@ -255,7 +252,6 @@ const locale = {
|
|
|
255
252
|
"Open share & download panel": "Open share & download panel",
|
|
256
253
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otvoriť túto mapovú oblasť v mapovom editore pre presnenie dát v OpenStreetMap",
|
|
257
254
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Voliteľné vlastnosti intenzity pre heatmapu",
|
|
259
255
|
"Optional. Same as color if not set.": "Nepovinné. Rovnaké ako farba, ak nie je nastavené.",
|
|
260
256
|
"Optional.": "Optional.",
|
|
261
257
|
"Override clustering radius (default 80)": "Prepísať polomer zhlukovania (predvolené 80)",
|
|
@@ -297,7 +293,6 @@ const locale = {
|
|
|
297
293
|
"settings": "settings",
|
|
298
294
|
"Shape properties": "Vlastnosti tvaru",
|
|
299
295
|
"Share and download": "Share and download",
|
|
300
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
301
296
|
"Short credits": "Krátky text autorstva",
|
|
302
297
|
"Short link": "Short link",
|
|
303
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -631,7 +626,6 @@ const locale = {
|
|
|
631
626
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
627
|
"Anonymous map": "Anonymous map",
|
|
633
628
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
629
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
630
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
631
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,7 +635,24 @@ const locale = {
|
|
|
641
635
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
636
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
637
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
638
|
+
"Login": "Login",
|
|
639
|
+
"Manage filters": "Manage filters",
|
|
640
|
+
"Map (all layers)": "Map (all layers)",
|
|
641
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
642
|
+
"Short text": "Short text",
|
|
643
|
+
"Text": "Text",
|
|
644
|
+
"Number": "Number",
|
|
645
|
+
"Date": "Date",
|
|
646
|
+
"Date and time": "Date and time",
|
|
647
|
+
"List of values": "List of values",
|
|
648
|
+
"Yes / No": "Yes / No",
|
|
649
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
645
656
|
}
|
|
646
657
|
L.registerLocale("sk_SK", locale)
|
|
647
658
|
L.setLocale("sk_SK")
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"color": "farba",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
75
75
|
"Continue line": "Pokračovať v čiare",
|
|
76
76
|
"Coordinates": "Súradnice",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Vymazať tento bod (Alt+Klik)",
|
|
100
100
|
"Delete": "Vymazať",
|
|
101
101
|
"description": "popis",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Navigovať odtiaľto",
|
|
104
103
|
"Display label": "Zobraziť popis",
|
|
105
104
|
"Display measure": "Display measure",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Upraviť tento objekt",
|
|
136
135
|
"Edit": "Upraviť",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Vložiť mapu na iný web",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Vyprázdniť",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -159,7 +157,6 @@
|
|
|
159
157
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
160
158
|
"Go to the homepage": "Go to the homepage",
|
|
161
159
|
"Go to «{feature}»": "Prejsť na «{feature}»",
|
|
162
|
-
"Heatmap intensity property": "Vlastnosti intenzity heatmapy",
|
|
163
160
|
"Heatmap radius": "Polomer teplotnej mapy",
|
|
164
161
|
"Heatmap": "Teplotná mapa",
|
|
165
162
|
"height": "Výška",
|
|
@@ -255,7 +252,6 @@
|
|
|
255
252
|
"Open share & download panel": "Open share & download panel",
|
|
256
253
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otvoriť túto mapovú oblasť v mapovom editore pre presnenie dát v OpenStreetMap",
|
|
257
254
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Voliteľné vlastnosti intenzity pre heatmapu",
|
|
259
255
|
"Optional. Same as color if not set.": "Nepovinné. Rovnaké ako farba, ak nie je nastavené.",
|
|
260
256
|
"Optional.": "Optional.",
|
|
261
257
|
"Override clustering radius (default 80)": "Prepísať polomer zhlukovania (predvolené 80)",
|
|
@@ -297,7 +293,6 @@
|
|
|
297
293
|
"settings": "settings",
|
|
298
294
|
"Shape properties": "Vlastnosti tvaru",
|
|
299
295
|
"Share and download": "Share and download",
|
|
300
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
301
296
|
"Short credits": "Krátky text autorstva",
|
|
302
297
|
"Short link": "Short link",
|
|
303
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -631,7 +626,6 @@
|
|
|
631
626
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
627
|
"Anonymous map": "Anonymous map",
|
|
633
628
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
629
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
630
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
631
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,5 +635,22 @@
|
|
|
641
635
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
636
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
637
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
638
|
+
"Login": "Login",
|
|
639
|
+
"Manage filters": "Manage filters",
|
|
640
|
+
"Map (all layers)": "Map (all layers)",
|
|
641
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
642
|
+
"Short text": "Short text",
|
|
643
|
+
"Text": "Text",
|
|
644
|
+
"Number": "Number",
|
|
645
|
+
"Date": "Date",
|
|
646
|
+
"Date and time": "Date and time",
|
|
647
|
+
"List of values": "List of values",
|
|
648
|
+
"Yes / No": "Yes / No",
|
|
649
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
645
656
|
}
|
umap/static/umap/locale/sl.js
CHANGED
|
@@ -70,7 +70,7 @@ const locale = {
|
|
|
70
70
|
"color": "barva",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
75
75
|
"Continue line": "Nadaljuj z risanjem črte",
|
|
76
76
|
"Coordinates": "Koordinate",
|
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Izbriši to točko (Alt+Klik)",
|
|
100
100
|
"Delete": "Izbriši",
|
|
101
101
|
"description": "opis",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Navigacija od tu",
|
|
104
103
|
"Display label": "Pokaži oznako",
|
|
105
104
|
"Display measure": "Pokaži merilo",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "Uredi predmet",
|
|
136
135
|
"Edit": "Uredi",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Vstavi zemljevid",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Prazno",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -159,7 +157,6 @@ const locale = {
|
|
|
159
157
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
160
158
|
"Go to the homepage": "Go to the homepage",
|
|
161
159
|
"Go to «{feature}»": "Skoči na »{feature}«",
|
|
162
|
-
"Heatmap intensity property": "Lastnosti jakosti vročinskih točk",
|
|
163
160
|
"Heatmap radius": "Radij vročinskih točk",
|
|
164
161
|
"Heatmap": "Vročinske točke",
|
|
165
162
|
"height": "višina",
|
|
@@ -255,7 +252,6 @@ const locale = {
|
|
|
255
252
|
"Open share & download panel": "Open share & download panel",
|
|
256
253
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Odpri obseg zemljevida v urejevalniku za prenos podrobnejših podatkov na OpenStreetMap.",
|
|
257
254
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Izbirna lastnost jakosti vročinskih točke",
|
|
259
255
|
"Optional. Same as color if not set.": "Izbirno. Enako, kot nedoločena barva.",
|
|
260
256
|
"Optional.": "Optional.",
|
|
261
257
|
"Override clustering radius (default 80)": "Prekliči radij združevanja (privzeto 80)",
|
|
@@ -297,7 +293,6 @@ const locale = {
|
|
|
297
293
|
"settings": "settings",
|
|
298
294
|
"Shape properties": "Lastnosti oblike",
|
|
299
295
|
"Share and download": "Share and download",
|
|
300
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
301
296
|
"Short credits": "Kratek zapis zaslug",
|
|
302
297
|
"Short link": "Short link",
|
|
303
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -631,7 +626,6 @@ const locale = {
|
|
|
631
626
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
627
|
"Anonymous map": "Anonymous map",
|
|
633
628
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
629
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
630
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
631
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,7 +635,24 @@ const locale = {
|
|
|
641
635
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
636
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
637
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
638
|
+
"Login": "Login",
|
|
639
|
+
"Manage filters": "Manage filters",
|
|
640
|
+
"Map (all layers)": "Map (all layers)",
|
|
641
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
642
|
+
"Short text": "Short text",
|
|
643
|
+
"Text": "Text",
|
|
644
|
+
"Number": "Number",
|
|
645
|
+
"Date": "Date",
|
|
646
|
+
"Date and time": "Date and time",
|
|
647
|
+
"List of values": "List of values",
|
|
648
|
+
"Yes / No": "Yes / No",
|
|
649
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
645
656
|
}
|
|
646
657
|
L.registerLocale("sl", locale)
|
|
647
658
|
L.setLocale("sl")
|
umap/static/umap/locale/sl.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"color": "barva",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
75
75
|
"Continue line": "Nadaljuj z risanjem črte",
|
|
76
76
|
"Coordinates": "Koordinate",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Izbriši to točko (Alt+Klik)",
|
|
100
100
|
"Delete": "Izbriši",
|
|
101
101
|
"description": "opis",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Navigacija od tu",
|
|
104
103
|
"Display label": "Pokaži oznako",
|
|
105
104
|
"Display measure": "Pokaži merilo",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Uredi predmet",
|
|
136
135
|
"Edit": "Uredi",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Vstavi zemljevid",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Prazno",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -159,7 +157,6 @@
|
|
|
159
157
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
160
158
|
"Go to the homepage": "Go to the homepage",
|
|
161
159
|
"Go to «{feature}»": "Skoči na »{feature}«",
|
|
162
|
-
"Heatmap intensity property": "Lastnosti jakosti vročinskih točk",
|
|
163
160
|
"Heatmap radius": "Radij vročinskih točk",
|
|
164
161
|
"Heatmap": "Vročinske točke",
|
|
165
162
|
"height": "višina",
|
|
@@ -255,7 +252,6 @@
|
|
|
255
252
|
"Open share & download panel": "Open share & download panel",
|
|
256
253
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Odpri obseg zemljevida v urejevalniku za prenos podrobnejših podatkov na OpenStreetMap.",
|
|
257
254
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Izbirna lastnost jakosti vročinskih točke",
|
|
259
255
|
"Optional. Same as color if not set.": "Izbirno. Enako, kot nedoločena barva.",
|
|
260
256
|
"Optional.": "Optional.",
|
|
261
257
|
"Override clustering radius (default 80)": "Prekliči radij združevanja (privzeto 80)",
|
|
@@ -297,7 +293,6 @@
|
|
|
297
293
|
"settings": "settings",
|
|
298
294
|
"Shape properties": "Lastnosti oblike",
|
|
299
295
|
"Share and download": "Share and download",
|
|
300
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
301
296
|
"Short credits": "Kratek zapis zaslug",
|
|
302
297
|
"Short link": "Short link",
|
|
303
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -631,7 +626,6 @@
|
|
|
631
626
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
627
|
"Anonymous map": "Anonymous map",
|
|
633
628
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
629
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
630
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
631
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,5 +635,22 @@
|
|
|
641
635
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
636
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
637
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
638
|
+
"Login": "Login",
|
|
639
|
+
"Manage filters": "Manage filters",
|
|
640
|
+
"Map (all layers)": "Map (all layers)",
|
|
641
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
642
|
+
"Short text": "Short text",
|
|
643
|
+
"Text": "Text",
|
|
644
|
+
"Number": "Number",
|
|
645
|
+
"Date": "Date",
|
|
646
|
+
"Date and time": "Date and time",
|
|
647
|
+
"List of values": "List of values",
|
|
648
|
+
"Yes / No": "Yes / No",
|
|
649
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
645
656
|
}
|
umap/static/umap/locale/sr.js
CHANGED
|
@@ -70,7 +70,7 @@ const locale = {
|
|
|
70
70
|
"color": "боја",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
75
75
|
"Continue line": "Наставите линију",
|
|
76
76
|
"Coordinates": "Координате",
|
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Обриши овај врх (Alt+Click)",
|
|
100
100
|
"Delete": "Обриши",
|
|
101
101
|
"description": "опис",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Упутства одавде",
|
|
104
103
|
"Display label": "Прикажи ознаку",
|
|
105
104
|
"Display measure": "Мера приказа",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "Уређивање елемента",
|
|
136
135
|
"Edit": "Уређивање",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed the map",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Empty",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -159,7 +157,6 @@ const locale = {
|
|
|
159
157
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
160
158
|
"Go to the homepage": "Go to the homepage",
|
|
161
159
|
"Go to «{feature}»": "Go to «{feature}»",
|
|
162
|
-
"Heatmap intensity property": "Heatmap intensity property",
|
|
163
160
|
"Heatmap radius": "Heatmap radius",
|
|
164
161
|
"Heatmap": "Heatmap",
|
|
165
162
|
"height": "висина",
|
|
@@ -255,7 +252,6 @@ const locale = {
|
|
|
255
252
|
"Open share & download panel": "Open share & download panel",
|
|
256
253
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
257
254
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
259
255
|
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
|
260
256
|
"Optional.": "Опционо",
|
|
261
257
|
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
|
@@ -297,7 +293,6 @@ const locale = {
|
|
|
297
293
|
"settings": "settings",
|
|
298
294
|
"Shape properties": "Својства облика",
|
|
299
295
|
"Share and download": "Share and download",
|
|
300
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
301
296
|
"Short credits": "Short credits",
|
|
302
297
|
"Short link": "Short link",
|
|
303
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -631,7 +626,6 @@ const locale = {
|
|
|
631
626
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
627
|
"Anonymous map": "Anonymous map",
|
|
633
628
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
629
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
630
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
631
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,7 +635,24 @@ const locale = {
|
|
|
641
635
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
636
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
637
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
638
|
+
"Login": "Login",
|
|
639
|
+
"Manage filters": "Manage filters",
|
|
640
|
+
"Map (all layers)": "Map (all layers)",
|
|
641
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
642
|
+
"Short text": "Short text",
|
|
643
|
+
"Text": "Text",
|
|
644
|
+
"Number": "Number",
|
|
645
|
+
"Date": "Date",
|
|
646
|
+
"Date and time": "Date and time",
|
|
647
|
+
"List of values": "List of values",
|
|
648
|
+
"Yes / No": "Yes / No",
|
|
649
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
645
656
|
}
|
|
646
657
|
L.registerLocale("sr", locale)
|
|
647
658
|
L.setLocale("sr")
|
umap/static/umap/locale/sr.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"color": "боја",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
75
75
|
"Continue line": "Наставите линију",
|
|
76
76
|
"Coordinates": "Координате",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Обриши овај врх (Alt+Click)",
|
|
100
100
|
"Delete": "Обриши",
|
|
101
101
|
"description": "опис",
|
|
102
|
-
"Direct link": "Direct link",
|
|
103
102
|
"Directions from here": "Упутства одавде",
|
|
104
103
|
"Display label": "Прикажи ознаку",
|
|
105
104
|
"Display measure": "Мера приказа",
|
|
@@ -135,7 +134,6 @@
|
|
|
135
134
|
"Edit this feature": "Уређивање елемента",
|
|
136
135
|
"Edit": "Уређивање",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Embed the map",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Empty",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -159,7 +157,6 @@
|
|
|
159
157
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
160
158
|
"Go to the homepage": "Go to the homepage",
|
|
161
159
|
"Go to «{feature}»": "Go to «{feature}»",
|
|
162
|
-
"Heatmap intensity property": "Heatmap intensity property",
|
|
163
160
|
"Heatmap radius": "Heatmap radius",
|
|
164
161
|
"Heatmap": "Heatmap",
|
|
165
162
|
"height": "висина",
|
|
@@ -255,7 +252,6 @@
|
|
|
255
252
|
"Open share & download panel": "Open share & download panel",
|
|
256
253
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
257
254
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
259
255
|
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
|
260
256
|
"Optional.": "Опционо",
|
|
261
257
|
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
|
@@ -297,7 +293,6 @@
|
|
|
297
293
|
"settings": "settings",
|
|
298
294
|
"Shape properties": "Својства облика",
|
|
299
295
|
"Share and download": "Share and download",
|
|
300
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
301
296
|
"Short credits": "Short credits",
|
|
302
297
|
"Short link": "Short link",
|
|
303
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -631,7 +626,6 @@
|
|
|
631
626
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
627
|
"Anonymous map": "Anonymous map",
|
|
633
628
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
629
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
630
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
631
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,5 +635,22 @@
|
|
|
641
635
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
636
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
637
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
638
|
+
"Login": "Login",
|
|
639
|
+
"Manage filters": "Manage filters",
|
|
640
|
+
"Map (all layers)": "Map (all layers)",
|
|
641
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
642
|
+
"Short text": "Short text",
|
|
643
|
+
"Text": "Text",
|
|
644
|
+
"Number": "Number",
|
|
645
|
+
"Date": "Date",
|
|
646
|
+
"Date and time": "Date and time",
|
|
647
|
+
"List of values": "List of values",
|
|
648
|
+
"Yes / No": "Yes / No",
|
|
649
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
645
656
|
}
|
umap/static/umap/locale/sv.js
CHANGED
|
@@ -70,7 +70,7 @@ const locale = {
|
|
|
70
70
|
"color": "färg",
|
|
71
71
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
72
72
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
73
|
-
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the
|
|
73
|
+
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the beginning of the header, case insensitive. All other column are imported as properties.",
|
|
74
74
|
"Congratulations, your map has been created!": "Grattis, din karta har skapats!",
|
|
75
75
|
"Continue line": "Fortsätt linjen",
|
|
76
76
|
"Coordinates": "Koordinater",
|
|
@@ -99,7 +99,6 @@ const locale = {
|
|
|
99
99
|
"Delete this vertex (Alt+Click)": "Radera noden (Alt+klick)",
|
|
100
100
|
"Delete": "Radera",
|
|
101
101
|
"description": "beskrivning",
|
|
102
|
-
"Direct link": "Direktlänk",
|
|
103
102
|
"Directions from here": "Vägbeskrivning härifrån",
|
|
104
103
|
"Display label": "Visa etikett",
|
|
105
104
|
"Display measure": "Visa mått",
|
|
@@ -135,7 +134,6 @@ const locale = {
|
|
|
135
134
|
"Edit this feature": "Redigera objektet",
|
|
136
135
|
"Edit": "Redigera",
|
|
137
136
|
"Embed and link options": "Embed and link options",
|
|
138
|
-
"Embed the map": "Bädda in kartan",
|
|
139
137
|
"Emoji & Character": "Emoji & Character",
|
|
140
138
|
"Empty": "Töm",
|
|
141
139
|
"Equidistant": "Equidistant",
|
|
@@ -159,7 +157,6 @@ const locale = {
|
|
|
159
157
|
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
160
158
|
"Go to the homepage": "Go to the homepage",
|
|
161
159
|
"Go to «{feature}»": "Gå till «{feature}»",
|
|
162
|
-
"Heatmap intensity property": "Värmekartans intensitet",
|
|
163
160
|
"Heatmap radius": "Värmekartans radie",
|
|
164
161
|
"Heatmap": "Värmekarta",
|
|
165
162
|
"height": "höjd",
|
|
@@ -255,7 +252,6 @@ const locale = {
|
|
|
255
252
|
"Open share & download panel": "Open share & download panel",
|
|
256
253
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Öppna detta kartområde i en redigerare för att bidra med mer och bättre data till OpenStreetMap.",
|
|
257
254
|
"OpenStreetMap": "OpenStreetMap",
|
|
258
|
-
"Optional intensity property for heatmap": "Valfritt intensitetsläge för värmekartan",
|
|
259
255
|
"Optional. Same as color if not set.": "Valfritt. Annars samma som färg ovan.",
|
|
260
256
|
"Optional.": "Valfri.",
|
|
261
257
|
"Override clustering radius (default 80)": "Åsidosätt kluster radie (80 förvalt)",
|
|
@@ -297,7 +293,6 @@ const locale = {
|
|
|
297
293
|
"settings": "settings",
|
|
298
294
|
"Shape properties": "Formategenskaper",
|
|
299
295
|
"Share and download": "Share and download",
|
|
300
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
301
296
|
"Short credits": "Upphov och erkännanden (kort)",
|
|
302
297
|
"Short link": "Short link",
|
|
303
298
|
"Show this layer in the caption": "Show this layer in the caption",
|
|
@@ -631,7 +626,6 @@ const locale = {
|
|
|
631
626
|
"Are you sure you want to delete this field on all the data?": "Are you sure you want to delete this field on all the data?",
|
|
632
627
|
"Anonymous map": "Anonymous map",
|
|
633
628
|
"Edit filter for this field": "Edit filter for this field",
|
|
634
|
-
"Fields, filters and keys": "Fields, filters and keys",
|
|
635
629
|
"Hey, you created a map without an account!": "Hey, you created a map without an account!",
|
|
636
630
|
"This map is anonymous, do you want to attach it to your account?": "This map is anonymous, do you want to attach it to your account?",
|
|
637
631
|
"The map has been upgraded to latest version, please save it.": "The map has been upgraded to latest version, please save it.",
|
|
@@ -641,7 +635,24 @@ const locale = {
|
|
|
641
635
|
"Wikipedia contributors": "Wikipedia contributors",
|
|
642
636
|
"See on Wikipedia": "See on Wikipedia",
|
|
643
637
|
"Anonymous map: update who can see and edit it": "Anonymous map: update who can see and edit it",
|
|
644
|
-
"Login": "Login"
|
|
638
|
+
"Login": "Login",
|
|
639
|
+
"Manage filters": "Manage filters",
|
|
640
|
+
"Map (all layers)": "Map (all layers)",
|
|
641
|
+
"Add a filter for this field": "Add a filter for this field",
|
|
642
|
+
"Short text": "Short text",
|
|
643
|
+
"Text": "Text",
|
|
644
|
+
"Number": "Number",
|
|
645
|
+
"Date": "Date",
|
|
646
|
+
"Date and time": "Date and time",
|
|
647
|
+
"List of values": "List of values",
|
|
648
|
+
"Yes / No": "Yes / No",
|
|
649
|
+
"Select field to compute intensity": "Select field to compute intensity",
|
|
650
|
+
"Optional intensity field to compute heatmap": "Optional intensity field to compute heatmap",
|
|
651
|
+
"All layers": "All layers",
|
|
652
|
+
"Comma separated list of values": "Comma separated list of values",
|
|
653
|
+
"Share": "Share",
|
|
654
|
+
"Customized link": "Customized link",
|
|
655
|
+
"Iframe": "Iframe"
|
|
645
656
|
}
|
|
646
657
|
L.registerLocale("sv", locale)
|
|
647
658
|
L.setLocale("sv")
|