umap-project 1.4.4__py3-none-any.whl → 1.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.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +8 -7
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +35 -35
- umap/locale/en/LC_MESSAGES/django.po +28 -28
- umap/migrations/0011_alter_map_edit_status_alter_map_share_status.py +24 -0
- umap/models.py +10 -2
- umap/settings/base.py +2 -0
- umap/static/umap/base.css +4 -4
- umap/static/umap/img/16-white.svg +18 -3
- umap/static/umap/img/logo_small.svg +14 -0
- umap/static/umap/img/source/16-white.svg +19 -5
- umap/static/umap/js/umap.controls.js +122 -132
- umap/static/umap/js/umap.core.js +12 -5
- umap/static/umap/js/umap.features.js +40 -14
- umap/static/umap/js/umap.forms.js +55 -5
- umap/static/umap/js/umap.js +59 -100
- umap/static/umap/js/umap.layer.js +69 -26
- umap/static/umap/js/umap.permissions.js +5 -0
- umap/static/umap/js/umap.popup.js +3 -6
- umap/static/umap/js/umap.xhr.js +2 -1
- umap/static/umap/locale/am_ET.js +14 -7
- umap/static/umap/locale/am_ET.json +14 -7
- umap/static/umap/locale/ar.js +14 -7
- umap/static/umap/locale/ar.json +14 -7
- umap/static/umap/locale/ast.js +14 -7
- umap/static/umap/locale/ast.json +14 -7
- umap/static/umap/locale/bg.js +14 -7
- umap/static/umap/locale/bg.json +14 -7
- umap/static/umap/locale/br.js +29 -22
- umap/static/umap/locale/br.json +29 -22
- umap/static/umap/locale/ca.js +14 -7
- umap/static/umap/locale/ca.json +14 -7
- umap/static/umap/locale/cs_CZ.js +42 -35
- umap/static/umap/locale/cs_CZ.json +42 -35
- umap/static/umap/locale/da.js +14 -7
- umap/static/umap/locale/da.json +14 -7
- umap/static/umap/locale/de.js +14 -7
- umap/static/umap/locale/de.json +14 -7
- umap/static/umap/locale/el.js +14 -7
- umap/static/umap/locale/el.json +14 -7
- umap/static/umap/locale/en.js +14 -7
- umap/static/umap/locale/en.json +14 -7
- umap/static/umap/locale/en_US.json +14 -7
- umap/static/umap/locale/es.js +14 -7
- umap/static/umap/locale/es.json +14 -7
- umap/static/umap/locale/et.js +14 -7
- umap/static/umap/locale/et.json +14 -7
- umap/static/umap/locale/eu.js +7 -7
- umap/static/umap/locale/eu.json +7 -7
- umap/static/umap/locale/fa_IR.js +14 -7
- umap/static/umap/locale/fa_IR.json +14 -7
- umap/static/umap/locale/fi.js +14 -7
- umap/static/umap/locale/fi.json +14 -7
- umap/static/umap/locale/fr.js +14 -7
- umap/static/umap/locale/fr.json +14 -7
- umap/static/umap/locale/gl.js +14 -7
- umap/static/umap/locale/gl.json +14 -7
- umap/static/umap/locale/he.js +14 -7
- umap/static/umap/locale/he.json +14 -7
- umap/static/umap/locale/hr.js +14 -7
- umap/static/umap/locale/hr.json +14 -7
- umap/static/umap/locale/hu.js +14 -7
- umap/static/umap/locale/hu.json +14 -7
- umap/static/umap/locale/id.js +14 -7
- umap/static/umap/locale/id.json +14 -7
- umap/static/umap/locale/is.js +14 -7
- umap/static/umap/locale/is.json +14 -7
- umap/static/umap/locale/it.js +14 -7
- umap/static/umap/locale/it.json +14 -7
- umap/static/umap/locale/ja.js +14 -7
- umap/static/umap/locale/ja.json +14 -7
- umap/static/umap/locale/ko.js +14 -7
- umap/static/umap/locale/ko.json +14 -7
- umap/static/umap/locale/lt.js +14 -7
- umap/static/umap/locale/lt.json +14 -7
- umap/static/umap/locale/ms.js +14 -7
- umap/static/umap/locale/ms.json +14 -7
- umap/static/umap/locale/nl.js +14 -7
- umap/static/umap/locale/nl.json +14 -7
- umap/static/umap/locale/no.js +14 -7
- umap/static/umap/locale/no.json +14 -7
- umap/static/umap/locale/pl.js +14 -7
- umap/static/umap/locale/pl.json +14 -7
- umap/static/umap/locale/pl_PL.json +14 -7
- umap/static/umap/locale/pt.js +14 -7
- umap/static/umap/locale/pt.json +14 -7
- umap/static/umap/locale/pt_BR.js +14 -7
- umap/static/umap/locale/pt_BR.json +14 -7
- umap/static/umap/locale/pt_PT.js +14 -7
- umap/static/umap/locale/pt_PT.json +14 -7
- umap/static/umap/locale/ro.js +14 -7
- umap/static/umap/locale/ro.json +14 -7
- umap/static/umap/locale/ru.js +14 -7
- umap/static/umap/locale/ru.json +14 -7
- umap/static/umap/locale/sk_SK.js +14 -7
- umap/static/umap/locale/sk_SK.json +14 -7
- umap/static/umap/locale/sl.js +14 -7
- umap/static/umap/locale/sl.json +14 -7
- umap/static/umap/locale/sr.js +14 -7
- umap/static/umap/locale/sr.json +14 -7
- umap/static/umap/locale/sv.js +38 -31
- umap/static/umap/locale/sv.json +38 -31
- umap/static/umap/locale/th_TH.js +14 -7
- umap/static/umap/locale/th_TH.json +14 -7
- umap/static/umap/locale/tr.js +14 -7
- umap/static/umap/locale/tr.json +14 -7
- umap/static/umap/locale/uk_UA.js +14 -7
- umap/static/umap/locale/uk_UA.json +14 -7
- umap/static/umap/locale/vi.js +14 -7
- umap/static/umap/locale/vi.json +14 -7
- umap/static/umap/locale/vi_VN.json +14 -7
- umap/static/umap/locale/zh.js +14 -7
- umap/static/umap/locale/zh.json +14 -7
- umap/static/umap/locale/zh_CN.json +14 -7
- umap/static/umap/locale/zh_TW.Big5.json +14 -7
- umap/static/umap/locale/zh_TW.js +14 -7
- umap/static/umap/locale/zh_TW.json +14 -7
- umap/static/umap/map.css +119 -47
- umap/static/umap/test/DataLayer.js +32 -6
- umap/static/umap/test/Util.js +7 -7
- umap/static/umap/vendors/leaflet/leaflet-src.js +7156 -7156
- umap/static/umap/vendors/togeojson/togeojson.js +2 -406
- umap/tests/test_map.py +16 -0
- umap/tests/test_views.py +18 -0
- umap/views.py +3 -1
- {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/METADATA +3 -3
- {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/RECORD +132 -130
- {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/WHEEL +0 -0
- {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.4.4.dist-info → umap_project-1.5.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/eu.json
CHANGED
|
@@ -65,23 +65,21 @@
|
|
|
65
65
|
"hidden": "hidden",
|
|
66
66
|
"iframe": "iframe",
|
|
67
67
|
"inherit": "inherit",
|
|
68
|
-
"name": "
|
|
68
|
+
"name": "izena",
|
|
69
69
|
"never": "never",
|
|
70
70
|
"new window": "new window",
|
|
71
|
-
"no": "
|
|
71
|
+
"no": "ez",
|
|
72
72
|
"on hover": "on hover",
|
|
73
73
|
"opacity": "opacity",
|
|
74
74
|
"parent window": "parent window",
|
|
75
75
|
"stroke": "stroke",
|
|
76
76
|
"weight": "weight",
|
|
77
|
-
"yes": "
|
|
77
|
+
"yes": "bai",
|
|
78
78
|
"{delay} seconds": "{delay} seconds",
|
|
79
79
|
"# one hash for main heading": "# one hash for main heading",
|
|
80
80
|
"## two hashes for second heading": "## two hashes for second heading",
|
|
81
81
|
"### three hashes for third heading": "### three hashes for third heading",
|
|
82
82
|
"**double star for bold**": "**double star for bold**",
|
|
83
|
-
"*simple star for italic*": "*simple star for italic*",
|
|
84
|
-
"--- for an horizontal rule": "--- for an horizontal rule",
|
|
85
83
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".",
|
|
86
84
|
"About": "About",
|
|
87
85
|
"Action not allowed :(": "Action not allowed :(",
|
|
@@ -277,7 +275,6 @@
|
|
|
277
275
|
"TMS format": "TMS format",
|
|
278
276
|
"Text color for the cluster label": "Text color for the cluster label",
|
|
279
277
|
"Text formatting": "Text formatting",
|
|
280
|
-
"The name of the property to use as feature label (ex.: \"nom\")": "The name of the property to use as feature label (ex.: \"nom\")",
|
|
281
278
|
"To use if remote server doesn't allow cross domain (slower)": "To use if remote server doesn't allow cross domain (slower)",
|
|
282
279
|
"To zoom": "To zoom",
|
|
283
280
|
"Transfer shape to edited feature": "Transfer shape to edited feature",
|
|
@@ -398,5 +395,8 @@
|
|
|
398
395
|
"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.",
|
|
399
396
|
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
400
397
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
401
|
-
"icon opacity": "icon opacity"
|
|
398
|
+
"icon opacity": "icon opacity",
|
|
399
|
+
"*single star for italic*": "*single star for italic*",
|
|
400
|
+
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
|
|
402
402
|
}
|
umap/static/umap/locale/fa_IR.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "ویرایش تنظیمات نقشه",
|
|
165
165
|
"Edit properties in a table": "ویژگی ها را در یک جدول ویرایش کنید",
|
|
166
166
|
"Edit this feature": "این ویژگی را ویرایش کنید",
|
|
167
|
-
"Editing": "ویرایش",
|
|
168
167
|
"Embed and share this map": "این نقشه را جاسازی کرده و به اشتراک بگذارید",
|
|
169
168
|
"Embed the map": "نقشه را جاسازی کنید",
|
|
170
169
|
"Empty": "خالی",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "باز کردن ویژگی فعلی هنگام بارگیری",
|
|
350
349
|
"Permalink": "پیوند ثابت",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "نام ویژگی برای استفاده به عنوان شناسه منحصر به فرد ویژگی.",
|
|
352
|
-
"Advanced filter keys": "کلیدهای فیلتر پیشرفته",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "فهرستی از ویژگیهای جدا شده با کاما برای استفاده برای فیلتر کردن کادر تأیید",
|
|
354
|
-
"Data filters": "فیلتر دادهها",
|
|
355
351
|
"Do you want to display caption menus?": "آیا میخواهید منوهای زیرنویس نشان داده شود؟",
|
|
356
352
|
"Example: key1,key2,key3": "به عنوان مثال: کلید 1، کلید 2، کلید 3",
|
|
357
353
|
"Invalid latitude or longitude": "طول یا عرض جغرافیایی نامعتبر است",
|
|
358
354
|
"Invalide property name: {name}": "نام دارایی معتبر نیست: {name}",
|
|
359
|
-
"No results for these filters": "برای این فیلترها هیچ نتیجهای وجود ندارد",
|
|
360
355
|
"Permanent credits": "اعتبارات دائمی",
|
|
361
356
|
"Permanent credits background": "پیشینه اعتبارات دائمی",
|
|
362
357
|
"Select data": "دادهها را انتخاب کنید",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"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)": "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)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("fa_IR", locale)
|
|
404
411
|
L.setLocale("fa_IR")
|
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "ویرایش تنظیمات نقشه",
|
|
165
165
|
"Edit properties in a table": "ویژگی ها را در یک جدول ویرایش کنید",
|
|
166
166
|
"Edit this feature": "این ویژگی را ویرایش کنید",
|
|
167
|
-
"Editing": "ویرایش",
|
|
168
167
|
"Embed and share this map": "این نقشه را جاسازی کرده و به اشتراک بگذارید",
|
|
169
168
|
"Embed the map": "نقشه را جاسازی کنید",
|
|
170
169
|
"Empty": "خالی",
|
|
@@ -349,14 +348,10 @@
|
|
|
349
348
|
"Open current feature on load": "باز کردن ویژگی فعلی هنگام بارگیری",
|
|
350
349
|
"Permalink": "پیوند ثابت",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "نام ویژگی برای استفاده به عنوان شناسه منحصر به فرد ویژگی.",
|
|
352
|
-
"Advanced filter keys": "کلیدهای فیلتر پیشرفته",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "فهرستی از ویژگیهای جدا شده با کاما برای استفاده برای فیلتر کردن کادر تأیید",
|
|
354
|
-
"Data filters": "فیلتر دادهها",
|
|
355
351
|
"Do you want to display caption menus?": "آیا میخواهید منوهای زیرنویس نشان داده شود؟",
|
|
356
352
|
"Example: key1,key2,key3": "به عنوان مثال: کلید 1، کلید 2، کلید 3",
|
|
357
353
|
"Invalid latitude or longitude": "طول یا عرض جغرافیایی نامعتبر است",
|
|
358
354
|
"Invalide property name: {name}": "نام دارایی معتبر نیست: {name}",
|
|
359
|
-
"No results for these filters": "برای این فیلترها هیچ نتیجهای وجود ندارد",
|
|
360
355
|
"Permanent credits": "اعتبارات دائمی",
|
|
361
356
|
"Permanent credits background": "پیشینه اعتبارات دائمی",
|
|
362
357
|
"Select data": "دادهها را انتخاب کنید",
|
|
@@ -393,10 +388,22 @@
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"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)": "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)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
umap/static/umap/locale/fi.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Muokkaa kartta-asetuksia",
|
|
165
165
|
"Edit properties in a table": "Muokkaa ominaisuuksia taulukossa",
|
|
166
166
|
"Edit this feature": "Muokkaa tätä piirrettä",
|
|
167
|
-
"Editing": "Muokkauksessa",
|
|
168
167
|
"Embed and share this map": "Jaa tämä kartta tai käytä sitä muualla",
|
|
169
168
|
"Embed the map": "Liitä kartta",
|
|
170
169
|
"Empty": "Tyhjä",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"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)": "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)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("fi", locale)
|
|
404
411
|
L.setLocale("fi")
|
umap/static/umap/locale/fi.json
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "Muokkaa kartta-asetuksia",
|
|
165
165
|
"Edit properties in a table": "Muokkaa ominaisuuksia taulukossa",
|
|
166
166
|
"Edit this feature": "Muokkaa tätä piirrettä",
|
|
167
|
-
"Editing": "Muokkauksessa",
|
|
168
167
|
"Embed and share this map": "Jaa tämä kartta tai käytä sitä muualla",
|
|
169
168
|
"Embed the map": "Liitä kartta",
|
|
170
169
|
"Empty": "Tyhjä",
|
|
@@ -349,14 +348,10 @@
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,10 +388,22 @@
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"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)": "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)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
umap/static/umap/locale/fr.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Éditer les paramètres",
|
|
165
165
|
"Edit properties in a table": "Éditer dans un tableau",
|
|
166
166
|
"Edit this feature": "Éditer cet élément",
|
|
167
|
-
"Editing": "Edition en cours",
|
|
168
167
|
"Embed and share this map": "Exporter et partager la carte",
|
|
169
168
|
"Embed the map": "Intégrer la carte dans une iframe",
|
|
170
169
|
"Empty": "Vider",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Ouvrir l'élément courant au chargement",
|
|
350
349
|
"Permalink": "Permalien",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "Nom de la propriété utilisée pour identifier un élément de façon unique",
|
|
352
|
-
"Advanced filter keys": "Clés de filtre avancé",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Liste de propriétés à utiliser pour les filtres par catégories (séparées par des virgules)",
|
|
354
|
-
"Data filters": "Filtrer les données",
|
|
355
351
|
"Do you want to display caption menus?": "Afficher les menus dans la légende ?",
|
|
356
352
|
"Example: key1,key2,key3": "Exemple: clé1,clé2,clé3",
|
|
357
353
|
"Invalid latitude or longitude": "Latitude ou longitude invalide",
|
|
358
354
|
"Invalide property name: {name}": "Nom de propriété invalide: {name}",
|
|
359
|
-
"No results for these filters": "Aucun résultat avec ces filtres",
|
|
360
355
|
"Permanent credits": "Crédits permanents",
|
|
361
356
|
"Permanent credits background": "Afficher un fond pour le crédit permanent",
|
|
362
357
|
"Select data": "Sélectionner les données",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Envoyer le lien",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Votre carte a été créée! Comme vous n'êtes pas identifié, voici le lien secret pour éditer la carte à l'avenir, conservez-le précieusement:",
|
|
395
390
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Liste de propriétés séparées par une virgule pour trier les éléments. Pour trier en descendant, ajouter un signe moins (-) devant. Ex.: maclé,-autreclé.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Problème pour charger l'URL (problème réseau ou protection CORS)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Alterner le mode édition (⇧+clic)",
|
|
398
392
|
"icon opacity": "Opacité de l'icône",
|
|
399
393
|
"*single star for italic*": "*simple astérisque pour italique*",
|
|
400
394
|
"--- for a horizontal rule": "--- pour un séparateur horizontal",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "Nom de la propriété utilisée pour le libellé (ex.: \"nom\"). Il est possible d'utiliser des propriétés entre accolades pour en utiliser plusieurs ou ajouter du texte (ex.: \"{nom} à {lieu}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "Nom de la propriété utilisée pour le libellé (ex.: \"nom\"). Il est possible d'utiliser des propriétés entre accolades pour en utiliser plusieurs ou ajouter du texte (ex.: \"{nom} à {lieu}\")",
|
|
396
|
+
"Cancel all": "Tout annuler",
|
|
397
|
+
"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)": "Liste de propriétés séparées par des virgules pour calculer les facettes (ex.: macle,monautrecle). Pour définir un libellé, on peut l'ajouter après un | (ex.: macle|Ma Clé,monautrecle|Mon Autre Clé)",
|
|
398
|
+
"Default view": "Vue par défaut",
|
|
399
|
+
"Facet keys": "Clés pour les facettes",
|
|
400
|
+
"Facet search": "Recherche par facette",
|
|
401
|
+
"Feature properties": "Propriétés de l'élément",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Problème au chargement de cette URL (problème réseau ou protection CORS): {url}",
|
|
403
|
+
"Latest feature": "Dernier élément",
|
|
404
|
+
"Layers bounds": "Emprises des calques",
|
|
405
|
+
"No results for these facets": "Aucun résultat pour ces facettes",
|
|
406
|
+
"Saved center and zoom": "Centre et zoom enregistrés",
|
|
407
|
+
"User location": "Localisation de l'utilisateur",
|
|
408
|
+
"Visibility: {status}": "Visibilité: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("fr", locale)
|
|
404
411
|
L.setLocale("fr")
|
umap/static/umap/locale/fr.json
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "Éditer les paramètres",
|
|
165
165
|
"Edit properties in a table": "Éditer dans un tableau",
|
|
166
166
|
"Edit this feature": "Éditer cet élément",
|
|
167
|
-
"Editing": "Edition en cours",
|
|
168
167
|
"Embed and share this map": "Exporter et partager la carte",
|
|
169
168
|
"Embed the map": "Intégrer la carte dans une iframe",
|
|
170
169
|
"Empty": "Vider",
|
|
@@ -349,14 +348,10 @@
|
|
|
349
348
|
"Open current feature on load": "Ouvrir l'élément courant au chargement",
|
|
350
349
|
"Permalink": "Permalien",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "Nom de la propriété utilisée pour identifier un élément de façon unique",
|
|
352
|
-
"Advanced filter keys": "Clés de filtre avancé",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Liste de propriétés à utiliser pour les filtres par catégories (séparées par des virgules)",
|
|
354
|
-
"Data filters": "Filtrer les données",
|
|
355
351
|
"Do you want to display caption menus?": "Afficher les menus dans la légende ?",
|
|
356
352
|
"Example: key1,key2,key3": "Exemple: clé1,clé2,clé3",
|
|
357
353
|
"Invalid latitude or longitude": "Latitude ou longitude invalide",
|
|
358
354
|
"Invalide property name: {name}": "Nom de propriété invalide: {name}",
|
|
359
|
-
"No results for these filters": "Aucun résultat avec ces filtres",
|
|
360
355
|
"Permanent credits": "Crédits permanents",
|
|
361
356
|
"Permanent credits background": "Afficher un fond pour le crédit permanent",
|
|
362
357
|
"Select data": "Sélectionner les données",
|
|
@@ -393,10 +388,22 @@
|
|
|
393
388
|
"Send me the link": "Envoyer le lien",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Votre carte a été créée! Comme vous n'êtes pas identifié, voici le lien secret pour éditer la carte à l'avenir, conservez-le précieusement:",
|
|
395
390
|
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Liste de propriétés séparées par une virgule pour trier les éléments. Pour trier en descendant, ajouter un signe moins (-) devant. Ex.: maclé,-autreclé.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Problème pour charger l'URL (problème réseau ou protection CORS)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Alterner le mode édition (⇧+clic)",
|
|
398
392
|
"icon opacity": "Opacité de l'icône",
|
|
399
393
|
"*single star for italic*": "*simple astérisque pour italique*",
|
|
400
394
|
"--- for a horizontal rule": "--- pour un séparateur horizontal",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "Nom de la propriété utilisée pour le libellé (ex.: \"nom\"). Il est possible d'utiliser des propriétés entre accolades pour en utiliser plusieurs ou ajouter du texte (ex.: \"{nom} à {lieu}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "Nom de la propriété utilisée pour le libellé (ex.: \"nom\"). Il est possible d'utiliser des propriétés entre accolades pour en utiliser plusieurs ou ajouter du texte (ex.: \"{nom} à {lieu}\")",
|
|
396
|
+
"Cancel all": "Tout annuler",
|
|
397
|
+
"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)": "Liste de propriétés séparées par des virgules pour calculer les facettes (ex.: macle,monautrecle). Pour définir un libellé, on peut l'ajouter après un | (ex.: macle|Ma Clé,monautrecle|Mon Autre Clé)",
|
|
398
|
+
"Default view": "Vue par défaut",
|
|
399
|
+
"Facet keys": "Clés pour les facettes",
|
|
400
|
+
"Facet search": "Recherche par facette",
|
|
401
|
+
"Feature properties": "Propriétés de l'élément",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Problème au chargement de cette URL (problème réseau ou protection CORS): {url}",
|
|
403
|
+
"Latest feature": "Dernier élément",
|
|
404
|
+
"Layers bounds": "Emprises des calques",
|
|
405
|
+
"No results for these facets": "Aucun résultat pour ces facettes",
|
|
406
|
+
"Saved center and zoom": "Centre et zoom enregistrés",
|
|
407
|
+
"User location": "Localisation de l'utilisateur",
|
|
408
|
+
"Visibility: {status}": "Visibilité: {status}"
|
|
402
409
|
}
|
umap/static/umap/locale/gl.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Editar axustes do mapa",
|
|
165
165
|
"Edit properties in a table": "Editar propiedades nunha táboa",
|
|
166
166
|
"Edit this feature": "Editar este elemento",
|
|
167
|
-
"Editing": "Editando",
|
|
168
167
|
"Embed and share this map": "Incorporar e compartir este mapa",
|
|
169
168
|
"Embed the map": "Incorporar o mapa",
|
|
170
169
|
"Empty": "Baleirar",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"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)": "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)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("gl", locale)
|
|
404
411
|
L.setLocale("gl")
|
umap/static/umap/locale/gl.json
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "Editar axustes do mapa",
|
|
165
165
|
"Edit properties in a table": "Editar propiedades nunha táboa",
|
|
166
166
|
"Edit this feature": "Editar este elemento",
|
|
167
|
-
"Editing": "Editando",
|
|
168
167
|
"Embed and share this map": "Incorporar e compartir este mapa",
|
|
169
168
|
"Embed the map": "Incorporar o mapa",
|
|
170
169
|
"Empty": "Baleirar",
|
|
@@ -349,14 +348,10 @@
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,10 +388,22 @@
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"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)": "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)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
umap/static/umap/locale/he.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "עריכת הגדרות מפה",
|
|
165
165
|
"Edit properties in a table": "עריכת מאפיינים בטבלה",
|
|
166
166
|
"Edit this feature": "עריכת תכונה זו",
|
|
167
|
-
"Editing": "במצב עריכה",
|
|
168
167
|
"Embed and share this map": "הטמעה ושיתוף מפה זו",
|
|
169
168
|
"Embed the map": "הטמעת המפה",
|
|
170
169
|
"Empty": "לרוקן",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"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)": "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)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("he", locale)
|
|
404
411
|
L.setLocale("he")
|
umap/static/umap/locale/he.json
CHANGED
|
@@ -164,7 +164,6 @@
|
|
|
164
164
|
"Edit map settings": "עריכת הגדרות מפה",
|
|
165
165
|
"Edit properties in a table": "עריכת מאפיינים בטבלה",
|
|
166
166
|
"Edit this feature": "עריכת תכונה זו",
|
|
167
|
-
"Editing": "במצב עריכה",
|
|
168
167
|
"Embed and share this map": "הטמעה ושיתוף מפה זו",
|
|
169
168
|
"Embed the map": "הטמעת המפה",
|
|
170
169
|
"Empty": "לרוקן",
|
|
@@ -349,14 +348,10 @@
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,10 +388,22 @@
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"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)": "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)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
umap/static/umap/locale/hr.js
CHANGED
|
@@ -164,7 +164,6 @@ const locale = {
|
|
|
164
164
|
"Edit map settings": "Edit map settings",
|
|
165
165
|
"Edit properties in a table": "Edit properties in a table",
|
|
166
166
|
"Edit this feature": "Edit this feature",
|
|
167
|
-
"Editing": "Uređivanje",
|
|
168
167
|
"Embed and share this map": "Embed and share this map",
|
|
169
168
|
"Embed the map": "Ugradi kartu",
|
|
170
169
|
"Empty": "Empty",
|
|
@@ -349,14 +348,10 @@ const locale = {
|
|
|
349
348
|
"Open current feature on load": "Open current feature on load",
|
|
350
349
|
"Permalink": "Permalink",
|
|
351
350
|
"The name of the property to use as feature unique identifier.": "The name of the property to use as feature unique identifier.",
|
|
352
|
-
"Advanced filter keys": "Advanced filter keys",
|
|
353
|
-
"Comma separated list of properties to use for checkbox filtering": "Comma separated list of properties to use for checkbox filtering",
|
|
354
|
-
"Data filters": "Data filters",
|
|
355
351
|
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
356
352
|
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
357
353
|
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
358
354
|
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
359
|
-
"No results for these filters": "No results for these filters",
|
|
360
355
|
"Permanent credits": "Permanent credits",
|
|
361
356
|
"Permanent credits background": "Permanent credits background",
|
|
362
357
|
"Select data": "Select data",
|
|
@@ -393,12 +388,24 @@ const locale = {
|
|
|
393
388
|
"Send me the link": "Send me the link",
|
|
394
389
|
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
395
390
|
"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.",
|
|
396
|
-
"Issue reaching that URL (network problem or CORS protection)": "Issue reaching that URL (network problem or CORS protection)",
|
|
397
391
|
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
398
392
|
"icon opacity": "icon opacity",
|
|
399
393
|
"*single star for italic*": "*single star for italic*",
|
|
400
394
|
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
401
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")"
|
|
395
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
396
|
+
"Cancel all": "Cancel all",
|
|
397
|
+
"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)": "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)",
|
|
398
|
+
"Default view": "Default view",
|
|
399
|
+
"Facet keys": "Facet keys",
|
|
400
|
+
"Facet search": "Facet search",
|
|
401
|
+
"Feature properties": "Feature properties",
|
|
402
|
+
"Issue reaching that URL (network problem or CORS protection): {url}": "Issue reaching that URL (network problem or CORS protection): {url}",
|
|
403
|
+
"Latest feature": "Latest feature",
|
|
404
|
+
"Layers bounds": "Layers bounds",
|
|
405
|
+
"No results for these facets": "No results for these facets",
|
|
406
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
407
|
+
"User location": "User location",
|
|
408
|
+
"Visibility: {status}": "Visibility: {status}"
|
|
402
409
|
}
|
|
403
410
|
L.registerLocale("hr", locale)
|
|
404
411
|
L.setLocale("hr")
|