umap-project 1.12.2__py3-none-any.whl → 1.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- umap/__init__.py +1 -1
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +82 -54
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +82 -54
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +86 -58
- umap/locale/en/LC_MESSAGES/django.po +79 -51
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +82 -54
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +84 -56
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +108 -80
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +82 -54
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +82 -54
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +82 -54
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +82 -54
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +86 -58
- umap/models.py +29 -0
- umap/static/umap/base.css +33 -5
- umap/static/umap/content.css +41 -2
- umap/static/umap/img/16.svg +12 -2
- umap/static/umap/img/source/16.svg +165 -820
- umap/static/umap/js/umap.browser.js +9 -3
- umap/static/umap/js/umap.controls.js +45 -217
- umap/static/umap/js/umap.core.js +66 -30
- umap/static/umap/js/umap.forms.js +18 -31
- umap/static/umap/js/umap.icon.js +44 -21
- umap/static/umap/js/umap.js +5 -26
- umap/static/umap/js/umap.layer.js +68 -25
- umap/static/umap/js/umap.popup.js +87 -0
- umap/static/umap/js/umap.share.js +254 -0
- umap/static/umap/js/umap.ui.js +4 -2
- umap/static/umap/locale/am_ET.js +19 -9
- umap/static/umap/locale/am_ET.json +19 -9
- umap/static/umap/locale/ar.js +19 -9
- umap/static/umap/locale/ar.json +19 -9
- umap/static/umap/locale/ast.js +19 -9
- umap/static/umap/locale/ast.json +19 -9
- umap/static/umap/locale/bg.js +19 -9
- umap/static/umap/locale/bg.json +19 -9
- umap/static/umap/locale/br.js +22 -12
- umap/static/umap/locale/br.json +22 -12
- umap/static/umap/locale/ca.js +19 -9
- umap/static/umap/locale/ca.json +19 -9
- umap/static/umap/locale/cs_CZ.js +19 -9
- umap/static/umap/locale/cs_CZ.json +19 -9
- umap/static/umap/locale/da.js +19 -9
- umap/static/umap/locale/da.json +19 -9
- umap/static/umap/locale/de.js +19 -9
- umap/static/umap/locale/de.json +19 -9
- umap/static/umap/locale/el.js +19 -9
- umap/static/umap/locale/el.json +19 -9
- umap/static/umap/locale/en.js +19 -9
- umap/static/umap/locale/en.json +19 -9
- umap/static/umap/locale/en_US.json +19 -9
- umap/static/umap/locale/es.js +19 -9
- umap/static/umap/locale/es.json +19 -9
- umap/static/umap/locale/et.js +19 -9
- umap/static/umap/locale/et.json +19 -9
- umap/static/umap/locale/fa_IR.js +19 -9
- umap/static/umap/locale/fa_IR.json +19 -9
- umap/static/umap/locale/fi.js +19 -9
- umap/static/umap/locale/fi.json +19 -9
- umap/static/umap/locale/fr.js +19 -9
- umap/static/umap/locale/fr.json +19 -9
- umap/static/umap/locale/gl.js +19 -9
- umap/static/umap/locale/gl.json +19 -9
- umap/static/umap/locale/he.js +19 -9
- umap/static/umap/locale/he.json +19 -9
- umap/static/umap/locale/hr.js +19 -9
- umap/static/umap/locale/hr.json +19 -9
- umap/static/umap/locale/hu.js +19 -9
- umap/static/umap/locale/hu.json +19 -9
- umap/static/umap/locale/id.js +19 -9
- umap/static/umap/locale/id.json +19 -9
- umap/static/umap/locale/is.js +19 -9
- umap/static/umap/locale/is.json +19 -9
- umap/static/umap/locale/it.js +19 -9
- umap/static/umap/locale/it.json +19 -9
- umap/static/umap/locale/ja.js +19 -9
- umap/static/umap/locale/ja.json +19 -9
- umap/static/umap/locale/ko.js +19 -9
- umap/static/umap/locale/ko.json +19 -9
- umap/static/umap/locale/lt.js +19 -9
- umap/static/umap/locale/lt.json +19 -9
- umap/static/umap/locale/ms.js +19 -9
- umap/static/umap/locale/ms.json +19 -9
- umap/static/umap/locale/nl.js +19 -9
- umap/static/umap/locale/nl.json +19 -9
- umap/static/umap/locale/no.js +19 -9
- umap/static/umap/locale/no.json +19 -9
- umap/static/umap/locale/pl.js +19 -9
- umap/static/umap/locale/pl.json +19 -9
- umap/static/umap/locale/pl_PL.json +19 -9
- umap/static/umap/locale/pt.js +19 -9
- umap/static/umap/locale/pt.json +19 -9
- umap/static/umap/locale/pt_BR.js +19 -9
- umap/static/umap/locale/pt_BR.json +19 -9
- umap/static/umap/locale/pt_PT.js +19 -9
- umap/static/umap/locale/pt_PT.json +19 -9
- umap/static/umap/locale/ro.js +19 -9
- umap/static/umap/locale/ro.json +19 -9
- umap/static/umap/locale/ru.js +19 -9
- umap/static/umap/locale/ru.json +19 -9
- umap/static/umap/locale/sk_SK.js +19 -9
- umap/static/umap/locale/sk_SK.json +19 -9
- umap/static/umap/locale/sl.js +19 -9
- umap/static/umap/locale/sl.json +19 -9
- umap/static/umap/locale/sr.js +19 -9
- umap/static/umap/locale/sr.json +19 -9
- umap/static/umap/locale/sv.js +19 -9
- umap/static/umap/locale/sv.json +19 -9
- umap/static/umap/locale/th_TH.js +19 -9
- umap/static/umap/locale/th_TH.json +19 -9
- umap/static/umap/locale/tr.js +19 -9
- umap/static/umap/locale/tr.json +19 -9
- umap/static/umap/locale/uk_UA.js +19 -9
- umap/static/umap/locale/uk_UA.json +19 -9
- umap/static/umap/locale/vi.js +19 -9
- umap/static/umap/locale/vi.json +19 -9
- umap/static/umap/locale/vi_VN.json +19 -9
- umap/static/umap/locale/zh.js +19 -9
- umap/static/umap/locale/zh.json +19 -9
- umap/static/umap/locale/zh_CN.json +19 -9
- umap/static/umap/locale/zh_TW.Big5.json +19 -9
- umap/static/umap/locale/zh_TW.js +55 -45
- umap/static/umap/locale/zh_TW.json +55 -45
- umap/static/umap/map.css +76 -9
- umap/static/umap/test/Map.Export.js +3 -3
- umap/static/umap/test/Polygon.js +2 -2
- umap/static/umap/test/Polyline.js +2 -0
- umap/static/umap/test/index.html +1 -0
- umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7055 -7054
- umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +1 -1
- umap/templates/auth/user_form.html +1 -1
- umap/templates/umap/content.html +1 -1
- umap/templates/umap/js.html +1 -0
- umap/templates/umap/map_list.html +1 -1
- umap/templates/umap/map_table.html +67 -35
- umap/templates/umap/user_dashboard.html +23 -1
- umap/templatetags/umap_tags.py +7 -27
- umap/tests/integration/test_edit_datalayer.py +45 -0
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_facets_browser.py +86 -0
- umap/utils.py +17 -0
- umap/views.py +7 -18
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/METADATA +4 -11
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/RECORD +158 -155
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/WHEEL +0 -0
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/ru.json
CHANGED
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Display measure",
|
|
146
146
|
"Display on load": "Показывать при загрузке",
|
|
147
147
|
"Download": "Скачать",
|
|
148
|
-
"Download data": "Скачать данные",
|
|
149
148
|
"Drag to reorder": "Перетащите для изменения порядка",
|
|
150
149
|
"Draw a marker": "Добавить метку",
|
|
151
150
|
"Draw a polygon": "Нарисовать полигон",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Должен быть в формате CSS (напр., DarkBlue или #123456)",
|
|
211
210
|
"No licence has been set": "Лицензия не была указана",
|
|
212
211
|
"No results": "Нет данных",
|
|
213
|
-
"Only visible features will be downloaded.": "Будут загружены только отображаемые объекты.",
|
|
214
|
-
"Open download panel": "Открыть панель скачивания",
|
|
215
212
|
"Open link in…": "Открыть ссылку в ...",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Откройте эту часть карты в редакторе OpenStreetMap, чтобы улучшить данные",
|
|
217
214
|
"Optional intensity property for heatmap": "Дополнительные свойства интенсивности тепловой карты",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "Смотреть в полноэкранном режиме",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Сбросьте, чтобы скрыть слой из слайдшоу, просмотра данных и всплывающей навигации...",
|
|
245
242
|
"Shape properties": "Свойства фигуры",
|
|
246
|
-
"Short URL": "Короткая ссылка",
|
|
247
243
|
"Short credits": "Краткое описание прав",
|
|
248
244
|
"Show/hide layer": "Показать/скрыть слой",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Простая ссылка: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
umap/static/umap/locale/sk_SK.js
CHANGED
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "Display measure",
|
|
146
146
|
"Display on load": "Zobraziť pri štarte",
|
|
147
147
|
"Download": "Download",
|
|
148
|
-
"Download data": "Stiahnuť údaje",
|
|
149
148
|
"Drag to reorder": "Presunutím zmeníte poradie",
|
|
150
149
|
"Draw a marker": "Nakresliť značku miesta",
|
|
151
150
|
"Draw a polygon": "Nakresliť polygon",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Musí byť platná hodnota CSS (napr.: DarkBlue or #123456)",
|
|
211
210
|
"No licence has been set": "Nebola nastavená žiadna licencia",
|
|
212
211
|
"No results": "Žiadne výsledky",
|
|
213
|
-
"Only visible features will be downloaded.": "Stiahnuté budú len viditeľné objekty.",
|
|
214
|
-
"Open download panel": "Open download panel",
|
|
215
212
|
"Open link in…": "Otvoriť odkaz v…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otvoriť túto mapovú oblasť v mapovom editore pre presnenie dát v OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Voliteľné vlastnosti intenzity pre heatmapu",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "Na celú obrazovku",
|
|
244
241
|
"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…",
|
|
245
242
|
"Shape properties": "Vlastnosti tvaru",
|
|
246
|
-
"Short URL": "Krátky odkaz URL",
|
|
247
243
|
"Short credits": "Krátky text autorstva",
|
|
248
244
|
"Show/hide layer": "Ukázať/skryť vrstvu",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Jednoduchý odkaz: [[http://priklad.sk]]",
|
|
@@ -363,7 +359,6 @@ const locale = {
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@ const locale = {
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,8 +423,25 @@ const locale = {
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("sk_SK", locale)
|
|
437
447
|
L.setLocale("sk_SK")
|
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Display measure",
|
|
146
146
|
"Display on load": "Zobraziť pri štarte",
|
|
147
147
|
"Download": "Download",
|
|
148
|
-
"Download data": "Stiahnuť údaje",
|
|
149
148
|
"Drag to reorder": "Presunutím zmeníte poradie",
|
|
150
149
|
"Draw a marker": "Nakresliť značku miesta",
|
|
151
150
|
"Draw a polygon": "Nakresliť polygon",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Musí byť platná hodnota CSS (napr.: DarkBlue or #123456)",
|
|
211
210
|
"No licence has been set": "Nebola nastavená žiadna licencia",
|
|
212
211
|
"No results": "Žiadne výsledky",
|
|
213
|
-
"Only visible features will be downloaded.": "Stiahnuté budú len viditeľné objekty.",
|
|
214
|
-
"Open download panel": "Open download panel",
|
|
215
212
|
"Open link in…": "Otvoriť odkaz v…",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Otvoriť túto mapovú oblasť v mapovom editore pre presnenie dát v OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Voliteľné vlastnosti intenzity pre heatmapu",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "Na celú obrazovku",
|
|
244
241
|
"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…",
|
|
245
242
|
"Shape properties": "Vlastnosti tvaru",
|
|
246
|
-
"Short URL": "Krátky odkaz URL",
|
|
247
243
|
"Short credits": "Krátky text autorstva",
|
|
248
244
|
"Show/hide layer": "Ukázať/skryť vrstvu",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Jednoduchý odkaz: [[http://priklad.sk]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
umap/static/umap/locale/sl.js
CHANGED
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "Pokaži merilo",
|
|
146
146
|
"Display on load": "Prikaži ob nalaganju",
|
|
147
147
|
"Download": "Prenos",
|
|
148
|
-
"Download data": "Prejmi podatke",
|
|
149
148
|
"Drag to reorder": "Potegni za prerazvrstitev",
|
|
150
149
|
"Draw a marker": "Nariši označbo",
|
|
151
150
|
"Draw a polygon": "Nariši mnogokotnik",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Vrednost mora biti skladna z zapisom CSS (na primer: DarkBlue ali #123456)",
|
|
211
210
|
"No licence has been set": "Ni določenega dovoljenja za uporabo",
|
|
212
211
|
"No results": "Ni zadetkov",
|
|
213
|
-
"Only visible features will be downloaded.": "Prejeti bodo le vidni predmeti.",
|
|
214
|
-
"Open download panel": "Open download panel",
|
|
215
212
|
"Open link in…": "Odpri povezavo v ...",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Odpri obseg zemljevida v urejevalniku za prenos podrobnejših podatkov na OpenStreetMap.",
|
|
217
214
|
"Optional intensity property for heatmap": "Izbirna lastnost jakosti vročinskih točke",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "Pokaži v celozaslonskem načinu",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Neizbrana možnost skrije plast med predstavitvijo, v pregledovalniku podatkov, ...",
|
|
245
242
|
"Shape properties": "Lastnosti oblike",
|
|
246
|
-
"Short URL": "Skrajšan naslov URL",
|
|
247
243
|
"Short credits": "Kratek zapis zaslug",
|
|
248
244
|
"Show/hide layer": "Pokaži / Skrij plast",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Enostavna povezava: [[http://primer.com]]",
|
|
@@ -363,7 +359,6 @@ const locale = {
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@ const locale = {
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,8 +423,25 @@ const locale = {
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("sl", locale)
|
|
437
447
|
L.setLocale("sl")
|
umap/static/umap/locale/sl.json
CHANGED
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Pokaži merilo",
|
|
146
146
|
"Display on load": "Prikaži ob nalaganju",
|
|
147
147
|
"Download": "Prenos",
|
|
148
|
-
"Download data": "Prejmi podatke",
|
|
149
148
|
"Drag to reorder": "Potegni za prerazvrstitev",
|
|
150
149
|
"Draw a marker": "Nariši označbo",
|
|
151
150
|
"Draw a polygon": "Nariši mnogokotnik",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Vrednost mora biti skladna z zapisom CSS (na primer: DarkBlue ali #123456)",
|
|
211
210
|
"No licence has been set": "Ni določenega dovoljenja za uporabo",
|
|
212
211
|
"No results": "Ni zadetkov",
|
|
213
|
-
"Only visible features will be downloaded.": "Prejeti bodo le vidni predmeti.",
|
|
214
|
-
"Open download panel": "Open download panel",
|
|
215
212
|
"Open link in…": "Odpri povezavo v ...",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Odpri obseg zemljevida v urejevalniku za prenos podrobnejših podatkov na OpenStreetMap.",
|
|
217
214
|
"Optional intensity property for heatmap": "Izbirna lastnost jakosti vročinskih točke",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "Pokaži v celozaslonskem načinu",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Neizbrana možnost skrije plast med predstavitvijo, v pregledovalniku podatkov, ...",
|
|
245
242
|
"Shape properties": "Lastnosti oblike",
|
|
246
|
-
"Short URL": "Skrajšan naslov URL",
|
|
247
243
|
"Short credits": "Kratek zapis zaslug",
|
|
248
244
|
"Show/hide layer": "Pokaži / Skrij plast",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Enostavna povezava: [[http://primer.com]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
umap/static/umap/locale/sr.js
CHANGED
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "Мера приказа",
|
|
146
146
|
"Display on load": "Приказ при учитавању",
|
|
147
147
|
"Download": "Преузимање",
|
|
148
|
-
"Download data": "Преузимање података",
|
|
149
148
|
"Drag to reorder": "Превуците за промену редоследа",
|
|
150
149
|
"Draw a marker": "Цртање ознаке",
|
|
151
150
|
"Draw a polygon": "Цртање површине",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Must be a valid CSS value (eg.: DarkBlue or #123456)",
|
|
211
210
|
"No licence has been set": "Лиценца није постављена",
|
|
212
211
|
"No results": "Нема резултата",
|
|
213
|
-
"Only visible features will be downloaded.": "Само видљиви лејери ће бити скинути.",
|
|
214
|
-
"Open download panel": "Отвори прозор са скидање",
|
|
215
212
|
"Open link in…": "Отвори линк у...",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "Увећана слика",
|
|
244
241
|
"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…",
|
|
245
242
|
"Shape properties": "Својства облика",
|
|
246
|
-
"Short URL": "Кратки URL",
|
|
247
243
|
"Short credits": "Short credits",
|
|
248
244
|
"Show/hide layer": "Прикажи/сакриј лејер",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Simple link: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@ const locale = {
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@ const locale = {
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,8 +423,25 @@ const locale = {
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("sr", locale)
|
|
437
447
|
L.setLocale("sr")
|
umap/static/umap/locale/sr.json
CHANGED
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Мера приказа",
|
|
146
146
|
"Display on load": "Приказ при учитавању",
|
|
147
147
|
"Download": "Преузимање",
|
|
148
|
-
"Download data": "Преузимање података",
|
|
149
148
|
"Drag to reorder": "Превуците за промену редоследа",
|
|
150
149
|
"Draw a marker": "Цртање ознаке",
|
|
151
150
|
"Draw a polygon": "Цртање површине",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Must be a valid CSS value (eg.: DarkBlue or #123456)",
|
|
211
210
|
"No licence has been set": "Лиценца није постављена",
|
|
212
211
|
"No results": "Нема резултата",
|
|
213
|
-
"Only visible features will be downloaded.": "Само видљиви лејери ће бити скинути.",
|
|
214
|
-
"Open download panel": "Отвори прозор са скидање",
|
|
215
212
|
"Open link in…": "Отвори линк у...",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Open this map extent in a map editor to provide more accurate data to OpenStreetMap",
|
|
217
214
|
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "Увећана слика",
|
|
244
241
|
"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…",
|
|
245
242
|
"Shape properties": "Својства облика",
|
|
246
|
-
"Short URL": "Кратки URL",
|
|
247
243
|
"Short credits": "Short credits",
|
|
248
244
|
"Show/hide layer": "Прикажи/сакриј лејер",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Simple link: [[http://example.com]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Star this map",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direct link",
|
|
366
|
-
"Export options": "Export options",
|
|
367
362
|
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
368
363
|
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
369
364
|
"Copy link": "Copy link",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
umap/static/umap/locale/sv.js
CHANGED
|
@@ -145,7 +145,6 @@ const locale = {
|
|
|
145
145
|
"Display measure": "Visa mått",
|
|
146
146
|
"Display on load": "Visa vid uppstart",
|
|
147
147
|
"Download": "Ladda ned",
|
|
148
|
-
"Download data": "Ladda ned data",
|
|
149
148
|
"Drag to reorder": "Dra för att sortera om",
|
|
150
149
|
"Draw a marker": "Rita en markör",
|
|
151
150
|
"Draw a polygon": "Rita en polygon",
|
|
@@ -210,8 +209,6 @@ const locale = {
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Giltigt CSS värde krävs (ex: DarkBlue eller #123456)",
|
|
211
210
|
"No licence has been set": "Ingen licens har valts.",
|
|
212
211
|
"No results": "Inga träffar tyvärr. Har du stavat rätt?",
|
|
213
|
-
"Only visible features will be downloaded.": "Endast synliggjorda kartobjekt kommer att laddas ner.",
|
|
214
|
-
"Open download panel": "Öppna nedladdningspanelen",
|
|
215
212
|
"Open link in…": "Öppna länk med...",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Öppna detta kartområde i en redigerare för att bidra med mer och bättre data till OpenStreetMap.",
|
|
217
214
|
"Optional intensity property for heatmap": "Valfritt intensitetsläge för värmekartan",
|
|
@@ -243,7 +240,6 @@ const locale = {
|
|
|
243
240
|
"See full screen": "Öppna i fullskärm",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc",
|
|
245
242
|
"Shape properties": "Formategenskaper",
|
|
246
|
-
"Short URL": "Kort URL",
|
|
247
243
|
"Short credits": "Upphov och erkännanden (kort)",
|
|
248
244
|
"Show/hide layer": "Visa/dölj lager",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Enkel hyperlänk: [[https://www.exempel.se]]",
|
|
@@ -363,7 +359,6 @@ const locale = {
|
|
|
363
359
|
"Star this map": "Stjärnmärk kartan",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direktlänk",
|
|
366
|
-
"Export options": "Exportalternativ",
|
|
367
362
|
"The zoom and center have been modified.": "Zoom och centrering har ändrats.",
|
|
368
363
|
"Congratulations, your map has been created!": "Grattis, din karta har skapats!",
|
|
369
364
|
"Copy link": "Kopiera länk",
|
|
@@ -421,8 +416,6 @@ const locale = {
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,8 +423,25 @@ const locale = {
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|
|
436
446
|
L.registerLocale("sv", locale)
|
|
437
447
|
L.setLocale("sv")
|
umap/static/umap/locale/sv.json
CHANGED
|
@@ -145,7 +145,6 @@
|
|
|
145
145
|
"Display measure": "Visa mått",
|
|
146
146
|
"Display on load": "Visa vid uppstart",
|
|
147
147
|
"Download": "Ladda ned",
|
|
148
|
-
"Download data": "Ladda ned data",
|
|
149
148
|
"Drag to reorder": "Dra för att sortera om",
|
|
150
149
|
"Draw a marker": "Rita en markör",
|
|
151
150
|
"Draw a polygon": "Rita en polygon",
|
|
@@ -210,8 +209,6 @@
|
|
|
210
209
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Giltigt CSS värde krävs (ex: DarkBlue eller #123456)",
|
|
211
210
|
"No licence has been set": "Ingen licens har valts.",
|
|
212
211
|
"No results": "Inga träffar tyvärr. Har du stavat rätt?",
|
|
213
|
-
"Only visible features will be downloaded.": "Endast synliggjorda kartobjekt kommer att laddas ner.",
|
|
214
|
-
"Open download panel": "Öppna nedladdningspanelen",
|
|
215
212
|
"Open link in…": "Öppna länk med...",
|
|
216
213
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "Öppna detta kartområde i en redigerare för att bidra med mer och bättre data till OpenStreetMap.",
|
|
217
214
|
"Optional intensity property for heatmap": "Valfritt intensitetsläge för värmekartan",
|
|
@@ -243,7 +240,6 @@
|
|
|
243
240
|
"See full screen": "Öppna i fullskärm",
|
|
244
241
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Slå av för att dölja lagret från bilspelsvisning, databläddrare, popup-navigering etc",
|
|
245
242
|
"Shape properties": "Formategenskaper",
|
|
246
|
-
"Short URL": "Kort URL",
|
|
247
243
|
"Short credits": "Upphov och erkännanden (kort)",
|
|
248
244
|
"Show/hide layer": "Visa/dölj lager",
|
|
249
245
|
"Simple link: [[http://example.com]]": "Enkel hyperlänk: [[https://www.exempel.se]]",
|
|
@@ -363,7 +359,6 @@
|
|
|
363
359
|
"Star this map": "Stjärnmärk kartan",
|
|
364
360
|
"Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.": "Symbol can be either a unicode character or an URL. You can use feature properties as variables: ex.: with \"http://myserver.org/images/{name}.png\", the {name} variable will be replaced by the \"name\" value of each marker.",
|
|
365
361
|
"Direct link": "Direktlänk",
|
|
366
|
-
"Export options": "Exportalternativ",
|
|
367
362
|
"The zoom and center have been modified.": "Zoom och centrering har ändrats.",
|
|
368
363
|
"Congratulations, your map has been created!": "Grattis, din karta har skapats!",
|
|
369
364
|
"Copy link": "Kopiera länk",
|
|
@@ -421,8 +416,6 @@
|
|
|
421
416
|
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
422
417
|
"View": "View",
|
|
423
418
|
"Add image URL": "Add image URL",
|
|
424
|
-
"Backup data": "Backup data",
|
|
425
|
-
"Download full data": "Download full data",
|
|
426
419
|
"Emoji & Character": "Emoji & Character",
|
|
427
420
|
"Generic": "Generic",
|
|
428
421
|
"Symbol": "Symbol",
|
|
@@ -430,6 +423,23 @@
|
|
|
430
423
|
"URL": "URL",
|
|
431
424
|
"If false, the polygon or line will act as a part of the underlying map.": "If false, the polygon or line will act as a part of the underlying map.",
|
|
432
425
|
"Save map": "Save map",
|
|
433
|
-
"
|
|
434
|
-
"
|
|
426
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
427
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
428
|
+
"Embed and link options": "Embed and link options",
|
|
429
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
430
|
+
"Link to view the map": "Link to view the map",
|
|
431
|
+
"No.": "No.",
|
|
432
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
433
|
+
"Open share & download panel": "Open share & download panel",
|
|
434
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
435
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
436
|
+
"Share and download": "Share and download",
|
|
437
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
438
|
+
"Short link": "Short link",
|
|
439
|
+
"Street": "Street",
|
|
440
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
441
|
+
"copy": "copy",
|
|
442
|
+
"full backup": "full backup",
|
|
443
|
+
"settings": "settings",
|
|
444
|
+
"{count} features in this layer": "{count} features in this layer"
|
|
435
445
|
}
|