umap-project 1.14.0a4__py3-none-any.whl → 2.0.0a0__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.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/decorators.py +0 -14
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +137 -85
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +136 -84
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +136 -84
- umap/locale/en/LC_MESSAGES/django.po +128 -88
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +136 -84
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +131 -91
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +137 -85
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +136 -84
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +136 -84
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +136 -84
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +135 -83
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +143 -91
- umap/models.py +23 -1
- umap/settings/__init__.py +1 -4
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +5 -0
- umap/static/umap/content.css +185 -13
- umap/static/umap/favicons/icon.svg +2 -2
- umap/static/umap/img/edit.svg +3 -3
- umap/static/umap/img/icon-delete.svg +4 -0
- umap/static/umap/img/icon-download.svg +13 -0
- umap/static/umap/img/icon-duplicate.svg +5 -0
- umap/static/umap/img/icon-edit.svg +12 -0
- umap/static/umap/img/icon-share.svg +11 -0
- umap/static/umap/img/icon-view.svg +12 -0
- umap/static/umap/img/logo.svg +2 -2
- umap/static/umap/img/logo_small.svg +2 -2
- umap/static/umap/img/marker.svg +4 -0
- umap/static/umap/img/opensource.svg +2 -2
- umap/static/umap/img/osm.svg +2 -2
- umap/static/umap/js/components/fragment.js +1 -1
- umap/static/umap/js/modules/browser.js +159 -0
- umap/static/umap/js/modules/global.js +3 -1
- umap/static/umap/js/modules/request.js +155 -0
- umap/static/umap/js/umap.autocomplete.js +28 -38
- umap/static/umap/js/umap.controls.js +73 -58
- umap/static/umap/js/umap.core.js +4 -9
- umap/static/umap/js/umap.datalayer.permissions.js +13 -12
- umap/static/umap/js/umap.features.js +51 -49
- umap/static/umap/js/umap.forms.js +19 -19
- umap/static/umap/js/umap.icon.js +17 -17
- umap/static/umap/js/umap.importer.js +2 -1
- umap/static/umap/js/umap.js +242 -291
- umap/static/umap/js/umap.layer.js +173 -140
- umap/static/umap/js/umap.permissions.js +24 -25
- umap/static/umap/js/umap.popup.js +14 -14
- umap/static/umap/js/umap.share.js +4 -4
- umap/static/umap/js/umap.slideshow.js +4 -4
- umap/static/umap/js/umap.tableeditor.js +2 -2
- umap/static/umap/js/umap.ui.js +1 -1
- umap/static/umap/locale/am_ET.js +1 -11
- umap/static/umap/locale/am_ET.json +1 -11
- umap/static/umap/locale/ar.js +1 -11
- umap/static/umap/locale/ar.json +1 -11
- umap/static/umap/locale/ast.js +1 -11
- umap/static/umap/locale/ast.json +1 -11
- umap/static/umap/locale/bg.js +1 -11
- umap/static/umap/locale/bg.json +1 -11
- umap/static/umap/locale/br.js +1 -11
- umap/static/umap/locale/br.json +1 -11
- umap/static/umap/locale/ca.js +1 -11
- umap/static/umap/locale/ca.json +1 -11
- umap/static/umap/locale/cs_CZ.js +1 -11
- umap/static/umap/locale/cs_CZ.json +1 -11
- umap/static/umap/locale/da.js +1 -11
- umap/static/umap/locale/da.json +1 -11
- umap/static/umap/locale/de.js +1 -11
- umap/static/umap/locale/de.json +1 -11
- umap/static/umap/locale/el.js +1 -11
- umap/static/umap/locale/el.json +1 -11
- umap/static/umap/locale/en.js +1 -11
- umap/static/umap/locale/en.json +1 -11
- umap/static/umap/locale/en_US.json +1 -11
- umap/static/umap/locale/es.js +1 -11
- umap/static/umap/locale/es.json +1 -11
- umap/static/umap/locale/et.js +1 -11
- umap/static/umap/locale/et.json +1 -11
- umap/static/umap/locale/fa_IR.js +6 -16
- umap/static/umap/locale/fa_IR.json +6 -16
- umap/static/umap/locale/fi.js +1 -11
- umap/static/umap/locale/fi.json +1 -11
- umap/static/umap/locale/fr.js +1 -11
- umap/static/umap/locale/fr.json +1 -11
- umap/static/umap/locale/gl.js +1 -11
- umap/static/umap/locale/gl.json +1 -11
- umap/static/umap/locale/he.js +1 -11
- umap/static/umap/locale/he.json +1 -11
- umap/static/umap/locale/hr.js +1 -11
- umap/static/umap/locale/hr.json +1 -11
- umap/static/umap/locale/hu.js +1 -11
- umap/static/umap/locale/hu.json +1 -11
- umap/static/umap/locale/id.js +1 -11
- umap/static/umap/locale/id.json +1 -11
- umap/static/umap/locale/is.js +1 -11
- umap/static/umap/locale/is.json +1 -11
- umap/static/umap/locale/it.js +1 -11
- umap/static/umap/locale/it.json +1 -11
- umap/static/umap/locale/ja.js +1 -11
- umap/static/umap/locale/ja.json +1 -11
- umap/static/umap/locale/ko.js +1 -11
- umap/static/umap/locale/ko.json +1 -11
- umap/static/umap/locale/lt.js +1 -11
- umap/static/umap/locale/lt.json +1 -11
- umap/static/umap/locale/ms.js +1 -11
- umap/static/umap/locale/ms.json +1 -11
- umap/static/umap/locale/nl.js +1 -11
- umap/static/umap/locale/nl.json +1 -11
- umap/static/umap/locale/no.js +1 -11
- umap/static/umap/locale/no.json +1 -11
- umap/static/umap/locale/pl.js +1 -11
- umap/static/umap/locale/pl.json +1 -11
- umap/static/umap/locale/pl_PL.json +1 -11
- umap/static/umap/locale/pt.js +1 -11
- umap/static/umap/locale/pt.json +1 -11
- umap/static/umap/locale/pt_BR.js +1 -11
- umap/static/umap/locale/pt_BR.json +1 -11
- umap/static/umap/locale/pt_PT.js +1 -11
- umap/static/umap/locale/pt_PT.json +1 -11
- umap/static/umap/locale/ro.js +1 -11
- umap/static/umap/locale/ro.json +1 -11
- umap/static/umap/locale/ru.js +1 -11
- umap/static/umap/locale/ru.json +1 -11
- umap/static/umap/locale/sk_SK.js +1 -11
- umap/static/umap/locale/sk_SK.json +1 -11
- umap/static/umap/locale/sl.js +1 -11
- umap/static/umap/locale/sl.json +1 -11
- umap/static/umap/locale/sr.js +1 -11
- umap/static/umap/locale/sr.json +1 -11
- umap/static/umap/locale/sv.js +1 -11
- umap/static/umap/locale/sv.json +1 -11
- umap/static/umap/locale/th_TH.js +1 -11
- umap/static/umap/locale/th_TH.json +1 -11
- umap/static/umap/locale/tr.js +1 -11
- umap/static/umap/locale/tr.json +1 -11
- umap/static/umap/locale/uk_UA.js +1 -11
- umap/static/umap/locale/uk_UA.json +1 -11
- umap/static/umap/locale/vi.js +1 -11
- umap/static/umap/locale/vi.json +1 -11
- umap/static/umap/locale/vi_VN.json +1 -11
- umap/static/umap/locale/zh.js +1 -11
- umap/static/umap/locale/zh.json +1 -11
- umap/static/umap/locale/zh_CN.json +1 -11
- umap/static/umap/locale/zh_TW.Big5.json +1 -11
- umap/static/umap/locale/zh_TW.js +17 -27
- umap/static/umap/locale/zh_TW.json +17 -27
- umap/static/umap/map.css +2 -2
- umap/static/umap/nav.css +2 -1
- umap/static/umap/test/.eslintrc +0 -1
- umap/static/umap/test/Choropleth.js +29 -27
- umap/static/umap/test/DataLayer.js +207 -239
- umap/static/umap/test/Feature.js +33 -58
- umap/static/umap/test/Map.Export.js +11 -11
- umap/static/umap/test/Map.js +66 -67
- umap/static/umap/test/Marker.js +36 -32
- umap/static/umap/test/Polygon.js +95 -95
- umap/static/umap/test/Polyline.js +31 -31
- umap/static/umap/test/TableEditor.js +29 -25
- umap/static/umap/test/_pre.js +2 -7
- umap/static/umap/test/index.html +4 -4
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.css +54 -0
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.js +586 -0
- umap/static/umap/vendors/csv2geojson/index.js +259 -0
- umap/static/umap/vendors/dompurify/purify.js +1633 -0
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.css +63 -0
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.js +950 -0
- umap/static/umap/vendors/minimap/Control.MiniMap.css +88 -0
- umap/static/umap/vendors/minimap/Control.MiniMap.js +352 -0
- umap/static/umap/vendors/togeojson/togeojson.js +2 -0
- umap/templates/auth/user_form.html +3 -2
- umap/templates/base.html +1 -0
- umap/templates/registration/login.html +51 -36
- umap/templates/umap/about_summary.html +1 -1
- umap/templates/umap/branding.html +3 -0
- umap/templates/umap/content.html +15 -39
- umap/templates/umap/header.html +0 -0
- umap/templates/umap/home.html +4 -2
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/map_detail.html +9 -0
- umap/templates/umap/map_init.html +1 -1
- umap/templates/umap/map_messages.html +4 -2
- umap/templates/umap/map_table.html +130 -69
- umap/templates/umap/navigation.html +2 -4
- umap/templates/umap/user_dashboard.html +29 -6
- umap/tests/base.py +1 -1
- umap/tests/integration/conftest.py +18 -0
- umap/tests/integration/test_anonymous_owned_map.py +6 -3
- umap/tests/integration/test_browser.py +166 -6
- umap/tests/integration/test_collaborative_editing.py +142 -0
- umap/tests/integration/test_dashboard.py +17 -0
- umap/tests/integration/test_edit_datalayer.py +4 -3
- umap/tests/integration/test_export_map.py +1 -1
- umap/tests/integration/test_import.py +9 -4
- umap/tests/integration/test_map.py +64 -0
- umap/tests/integration/test_map_preview.py +75 -0
- umap/tests/integration/test_owned_map.py +11 -25
- umap/tests/integration/test_picto.py +3 -3
- umap/tests/integration/test_querystring.py +52 -0
- umap/tests/integration/test_share.py +22 -0
- umap/tests/test_map_views.py +157 -14
- umap/tests/test_merge_features.py +5 -5
- umap/tests/test_views.py +50 -11
- umap/urls.py +6 -12
- umap/utils.py +1 -1
- umap/views.py +170 -47
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/METADATA +13 -15
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/RECORD +222 -200
- umap/static/umap/js/umap.browser.js +0 -148
- umap/static/umap/js/umap.xhr.js +0 -304
- umap/static/umap/test/Controls.js +0 -100
- umap/static/umap/test/Map.Init.js +0 -46
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/WHEEL +0 -0
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/lt.js
CHANGED
|
@@ -78,7 +78,6 @@ const locale = {
|
|
|
78
78
|
"**double star for bold**": "**dviguba žvaigždutė paryškintam tekstui**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
|
80
80
|
"About": "Apie",
|
|
81
|
-
"Action not allowed :(": "Veiksmas nėra leidžiamas :(",
|
|
82
81
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
83
82
|
"Add a layer": "Pridėti sluoksnį",
|
|
84
83
|
"Add a line to the current multi": "Add a line to the current multi",
|
|
@@ -88,7 +87,6 @@ const locale = {
|
|
|
88
87
|
"Advanced properties": "Sudėtingesni nustatymai",
|
|
89
88
|
"All properties are imported.": "Visi objektai importuoti.",
|
|
90
89
|
"Allow interactions": "Allow interactions",
|
|
91
|
-
"An error occured": "Įvyko klaida",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Ar tikrai nori atšaukti savo pakeitimus?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Ar tikrai norite nukopijuoti šį žemėlapį ir visus jo duomenų sluoksnius?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Ar tikrai norite ištrinti šį objektą?",
|
|
@@ -99,7 +97,6 @@ const locale = {
|
|
|
99
97
|
"Attach the map to my account": "Attach the map to my account",
|
|
100
98
|
"Auto": "Automatiškai",
|
|
101
99
|
"Autostart when map is loaded": "Autostart when map is loaded",
|
|
102
|
-
"Bring feature to center": "Pastumti objektą į centrą",
|
|
103
100
|
"Browse data": "Peržiūrėti duomenis",
|
|
104
101
|
"Cancel edits": "Atšaukti pakeitimus",
|
|
105
102
|
"Center map on your location": "Centruoti pagal Jūsų vietovę",
|
|
@@ -159,7 +156,6 @@ const locale = {
|
|
|
159
156
|
"Embed the map": "Įsikelti šį žemėlapį",
|
|
160
157
|
"Empty": "Tuščias",
|
|
161
158
|
"Error in the tilelayer URL": "Klaida tile-sluoksnio URL",
|
|
162
|
-
"Error while fetching {url}": "Error while fetching {url}",
|
|
163
159
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
164
160
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
165
161
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
@@ -219,8 +215,6 @@ const locale = {
|
|
|
219
215
|
"Please choose a format": "Pasirinkite formatą",
|
|
220
216
|
"Please enter the name of the property": "Įveskite, prašom, savybės pavadinimą",
|
|
221
217
|
"Please enter the new name of this property": "Įveskite, prašom, naują savybės pavadinimą",
|
|
222
|
-
"Problem in the response": "Klaida atsakyme",
|
|
223
|
-
"Problem in the response format": "Klaida atsakymo formate",
|
|
224
218
|
"Properties imported:": "Importuoti objektai:",
|
|
225
219
|
"Provide an URL here": "Įvęskite adresą",
|
|
226
220
|
"Proxy request": "Proxy užklausa",
|
|
@@ -377,7 +371,6 @@ const locale = {
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@ const locale = {
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,8 +431,7 @@ const locale = {
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
|
446
436
|
L.registerLocale("lt", locale)
|
|
447
437
|
L.setLocale("lt")
|
umap/static/umap/locale/lt.json
CHANGED
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"**double star for bold**": "**dviguba žvaigždutė paryškintam tekstui**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
|
80
80
|
"About": "Apie",
|
|
81
|
-
"Action not allowed :(": "Veiksmas nėra leidžiamas :(",
|
|
82
81
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
83
82
|
"Add a layer": "Pridėti sluoksnį",
|
|
84
83
|
"Add a line to the current multi": "Add a line to the current multi",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"Advanced properties": "Sudėtingesni nustatymai",
|
|
89
88
|
"All properties are imported.": "Visi objektai importuoti.",
|
|
90
89
|
"Allow interactions": "Allow interactions",
|
|
91
|
-
"An error occured": "Įvyko klaida",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Ar tikrai nori atšaukti savo pakeitimus?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Ar tikrai norite nukopijuoti šį žemėlapį ir visus jo duomenų sluoksnius?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Ar tikrai norite ištrinti šį objektą?",
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"Attach the map to my account": "Attach the map to my account",
|
|
100
98
|
"Auto": "Automatiškai",
|
|
101
99
|
"Autostart when map is loaded": "Autostart when map is loaded",
|
|
102
|
-
"Bring feature to center": "Pastumti objektą į centrą",
|
|
103
100
|
"Browse data": "Peržiūrėti duomenis",
|
|
104
101
|
"Cancel edits": "Atšaukti pakeitimus",
|
|
105
102
|
"Center map on your location": "Centruoti pagal Jūsų vietovę",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "Įsikelti šį žemėlapį",
|
|
160
157
|
"Empty": "Tuščias",
|
|
161
158
|
"Error in the tilelayer URL": "Klaida tile-sluoksnio URL",
|
|
162
|
-
"Error while fetching {url}": "Error while fetching {url}",
|
|
163
159
|
"Exit Fullscreen": "Exit Fullscreen",
|
|
164
160
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
165
161
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
@@ -219,8 +215,6 @@
|
|
|
219
215
|
"Please choose a format": "Pasirinkite formatą",
|
|
220
216
|
"Please enter the name of the property": "Įveskite, prašom, savybės pavadinimą",
|
|
221
217
|
"Please enter the new name of this property": "Įveskite, prašom, naują savybės pavadinimą",
|
|
222
|
-
"Problem in the response": "Klaida atsakyme",
|
|
223
|
-
"Problem in the response format": "Klaida atsakymo formate",
|
|
224
218
|
"Properties imported:": "Importuoti objektai:",
|
|
225
219
|
"Provide an URL here": "Įvęskite adresą",
|
|
226
220
|
"Proxy request": "Proxy užklausa",
|
|
@@ -377,7 +371,6 @@
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,6 +431,5 @@
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
umap/static/umap/locale/ms.js
CHANGED
|
@@ -78,7 +78,6 @@ const locale = {
|
|
|
78
78
|
"**double star for bold**": "**bintang berganda untuk tulisan tebal**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Senarai berpisahkan koma bagi nombor yang menentukan corak sengkang lejang. Cth.: \"5, 10, 15\".",
|
|
80
80
|
"About": "Perihalan",
|
|
81
|
-
"Action not allowed :(": "Tindakan tidak dibenarkan :(",
|
|
82
81
|
"Activate slideshow mode": "Aktifkan mod persembahan slaid",
|
|
83
82
|
"Add a layer": "Tambah lapisan",
|
|
84
83
|
"Add a line to the current multi": "Tambah garisan ke multi semasa",
|
|
@@ -88,7 +87,6 @@ const locale = {
|
|
|
88
87
|
"Advanced properties": "Ciri-ciri lanjutan",
|
|
89
88
|
"All properties are imported.": "Semua ciri-ciri telah diimport.",
|
|
90
89
|
"Allow interactions": "Benarkan interaksi",
|
|
91
|
-
"An error occured": "Telah berlakunya ralat",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Adakah anda ingin membatalkan perubahan anda?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Adakah anda ingin klon peta ini serta semua lapisan datanya?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Adakah anda ingin memadamkan sifat-sifat dipilih?",
|
|
@@ -99,7 +97,6 @@ const locale = {
|
|
|
99
97
|
"Attach the map to my account": "Lampirkan peta ke akaun saya",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Automula apabila peta dimuatkan",
|
|
102
|
-
"Bring feature to center": "Bawa sifat ke tengah",
|
|
103
100
|
"Browse data": "Layari data",
|
|
104
101
|
"Cancel edits": "Batalkan suntingan",
|
|
105
102
|
"Center map on your location": "Ketengahkan peta ke kedudukan anda",
|
|
@@ -159,7 +156,6 @@ const locale = {
|
|
|
159
156
|
"Embed the map": "Benamkan peta",
|
|
160
157
|
"Empty": "Kosongkan",
|
|
161
158
|
"Error in the tilelayer URL": "Ralat dalam URL lapisan jubin",
|
|
162
|
-
"Error while fetching {url}": "Ralat ketika mengambil {url}",
|
|
163
159
|
"Exit Fullscreen": "Keluar Skrin Penuh",
|
|
164
160
|
"Extract shape to separate feature": "Sarikan bentuk untuk memisahkan sifat",
|
|
165
161
|
"Fetch data each time map view changes.": "Ambil data setiap kali pandangan peta berubah.",
|
|
@@ -219,8 +215,6 @@ const locale = {
|
|
|
219
215
|
"Please choose a format": "Sila pilih format",
|
|
220
216
|
"Please enter the name of the property": "Sila masukkan nama ciri-ciri",
|
|
221
217
|
"Please enter the new name of this property": "Sila masukkan nama baharu bagi ciri-ciri ini",
|
|
222
|
-
"Problem in the response": "Masalah dalam tindak balas",
|
|
223
|
-
"Problem in the response format": "Masalah dalam format tindak balas",
|
|
224
218
|
"Properties imported:": "Ciri-ciri diimport:",
|
|
225
219
|
"Provide an URL here": "Sediakan URL di sini",
|
|
226
220
|
"Proxy request": "Permintaan proksi",
|
|
@@ -377,7 +371,6 @@ const locale = {
|
|
|
377
371
|
"Facet keys": "Kekunci faset",
|
|
378
372
|
"Facet search": "Gelintaran faset",
|
|
379
373
|
"Feature properties": "Ciri-ciri sifat",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Ada isu ketika mencapai URL tersebut (masalah rangkaian atau perlindungan CORS): {url}",
|
|
381
374
|
"Latest feature": "Sifat terbaru",
|
|
382
375
|
"No results for these facets": "Tiada hasil bagi faset ini",
|
|
383
376
|
"Saved center and zoom": "Kedudukan tengah dan zum telah disimpan",
|
|
@@ -392,8 +385,6 @@ const locale = {
|
|
|
392
385
|
"Datalayers": "Lapisan data",
|
|
393
386
|
"Secret edit link:": "Pautan suntingan rahsia:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Siapa boleh sunting \"{layer}\"",
|
|
395
|
-
"Current map view": "Paparan peta semasa",
|
|
396
|
-
"Filter": "Tapis",
|
|
397
388
|
"Choropleth": "Koroplet",
|
|
398
389
|
"Choropleth breakpoints": "Titik putus koroplet",
|
|
399
390
|
"Choropleth classes": "Kelas koroplet",
|
|
@@ -440,8 +431,7 @@ const locale = {
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
|
446
436
|
L.registerLocale("ms", locale)
|
|
447
437
|
L.setLocale("ms")
|
umap/static/umap/locale/ms.json
CHANGED
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"**double star for bold**": "**bintang berganda untuk tulisan tebal**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Senarai berpisahkan koma bagi nombor yang menentukan corak sengkang lejang. Cth.: \"5, 10, 15\".",
|
|
80
80
|
"About": "Perihalan",
|
|
81
|
-
"Action not allowed :(": "Tindakan tidak dibenarkan :(",
|
|
82
81
|
"Activate slideshow mode": "Aktifkan mod persembahan slaid",
|
|
83
82
|
"Add a layer": "Tambah lapisan",
|
|
84
83
|
"Add a line to the current multi": "Tambah garisan ke multi semasa",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"Advanced properties": "Ciri-ciri lanjutan",
|
|
89
88
|
"All properties are imported.": "Semua ciri-ciri telah diimport.",
|
|
90
89
|
"Allow interactions": "Benarkan interaksi",
|
|
91
|
-
"An error occured": "Telah berlakunya ralat",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Adakah anda ingin membatalkan perubahan anda?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Adakah anda ingin klon peta ini serta semua lapisan datanya?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Adakah anda ingin memadamkan sifat-sifat dipilih?",
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"Attach the map to my account": "Lampirkan peta ke akaun saya",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Automula apabila peta dimuatkan",
|
|
102
|
-
"Bring feature to center": "Bawa sifat ke tengah",
|
|
103
100
|
"Browse data": "Layari data",
|
|
104
101
|
"Cancel edits": "Batalkan suntingan",
|
|
105
102
|
"Center map on your location": "Ketengahkan peta ke kedudukan anda",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "Benamkan peta",
|
|
160
157
|
"Empty": "Kosongkan",
|
|
161
158
|
"Error in the tilelayer URL": "Ralat dalam URL lapisan jubin",
|
|
162
|
-
"Error while fetching {url}": "Ralat ketika mengambil {url}",
|
|
163
159
|
"Exit Fullscreen": "Keluar Skrin Penuh",
|
|
164
160
|
"Extract shape to separate feature": "Sarikan bentuk untuk memisahkan sifat",
|
|
165
161
|
"Fetch data each time map view changes.": "Ambil data setiap kali pandangan peta berubah.",
|
|
@@ -219,8 +215,6 @@
|
|
|
219
215
|
"Please choose a format": "Sila pilih format",
|
|
220
216
|
"Please enter the name of the property": "Sila masukkan nama ciri-ciri",
|
|
221
217
|
"Please enter the new name of this property": "Sila masukkan nama baharu bagi ciri-ciri ini",
|
|
222
|
-
"Problem in the response": "Masalah dalam tindak balas",
|
|
223
|
-
"Problem in the response format": "Masalah dalam format tindak balas",
|
|
224
218
|
"Properties imported:": "Ciri-ciri diimport:",
|
|
225
219
|
"Provide an URL here": "Sediakan URL di sini",
|
|
226
220
|
"Proxy request": "Permintaan proksi",
|
|
@@ -377,7 +371,6 @@
|
|
|
377
371
|
"Facet keys": "Kekunci faset",
|
|
378
372
|
"Facet search": "Gelintaran faset",
|
|
379
373
|
"Feature properties": "Ciri-ciri sifat",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Ada isu ketika mencapai URL tersebut (masalah rangkaian atau perlindungan CORS): {url}",
|
|
381
374
|
"Latest feature": "Sifat terbaru",
|
|
382
375
|
"No results for these facets": "Tiada hasil bagi faset ini",
|
|
383
376
|
"Saved center and zoom": "Kedudukan tengah dan zum telah disimpan",
|
|
@@ -392,8 +385,6 @@
|
|
|
392
385
|
"Datalayers": "Lapisan data",
|
|
393
386
|
"Secret edit link:": "Pautan suntingan rahsia:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Siapa boleh sunting \"{layer}\"",
|
|
395
|
-
"Current map view": "Paparan peta semasa",
|
|
396
|
-
"Filter": "Tapis",
|
|
397
388
|
"Choropleth": "Koroplet",
|
|
398
389
|
"Choropleth breakpoints": "Titik putus koroplet",
|
|
399
390
|
"Choropleth classes": "Kelas koroplet",
|
|
@@ -440,6 +431,5 @@
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
umap/static/umap/locale/nl.js
CHANGED
|
@@ -78,7 +78,6 @@ const locale = {
|
|
|
78
78
|
"**double star for bold**": "** Twee sterretjes voor vet **",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Een lijst getallen, gescheiden door komma's, die het streepjespatroon definiëren. Vb: \"5, 10, 15\".",
|
|
80
80
|
"About": "Over",
|
|
81
|
-
"Action not allowed :(": "Handeling niet toegestaan :(",
|
|
82
81
|
"Activate slideshow mode": "Activeer slidshow modus",
|
|
83
82
|
"Add a layer": "Laag toevoegen",
|
|
84
83
|
"Add a line to the current multi": "Voeg een lijn toe aan de huidige multilijn",
|
|
@@ -88,7 +87,6 @@ const locale = {
|
|
|
88
87
|
"Advanced properties": "Geavanceerde eigenschappen",
|
|
89
88
|
"All properties are imported.": "Alle eigenschappen zijn geïmporteerd",
|
|
90
89
|
"Allow interactions": "Sta interactie toe",
|
|
91
|
-
"An error occured": "Er is een fout opgetreden",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Weet je zeker dat je je wijzigingen wil annuleren?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Weet je zeker dat je deze kaart en alle gegevenslagen wil klonen?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Weet je zeker dat je het object wil verwijderen?",
|
|
@@ -99,7 +97,6 @@ const locale = {
|
|
|
99
97
|
"Attach the map to my account": "Voeg de kaart toe aan mijn account",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Autostart als kaart wordt geladen",
|
|
102
|
-
"Bring feature to center": "Object in het midden zetten",
|
|
103
100
|
"Browse data": "Gegevens doorbladeren",
|
|
104
101
|
"Cancel edits": "Bewerkingen annuleren",
|
|
105
102
|
"Center map on your location": "Centreer kaart op je locatie",
|
|
@@ -159,7 +156,6 @@ const locale = {
|
|
|
159
156
|
"Embed the map": "Kaart inbedden",
|
|
160
157
|
"Empty": "Leeg",
|
|
161
158
|
"Error in the tilelayer URL": "Er is een fout opgetreden met de achtergrondtegels",
|
|
162
|
-
"Error while fetching {url}": "Fout bij ophalen {url}",
|
|
163
159
|
"Exit Fullscreen": "Verlaat volledig scherm",
|
|
164
160
|
"Extract shape to separate feature": "Verplaats deze vorm naar een eigen object",
|
|
165
161
|
"Fetch data each time map view changes.": "Haal data op elke keer het kaartaanzicht verandert",
|
|
@@ -219,8 +215,6 @@ const locale = {
|
|
|
219
215
|
"Please choose a format": "Kies een formaat",
|
|
220
216
|
"Please enter the name of the property": "Vul de naam in van de eigenschap",
|
|
221
217
|
"Please enter the new name of this property": "Vul de nieuwe naam in van de eigenschap",
|
|
222
|
-
"Problem in the response": "Probleem met het antwoord gekregen van de server",
|
|
223
|
-
"Problem in the response format": "Probleem met het formaat van het antwoord van de server",
|
|
224
218
|
"Properties imported:": "Geïmporteerde eigenschappen:",
|
|
225
219
|
"Provide an URL here": "Geef hier een URL-adres op",
|
|
226
220
|
"Proxy request": "Proxy request",
|
|
@@ -377,7 +371,6 @@ const locale = {
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@ const locale = {
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,8 +431,7 @@ const locale = {
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
|
446
436
|
L.registerLocale("nl", locale)
|
|
447
437
|
L.setLocale("nl")
|
umap/static/umap/locale/nl.json
CHANGED
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"**double star for bold**": "** Twee sterretjes voor vet **",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Een lijst getallen, gescheiden door komma's, die het streepjespatroon definiëren. Vb: \"5, 10, 15\".",
|
|
80
80
|
"About": "Over",
|
|
81
|
-
"Action not allowed :(": "Handeling niet toegestaan :(",
|
|
82
81
|
"Activate slideshow mode": "Activeer slidshow modus",
|
|
83
82
|
"Add a layer": "Laag toevoegen",
|
|
84
83
|
"Add a line to the current multi": "Voeg een lijn toe aan de huidige multilijn",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"Advanced properties": "Geavanceerde eigenschappen",
|
|
89
88
|
"All properties are imported.": "Alle eigenschappen zijn geïmporteerd",
|
|
90
89
|
"Allow interactions": "Sta interactie toe",
|
|
91
|
-
"An error occured": "Er is een fout opgetreden",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Weet je zeker dat je je wijzigingen wil annuleren?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Weet je zeker dat je deze kaart en alle gegevenslagen wil klonen?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Weet je zeker dat je het object wil verwijderen?",
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"Attach the map to my account": "Voeg de kaart toe aan mijn account",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Autostart als kaart wordt geladen",
|
|
102
|
-
"Bring feature to center": "Object in het midden zetten",
|
|
103
100
|
"Browse data": "Gegevens doorbladeren",
|
|
104
101
|
"Cancel edits": "Bewerkingen annuleren",
|
|
105
102
|
"Center map on your location": "Centreer kaart op je locatie",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "Kaart inbedden",
|
|
160
157
|
"Empty": "Leeg",
|
|
161
158
|
"Error in the tilelayer URL": "Er is een fout opgetreden met de achtergrondtegels",
|
|
162
|
-
"Error while fetching {url}": "Fout bij ophalen {url}",
|
|
163
159
|
"Exit Fullscreen": "Verlaat volledig scherm",
|
|
164
160
|
"Extract shape to separate feature": "Verplaats deze vorm naar een eigen object",
|
|
165
161
|
"Fetch data each time map view changes.": "Haal data op elke keer het kaartaanzicht verandert",
|
|
@@ -219,8 +215,6 @@
|
|
|
219
215
|
"Please choose a format": "Kies een formaat",
|
|
220
216
|
"Please enter the name of the property": "Vul de naam in van de eigenschap",
|
|
221
217
|
"Please enter the new name of this property": "Vul de nieuwe naam in van de eigenschap",
|
|
222
|
-
"Problem in the response": "Probleem met het antwoord gekregen van de server",
|
|
223
|
-
"Problem in the response format": "Probleem met het formaat van het antwoord van de server",
|
|
224
218
|
"Properties imported:": "Geïmporteerde eigenschappen:",
|
|
225
219
|
"Provide an URL here": "Geef hier een URL-adres op",
|
|
226
220
|
"Proxy request": "Proxy request",
|
|
@@ -377,7 +371,6 @@
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,6 +431,5 @@
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
umap/static/umap/locale/no.js
CHANGED
|
@@ -78,7 +78,6 @@ const locale = {
|
|
|
78
78
|
"**double star for bold**": "**dobbel stjerne for fet skrift**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "En komma-separert liste over nummer som definerer den stiplede linja. Eks.: \"5, 10, 15\".",
|
|
80
80
|
"About": "Om",
|
|
81
|
-
"Action not allowed :(": "Handlingen er ikke tillatt :(",
|
|
82
81
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
83
82
|
"Add a layer": "Legg til et lag",
|
|
84
83
|
"Add a line to the current multi": "Legg en linje til gjeldende multi",
|
|
@@ -88,7 +87,6 @@ const locale = {
|
|
|
88
87
|
"Advanced properties": "Avanserte egenskaper",
|
|
89
88
|
"All properties are imported.": "Alle egenskaper er importert",
|
|
90
89
|
"Allow interactions": "Tillat interaksjoner",
|
|
91
|
-
"An error occured": "En feil oppsto",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Er du sikker på at du vil du forkaste endringene dine?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Er du sikker på at du vil klone dette kartet og alle tilhørende datalag?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Er du sikker på at du vil slette dette objektet?",
|
|
@@ -99,7 +97,6 @@ const locale = {
|
|
|
99
97
|
"Attach the map to my account": "Koble opp kartet til min konto",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Start automatisk når kartet er lastet",
|
|
102
|
-
"Bring feature to center": "Før objektet til midten",
|
|
103
100
|
"Browse data": "Se gjennom data",
|
|
104
101
|
"Cancel edits": "Avbryt endringer",
|
|
105
102
|
"Center map on your location": "Sentrer kartet på din posisjon",
|
|
@@ -159,7 +156,6 @@ const locale = {
|
|
|
159
156
|
"Embed the map": "Bygg inn kartet",
|
|
160
157
|
"Empty": "Tøm",
|
|
161
158
|
"Error in the tilelayer URL": "Feil i flislag-URLen",
|
|
162
|
-
"Error while fetching {url}": "Feil under henting av {url}",
|
|
163
159
|
"Exit Fullscreen": "Gå ut av fullskjerm",
|
|
164
160
|
"Extract shape to separate feature": "Hent ut form til eget objekt",
|
|
165
161
|
"Fetch data each time map view changes.": "Hent data hver gang kartvisningen endres.",
|
|
@@ -219,8 +215,6 @@ const locale = {
|
|
|
219
215
|
"Please choose a format": "Please choose a format",
|
|
220
216
|
"Please enter the name of the property": "Please enter the name of the property",
|
|
221
217
|
"Please enter the new name of this property": "Please enter the new name of this property",
|
|
222
|
-
"Problem in the response": "Problem in the response",
|
|
223
|
-
"Problem in the response format": "Problem in the response format",
|
|
224
218
|
"Properties imported:": "Properties imported:",
|
|
225
219
|
"Provide an URL here": "Provide an URL here",
|
|
226
220
|
"Proxy request": "Proxy request",
|
|
@@ -377,7 +371,6 @@ const locale = {
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@ const locale = {
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,8 +431,7 @@ const locale = {
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
|
446
436
|
L.registerLocale("no", locale)
|
|
447
437
|
L.setLocale("no")
|
umap/static/umap/locale/no.json
CHANGED
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"**double star for bold**": "**dobbel stjerne for fet skrift**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "En komma-separert liste over nummer som definerer den stiplede linja. Eks.: \"5, 10, 15\".",
|
|
80
80
|
"About": "Om",
|
|
81
|
-
"Action not allowed :(": "Handlingen er ikke tillatt :(",
|
|
82
81
|
"Activate slideshow mode": "Activate slideshow mode",
|
|
83
82
|
"Add a layer": "Legg til et lag",
|
|
84
83
|
"Add a line to the current multi": "Legg en linje til gjeldende multi",
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
"Advanced properties": "Avanserte egenskaper",
|
|
89
88
|
"All properties are imported.": "Alle egenskaper er importert",
|
|
90
89
|
"Allow interactions": "Tillat interaksjoner",
|
|
91
|
-
"An error occured": "En feil oppsto",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Er du sikker på at du vil du forkaste endringene dine?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Er du sikker på at du vil klone dette kartet og alle tilhørende datalag?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Er du sikker på at du vil slette dette objektet?",
|
|
@@ -99,7 +97,6 @@
|
|
|
99
97
|
"Attach the map to my account": "Koble opp kartet til min konto",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Start automatisk når kartet er lastet",
|
|
102
|
-
"Bring feature to center": "Før objektet til midten",
|
|
103
100
|
"Browse data": "Se gjennom data",
|
|
104
101
|
"Cancel edits": "Avbryt endringer",
|
|
105
102
|
"Center map on your location": "Sentrer kartet på din posisjon",
|
|
@@ -159,7 +156,6 @@
|
|
|
159
156
|
"Embed the map": "Bygg inn kartet",
|
|
160
157
|
"Empty": "Tøm",
|
|
161
158
|
"Error in the tilelayer URL": "Feil i flislag-URLen",
|
|
162
|
-
"Error while fetching {url}": "Feil under henting av {url}",
|
|
163
159
|
"Exit Fullscreen": "Gå ut av fullskjerm",
|
|
164
160
|
"Extract shape to separate feature": "Hent ut form til eget objekt",
|
|
165
161
|
"Fetch data each time map view changes.": "Hent data hver gang kartvisningen endres.",
|
|
@@ -219,8 +215,6 @@
|
|
|
219
215
|
"Please choose a format": "Please choose a format",
|
|
220
216
|
"Please enter the name of the property": "Please enter the name of the property",
|
|
221
217
|
"Please enter the new name of this property": "Please enter the new name of this property",
|
|
222
|
-
"Problem in the response": "Problem in the response",
|
|
223
|
-
"Problem in the response format": "Problem in the response format",
|
|
224
218
|
"Properties imported:": "Properties imported:",
|
|
225
219
|
"Provide an URL here": "Provide an URL here",
|
|
226
220
|
"Proxy request": "Proxy request",
|
|
@@ -377,7 +371,6 @@
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "No results for these facets",
|
|
383
376
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -392,8 +385,6 @@
|
|
|
392
385
|
"Datalayers": "Datalayers",
|
|
393
386
|
"Secret edit link:": "Secret edit link:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
395
|
-
"Current map view": "Current map view",
|
|
396
|
-
"Filter": "Filter",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,6 +431,5 @@
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
umap/static/umap/locale/pl.js
CHANGED
|
@@ -78,7 +78,6 @@ const locale = {
|
|
|
78
78
|
"**double star for bold**": "**podwójna gwiazdka do pogrubienia**",
|
|
79
79
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Rozdzielona przecinkami lista liczb, która definiuje wzór kreski linii, np. „5, 10, 15”.",
|
|
80
80
|
"About": "Informacje",
|
|
81
|
-
"Action not allowed :(": "Operacja niedozwolona :(",
|
|
82
81
|
"Activate slideshow mode": "Aktywuj pokaz slajdów",
|
|
83
82
|
"Add a layer": "Dodaj warstwę",
|
|
84
83
|
"Add a line to the current multi": "Dodaj linię do wybranego obszaru",
|
|
@@ -88,7 +87,6 @@ const locale = {
|
|
|
88
87
|
"Advanced properties": "Zaawansowane właściwości",
|
|
89
88
|
"All properties are imported.": "Importowane są wszystkie właściwości.",
|
|
90
89
|
"Allow interactions": "Zezwalaj na interakcję",
|
|
91
|
-
"An error occured": "Wystąpił błąd",
|
|
92
90
|
"Are you sure you want to cancel your changes?": "Na pewno chcesz porzucić swoje zmiany?",
|
|
93
91
|
"Are you sure you want to clone this map and all its datalayers?": "Na pewno chcesz sklonować tę mapę razem z jej warstwami?",
|
|
94
92
|
"Are you sure you want to delete the feature?": "Na pewno chcesz usunąć ten obiekt?",
|
|
@@ -99,7 +97,6 @@ const locale = {
|
|
|
99
97
|
"Attach the map to my account": "Dołącz mapę do mojego konta",
|
|
100
98
|
"Auto": "Auto",
|
|
101
99
|
"Autostart when map is loaded": "Autostart po załadowaniu mapy",
|
|
102
|
-
"Bring feature to center": "Przenieś obiekt do środka",
|
|
103
100
|
"Browse data": "Przeglądaj dane",
|
|
104
101
|
"Cancel edits": "Anuluj edycje",
|
|
105
102
|
"Center map on your location": "Wyśrodkuj mapę na twojej lokalizacji",
|
|
@@ -159,7 +156,6 @@ const locale = {
|
|
|
159
156
|
"Embed the map": "Osadź mapę na stronie",
|
|
160
157
|
"Empty": "Wyczyść",
|
|
161
158
|
"Error in the tilelayer URL": "Błąd w adresie URL podkładu",
|
|
162
|
-
"Error while fetching {url}": "Błąd wczytywania {url}",
|
|
163
159
|
"Exit Fullscreen": "Zamknij pełny ekran",
|
|
164
160
|
"Extract shape to separate feature": "Wydziel figurę jako odrębny obiekt",
|
|
165
161
|
"Fetch data each time map view changes.": "Załaduj dane za każdym razem, gdy zmienia się widok mapy.",
|
|
@@ -219,8 +215,6 @@ const locale = {
|
|
|
219
215
|
"Please choose a format": "Wybierz format",
|
|
220
216
|
"Please enter the name of the property": "Podaj nazwę właściwości",
|
|
221
217
|
"Please enter the new name of this property": "Podaj nową nazwę tej właściwości",
|
|
222
|
-
"Problem in the response": "Problem z odpowiedzią",
|
|
223
|
-
"Problem in the response format": "Problem z formatem odpowiedzi",
|
|
224
218
|
"Properties imported:": "Importowane właściwości:",
|
|
225
219
|
"Provide an URL here": "Wprowadź tutaj adres URL",
|
|
226
220
|
"Proxy request": "Żądanie proxy",
|
|
@@ -377,7 +371,6 @@ const locale = {
|
|
|
377
371
|
"Facet keys": "Facet keys",
|
|
378
372
|
"Facet search": "Facet search",
|
|
379
373
|
"Feature properties": "Feature properties",
|
|
380
|
-
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
381
374
|
"Latest feature": "Latest feature",
|
|
382
375
|
"No results for these facets": "Brak wyników dla tych aspektów",
|
|
383
376
|
"Saved center and zoom": "Zapisano pozycję i przybliżenie",
|
|
@@ -392,8 +385,6 @@ const locale = {
|
|
|
392
385
|
"Datalayers": "Warstwy danych",
|
|
393
386
|
"Secret edit link:": "Sekretny odnośnik edycji:",
|
|
394
387
|
"Who can edit \"{layer}\"": "Kto może edytować \"{layer}\"",
|
|
395
|
-
"Current map view": "Bieżący widok mapy",
|
|
396
|
-
"Filter": "Filtr",
|
|
397
388
|
"Choropleth": "Choropleth",
|
|
398
389
|
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
399
390
|
"Choropleth classes": "Choropleth classes",
|
|
@@ -440,8 +431,7 @@ const locale = {
|
|
|
440
431
|
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
432
|
"copy": "copy",
|
|
442
433
|
"full backup": "full backup",
|
|
443
|
-
"settings": "settings"
|
|
444
|
-
"{count} features in this layer": "{count} features in this layer"
|
|
434
|
+
"settings": "settings"
|
|
445
435
|
}
|
|
446
436
|
L.registerLocale("pl", locale)
|
|
447
437
|
L.setLocale("pl")
|