umap-project 2.9.0b0__py3-none-any.whl → 2.9.2__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/admin.py +15 -2
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +111 -67
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +112 -67
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +132 -87
- umap/locale/en/LC_MESSAGES/django.po +11 -10
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +117 -71
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +11 -10
- umap/locale/gl/LC_MESSAGES/django.mo +0 -0
- umap/locale/gl/LC_MESSAGES/django.po +219 -173
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +145 -100
- umap/locale/nl/LC_MESSAGES/django.mo +0 -0
- umap/locale/nl/LC_MESSAGES/django.po +198 -152
- umap/locale/pt/LC_MESSAGES/django.mo +0 -0
- umap/locale/pt/LC_MESSAGES/django.po +118 -73
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +112 -67
- umap/middleware.py +30 -1
- umap/models.py +20 -10
- umap/settings/base.py +2 -1
- umap/static/umap/base.css +4 -1
- umap/static/umap/css/bar.css +32 -0
- umap/static/umap/css/contextmenu.css +14 -2
- umap/static/umap/css/form.css +5 -10
- umap/static/umap/css/icon.css +39 -3
- umap/static/umap/css/panel.css +18 -1
- umap/static/umap/css/popup.css +0 -1
- umap/static/umap/img/16-white.svg +3 -3
- umap/static/umap/img/16.svg +1 -1
- umap/static/umap/img/24-white.svg +17 -16
- umap/static/umap/img/24.svg +29 -18
- umap/static/umap/img/providers/twitter-oauth2.png +0 -0
- umap/static/umap/img/source/16-white.svg +4 -4
- umap/static/umap/img/source/16.svg +1 -1
- umap/static/umap/img/source/24-white.svg +20 -18
- umap/static/umap/img/source/24.svg +30 -19
- umap/static/umap/js/modules/browser.js +2 -2
- umap/static/umap/js/modules/caption.js +4 -4
- umap/static/umap/js/modules/data/features.js +80 -32
- umap/static/umap/js/modules/data/layer.js +37 -50
- umap/static/umap/js/modules/form/builder.js +23 -22
- umap/static/umap/js/modules/form/fields.js +13 -5
- umap/static/umap/js/modules/formatter.js +6 -2
- umap/static/umap/js/modules/help.js +17 -23
- umap/static/umap/js/modules/importer.js +5 -2
- umap/static/umap/js/modules/permissions.js +6 -2
- umap/static/umap/js/modules/rendering/layers/classified.js +1 -1
- umap/static/umap/js/modules/rendering/map.js +1 -21
- umap/static/umap/js/modules/rendering/ui.js +20 -38
- umap/static/umap/js/modules/rules.js +1 -1
- umap/static/umap/js/modules/saving.js +5 -0
- umap/static/umap/js/modules/schema.js +4 -1
- umap/static/umap/js/modules/sync/engine.js +39 -14
- umap/static/umap/js/modules/sync/updaters.js +7 -6
- umap/static/umap/js/modules/sync/websocket.js +48 -40
- umap/static/umap/js/modules/ui/bar.js +84 -0
- umap/static/umap/js/modules/ui/base.js +11 -0
- umap/static/umap/js/modules/ui/contextmenu.js +9 -2
- umap/static/umap/js/modules/ui/panel.js +5 -1
- umap/static/umap/js/modules/umap.js +85 -44
- umap/static/umap/js/umap.controls.js +11 -341
- umap/static/umap/locale/am_ET.js +17 -5
- umap/static/umap/locale/am_ET.json +17 -5
- umap/static/umap/locale/ar.js +17 -5
- umap/static/umap/locale/ar.json +17 -5
- umap/static/umap/locale/ast.js +17 -5
- umap/static/umap/locale/ast.json +17 -5
- umap/static/umap/locale/bg.js +17 -5
- umap/static/umap/locale/bg.json +17 -5
- umap/static/umap/locale/br.js +20 -15
- umap/static/umap/locale/br.json +20 -15
- umap/static/umap/locale/ca.js +8 -4
- umap/static/umap/locale/ca.json +8 -4
- umap/static/umap/locale/cs_CZ.js +8 -4
- umap/static/umap/locale/cs_CZ.json +8 -4
- umap/static/umap/locale/da.js +17 -5
- umap/static/umap/locale/da.json +17 -5
- umap/static/umap/locale/de.js +8 -4
- umap/static/umap/locale/de.json +8 -4
- umap/static/umap/locale/el.js +54 -50
- umap/static/umap/locale/el.json +54 -50
- umap/static/umap/locale/en.js +9 -4
- umap/static/umap/locale/en.json +9 -4
- umap/static/umap/locale/en_US.json +17 -5
- umap/static/umap/locale/es.js +13 -9
- umap/static/umap/locale/es.json +13 -9
- umap/static/umap/locale/et.js +17 -5
- umap/static/umap/locale/et.json +17 -5
- umap/static/umap/locale/eu.js +8 -4
- umap/static/umap/locale/eu.json +8 -4
- umap/static/umap/locale/fa_IR.js +8 -4
- umap/static/umap/locale/fa_IR.json +8 -4
- umap/static/umap/locale/fi.js +17 -5
- umap/static/umap/locale/fi.json +17 -5
- umap/static/umap/locale/fr.js +9 -4
- umap/static/umap/locale/fr.json +9 -4
- umap/static/umap/locale/gl.js +13 -9
- umap/static/umap/locale/gl.json +13 -9
- umap/static/umap/locale/he.js +17 -5
- umap/static/umap/locale/he.json +17 -5
- umap/static/umap/locale/hr.js +17 -5
- umap/static/umap/locale/hr.json +17 -5
- umap/static/umap/locale/hu.js +8 -4
- umap/static/umap/locale/hu.json +8 -4
- umap/static/umap/locale/id.js +17 -5
- umap/static/umap/locale/id.json +17 -5
- umap/static/umap/locale/is.js +17 -5
- umap/static/umap/locale/is.json +17 -5
- umap/static/umap/locale/it.js +31 -27
- umap/static/umap/locale/it.json +31 -27
- umap/static/umap/locale/ja.js +17 -5
- umap/static/umap/locale/ja.json +17 -5
- umap/static/umap/locale/ko.js +17 -5
- umap/static/umap/locale/ko.json +17 -5
- umap/static/umap/locale/lt.js +17 -5
- umap/static/umap/locale/lt.json +17 -5
- umap/static/umap/locale/ms.js +8 -4
- umap/static/umap/locale/ms.json +8 -4
- umap/static/umap/locale/nl.js +132 -127
- umap/static/umap/locale/nl.json +132 -127
- umap/static/umap/locale/no.js +17 -5
- umap/static/umap/locale/no.json +17 -5
- umap/static/umap/locale/pl.js +8 -4
- umap/static/umap/locale/pl.json +8 -4
- umap/static/umap/locale/pl_PL.json +17 -5
- umap/static/umap/locale/pt.js +38 -33
- umap/static/umap/locale/pt.json +38 -33
- umap/static/umap/locale/pt_BR.js +17 -5
- umap/static/umap/locale/pt_BR.json +17 -5
- umap/static/umap/locale/pt_PT.js +8 -4
- umap/static/umap/locale/pt_PT.json +8 -4
- umap/static/umap/locale/ro.js +17 -5
- umap/static/umap/locale/ro.json +17 -5
- umap/static/umap/locale/ru.js +17 -5
- umap/static/umap/locale/ru.json +17 -5
- umap/static/umap/locale/sk_SK.js +17 -5
- umap/static/umap/locale/sk_SK.json +17 -5
- umap/static/umap/locale/sl.js +17 -5
- umap/static/umap/locale/sl.json +17 -5
- umap/static/umap/locale/sr.js +17 -5
- umap/static/umap/locale/sr.json +17 -5
- umap/static/umap/locale/sv.js +17 -5
- umap/static/umap/locale/sv.json +17 -5
- umap/static/umap/locale/th_TH.js +8 -4
- umap/static/umap/locale/th_TH.json +8 -4
- umap/static/umap/locale/tr.js +17 -5
- umap/static/umap/locale/tr.json +17 -5
- umap/static/umap/locale/uk_UA.js +17 -5
- umap/static/umap/locale/uk_UA.json +17 -5
- umap/static/umap/locale/vi.js +17 -5
- umap/static/umap/locale/vi.json +17 -5
- umap/static/umap/locale/vi_VN.json +17 -5
- umap/static/umap/locale/zh.js +17 -5
- umap/static/umap/locale/zh.json +17 -5
- umap/static/umap/locale/zh_CN.json +17 -5
- umap/static/umap/locale/zh_TW.Big5.json +17 -5
- umap/static/umap/locale/zh_TW.js +14 -10
- umap/static/umap/locale/zh_TW.json +14 -10
- umap/static/umap/map.css +17 -68
- umap/static/umap/nav.css +4 -0
- umap/static/umap/vars.css +1 -0
- umap/static/umap/vendors/dompurify/purify.es.js +138 -354
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/static/umap/vendors/editable/Leaflet.Editable.js +1 -0
- umap/sync/app.py +19 -13
- umap/sync/payloads.py +8 -1
- umap/templates/auth/user_form.html +2 -2
- umap/templates/umap/content_footer.html +1 -1
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/messages.html +5 -1
- umap/templates/umap/search_bar.html +1 -0
- umap/tests/integration/test_anonymous_owned_map.py +2 -2
- umap/tests/integration/test_basics.py +2 -5
- umap/tests/integration/test_categorized_layer.py +4 -8
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_conditional_rules.py +3 -3
- umap/tests/integration/test_draw_polygon.py +11 -19
- umap/tests/integration/test_draw_polyline.py +6 -14
- umap/tests/integration/test_edit_datalayer.py +10 -10
- umap/tests/integration/test_edit_map.py +27 -1
- umap/tests/integration/test_edit_marker.py +5 -5
- umap/tests/integration/test_edit_polygon.py +5 -5
- umap/tests/integration/test_features_id_generation.py +2 -6
- umap/tests/integration/test_import.py +93 -29
- umap/tests/integration/test_owned_map.py +1 -1
- umap/tests/integration/test_save.py +2 -2
- umap/tests/integration/test_tableeditor.py +7 -7
- umap/tests/integration/test_view_marker.py +10 -0
- umap/tests/integration/test_websocket_sync.py +128 -32
- umap/utils.py +4 -1
- umap/views.py +1 -10
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/METADATA +13 -13
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/RECORD +203 -205
- umap/static/umap/vendors/toolbar/leaflet.toolbar.css +0 -1
- umap/static/umap/vendors/toolbar/leaflet.toolbar.js +0 -1
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/WHEEL +0 -0
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/entry_points.txt +0 -0
- {umap_project-2.9.0b0.dist-info → umap_project-2.9.2.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/sk_SK.js
CHANGED
|
@@ -19,7 +19,6 @@ const locale = {
|
|
|
19
19
|
"Add a new property": "Pridať novú vlastnosť",
|
|
20
20
|
"Add a polygon to the current multi": "Pridať polygón k aktuálnemu multi",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Pokročilé akcie",
|
|
24
23
|
"Advanced properties": "Pokročilé vlastnosti",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@ const locale = {
|
|
|
120
119
|
"Display the locate control": "Zobraziť ovládanie polohy",
|
|
121
120
|
"Display the measure control": "Zobraziť ovládanie merania",
|
|
122
121
|
"Display the search control": "Zobraziť ovládanie vyhľadávania",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Zobraziť ovládanie dlaždíc vrstiev",
|
|
125
123
|
"Display the zoom control": "Zobraziť ovládanie priblíženia",
|
|
126
124
|
"Do you want to display a caption bar?": "Chcete zobraziť lištu s nadpismi?",
|
|
@@ -301,7 +299,6 @@ const locale = {
|
|
|
301
299
|
"Restore this version": "Obnoviť túto verziu",
|
|
302
300
|
"Save current edits": "Uložiť nedávne zmeny",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Uložiť túto pozíciu mapy a jej priblíženie",
|
|
305
302
|
"Save this location as new feature": "Uložiť túto polohu ako nový objekt",
|
|
306
303
|
"Save": "Uložiť",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,11 +513,26 @@ const locale = {
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
|
525
537
|
L.registerLocale("sk_SK", locale)
|
|
526
538
|
L.setLocale("sk_SK")
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"Add a new property": "Pridať novú vlastnosť",
|
|
20
20
|
"Add a polygon to the current multi": "Pridať polygón k aktuálnemu multi",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Pokročilé akcie",
|
|
24
23
|
"Advanced properties": "Pokročilé vlastnosti",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@
|
|
|
120
119
|
"Display the locate control": "Zobraziť ovládanie polohy",
|
|
121
120
|
"Display the measure control": "Zobraziť ovládanie merania",
|
|
122
121
|
"Display the search control": "Zobraziť ovládanie vyhľadávania",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Zobraziť ovládanie dlaždíc vrstiev",
|
|
125
123
|
"Display the zoom control": "Zobraziť ovládanie priblíženia",
|
|
126
124
|
"Do you want to display a caption bar?": "Chcete zobraziť lištu s nadpismi?",
|
|
@@ -301,7 +299,6 @@
|
|
|
301
299
|
"Restore this version": "Obnoviť túto verziu",
|
|
302
300
|
"Save current edits": "Uložiť nedávne zmeny",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Uložiť túto pozíciu mapy a jej priblíženie",
|
|
305
302
|
"Save this location as new feature": "Uložiť túto polohu ako nový objekt",
|
|
306
303
|
"Save": "Uložiť",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,9 +513,24 @@
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
umap/static/umap/locale/sl.js
CHANGED
|
@@ -19,7 +19,6 @@ const locale = {
|
|
|
19
19
|
"Add a new property": "Dodaj novo lastnost",
|
|
20
20
|
"Add a polygon to the current multi": "Dodaj mnogokotnik k trenutnemu večtočkovnemu predmetu",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Napredna dejanja",
|
|
24
23
|
"Advanced properties": "Napredne nastavitve",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@ const locale = {
|
|
|
120
119
|
"Display the locate control": "Pokaži gumb za omogočanje lokacijskih storitev",
|
|
121
120
|
"Display the measure control": "Pokaži gumb za merjenje razdalij",
|
|
122
121
|
"Display the search control": "Pokaži možnosti za iskanje",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Pokaži gumb za upravljanje s sličicami plasti",
|
|
125
123
|
"Display the zoom control": "Pokaži gumb za približanje",
|
|
126
124
|
"Do you want to display a caption bar?": "Ali želite pokazati naslovno vrstico?",
|
|
@@ -301,7 +299,6 @@ const locale = {
|
|
|
301
299
|
"Restore this version": "Obnovi različico",
|
|
302
300
|
"Save current edits": "Shrani urejanje",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Shrani središče in približaj",
|
|
305
302
|
"Save this location as new feature": "Shrani mesto kot nov predmet",
|
|
306
303
|
"Save": "Shrani",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,11 +513,26 @@ const locale = {
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
|
525
537
|
L.registerLocale("sl", locale)
|
|
526
538
|
L.setLocale("sl")
|
umap/static/umap/locale/sl.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"Add a new property": "Dodaj novo lastnost",
|
|
20
20
|
"Add a polygon to the current multi": "Dodaj mnogokotnik k trenutnemu večtočkovnemu predmetu",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Napredna dejanja",
|
|
24
23
|
"Advanced properties": "Napredne nastavitve",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@
|
|
|
120
119
|
"Display the locate control": "Pokaži gumb za omogočanje lokacijskih storitev",
|
|
121
120
|
"Display the measure control": "Pokaži gumb za merjenje razdalij",
|
|
122
121
|
"Display the search control": "Pokaži možnosti za iskanje",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Pokaži gumb za upravljanje s sličicami plasti",
|
|
125
123
|
"Display the zoom control": "Pokaži gumb za približanje",
|
|
126
124
|
"Do you want to display a caption bar?": "Ali želite pokazati naslovno vrstico?",
|
|
@@ -301,7 +299,6 @@
|
|
|
301
299
|
"Restore this version": "Obnovi različico",
|
|
302
300
|
"Save current edits": "Shrani urejanje",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Shrani središče in približaj",
|
|
305
302
|
"Save this location as new feature": "Shrani mesto kot nov predmet",
|
|
306
303
|
"Save": "Shrani",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,9 +513,24 @@
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
umap/static/umap/locale/sr.js
CHANGED
|
@@ -19,7 +19,6 @@ const locale = {
|
|
|
19
19
|
"Add a new property": "Додајте нови ентитет",
|
|
20
20
|
"Add a polygon to the current multi": "Додајте полигон тренутном мулти",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Напредне акције",
|
|
24
23
|
"Advanced properties": "Напредне поставке",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@ const locale = {
|
|
|
120
119
|
"Display the locate control": "Прикажи контролу лоцирања",
|
|
121
120
|
"Display the measure control": "Прикажи контролу мере",
|
|
122
121
|
"Display the search control": "Прикажи контроле претраге",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Прикажи контроле лејера",
|
|
125
123
|
"Display the zoom control": "Прикажи контроле зумирања",
|
|
126
124
|
"Do you want to display a caption bar?": "Да ли желите да прикажете траку натписа?",
|
|
@@ -301,7 +299,6 @@ const locale = {
|
|
|
301
299
|
"Restore this version": "Restore this version",
|
|
302
300
|
"Save current edits": "Сачувај тренутна подешавања",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Сачувај подешавања центра и увећања",
|
|
305
302
|
"Save this location as new feature": "Сачувај локацију као нови елемент",
|
|
306
303
|
"Save": "Сачувај",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,11 +513,26 @@ const locale = {
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
|
525
537
|
L.registerLocale("sr", locale)
|
|
526
538
|
L.setLocale("sr")
|
umap/static/umap/locale/sr.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"Add a new property": "Додајте нови ентитет",
|
|
20
20
|
"Add a polygon to the current multi": "Додајте полигон тренутном мулти",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Напредне акције",
|
|
24
23
|
"Advanced properties": "Напредне поставке",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@
|
|
|
120
119
|
"Display the locate control": "Прикажи контролу лоцирања",
|
|
121
120
|
"Display the measure control": "Прикажи контролу мере",
|
|
122
121
|
"Display the search control": "Прикажи контроле претраге",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Прикажи контроле лејера",
|
|
125
123
|
"Display the zoom control": "Прикажи контроле зумирања",
|
|
126
124
|
"Do you want to display a caption bar?": "Да ли желите да прикажете траку натписа?",
|
|
@@ -301,7 +299,6 @@
|
|
|
301
299
|
"Restore this version": "Restore this version",
|
|
302
300
|
"Save current edits": "Сачувај тренутна подешавања",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Сачувај подешавања центра и увећања",
|
|
305
302
|
"Save this location as new feature": "Сачувај локацију као нови елемент",
|
|
306
303
|
"Save": "Сачувај",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,9 +513,24 @@
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
umap/static/umap/locale/sv.js
CHANGED
|
@@ -19,7 +19,6 @@ const locale = {
|
|
|
19
19
|
"Add a new property": "Lägg till en ny egenskap",
|
|
20
20
|
"Add a polygon to the current multi": "Lägg till en polygon till aktuell multi",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Avancerade åtgärder",
|
|
24
23
|
"Advanced properties": "Avancerade egenskaper",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@ const locale = {
|
|
|
120
119
|
"Display the locate control": "Visa lokaliseringsverktyg",
|
|
121
120
|
"Display the measure control": "Visa mätverktyg",
|
|
122
121
|
"Display the search control": "Visa sökverktyg",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Visa verktyg för bakgrundskarta (tiles)",
|
|
125
123
|
"Display the zoom control": "Visa zoomverktyg",
|
|
126
124
|
"Do you want to display a caption bar?": "Vill du visa ett sidfotsfält?",
|
|
@@ -301,7 +299,6 @@ const locale = {
|
|
|
301
299
|
"Restore this version": "Återställ denna version",
|
|
302
300
|
"Save current edits": "Spara nuvarande ändringar",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Spara aktuell vy och zoomnivå",
|
|
305
302
|
"Save this location as new feature": "Spara denna plats som nytt kartobjekt",
|
|
306
303
|
"Save": "Spara",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,11 +513,26 @@ const locale = {
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
|
525
537
|
L.registerLocale("sv", locale)
|
|
526
538
|
L.setLocale("sv")
|
umap/static/umap/locale/sv.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"Add a new property": "Lägg till en ny egenskap",
|
|
20
20
|
"Add a polygon to the current multi": "Lägg till en polygon till aktuell multi",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Avancerade åtgärder",
|
|
24
23
|
"Advanced properties": "Avancerade egenskaper",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@
|
|
|
120
119
|
"Display the locate control": "Visa lokaliseringsverktyg",
|
|
121
120
|
"Display the measure control": "Visa mätverktyg",
|
|
122
121
|
"Display the search control": "Visa sökverktyg",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Visa verktyg för bakgrundskarta (tiles)",
|
|
125
123
|
"Display the zoom control": "Visa zoomverktyg",
|
|
126
124
|
"Do you want to display a caption bar?": "Vill du visa ett sidfotsfält?",
|
|
@@ -301,7 +299,6 @@
|
|
|
301
299
|
"Restore this version": "Återställ denna version",
|
|
302
300
|
"Save current edits": "Spara nuvarande ändringar",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Spara aktuell vy och zoomnivå",
|
|
305
302
|
"Save this location as new feature": "Spara denna plats som nytt kartobjekt",
|
|
306
303
|
"Save": "Spara",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,9 +513,24 @@
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
umap/static/umap/locale/th_TH.js
CHANGED
|
@@ -299,7 +299,6 @@ const locale = {
|
|
|
299
299
|
"Restore this version": "Restore this version",
|
|
300
300
|
"Save current edits": "Save current edits",
|
|
301
301
|
"Save map": "Save map",
|
|
302
|
-
"Save this center and zoom": "Save this center and zoom",
|
|
303
302
|
"Save this location as new feature": "Save this location as new feature",
|
|
304
303
|
"Save": "Save",
|
|
305
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -522,13 +521,18 @@ const locale = {
|
|
|
522
521
|
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
523
522
|
"Disconnected": "Disconnected",
|
|
524
523
|
"You must be logged in": "You must be logged in",
|
|
525
|
-
"Created at {date}": "Created at {date}",
|
|
526
|
-
"Modified at {date}": "Modified at {date}",
|
|
527
524
|
"on hover": "on hover",
|
|
528
525
|
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
529
526
|
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
530
527
|
"Import failed: invalid data": "Import failed: invalid data",
|
|
531
|
-
"Anonymous": "Anonymous"
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
532
536
|
}
|
|
533
537
|
L.registerLocale("th_TH", locale)
|
|
534
538
|
L.setLocale("th_TH")
|
|
@@ -299,7 +299,6 @@
|
|
|
299
299
|
"Restore this version": "Restore this version",
|
|
300
300
|
"Save current edits": "Save current edits",
|
|
301
301
|
"Save map": "Save map",
|
|
302
|
-
"Save this center and zoom": "Save this center and zoom",
|
|
303
302
|
"Save this location as new feature": "Save this location as new feature",
|
|
304
303
|
"Save": "Save",
|
|
305
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -522,11 +521,16 @@
|
|
|
522
521
|
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
523
522
|
"Disconnected": "Disconnected",
|
|
524
523
|
"You must be logged in": "You must be logged in",
|
|
525
|
-
"Created at {date}": "Created at {date}",
|
|
526
|
-
"Modified at {date}": "Modified at {date}",
|
|
527
524
|
"on hover": "on hover",
|
|
528
525
|
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
529
526
|
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
530
527
|
"Import failed: invalid data": "Import failed: invalid data",
|
|
531
|
-
"Anonymous": "Anonymous"
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
532
536
|
}
|
umap/static/umap/locale/tr.js
CHANGED
|
@@ -19,7 +19,6 @@ const locale = {
|
|
|
19
19
|
"Add a new property": "Yeni bir özellik ekle",
|
|
20
20
|
"Add a polygon to the current multi": "Mevcut çokluya bir çokgen ekle",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Gelişmiş eylemler",
|
|
24
23
|
"Advanced properties": "Gelişmiş özellikler",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@ const locale = {
|
|
|
120
119
|
"Display the locate control": "Konum denetimini görüntüle",
|
|
121
120
|
"Display the measure control": "Ölçüm denetimini görüntüle",
|
|
122
121
|
"Display the search control": "Arama denetimini görüntüle",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Döşeme katmanları kontrolünü göster",
|
|
125
123
|
"Display the zoom control": "Yakınlaştırma denetimini görüntüle",
|
|
126
124
|
"Do you want to display a caption bar?": "Başlık çubuğunu görüntülemek istiyor musunuz?",
|
|
@@ -301,7 +299,6 @@ const locale = {
|
|
|
301
299
|
"Restore this version": "Bu sürümü geri yükleyin",
|
|
302
300
|
"Save current edits": "Şimdiki düzenlemeleri kaydet",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Bu merkezi kaydet ve yakınlaştır",
|
|
305
302
|
"Save this location as new feature": "Bu konumu yeni özellik olarak kaydet",
|
|
306
303
|
"Save": "Kaydet",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,11 +513,26 @@ const locale = {
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|
|
525
537
|
L.registerLocale("tr", locale)
|
|
526
538
|
L.setLocale("tr")
|
umap/static/umap/locale/tr.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"Add a new property": "Yeni bir özellik ekle",
|
|
20
20
|
"Add a polygon to the current multi": "Mevcut çokluya bir çokgen ekle",
|
|
21
21
|
"Add image URL": "Add image URL",
|
|
22
|
-
"Add": "Add",
|
|
23
22
|
"Advanced actions": "Gelişmiş eylemler",
|
|
24
23
|
"Advanced properties": "Gelişmiş özellikler",
|
|
25
24
|
"All data and settings of the map": "All data and settings of the map",
|
|
@@ -120,7 +119,6 @@
|
|
|
120
119
|
"Display the locate control": "Konum denetimini görüntüle",
|
|
121
120
|
"Display the measure control": "Ölçüm denetimini görüntüle",
|
|
122
121
|
"Display the search control": "Arama denetimini görüntüle",
|
|
123
|
-
"Display the star map button": "Display the star map button",
|
|
124
122
|
"Display the tile layers control": "Döşeme katmanları kontrolünü göster",
|
|
125
123
|
"Display the zoom control": "Yakınlaştırma denetimini görüntüle",
|
|
126
124
|
"Do you want to display a caption bar?": "Başlık çubuğunu görüntülemek istiyor musunuz?",
|
|
@@ -301,7 +299,6 @@
|
|
|
301
299
|
"Restore this version": "Bu sürümü geri yükleyin",
|
|
302
300
|
"Save current edits": "Şimdiki düzenlemeleri kaydet",
|
|
303
301
|
"Save map": "Save map",
|
|
304
|
-
"Save this center and zoom": "Bu merkezi kaydet ve yakınlaştır",
|
|
305
302
|
"Save this location as new feature": "Bu konumu yeni özellik olarak kaydet",
|
|
306
303
|
"Save": "Kaydet",
|
|
307
304
|
"Saved center and zoom": "Saved center and zoom",
|
|
@@ -516,9 +513,24 @@
|
|
|
516
513
|
"show/hide all layers": "show/hide all layers",
|
|
517
514
|
"zoom to data extent": "zoom to data extent",
|
|
518
515
|
"download visible data": "download visible data",
|
|
519
|
-
"{connectedPeers} peer(s) currently connected to this map": "{connectedPeers} peer(s) currently connected to this map",
|
|
520
516
|
"Import helpers": "Import helpers",
|
|
521
517
|
"Import helpers will fill the URL field for you.": "Import helpers will fill the URL field for you.",
|
|
522
518
|
"Wikipedia": "Wikipedia",
|
|
523
|
-
"Save draft": "Save draft"
|
|
519
|
+
"Save draft": "Save draft",
|
|
520
|
+
"No data has been found for import": "No data has been found for import",
|
|
521
|
+
"Successfully imported {count} feature(s)": "Successfully imported {count} feature(s)",
|
|
522
|
+
"Disconnected": "Disconnected",
|
|
523
|
+
"You must be logged in": "You must be logged in",
|
|
524
|
+
"on hover": "on hover",
|
|
525
|
+
"Cannot load remote data for layer \"{layer}\" with url \"{url}\"": "Cannot load remote data for layer \"{layer}\" with url \"{url}\"",
|
|
526
|
+
"Cannot parse remote data for layer \"{layer}\" with url \"{url}\"": "Cannot parse remote data for layer \"{layer}\" with url \"{url}\"",
|
|
527
|
+
"Import failed: invalid data": "Import failed: invalid data",
|
|
528
|
+
"Anonymous": "Anonymous",
|
|
529
|
+
"created at {date}": "created at {date}",
|
|
530
|
+
"modified at {date}": "modified at {date}",
|
|
531
|
+
"Default zoom": "Default zoom",
|
|
532
|
+
"Default latitude": "Default latitude",
|
|
533
|
+
"Default longitude": "Default longitude",
|
|
534
|
+
"Edit map default view": "Edit map default view",
|
|
535
|
+
"Use current center and zoom": "Use current center and zoom"
|
|
524
536
|
}
|