umap-project 2.2.1__py3-none-any.whl → 2.3.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.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/static/umap/base.css +83 -44
- umap/static/umap/css/icon.css +6 -0
- umap/static/umap/css/panel.css +9 -4
- umap/static/umap/img/16.svg +2 -2
- umap/static/umap/img/source/16.svg +3 -3
- umap/static/umap/js/modules/browser.js +63 -22
- umap/static/umap/js/modules/facets.js +14 -39
- umap/static/umap/js/modules/orderable.js +1 -1
- umap/static/umap/js/modules/schema.js +4 -4
- umap/static/umap/js/modules/urls.js +1 -1
- umap/static/umap/js/modules/utils.js +9 -1
- umap/static/umap/js/umap.controls.js +15 -11
- umap/static/umap/js/umap.core.js +17 -15
- umap/static/umap/js/umap.features.js +8 -2
- umap/static/umap/js/umap.forms.js +92 -33
- umap/static/umap/js/umap.js +19 -24
- umap/static/umap/js/umap.layer.js +3 -6
- umap/static/umap/locale/am_ET.js +11 -12
- umap/static/umap/locale/am_ET.json +11 -12
- umap/static/umap/locale/ar.js +11 -12
- umap/static/umap/locale/ar.json +11 -12
- umap/static/umap/locale/ast.js +11 -12
- umap/static/umap/locale/ast.json +11 -12
- umap/static/umap/locale/bg.js +11 -12
- umap/static/umap/locale/bg.json +11 -12
- umap/static/umap/locale/br.js +11 -12
- umap/static/umap/locale/br.json +11 -12
- umap/static/umap/locale/ca.js +11 -12
- umap/static/umap/locale/ca.json +11 -12
- umap/static/umap/locale/cs_CZ.js +11 -12
- umap/static/umap/locale/cs_CZ.json +11 -12
- umap/static/umap/locale/da.js +11 -12
- umap/static/umap/locale/da.json +11 -12
- umap/static/umap/locale/de.js +11 -12
- umap/static/umap/locale/de.json +11 -12
- umap/static/umap/locale/el.js +11 -12
- umap/static/umap/locale/el.json +11 -12
- umap/static/umap/locale/en.js +11 -12
- umap/static/umap/locale/en.json +11 -12
- umap/static/umap/locale/en_US.json +11 -12
- umap/static/umap/locale/es.js +11 -12
- umap/static/umap/locale/es.json +11 -12
- umap/static/umap/locale/et.js +11 -12
- umap/static/umap/locale/et.json +11 -12
- umap/static/umap/locale/eu.js +27 -16
- umap/static/umap/locale/eu.json +27 -16
- umap/static/umap/locale/fa_IR.js +11 -12
- umap/static/umap/locale/fa_IR.json +11 -12
- umap/static/umap/locale/fi.js +11 -12
- umap/static/umap/locale/fi.json +11 -12
- umap/static/umap/locale/fr.js +11 -12
- umap/static/umap/locale/fr.json +11 -12
- umap/static/umap/locale/gl.js +11 -12
- umap/static/umap/locale/gl.json +11 -12
- umap/static/umap/locale/he.js +11 -12
- umap/static/umap/locale/he.json +11 -12
- umap/static/umap/locale/hr.js +11 -12
- umap/static/umap/locale/hr.json +11 -12
- umap/static/umap/locale/hu.js +29 -30
- umap/static/umap/locale/hu.json +29 -30
- umap/static/umap/locale/id.js +11 -12
- umap/static/umap/locale/id.json +11 -12
- umap/static/umap/locale/is.js +11 -12
- umap/static/umap/locale/is.json +11 -12
- umap/static/umap/locale/it.js +11 -12
- umap/static/umap/locale/it.json +11 -12
- umap/static/umap/locale/ja.js +11 -12
- umap/static/umap/locale/ja.json +11 -12
- umap/static/umap/locale/ko.js +11 -12
- umap/static/umap/locale/ko.json +11 -12
- umap/static/umap/locale/lt.js +11 -12
- umap/static/umap/locale/lt.json +11 -12
- umap/static/umap/locale/ms.js +20 -21
- umap/static/umap/locale/ms.json +20 -21
- umap/static/umap/locale/nl.js +11 -12
- umap/static/umap/locale/nl.json +11 -12
- umap/static/umap/locale/no.js +11 -12
- umap/static/umap/locale/no.json +11 -12
- umap/static/umap/locale/pl.js +11 -12
- umap/static/umap/locale/pl.json +11 -12
- umap/static/umap/locale/pl_PL.json +11 -12
- umap/static/umap/locale/pt.js +11 -12
- umap/static/umap/locale/pt.json +11 -12
- umap/static/umap/locale/pt_BR.js +11 -12
- umap/static/umap/locale/pt_BR.json +11 -12
- umap/static/umap/locale/pt_PT.js +11 -12
- umap/static/umap/locale/pt_PT.json +11 -12
- umap/static/umap/locale/ro.js +11 -12
- umap/static/umap/locale/ro.json +11 -12
- umap/static/umap/locale/ru.js +11 -12
- umap/static/umap/locale/ru.json +11 -12
- umap/static/umap/locale/si.js +240 -227
- umap/static/umap/locale/si.json +240 -227
- umap/static/umap/locale/sk_SK.js +11 -12
- umap/static/umap/locale/sk_SK.json +11 -12
- umap/static/umap/locale/sl.js +11 -12
- umap/static/umap/locale/sl.json +11 -12
- umap/static/umap/locale/sr.js +11 -12
- umap/static/umap/locale/sr.json +11 -12
- umap/static/umap/locale/sv.js +11 -12
- umap/static/umap/locale/sv.json +11 -12
- umap/static/umap/locale/th_TH.js +11 -12
- umap/static/umap/locale/th_TH.json +11 -12
- umap/static/umap/locale/tr.js +11 -12
- umap/static/umap/locale/tr.json +11 -12
- umap/static/umap/locale/uk_UA.js +11 -12
- umap/static/umap/locale/uk_UA.json +11 -12
- umap/static/umap/locale/vi.js +11 -12
- umap/static/umap/locale/vi.json +11 -12
- umap/static/umap/locale/vi_VN.json +11 -12
- umap/static/umap/locale/zh.js +11 -12
- umap/static/umap/locale/zh.json +11 -12
- umap/static/umap/locale/zh_CN.json +11 -12
- umap/static/umap/locale/zh_TW.Big5.json +11 -12
- umap/static/umap/locale/zh_TW.js +11 -12
- umap/static/umap/locale/zh_TW.json +11 -12
- umap/static/umap/map.css +17 -2
- umap/static/umap/unittests/utils.js +7 -0
- umap/static/umap/vars.css +10 -0
- umap/static/umap/vendors/dompurify/purify.es.js +54 -5
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -0
- umap/tests/integration/conftest.py +5 -4
- umap/tests/integration/test_browser.py +7 -0
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_draw_polygon.py +6 -0
- umap/tests/integration/test_draw_polyline.py +6 -0
- umap/tests/integration/test_edit_datalayer.py +5 -5
- umap/tests/integration/test_edit_map.py +4 -4
- umap/tests/integration/test_edit_marker.py +6 -6
- umap/tests/integration/test_edit_polygon.py +6 -6
- umap/tests/integration/test_facets_browser.py +82 -13
- {umap_project-2.2.1.dist-info → umap_project-2.3.0.dist-info}/METADATA +8 -7
- {umap_project-2.2.1.dist-info → umap_project-2.3.0.dist-info}/RECORD +137 -143
- {umap_project-2.2.1.dist-info → umap_project-2.3.0.dist-info}/WHEEL +1 -1
- umap/.DS_Store +0 -0
- umap/static/.DS_Store +0 -0
- umap/static/umap/.DS_Store +0 -0
- umap/static/umap/favicons/.DS_Store +0 -0
- umap/static/umap/fonts/.DS_Store +0 -0
- umap/tests/.DS_Store +0 -0
- umap/tests/integration/.DS_Store +0 -0
- {umap_project-2.2.1.dist-info → umap_project-2.3.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.2.1.dist-info → umap_project-2.3.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/ms.js
CHANGED
|
@@ -83,7 +83,6 @@ const locale = {
|
|
|
83
83
|
"color": "warna",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Senarai nombor, dipisahkan dengan koma, termasuk nilai minimum dan maksimum.",
|
|
85
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Senarai ciri-ciri untuk digunakan bagi sifat isihan, dipisahkan dengan koma. Untuk mengundur isihan, letak tanda tolak (-) sebelumnya. Cth. kekuncisaya,-kekuncilain.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Senarai berpisahkan koma bagi ciri-ciri untuk digunakan ketika menapis sifat",
|
|
87
86
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Nilai dipisahkan dengan koma, tab atau koma bertitik. SRS WGS84 diimplikasikan. Hanya geometri Titik diimport. Import akan lihat pada kepala lajur untuk sebarang sebutan «lat» dan «lon» di bahagian permulaan pengepala, tak peka besar huruf. Kesemua lajur lain diimport sebagai ciri-ciri.",
|
|
88
87
|
"Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!",
|
|
89
88
|
"Continue line": "Garis sambung",
|
|
@@ -96,7 +95,6 @@ const locale = {
|
|
|
96
95
|
"Custom background": "Latar belakang tersuai",
|
|
97
96
|
"Custom overlay": "Tindihan atas tersuai",
|
|
98
97
|
"dash array": "tatasusunan sengkang",
|
|
99
|
-
"Data browser": "Pelayar data",
|
|
100
98
|
"Data is browsable": "Data boleh layar",
|
|
101
99
|
"Datalayers": "Lapisan data",
|
|
102
100
|
"Default interaction options": "Pilihan interaksi lalai",
|
|
@@ -165,16 +163,12 @@ const locale = {
|
|
|
165
163
|
"Exit Fullscreen": "Keluar Skrin Penuh",
|
|
166
164
|
"expanded": "dikembangkan",
|
|
167
165
|
"Extract shape to separate feature": "Sarikan bentuk untuk memisahkan sifat",
|
|
168
|
-
"Facet keys": "Kekunci faset",
|
|
169
|
-
"Facet search": "Gelintaran faset",
|
|
170
166
|
"Feature identifier key": "Kekunci pengenalpastian sifat",
|
|
171
167
|
"Feature properties": "Ciri-ciri sifat",
|
|
172
168
|
"Fetch data each time map view changes.": "Ambil data setiap kali paparan peta berubah.",
|
|
173
169
|
"fill color": "warna isian",
|
|
174
170
|
"fill opacity": "kelegapan isian",
|
|
175
171
|
"fill": "diisi",
|
|
176
|
-
"Filter keys": "Kekunci tapisan",
|
|
177
|
-
"Filter": "Tapis",
|
|
178
172
|
"Fit all data": "Sesuaikan semua data",
|
|
179
173
|
"Format": "Format",
|
|
180
174
|
"From zoom": "Dari zum",
|
|
@@ -267,7 +261,6 @@ const locale = {
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "Tiada cache",
|
|
269
263
|
"No licence has been set": "Tiada lesen ditetapkan",
|
|
270
|
-
"No results for these facets": "Tiada hasil bagi faset ini",
|
|
271
264
|
"No results": "Tiada hasil",
|
|
272
265
|
"no": "tidak",
|
|
273
266
|
"No.": "No.",
|
|
@@ -332,7 +325,6 @@ const locale = {
|
|
|
332
325
|
"See layers": "Lihat lapisan",
|
|
333
326
|
"See full screen": "Lihat skrin penuh",
|
|
334
327
|
"See on OpenStreetMap": "Lihat di OpenStreetMap",
|
|
335
|
-
"Select data": "Pilih data",
|
|
336
328
|
"Send me the link": "Hantarkan pautan kepada saya",
|
|
337
329
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…",
|
|
338
330
|
"settings": "tetapan",
|
|
@@ -434,20 +426,27 @@ const locale = {
|
|
|
434
426
|
"Edit map details": "Sunting maklumat peta",
|
|
435
427
|
"Back to browser": "Kembali ke pelayar",
|
|
436
428
|
"Toggle size": "Togol saiz",
|
|
437
|
-
"Layers": "Lapisan",
|
|
438
429
|
"Display the caption control": "Paparkan kawalan keterangan",
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
"
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"
|
|
430
|
+
"<empty value>": "<nilai kosong>",
|
|
431
|
+
"Min": "Minimum",
|
|
432
|
+
"Max": "Maksimum",
|
|
433
|
+
"From": "Mulai",
|
|
434
|
+
"Until": "Sehingga",
|
|
435
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Contoh: kekunci1,kekunci2|Label 2,kekunci3|Label 3|checkbox",
|
|
436
|
+
"Edit in OpenStreetMap": "Sunting di OpenStreetMap",
|
|
437
|
+
"Cannot determine latitude and longitude columns.": "Tidak dapat menentukan lajur latitud dan longitud.",
|
|
438
|
+
"Back to layers": "Kembali ke lapisan",
|
|
439
|
+
"Filters": "Tapisan",
|
|
440
|
+
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
|
452
451
|
L.registerLocale("ms", locale)
|
|
453
452
|
L.setLocale("ms")
|
umap/static/umap/locale/ms.json
CHANGED
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"color": "warna",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Senarai nombor, dipisahkan dengan koma, termasuk nilai minimum dan maksimum.",
|
|
85
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Senarai ciri-ciri untuk digunakan bagi sifat isihan, dipisahkan dengan koma. Untuk mengundur isihan, letak tanda tolak (-) sebelumnya. Cth. kekuncisaya,-kekuncilain.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Senarai berpisahkan koma bagi ciri-ciri untuk digunakan ketika menapis sifat",
|
|
87
86
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Nilai dipisahkan dengan koma, tab atau koma bertitik. SRS WGS84 diimplikasikan. Hanya geometri Titik diimport. Import akan lihat pada kepala lajur untuk sebarang sebutan «lat» dan «lon» di bahagian permulaan pengepala, tak peka besar huruf. Kesemua lajur lain diimport sebagai ciri-ciri.",
|
|
88
87
|
"Congratulations, your map has been created!": "Tahniah, peta anda telah berjaya dicipta!",
|
|
89
88
|
"Continue line": "Garis sambung",
|
|
@@ -96,7 +95,6 @@
|
|
|
96
95
|
"Custom background": "Latar belakang tersuai",
|
|
97
96
|
"Custom overlay": "Tindihan atas tersuai",
|
|
98
97
|
"dash array": "tatasusunan sengkang",
|
|
99
|
-
"Data browser": "Pelayar data",
|
|
100
98
|
"Data is browsable": "Data boleh layar",
|
|
101
99
|
"Datalayers": "Lapisan data",
|
|
102
100
|
"Default interaction options": "Pilihan interaksi lalai",
|
|
@@ -165,16 +163,12 @@
|
|
|
165
163
|
"Exit Fullscreen": "Keluar Skrin Penuh",
|
|
166
164
|
"expanded": "dikembangkan",
|
|
167
165
|
"Extract shape to separate feature": "Sarikan bentuk untuk memisahkan sifat",
|
|
168
|
-
"Facet keys": "Kekunci faset",
|
|
169
|
-
"Facet search": "Gelintaran faset",
|
|
170
166
|
"Feature identifier key": "Kekunci pengenalpastian sifat",
|
|
171
167
|
"Feature properties": "Ciri-ciri sifat",
|
|
172
168
|
"Fetch data each time map view changes.": "Ambil data setiap kali paparan peta berubah.",
|
|
173
169
|
"fill color": "warna isian",
|
|
174
170
|
"fill opacity": "kelegapan isian",
|
|
175
171
|
"fill": "diisi",
|
|
176
|
-
"Filter keys": "Kekunci tapisan",
|
|
177
|
-
"Filter": "Tapis",
|
|
178
172
|
"Fit all data": "Sesuaikan semua data",
|
|
179
173
|
"Format": "Format",
|
|
180
174
|
"From zoom": "Dari zum",
|
|
@@ -267,7 +261,6 @@
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "Tiada cache",
|
|
269
263
|
"No licence has been set": "Tiada lesen ditetapkan",
|
|
270
|
-
"No results for these facets": "Tiada hasil bagi faset ini",
|
|
271
264
|
"No results": "Tiada hasil",
|
|
272
265
|
"no": "tidak",
|
|
273
266
|
"No.": "No.",
|
|
@@ -332,7 +325,6 @@
|
|
|
332
325
|
"See layers": "Lihat lapisan",
|
|
333
326
|
"See full screen": "Lihat skrin penuh",
|
|
334
327
|
"See on OpenStreetMap": "Lihat di OpenStreetMap",
|
|
335
|
-
"Select data": "Pilih data",
|
|
336
328
|
"Send me the link": "Hantarkan pautan kepada saya",
|
|
337
329
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Tetapkan ke 'false' untuk menyembunyikan lapisan ini daripada persembahan slaid, pelayar data, navigasi timbul…",
|
|
338
330
|
"settings": "tetapan",
|
|
@@ -434,18 +426,25 @@
|
|
|
434
426
|
"Edit map details": "Sunting maklumat peta",
|
|
435
427
|
"Back to browser": "Kembali ke pelayar",
|
|
436
428
|
"Toggle size": "Togol saiz",
|
|
437
|
-
"Layers": "Lapisan",
|
|
438
429
|
"Display the caption control": "Paparkan kawalan keterangan",
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
"
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"
|
|
430
|
+
"<empty value>": "<nilai kosong>",
|
|
431
|
+
"Min": "Minimum",
|
|
432
|
+
"Max": "Maksimum",
|
|
433
|
+
"From": "Mulai",
|
|
434
|
+
"Until": "Sehingga",
|
|
435
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Contoh: kekunci1,kekunci2|Label 2,kekunci3|Label 3|checkbox",
|
|
436
|
+
"Edit in OpenStreetMap": "Sunting di OpenStreetMap",
|
|
437
|
+
"Cannot determine latitude and longitude columns.": "Tidak dapat menentukan lajur latitud dan longitud.",
|
|
438
|
+
"Back to layers": "Kembali ke lapisan",
|
|
439
|
+
"Filters": "Tapisan",
|
|
440
|
+
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
umap/static/umap/locale/nl.js
CHANGED
|
@@ -83,7 +83,6 @@ const locale = {
|
|
|
83
83
|
"color": "kleur",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Door komma's gescheiden lijst van getallen, inclusief minimale en maximale waarden.",
|
|
85
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om objecten te sorteren. Om de sortering om te draaien, plaats er een minteken (-) voor . Bijvoorbeeld mykey,-otherkey.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om te filteren",
|
|
87
86
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Komma-, tabulator- of puntkomma-gescheiden waardes, SRS WGS84 wordt verondersteld. Enkel puntgeometrieën worden geïmporteerd. Bij het importeren wordt gekeken naar kolomkoppen die met «lat» of «lon» beginnen. Alle andere kolommen worden als eigenschappen geïmporteerd",
|
|
88
87
|
"Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!",
|
|
89
88
|
"Continue line": "Ga door met deze lijn",
|
|
@@ -96,7 +95,6 @@ const locale = {
|
|
|
96
95
|
"Custom background": "Eigen achtergrond",
|
|
97
96
|
"Custom overlay": "Eigen overlay",
|
|
98
97
|
"dash array": "soort stippellijn",
|
|
99
|
-
"Data browser": "Data browser",
|
|
100
98
|
"Data is browsable": "Data kan verkend worden",
|
|
101
99
|
"Datalayers": "Datalagen",
|
|
102
100
|
"Default interaction options": "Standaard interactie-opties",
|
|
@@ -165,16 +163,12 @@ const locale = {
|
|
|
165
163
|
"Exit Fullscreen": "Verlaat volledig scherm",
|
|
166
164
|
"expanded": "opengeklapt",
|
|
167
165
|
"Extract shape to separate feature": "Verplaats deze vorm naar een eigen object",
|
|
168
|
-
"Facet keys": "Velden voor meervoudig zoeken",
|
|
169
|
-
"Facet search": "Meervoudig zoeken",
|
|
170
166
|
"Feature identifier key": "Unieke identificator van het object",
|
|
171
167
|
"Feature properties": "Eigenschappen van het object",
|
|
172
168
|
"Fetch data each time map view changes.": "Haal data op elke keer het kaartaanzicht verandert",
|
|
173
169
|
"fill color": "opvulkleur",
|
|
174
170
|
"fill opacity": "(on)doorzichtigheid van inkleuring",
|
|
175
171
|
"fill": "opvullen",
|
|
176
|
-
"Filter keys": "Filter op sleutel",
|
|
177
|
-
"Filter": "Filter",
|
|
178
172
|
"Fit all data": "Doe alle data passen",
|
|
179
173
|
"Format": "Formaat",
|
|
180
174
|
"From zoom": "Van zoom",
|
|
@@ -267,7 +261,6 @@ const locale = {
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "Geen cache",
|
|
269
263
|
"No licence has been set": "Er is geen licentie ingesteld",
|
|
270
|
-
"No results for these facets": "Er zijn geen resultaten voor deze zoekopdracht",
|
|
271
264
|
"No results": "Geen resultaten",
|
|
272
265
|
"no": "neen",
|
|
273
266
|
"No.": "Neen.",
|
|
@@ -332,7 +325,6 @@ const locale = {
|
|
|
332
325
|
"See layers": "See layers",
|
|
333
326
|
"See full screen": "Op volledig scherm weergeven",
|
|
334
327
|
"See on OpenStreetMap": "Bekijk op OpenStreetMap",
|
|
335
|
-
"Select data": "Select data",
|
|
336
328
|
"Send me the link": "Stuur me de link",
|
|
337
329
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...",
|
|
338
330
|
"settings": "instellingen",
|
|
@@ -434,9 +426,7 @@ const locale = {
|
|
|
434
426
|
"Edit map details": "Edit map details",
|
|
435
427
|
"Back to browser": "Back to browser",
|
|
436
428
|
"Toggle size": "Toggle size",
|
|
437
|
-
"Layers": "Layers",
|
|
438
429
|
"Display the caption control": "Display the caption control",
|
|
439
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
430
|
"<empty value>": "<empty value>",
|
|
441
431
|
"Min": "Min",
|
|
442
432
|
"Max": "Max",
|
|
@@ -446,8 +436,17 @@ const locale = {
|
|
|
446
436
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
437
|
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
438
|
"Back to layers": "Back to layers",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
|
452
451
|
L.registerLocale("nl", locale)
|
|
453
452
|
L.setLocale("nl")
|
umap/static/umap/locale/nl.json
CHANGED
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"color": "kleur",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Door komma's gescheiden lijst van getallen, inclusief minimale en maximale waarden.",
|
|
85
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om objecten te sorteren. Om de sortering om te draaien, plaats er een minteken (-) voor . Bijvoorbeeld mykey,-otherkey.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Komma-gescheiden lijst van eigenschappen die gebruikt worden om te filteren",
|
|
87
86
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Komma-, tabulator- of puntkomma-gescheiden waardes, SRS WGS84 wordt verondersteld. Enkel puntgeometrieën worden geïmporteerd. Bij het importeren wordt gekeken naar kolomkoppen die met «lat» of «lon» beginnen. Alle andere kolommen worden als eigenschappen geïmporteerd",
|
|
88
87
|
"Congratulations, your map has been created!": "Proficiat, je kaart is aangemaakt!",
|
|
89
88
|
"Continue line": "Ga door met deze lijn",
|
|
@@ -96,7 +95,6 @@
|
|
|
96
95
|
"Custom background": "Eigen achtergrond",
|
|
97
96
|
"Custom overlay": "Eigen overlay",
|
|
98
97
|
"dash array": "soort stippellijn",
|
|
99
|
-
"Data browser": "Data browser",
|
|
100
98
|
"Data is browsable": "Data kan verkend worden",
|
|
101
99
|
"Datalayers": "Datalagen",
|
|
102
100
|
"Default interaction options": "Standaard interactie-opties",
|
|
@@ -165,16 +163,12 @@
|
|
|
165
163
|
"Exit Fullscreen": "Verlaat volledig scherm",
|
|
166
164
|
"expanded": "opengeklapt",
|
|
167
165
|
"Extract shape to separate feature": "Verplaats deze vorm naar een eigen object",
|
|
168
|
-
"Facet keys": "Velden voor meervoudig zoeken",
|
|
169
|
-
"Facet search": "Meervoudig zoeken",
|
|
170
166
|
"Feature identifier key": "Unieke identificator van het object",
|
|
171
167
|
"Feature properties": "Eigenschappen van het object",
|
|
172
168
|
"Fetch data each time map view changes.": "Haal data op elke keer het kaartaanzicht verandert",
|
|
173
169
|
"fill color": "opvulkleur",
|
|
174
170
|
"fill opacity": "(on)doorzichtigheid van inkleuring",
|
|
175
171
|
"fill": "opvullen",
|
|
176
|
-
"Filter keys": "Filter op sleutel",
|
|
177
|
-
"Filter": "Filter",
|
|
178
172
|
"Fit all data": "Doe alle data passen",
|
|
179
173
|
"Format": "Formaat",
|
|
180
174
|
"From zoom": "Van zoom",
|
|
@@ -267,7 +261,6 @@
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "Geen cache",
|
|
269
263
|
"No licence has been set": "Er is geen licentie ingesteld",
|
|
270
|
-
"No results for these facets": "Er zijn geen resultaten voor deze zoekopdracht",
|
|
271
264
|
"No results": "Geen resultaten",
|
|
272
265
|
"no": "neen",
|
|
273
266
|
"No.": "Neen.",
|
|
@@ -332,7 +325,6 @@
|
|
|
332
325
|
"See layers": "See layers",
|
|
333
326
|
"See full screen": "Op volledig scherm weergeven",
|
|
334
327
|
"See on OpenStreetMap": "Bekijk op OpenStreetMap",
|
|
335
|
-
"Select data": "Select data",
|
|
336
328
|
"Send me the link": "Stuur me de link",
|
|
337
329
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Zet op onwaar ('false') om deze laag te verbergen in de slideshow, data verkenner, popup navigatie, ...",
|
|
338
330
|
"settings": "instellingen",
|
|
@@ -434,9 +426,7 @@
|
|
|
434
426
|
"Edit map details": "Edit map details",
|
|
435
427
|
"Back to browser": "Back to browser",
|
|
436
428
|
"Toggle size": "Toggle size",
|
|
437
|
-
"Layers": "Layers",
|
|
438
429
|
"Display the caption control": "Display the caption control",
|
|
439
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
430
|
"<empty value>": "<empty value>",
|
|
441
431
|
"Min": "Min",
|
|
442
432
|
"Max": "Max",
|
|
@@ -446,6 +436,15 @@
|
|
|
446
436
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
437
|
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
438
|
"Back to layers": "Back to layers",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
umap/static/umap/locale/no.js
CHANGED
|
@@ -83,7 +83,6 @@ const locale = {
|
|
|
83
83
|
"color": "farge",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
|
|
87
86
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
|
|
88
87
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
89
88
|
"Continue line": "Fortsett linje",
|
|
@@ -96,7 +95,6 @@ const locale = {
|
|
|
96
95
|
"Custom background": "Egendefinert bakgrunn",
|
|
97
96
|
"Custom overlay": "Custom overlay",
|
|
98
97
|
"dash array": "dash array",
|
|
99
|
-
"Data browser": "Dataleser",
|
|
100
98
|
"Data is browsable": "Data is browsable",
|
|
101
99
|
"Datalayers": "Datalayers",
|
|
102
100
|
"Default interaction options": "Default interaction options",
|
|
@@ -165,16 +163,12 @@ const locale = {
|
|
|
165
163
|
"Exit Fullscreen": "Gå ut av fullskjerm",
|
|
166
164
|
"expanded": "expanded",
|
|
167
165
|
"Extract shape to separate feature": "Hent ut form til eget objekt",
|
|
168
|
-
"Facet keys": "Facet keys",
|
|
169
|
-
"Facet search": "Facet search",
|
|
170
166
|
"Feature identifier key": "Feature identifier key",
|
|
171
167
|
"Feature properties": "Feature properties",
|
|
172
168
|
"Fetch data each time map view changes.": "Hent data hver gang kartvisningen endres.",
|
|
173
169
|
"fill color": "fyllfarge",
|
|
174
170
|
"fill opacity": "fyllsynlighet",
|
|
175
171
|
"fill": "fyll",
|
|
176
|
-
"Filter keys": "Filtrer nøkler",
|
|
177
|
-
"Filter": "Filter",
|
|
178
172
|
"Fit all data": "Fit all data",
|
|
179
173
|
"Format": "Format",
|
|
180
174
|
"From zoom": "Fra zoom",
|
|
@@ -267,7 +261,6 @@ const locale = {
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "No cache",
|
|
269
263
|
"No licence has been set": "No licence has been set",
|
|
270
|
-
"No results for these facets": "No results for these facets",
|
|
271
264
|
"No results": "No results",
|
|
272
265
|
"no": "nei",
|
|
273
266
|
"No.": "No.",
|
|
@@ -332,7 +325,6 @@ const locale = {
|
|
|
332
325
|
"See layers": "See layers",
|
|
333
326
|
"See full screen": "See full screen",
|
|
334
327
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
335
|
-
"Select data": "Select data",
|
|
336
328
|
"Send me the link": "Send me the link",
|
|
337
329
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
|
338
330
|
"settings": "settings",
|
|
@@ -434,9 +426,7 @@ const locale = {
|
|
|
434
426
|
"Edit map details": "Edit map details",
|
|
435
427
|
"Back to browser": "Back to browser",
|
|
436
428
|
"Toggle size": "Toggle size",
|
|
437
|
-
"Layers": "Layers",
|
|
438
429
|
"Display the caption control": "Display the caption control",
|
|
439
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
430
|
"<empty value>": "<empty value>",
|
|
441
431
|
"Min": "Min",
|
|
442
432
|
"Max": "Max",
|
|
@@ -446,8 +436,17 @@ const locale = {
|
|
|
446
436
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
437
|
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
438
|
"Back to layers": "Back to layers",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
|
452
451
|
L.registerLocale("no", locale)
|
|
453
452
|
L.setLocale("no")
|
umap/static/umap/locale/no.json
CHANGED
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"color": "farge",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Comma separated list of properties to use when filtering features",
|
|
87
86
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.",
|
|
88
87
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
89
88
|
"Continue line": "Fortsett linje",
|
|
@@ -96,7 +95,6 @@
|
|
|
96
95
|
"Custom background": "Egendefinert bakgrunn",
|
|
97
96
|
"Custom overlay": "Custom overlay",
|
|
98
97
|
"dash array": "dash array",
|
|
99
|
-
"Data browser": "Dataleser",
|
|
100
98
|
"Data is browsable": "Data is browsable",
|
|
101
99
|
"Datalayers": "Datalayers",
|
|
102
100
|
"Default interaction options": "Default interaction options",
|
|
@@ -165,16 +163,12 @@
|
|
|
165
163
|
"Exit Fullscreen": "Gå ut av fullskjerm",
|
|
166
164
|
"expanded": "expanded",
|
|
167
165
|
"Extract shape to separate feature": "Hent ut form til eget objekt",
|
|
168
|
-
"Facet keys": "Facet keys",
|
|
169
|
-
"Facet search": "Facet search",
|
|
170
166
|
"Feature identifier key": "Feature identifier key",
|
|
171
167
|
"Feature properties": "Feature properties",
|
|
172
168
|
"Fetch data each time map view changes.": "Hent data hver gang kartvisningen endres.",
|
|
173
169
|
"fill color": "fyllfarge",
|
|
174
170
|
"fill opacity": "fyllsynlighet",
|
|
175
171
|
"fill": "fyll",
|
|
176
|
-
"Filter keys": "Filtrer nøkler",
|
|
177
|
-
"Filter": "Filter",
|
|
178
172
|
"Fit all data": "Fit all data",
|
|
179
173
|
"Format": "Format",
|
|
180
174
|
"From zoom": "Fra zoom",
|
|
@@ -267,7 +261,6 @@
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "No cache",
|
|
269
263
|
"No licence has been set": "No licence has been set",
|
|
270
|
-
"No results for these facets": "No results for these facets",
|
|
271
264
|
"No results": "No results",
|
|
272
265
|
"no": "nei",
|
|
273
266
|
"No.": "No.",
|
|
@@ -332,7 +325,6 @@
|
|
|
332
325
|
"See layers": "See layers",
|
|
333
326
|
"See full screen": "See full screen",
|
|
334
327
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
335
|
-
"Select data": "Select data",
|
|
336
328
|
"Send me the link": "Send me the link",
|
|
337
329
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
|
338
330
|
"settings": "settings",
|
|
@@ -434,9 +426,7 @@
|
|
|
434
426
|
"Edit map details": "Edit map details",
|
|
435
427
|
"Back to browser": "Back to browser",
|
|
436
428
|
"Toggle size": "Toggle size",
|
|
437
|
-
"Layers": "Layers",
|
|
438
429
|
"Display the caption control": "Display the caption control",
|
|
439
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
430
|
"<empty value>": "<empty value>",
|
|
441
431
|
"Min": "Min",
|
|
442
432
|
"Max": "Max",
|
|
@@ -446,6 +436,15 @@
|
|
|
446
436
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
437
|
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
438
|
"Back to layers": "Back to layers",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
umap/static/umap/locale/pl.js
CHANGED
|
@@ -83,7 +83,6 @@ const locale = {
|
|
|
83
83
|
"color": "kolor",
|
|
84
84
|
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
85
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
86
|
-
"Comma separated list of properties to use when filtering features": "Lista właściwości oddzielona przecinkiem do używania przy sortowaniu obiektów",
|
|
87
86
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Wartości powinny być oddzielone przecinkiem, średnikiem lub znakiem tabulacji. Układ współrzędnych WGS84 jest wymagany. Tylko geometrie typu punkt zostaną zaimportowane. Import sprawdzi nagłówki kolumn czy zawierają „lat” i „lon” na początku nagłówka, wielkość liter nie ma znaczenia. Wszystkie inne kolumny zostaną zaimportowane jako właściwości tych punktów.",
|
|
88
87
|
"Congratulations, your map has been created!": "Gratulacje, twoja mapa została utworzona!",
|
|
89
88
|
"Continue line": "Kontynuuj linię",
|
|
@@ -96,7 +95,6 @@ const locale = {
|
|
|
96
95
|
"Custom background": "Własne tło",
|
|
97
96
|
"Custom overlay": "Custom overlay",
|
|
98
97
|
"dash array": "przerywana linia",
|
|
99
|
-
"Data browser": "Przeglądanie danych",
|
|
100
98
|
"Data is browsable": "Dane można przeglądać",
|
|
101
99
|
"Datalayers": "Warstwy danych",
|
|
102
100
|
"Default interaction options": "Domyślne ustawienia interakcji",
|
|
@@ -165,16 +163,12 @@ const locale = {
|
|
|
165
163
|
"Exit Fullscreen": "Zamknij pełny ekran",
|
|
166
164
|
"expanded": "rozwinięty",
|
|
167
165
|
"Extract shape to separate feature": "Wydziel figurę jako odrębny obiekt",
|
|
168
|
-
"Facet keys": "Facet keys",
|
|
169
|
-
"Facet search": "Facet search",
|
|
170
166
|
"Feature identifier key": "Klucz identyfikacyjny obiektu",
|
|
171
167
|
"Feature properties": "Feature properties",
|
|
172
168
|
"Fetch data each time map view changes.": "Załaduj dane za każdym razem, gdy zmienia się widok mapy.",
|
|
173
169
|
"fill color": "kolor wypełnienia",
|
|
174
170
|
"fill opacity": "stopień wypełnienia",
|
|
175
171
|
"fill": "wypełnienie",
|
|
176
|
-
"Filter keys": "Klucze filtrów",
|
|
177
|
-
"Filter": "Filter",
|
|
178
172
|
"Fit all data": "Fit all data",
|
|
179
173
|
"Format": "Format",
|
|
180
174
|
"From zoom": "Od przybliżenia",
|
|
@@ -267,7 +261,6 @@ const locale = {
|
|
|
267
261
|
"NM": "NM",
|
|
268
262
|
"No cache": "Brak pamięci podręcznej",
|
|
269
263
|
"No licence has been set": "Nie wybrano licencji",
|
|
270
|
-
"No results for these facets": "Brak wyników dla tych aspektów",
|
|
271
264
|
"No results": "Brak wyników",
|
|
272
265
|
"no": "nie",
|
|
273
266
|
"No.": "No.",
|
|
@@ -332,7 +325,6 @@ const locale = {
|
|
|
332
325
|
"See layers": "See layers",
|
|
333
326
|
"See full screen": "Pełny ekran",
|
|
334
327
|
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
335
|
-
"Select data": "Select data",
|
|
336
328
|
"Send me the link": "Wyślij mi link",
|
|
337
329
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Ustaw „OFF”, żeby ukryć tę warstwę z pokazu slajdów, przeglądarki danych i okienek nawigacji.",
|
|
338
330
|
"settings": "settings",
|
|
@@ -434,9 +426,7 @@ const locale = {
|
|
|
434
426
|
"Edit map details": "Edit map details",
|
|
435
427
|
"Back to browser": "Back to browser",
|
|
436
428
|
"Toggle size": "Toggle size",
|
|
437
|
-
"Layers": "Layers",
|
|
438
429
|
"Display the caption control": "Display the caption control",
|
|
439
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
430
|
"<empty value>": "<empty value>",
|
|
441
431
|
"Min": "Min",
|
|
442
432
|
"Max": "Max",
|
|
@@ -446,8 +436,17 @@ const locale = {
|
|
|
446
436
|
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
437
|
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
438
|
"Back to layers": "Back to layers",
|
|
449
|
-
"
|
|
450
|
-
"
|
|
439
|
+
"Filters": "Filters",
|
|
440
|
+
"Comma separated list of properties to use when filtering features by text input": "Comma separated list of properties to use when filtering features by text input",
|
|
441
|
+
"Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for filters (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
442
|
+
"Search keys": "Search keys",
|
|
443
|
+
"Filters keys": "Filters keys",
|
|
444
|
+
"Filter data": "Filter data",
|
|
445
|
+
"Search map features…": "Search map features…",
|
|
446
|
+
"Reset all": "Reset all",
|
|
447
|
+
"Browser in data mode": "Browser in data mode",
|
|
448
|
+
"Browser in layers mode": "Browser in layers mode",
|
|
449
|
+
"Browser in filters mode": "Browser in filters mode"
|
|
451
450
|
}
|
|
452
451
|
L.registerLocale("pl", locale)
|
|
453
452
|
L.setLocale("pl")
|