umap-project 2.4.1__py3-none-any.whl → 2.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- umap/__init__.py +1 -1
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +145 -90
- umap/locale/en/LC_MESSAGES/django.po +13 -13
- umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- umap/locale/eu/LC_MESSAGES/django.po +145 -89
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +100 -50
- umap/static/umap/base.css +5 -2
- umap/static/umap/content.css +2 -2
- umap/static/umap/css/contextmenu.css +11 -0
- umap/static/umap/css/dialog.css +25 -4
- umap/static/umap/css/importers.css +2 -0
- umap/static/umap/css/panel.css +6 -4
- umap/static/umap/css/slideshow.css +69 -0
- umap/static/umap/css/tableeditor.css +69 -0
- umap/static/umap/css/tooltip.css +3 -3
- umap/static/umap/img/16-white.svg +4 -0
- umap/static/umap/img/source/16-white.svg +5 -1
- umap/static/umap/js/components/alerts/alert.css +11 -11
- umap/static/umap/js/components/alerts/alert.js +1 -1
- umap/static/umap/js/modules/autocomplete.js +27 -5
- umap/static/umap/js/modules/browser.js +20 -14
- umap/static/umap/js/modules/caption.js +4 -4
- umap/static/umap/js/modules/dompurify.js +2 -3
- umap/static/umap/js/modules/facets.js +53 -17
- umap/static/umap/js/modules/formatter.js +153 -0
- umap/static/umap/js/modules/global.js +25 -16
- umap/static/umap/js/modules/help.js +26 -26
- umap/static/umap/js/modules/importer.js +10 -10
- umap/static/umap/js/modules/importers/communesfr.js +3 -1
- umap/static/umap/js/modules/importers/datasets.js +8 -6
- umap/static/umap/js/modules/importers/geodatamine.js +14 -14
- umap/static/umap/js/modules/importers/overpass.js +19 -15
- umap/static/umap/js/modules/orderable.js +2 -2
- umap/static/umap/js/modules/request.js +1 -1
- umap/static/umap/js/modules/rules.js +26 -11
- umap/static/umap/js/modules/schema.js +16 -12
- umap/static/umap/js/{umap.share.js → modules/share.js} +58 -103
- umap/static/umap/js/modules/slideshow.js +141 -0
- umap/static/umap/js/modules/sync/engine.js +3 -3
- umap/static/umap/js/modules/sync/updaters.js +10 -11
- umap/static/umap/js/modules/sync/websocket.js +1 -1
- umap/static/umap/js/modules/tableeditor.js +329 -0
- umap/static/umap/js/modules/ui/base.js +93 -0
- umap/static/umap/js/modules/ui/contextmenu.js +50 -0
- umap/static/umap/js/modules/ui/dialog.js +169 -31
- umap/static/umap/js/modules/ui/panel.js +7 -5
- umap/static/umap/js/modules/ui/tooltip.js +7 -77
- umap/static/umap/js/modules/urls.js +1 -2
- umap/static/umap/js/modules/utils.js +36 -16
- umap/static/umap/js/umap.controls.js +27 -29
- umap/static/umap/js/umap.core.js +19 -15
- umap/static/umap/js/umap.datalayer.permissions.js +15 -18
- umap/static/umap/js/umap.features.js +113 -131
- umap/static/umap/js/umap.forms.js +203 -228
- umap/static/umap/js/umap.icon.js +17 -22
- umap/static/umap/js/umap.js +117 -107
- umap/static/umap/js/umap.layer.js +374 -324
- umap/static/umap/js/umap.permissions.js +7 -10
- umap/static/umap/js/umap.popup.js +20 -20
- umap/static/umap/locale/am_ET.js +22 -5
- umap/static/umap/locale/am_ET.json +22 -5
- umap/static/umap/locale/ar.js +22 -5
- umap/static/umap/locale/ar.json +22 -5
- umap/static/umap/locale/ast.js +22 -5
- umap/static/umap/locale/ast.json +22 -5
- umap/static/umap/locale/bg.js +22 -5
- umap/static/umap/locale/bg.json +22 -5
- umap/static/umap/locale/br.js +22 -5
- umap/static/umap/locale/br.json +22 -5
- umap/static/umap/locale/ca.js +56 -39
- umap/static/umap/locale/ca.json +56 -39
- umap/static/umap/locale/cs_CZ.js +22 -5
- umap/static/umap/locale/cs_CZ.json +22 -5
- umap/static/umap/locale/da.js +22 -5
- umap/static/umap/locale/da.json +22 -5
- umap/static/umap/locale/de.js +22 -5
- umap/static/umap/locale/de.json +22 -5
- umap/static/umap/locale/el.js +27 -10
- umap/static/umap/locale/el.json +27 -10
- umap/static/umap/locale/en.js +22 -6
- umap/static/umap/locale/en.json +22 -6
- umap/static/umap/locale/en_US.json +22 -5
- umap/static/umap/locale/es.js +22 -6
- umap/static/umap/locale/es.json +22 -6
- umap/static/umap/locale/et.js +22 -5
- umap/static/umap/locale/et.json +22 -5
- umap/static/umap/locale/eu.js +167 -150
- umap/static/umap/locale/eu.json +167 -150
- umap/static/umap/locale/fa_IR.js +22 -5
- umap/static/umap/locale/fa_IR.json +22 -5
- umap/static/umap/locale/fi.js +22 -5
- umap/static/umap/locale/fi.json +22 -5
- umap/static/umap/locale/fr.js +22 -6
- umap/static/umap/locale/fr.json +22 -6
- umap/static/umap/locale/gl.js +22 -5
- umap/static/umap/locale/gl.json +22 -5
- umap/static/umap/locale/he.js +22 -5
- umap/static/umap/locale/he.json +22 -5
- umap/static/umap/locale/hr.js +22 -5
- umap/static/umap/locale/hr.json +22 -5
- umap/static/umap/locale/hu.js +89 -72
- umap/static/umap/locale/hu.json +89 -72
- umap/static/umap/locale/id.js +22 -5
- umap/static/umap/locale/id.json +22 -5
- umap/static/umap/locale/is.js +22 -5
- umap/static/umap/locale/is.json +22 -5
- umap/static/umap/locale/it.js +22 -5
- umap/static/umap/locale/it.json +22 -5
- umap/static/umap/locale/ja.js +22 -5
- umap/static/umap/locale/ja.json +22 -5
- umap/static/umap/locale/ko.js +22 -5
- umap/static/umap/locale/ko.json +22 -5
- umap/static/umap/locale/lt.js +22 -5
- umap/static/umap/locale/lt.json +22 -5
- umap/static/umap/locale/ms.js +22 -5
- umap/static/umap/locale/ms.json +22 -5
- umap/static/umap/locale/nl.js +22 -5
- umap/static/umap/locale/nl.json +22 -5
- umap/static/umap/locale/no.js +22 -5
- umap/static/umap/locale/no.json +22 -5
- umap/static/umap/locale/pl.js +22 -5
- umap/static/umap/locale/pl.json +22 -5
- umap/static/umap/locale/pl_PL.json +22 -5
- umap/static/umap/locale/pt.js +22 -6
- umap/static/umap/locale/pt.json +22 -6
- umap/static/umap/locale/pt_BR.js +22 -5
- umap/static/umap/locale/pt_BR.json +22 -5
- umap/static/umap/locale/pt_PT.js +22 -5
- umap/static/umap/locale/pt_PT.json +22 -5
- umap/static/umap/locale/ro.js +22 -5
- umap/static/umap/locale/ro.json +22 -5
- umap/static/umap/locale/ru.js +22 -5
- umap/static/umap/locale/ru.json +22 -5
- umap/static/umap/locale/sk_SK.js +22 -5
- umap/static/umap/locale/sk_SK.json +22 -5
- umap/static/umap/locale/sl.js +22 -5
- umap/static/umap/locale/sl.json +22 -5
- umap/static/umap/locale/sr.js +22 -5
- umap/static/umap/locale/sr.json +22 -5
- umap/static/umap/locale/sv.js +22 -5
- umap/static/umap/locale/sv.json +22 -5
- umap/static/umap/locale/th_TH.js +22 -5
- umap/static/umap/locale/th_TH.json +22 -5
- umap/static/umap/locale/tr.js +22 -5
- umap/static/umap/locale/tr.json +22 -5
- umap/static/umap/locale/uk_UA.js +22 -5
- umap/static/umap/locale/uk_UA.json +22 -5
- umap/static/umap/locale/vi.js +22 -5
- umap/static/umap/locale/vi.json +22 -5
- umap/static/umap/locale/vi_VN.json +22 -5
- umap/static/umap/locale/zh.js +22 -5
- umap/static/umap/locale/zh.json +22 -5
- umap/static/umap/locale/zh_CN.json +22 -5
- umap/static/umap/locale/zh_TW.Big5.json +22 -5
- umap/static/umap/locale/zh_TW.js +22 -5
- umap/static/umap/locale/zh_TW.json +22 -5
- umap/static/umap/map.css +9 -153
- umap/static/umap/vars.css +15 -0
- umap/static/umap/vendors/dompurify/purify.es.js +5 -59
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +410 -428
- umap/static/umap/vendors/geojson-to-gpx/index.js +155 -0
- umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +1 -2
- umap/static/umap/vendors/togeojson/togeojson.es.js +1109 -0
- umap/static/umap/vendors/togeojson/{togeojson.umd.js.map → togeojson.es.mjs.map} +1 -1
- umap/static/umap/vendors/tokml/tokml.es.js +895 -0
- umap/static/umap/vendors/tokml/tokml.es.mjs.map +1 -0
- umap/storage.py +6 -2
- umap/templates/umap/components/alerts/alert.html +3 -3
- umap/templates/umap/css.html +3 -0
- umap/templates/umap/js.html +0 -6
- umap/tests/fixtures/categorized_highway.geojson +1 -0
- umap/tests/fixtures/test_import_osm_relation.json +130 -0
- umap/tests/integration/conftest.py +8 -1
- umap/tests/integration/test_browser.py +3 -2
- umap/tests/integration/test_categorized_layer.py +141 -0
- umap/tests/integration/test_conditional_rules.py +21 -0
- umap/tests/integration/test_datalayer.py +9 -4
- umap/tests/integration/test_edit_datalayer.py +1 -0
- umap/tests/integration/test_edit_polygon.py +1 -1
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_import.py +22 -0
- umap/tests/integration/test_map_preview.py +36 -2
- umap/tests/integration/test_tableeditor.py +158 -4
- umap/tests/integration/test_websocket_sync.py +2 -2
- umap/tests/test_views.py +2 -2
- umap/views.py +3 -2
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/METADATA +8 -8
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/RECORD +194 -184
- umap/static/umap/js/umap.slideshow.js +0 -165
- umap/static/umap/js/umap.tableeditor.js +0 -118
- umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -2
- umap/static/umap/vendors/togpx/togpx.js +0 -547
- umap/static/umap/vendors/tokml/tokml.js +0 -343
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/WHEEL +0 -0
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/is.js
CHANGED
|
@@ -102,10 +102,8 @@ const locale = {
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Skilgreindu tengil til að opna í nýjum glugga þegar smellt er á marghyrning.",
|
|
103
103
|
"define": "skilgreina",
|
|
104
104
|
"Delay between two transitions when in play mode": "Hlé milli tveggja millifærslna í afspilunarham",
|
|
105
|
-
"Delete all layers": "Eyða öllum lögum",
|
|
106
105
|
"Delete layer": "Eyða lagi",
|
|
107
106
|
"Delete this feature": "Eyða þessari fitju",
|
|
108
|
-
"Delete this property on all the features": "Eyða þessu eigindi á öllum fitjum",
|
|
109
107
|
"Delete this shape": "Eyða þessari lögun",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Eyða þessum brotpunkti (Alt+Smella)",
|
|
111
109
|
"Delete": "Eyða",
|
|
@@ -202,7 +200,6 @@ const locale = {
|
|
|
202
200
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
203
201
|
"Invalid umap data in {filename}": "Ógild umap-gögn í {filename}",
|
|
204
202
|
"Invalid umap data": "Ógild umap-gögn",
|
|
205
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "Halda fyrirliggjandi sýnilegum lögum",
|
|
@@ -301,7 +298,6 @@ const locale = {
|
|
|
301
298
|
"Recent": "Recent",
|
|
302
299
|
"Remote data": "Fjartengd gögn",
|
|
303
300
|
"Remove shape from the multi": "Fjarlægja lögun úr hópnum",
|
|
304
|
-
"Rename this property on all the features": "Endurnefna þetta eigindi á öllum fitjum",
|
|
305
301
|
"Replace layer content": "Skipta út innihaldi lagsins",
|
|
306
302
|
"Restore this version": "Endurheimta þessa útgáfu",
|
|
307
303
|
"Save current edits": "Vista fyrirliggjandi breytingar",
|
|
@@ -481,7 +477,28 @@ const locale = {
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
|
486
503
|
L.registerLocale("is", locale)
|
|
487
504
|
L.setLocale("is")
|
umap/static/umap/locale/is.json
CHANGED
|
@@ -102,10 +102,8 @@
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Skilgreindu tengil til að opna í nýjum glugga þegar smellt er á marghyrning.",
|
|
103
103
|
"define": "skilgreina",
|
|
104
104
|
"Delay between two transitions when in play mode": "Hlé milli tveggja millifærslna í afspilunarham",
|
|
105
|
-
"Delete all layers": "Eyða öllum lögum",
|
|
106
105
|
"Delete layer": "Eyða lagi",
|
|
107
106
|
"Delete this feature": "Eyða þessari fitju",
|
|
108
|
-
"Delete this property on all the features": "Eyða þessu eigindi á öllum fitjum",
|
|
109
107
|
"Delete this shape": "Eyða þessari lögun",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Eyða þessum brotpunkti (Alt+Smella)",
|
|
111
109
|
"Delete": "Eyða",
|
|
@@ -202,7 +200,6 @@
|
|
|
202
200
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
203
201
|
"Invalid umap data in {filename}": "Ógild umap-gögn í {filename}",
|
|
204
202
|
"Invalid umap data": "Ógild umap-gögn",
|
|
205
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "Halda fyrirliggjandi sýnilegum lögum",
|
|
@@ -301,7 +298,6 @@
|
|
|
301
298
|
"Recent": "Recent",
|
|
302
299
|
"Remote data": "Fjartengd gögn",
|
|
303
300
|
"Remove shape from the multi": "Fjarlægja lögun úr hópnum",
|
|
304
|
-
"Rename this property on all the features": "Endurnefna þetta eigindi á öllum fitjum",
|
|
305
301
|
"Replace layer content": "Skipta út innihaldi lagsins",
|
|
306
302
|
"Restore this version": "Endurheimta þessa útgáfu",
|
|
307
303
|
"Save current edits": "Vista fyrirliggjandi breytingar",
|
|
@@ -481,5 +477,26 @@
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
umap/static/umap/locale/it.js
CHANGED
|
@@ -102,10 +102,8 @@ const locale = {
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Definisci un link d'aprire in una nuova finestra al clic sul poligono.",
|
|
103
103
|
"define": "definisci",
|
|
104
104
|
"Delay between two transitions when in play mode": "Ritardo tra le due transizioni in modalità di riproduzione",
|
|
105
|
-
"Delete all layers": "Elimina tutti i layer",
|
|
106
105
|
"Delete layer": "Elimina layer",
|
|
107
106
|
"Delete this feature": "Cancella questo oggetto",
|
|
108
|
-
"Delete this property on all the features": "Cancella questa proprietà in tutti gli oggetti",
|
|
109
107
|
"Delete this shape": "Cancella questa forma",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Elimina questo vertice (Alt+Clic)",
|
|
111
109
|
"Delete": "Cancella",
|
|
@@ -202,7 +200,6 @@ const locale = {
|
|
|
202
200
|
"Invalid latitude or longitude": "Latitudine o longitudine non corrette",
|
|
203
201
|
"Invalid umap data in {filename}": "dati umap non validi nel file {filename}",
|
|
204
202
|
"Invalid umap data": "dati di umap non validi",
|
|
205
|
-
"Invalide property name: {name}": "nome della proprietà non corretta: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "Mantieni i layer attualmente visibili",
|
|
@@ -301,7 +298,6 @@ const locale = {
|
|
|
301
298
|
"Recent": "Recente",
|
|
302
299
|
"Remote data": "Dati remoti",
|
|
303
300
|
"Remove shape from the multi": "Rimuovi geometria dalle altre",
|
|
304
|
-
"Rename this property on all the features": "Rinomina questa proprietà in tutti gli oggetti",
|
|
305
301
|
"Replace layer content": "Sostituisci il contenuto del layer",
|
|
306
302
|
"Restore this version": "Ripristina questa versione",
|
|
307
303
|
"Save current edits": "Salva le modifiche effettuate",
|
|
@@ -481,7 +477,28 @@ const locale = {
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
|
486
503
|
L.registerLocale("it", locale)
|
|
487
504
|
L.setLocale("it")
|
umap/static/umap/locale/it.json
CHANGED
|
@@ -102,10 +102,8 @@
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Definisci un link d'aprire in una nuova finestra al clic sul poligono.",
|
|
103
103
|
"define": "definisci",
|
|
104
104
|
"Delay between two transitions when in play mode": "Ritardo tra le due transizioni in modalità di riproduzione",
|
|
105
|
-
"Delete all layers": "Elimina tutti i layer",
|
|
106
105
|
"Delete layer": "Elimina layer",
|
|
107
106
|
"Delete this feature": "Cancella questo oggetto",
|
|
108
|
-
"Delete this property on all the features": "Cancella questa proprietà in tutti gli oggetti",
|
|
109
107
|
"Delete this shape": "Cancella questa forma",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Elimina questo vertice (Alt+Clic)",
|
|
111
109
|
"Delete": "Cancella",
|
|
@@ -202,7 +200,6 @@
|
|
|
202
200
|
"Invalid latitude or longitude": "Latitudine o longitudine non corrette",
|
|
203
201
|
"Invalid umap data in {filename}": "dati umap non validi nel file {filename}",
|
|
204
202
|
"Invalid umap data": "dati di umap non validi",
|
|
205
|
-
"Invalide property name: {name}": "nome della proprietà non corretta: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "Mantieni i layer attualmente visibili",
|
|
@@ -301,7 +298,6 @@
|
|
|
301
298
|
"Recent": "Recente",
|
|
302
299
|
"Remote data": "Dati remoti",
|
|
303
300
|
"Remove shape from the multi": "Rimuovi geometria dalle altre",
|
|
304
|
-
"Rename this property on all the features": "Rinomina questa proprietà in tutti gli oggetti",
|
|
305
301
|
"Replace layer content": "Sostituisci il contenuto del layer",
|
|
306
302
|
"Restore this version": "Ripristina questa versione",
|
|
307
303
|
"Save current edits": "Salva le modifiche effettuate",
|
|
@@ -481,5 +477,26 @@
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
umap/static/umap/locale/ja.js
CHANGED
|
@@ -102,10 +102,8 @@ const locale = {
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "ポリゴンクリック時にリンクを新しいウィンドウで開く",
|
|
103
103
|
"define": "指定",
|
|
104
104
|
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
|
|
105
|
-
"Delete all layers": "すべてのレイヤを削除",
|
|
106
105
|
"Delete layer": "レイヤを削除",
|
|
107
106
|
"Delete this feature": "地物を削除",
|
|
108
|
-
"Delete this property on all the features": "すべての地物からこのプロパティを削除",
|
|
109
107
|
"Delete this shape": "このシェイプを削除",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "このポイントを削除(Altを押しながらクリック)",
|
|
111
109
|
"Delete": "削除",
|
|
@@ -202,7 +200,6 @@ const locale = {
|
|
|
202
200
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
203
201
|
"Invalid umap data in {filename}": "{filename} に不正なumapデータ",
|
|
204
202
|
"Invalid umap data": "不正なumapデータ",
|
|
205
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "現在表示しているレイヤを保持",
|
|
@@ -301,7 +298,6 @@ const locale = {
|
|
|
301
298
|
"Recent": "Recent",
|
|
302
299
|
"Remote data": "サイト外のデータ",
|
|
303
300
|
"Remove shape from the multi": "マルチからシェイプを削除",
|
|
304
|
-
"Rename this property on all the features": "すべての地物に対してこのプロパティ名を変更",
|
|
305
301
|
"Replace layer content": "レイヤ内容を差し替える",
|
|
306
302
|
"Restore this version": "このバージョンを復元する",
|
|
307
303
|
"Save current edits": "編集内容を保存",
|
|
@@ -481,7 +477,28 @@ const locale = {
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
|
486
503
|
L.registerLocale("ja", locale)
|
|
487
504
|
L.setLocale("ja")
|
umap/static/umap/locale/ja.json
CHANGED
|
@@ -102,10 +102,8 @@
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "ポリゴンクリック時にリンクを新しいウィンドウで開く",
|
|
103
103
|
"define": "指定",
|
|
104
104
|
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
|
|
105
|
-
"Delete all layers": "すべてのレイヤを削除",
|
|
106
105
|
"Delete layer": "レイヤを削除",
|
|
107
106
|
"Delete this feature": "地物を削除",
|
|
108
|
-
"Delete this property on all the features": "すべての地物からこのプロパティを削除",
|
|
109
107
|
"Delete this shape": "このシェイプを削除",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "このポイントを削除(Altを押しながらクリック)",
|
|
111
109
|
"Delete": "削除",
|
|
@@ -202,7 +200,6 @@
|
|
|
202
200
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
203
201
|
"Invalid umap data in {filename}": "{filename} に不正なumapデータ",
|
|
204
202
|
"Invalid umap data": "不正なumapデータ",
|
|
205
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "現在表示しているレイヤを保持",
|
|
@@ -301,7 +298,6 @@
|
|
|
301
298
|
"Recent": "Recent",
|
|
302
299
|
"Remote data": "サイト外のデータ",
|
|
303
300
|
"Remove shape from the multi": "マルチからシェイプを削除",
|
|
304
|
-
"Rename this property on all the features": "すべての地物に対してこのプロパティ名を変更",
|
|
305
301
|
"Replace layer content": "レイヤ内容を差し替える",
|
|
306
302
|
"Restore this version": "このバージョンを復元する",
|
|
307
303
|
"Save current edits": "編集内容を保存",
|
|
@@ -481,5 +477,26 @@
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
umap/static/umap/locale/ko.js
CHANGED
|
@@ -102,10 +102,8 @@ const locale = {
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
|
|
103
103
|
"define": "정의",
|
|
104
104
|
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
|
|
105
|
-
"Delete all layers": "Delete all layers",
|
|
106
105
|
"Delete layer": "Delete layer",
|
|
107
106
|
"Delete this feature": "Delete this feature",
|
|
108
|
-
"Delete this property on all the features": "Delete this property on all the features",
|
|
109
107
|
"Delete this shape": "Delete this shape",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
111
109
|
"Delete": "Delete",
|
|
@@ -202,7 +200,6 @@ const locale = {
|
|
|
202
200
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
203
201
|
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
|
204
202
|
"Invalid umap data": "Invalid umap data",
|
|
205
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "Keep current visible layers",
|
|
@@ -301,7 +298,6 @@ const locale = {
|
|
|
301
298
|
"Recent": "Recent",
|
|
302
299
|
"Remote data": "Remote data",
|
|
303
300
|
"Remove shape from the multi": "Remove shape from the multi",
|
|
304
|
-
"Rename this property on all the features": "Rename this property on all the features",
|
|
305
301
|
"Replace layer content": "Replace layer content",
|
|
306
302
|
"Restore this version": "Restore this version",
|
|
307
303
|
"Save current edits": "Save current edits",
|
|
@@ -481,7 +477,28 @@ const locale = {
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
|
486
503
|
L.registerLocale("ko", locale)
|
|
487
504
|
L.setLocale("ko")
|
umap/static/umap/locale/ko.json
CHANGED
|
@@ -102,10 +102,8 @@
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
|
|
103
103
|
"define": "정의",
|
|
104
104
|
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
|
|
105
|
-
"Delete all layers": "Delete all layers",
|
|
106
105
|
"Delete layer": "Delete layer",
|
|
107
106
|
"Delete this feature": "Delete this feature",
|
|
108
|
-
"Delete this property on all the features": "Delete this property on all the features",
|
|
109
107
|
"Delete this shape": "Delete this shape",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
111
109
|
"Delete": "Delete",
|
|
@@ -202,7 +200,6 @@
|
|
|
202
200
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
203
201
|
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
|
204
202
|
"Invalid umap data": "Invalid umap data",
|
|
205
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "Keep current visible layers",
|
|
@@ -301,7 +298,6 @@
|
|
|
301
298
|
"Recent": "Recent",
|
|
302
299
|
"Remote data": "Remote data",
|
|
303
300
|
"Remove shape from the multi": "Remove shape from the multi",
|
|
304
|
-
"Rename this property on all the features": "Rename this property on all the features",
|
|
305
301
|
"Replace layer content": "Replace layer content",
|
|
306
302
|
"Restore this version": "Restore this version",
|
|
307
303
|
"Save current edits": "Save current edits",
|
|
@@ -481,5 +477,26 @@
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
umap/static/umap/locale/lt.js
CHANGED
|
@@ -102,10 +102,8 @@ const locale = {
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
|
|
103
103
|
"define": "define",
|
|
104
104
|
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
|
|
105
|
-
"Delete all layers": "Delete all layers",
|
|
106
105
|
"Delete layer": "Delete layer",
|
|
107
106
|
"Delete this feature": "Ištrinti šį objektą",
|
|
108
|
-
"Delete this property on all the features": "Pašalinti šį parametrą visuose objektuose",
|
|
109
107
|
"Delete this shape": "Delete this shape",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
111
109
|
"Delete": "Trinti",
|
|
@@ -202,7 +200,6 @@ const locale = {
|
|
|
202
200
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
203
201
|
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
|
204
202
|
"Invalid umap data": "Invalid umap data",
|
|
205
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "Esamus sluoksnius palikti matomais",
|
|
@@ -301,7 +298,6 @@ const locale = {
|
|
|
301
298
|
"Recent": "Recent",
|
|
302
299
|
"Remote data": "Išoriniai duomenys",
|
|
303
300
|
"Remove shape from the multi": "Remove shape from the multi",
|
|
304
|
-
"Rename this property on all the features": "Pervadinti šią savybę visuose objektuose",
|
|
305
301
|
"Replace layer content": "Replace layer content",
|
|
306
302
|
"Restore this version": "Restore this version",
|
|
307
303
|
"Save current edits": "Išsaugoti pakeitimus",
|
|
@@ -481,7 +477,28 @@ const locale = {
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
|
486
503
|
L.registerLocale("lt", locale)
|
|
487
504
|
L.setLocale("lt")
|
umap/static/umap/locale/lt.json
CHANGED
|
@@ -102,10 +102,8 @@
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Define link to open in a new window on polygon click.",
|
|
103
103
|
"define": "define",
|
|
104
104
|
"Delay between two transitions when in play mode": "Delay between two transitions when in play mode",
|
|
105
|
-
"Delete all layers": "Delete all layers",
|
|
106
105
|
"Delete layer": "Delete layer",
|
|
107
106
|
"Delete this feature": "Ištrinti šį objektą",
|
|
108
|
-
"Delete this property on all the features": "Pašalinti šį parametrą visuose objektuose",
|
|
109
107
|
"Delete this shape": "Delete this shape",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Delete this vertex (Alt+Click)",
|
|
111
109
|
"Delete": "Trinti",
|
|
@@ -202,7 +200,6 @@
|
|
|
202
200
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
203
201
|
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
|
204
202
|
"Invalid umap data": "Invalid umap data",
|
|
205
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "K-means",
|
|
208
205
|
"Keep current visible layers": "Esamus sluoksnius palikti matomais",
|
|
@@ -301,7 +298,6 @@
|
|
|
301
298
|
"Recent": "Recent",
|
|
302
299
|
"Remote data": "Išoriniai duomenys",
|
|
303
300
|
"Remove shape from the multi": "Remove shape from the multi",
|
|
304
|
-
"Rename this property on all the features": "Pervadinti šią savybę visuose objektuose",
|
|
305
301
|
"Replace layer content": "Replace layer content",
|
|
306
302
|
"Restore this version": "Restore this version",
|
|
307
303
|
"Save current edits": "Išsaugoti pakeitimus",
|
|
@@ -481,5 +477,26 @@
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
umap/static/umap/locale/ms.js
CHANGED
|
@@ -102,10 +102,8 @@ const locale = {
|
|
|
102
102
|
"Define link to open in a new window on polygon click.": "Tetapkan pautan untuk buka dalam tetingkap baharu apabila poligon diklik",
|
|
103
103
|
"define": "takrif",
|
|
104
104
|
"Delay between two transitions when in play mode": "Lengah di antara dua transisi apabila dalam mod main",
|
|
105
|
-
"Delete all layers": "Padam semua lapisan",
|
|
106
105
|
"Delete layer": "Padam lapisan",
|
|
107
106
|
"Delete this feature": "Padam sifat ini",
|
|
108
|
-
"Delete this property on all the features": "Padam ciri-ciri ini di kesemua sifat-sifat",
|
|
109
107
|
"Delete this shape": "Padam bentuk ini",
|
|
110
108
|
"Delete this vertex (Alt+Click)": "Padam bucu ini (Alt+Klik)",
|
|
111
109
|
"Delete": "Padam",
|
|
@@ -202,7 +200,6 @@ const locale = {
|
|
|
202
200
|
"Invalid latitude or longitude": "Latitud atau longitud tidak sah",
|
|
203
201
|
"Invalid umap data in {filename}": "Data umap tidak sah dalam {filename}",
|
|
204
202
|
"Invalid umap data": "Data umap tidak sah",
|
|
205
|
-
"Invalide property name: {name}": "Nama ciri tidak sah: {name}",
|
|
206
203
|
"Jenks-Fisher": "Jenks-Fisher",
|
|
207
204
|
"K-means": "Cara K",
|
|
208
205
|
"Keep current visible layers": "Kekalkan lapisan yang kelihatan sekarang",
|
|
@@ -301,7 +298,6 @@ const locale = {
|
|
|
301
298
|
"Recent": "Terbaru",
|
|
302
299
|
"Remote data": "Data jarak jauh",
|
|
303
300
|
"Remove shape from the multi": "Buang bentuk daripada multi",
|
|
304
|
-
"Rename this property on all the features": "Namakan semula ciri-ciri ini di kesemua sifat-sifat",
|
|
305
301
|
"Replace layer content": "Gantikan kandungan lapisan",
|
|
306
302
|
"Restore this version": "Pulihkan versi ini",
|
|
307
303
|
"Save current edits": "Simpan suntingan semasa",
|
|
@@ -481,7 +477,28 @@ const locale = {
|
|
|
481
477
|
"Only geometry centers": "Only geometry centers",
|
|
482
478
|
"Search area": "Search area",
|
|
483
479
|
"Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view",
|
|
484
|
-
"
|
|
480
|
+
"Data successfully imported!": "Data successfully imported!",
|
|
481
|
+
"My Dashboard ({username})": "My Dashboard ({username})",
|
|
482
|
+
"Clear data": "Clear data",
|
|
483
|
+
"Remove layers": "Remove layers",
|
|
484
|
+
"Categorized": "Categorized",
|
|
485
|
+
"Alphabetical": "Alphabetical",
|
|
486
|
+
"Category property": "Category property",
|
|
487
|
+
"Color palette": "Color palette",
|
|
488
|
+
"Categories": "Categories",
|
|
489
|
+
"Comma separated list of categories.": "Comma separated list of categories.",
|
|
490
|
+
"Categories mode": "Categories mode",
|
|
491
|
+
"Remove filter for this column": "Remove filter for this column",
|
|
492
|
+
"Add filter for this column": "Add filter for this column",
|
|
493
|
+
"Rename this column": "Rename this column",
|
|
494
|
+
"Delete this column": "Delete this column",
|
|
495
|
+
"Name “{name}” should not contain a dot.": "Name “{name}” should not contain a dot.",
|
|
496
|
+
"This name already exists: “{name}”": "This name already exists: “{name}”",
|
|
497
|
+
"Delete selected rows": "Delete selected rows",
|
|
498
|
+
"Found {count} rows. Are you sure you want to delete all?": "Found {count} rows. Are you sure you want to delete all?",
|
|
499
|
+
"Expression is empty": "Expression is empty",
|
|
500
|
+
"OK": "OK",
|
|
501
|
+
"Cancel": "Cancel"
|
|
485
502
|
}
|
|
486
503
|
L.registerLocale("ms", locale)
|
|
487
504
|
L.setLocale("ms")
|