umap-project 2.1.2__py3-none-any.whl → 2.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/context_processors.py +1 -0
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/en/LC_MESSAGES/django.po +32 -32
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/migrations/0020_alter_tilelayer_url_template.py +19 -0
- umap/migrations/0021_remove_map_description.py +16 -0
- umap/models.py +10 -6
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +43 -156
- umap/static/umap/content.css +7 -25
- umap/static/umap/css/icon.css +112 -0
- umap/static/umap/css/panel.css +140 -0
- umap/static/umap/img/16-white.svg +5 -1
- umap/static/umap/img/16.svg +7 -4
- umap/static/umap/img/24-white.svg +3 -1
- umap/static/umap/img/24.svg +3 -4
- umap/static/umap/img/source/16-white.svg +176 -940
- umap/static/umap/img/source/16.svg +8 -5
- umap/static/umap/img/source/24-white.svg +5 -3
- umap/static/umap/img/source/24.svg +6 -7
- umap/static/umap/js/modules/browser.js +97 -73
- umap/static/umap/js/modules/dompurify.js +12 -0
- umap/static/umap/js/modules/facets.js +149 -0
- umap/static/umap/js/modules/global.js +9 -1
- umap/static/umap/js/modules/i18n.js +7 -0
- umap/static/umap/js/modules/orderable.js +84 -0
- umap/static/umap/js/modules/panel.js +76 -0
- umap/static/umap/js/modules/request.js +0 -1
- umap/static/umap/js/modules/schema.js +324 -223
- umap/static/umap/js/modules/urls.js +1 -16
- umap/static/umap/js/modules/utils.js +340 -0
- umap/static/umap/js/umap.autocomplete.js +40 -25
- umap/static/umap/js/umap.controls.js +248 -361
- umap/static/umap/js/umap.core.js +77 -366
- umap/static/umap/js/umap.datalayer.permissions.js +1 -1
- umap/static/umap/js/umap.features.js +65 -43
- umap/static/umap/js/umap.forms.js +128 -36
- umap/static/umap/js/umap.icon.js +11 -4
- umap/static/umap/js/umap.importer.js +78 -58
- umap/static/umap/js/umap.js +206 -192
- umap/static/umap/js/umap.layer.js +86 -46
- umap/static/umap/js/umap.permissions.js +13 -9
- umap/static/umap/js/umap.popup.js +26 -30
- umap/static/umap/js/umap.share.js +12 -9
- umap/static/umap/js/umap.tableeditor.js +4 -6
- umap/static/umap/js/umap.ui.js +10 -60
- umap/static/umap/locale/am_ET.js +243 -227
- umap/static/umap/locale/am_ET.json +21 -9
- umap/static/umap/locale/ar.js +243 -227
- umap/static/umap/locale/ar.json +21 -9
- umap/static/umap/locale/ast.js +243 -227
- umap/static/umap/locale/ast.json +21 -9
- umap/static/umap/locale/bg.js +243 -227
- umap/static/umap/locale/bg.json +21 -9
- umap/static/umap/locale/br.js +253 -237
- umap/static/umap/locale/br.json +25 -13
- umap/static/umap/locale/ca.js +243 -227
- umap/static/umap/locale/ca.json +21 -9
- umap/static/umap/locale/cs_CZ.js +243 -227
- umap/static/umap/locale/cs_CZ.json +21 -9
- umap/static/umap/locale/da.js +243 -227
- umap/static/umap/locale/da.json +21 -9
- umap/static/umap/locale/de.js +243 -227
- umap/static/umap/locale/de.json +21 -9
- umap/static/umap/locale/el.js +243 -227
- umap/static/umap/locale/el.json +21 -9
- umap/static/umap/locale/en.js +243 -234
- umap/static/umap/locale/en.json +22 -10
- umap/static/umap/locale/en_US.json +21 -9
- umap/static/umap/locale/es.js +243 -227
- umap/static/umap/locale/es.json +21 -9
- umap/static/umap/locale/et.js +243 -227
- umap/static/umap/locale/et.json +21 -9
- umap/static/umap/locale/eu.js +227 -199
- umap/static/umap/locale/eu.json +1 -1
- umap/static/umap/locale/fa_IR.js +243 -227
- umap/static/umap/locale/fa_IR.json +21 -9
- umap/static/umap/locale/fi.js +243 -227
- umap/static/umap/locale/fi.json +21 -9
- umap/static/umap/locale/fr.js +243 -234
- umap/static/umap/locale/fr.json +21 -9
- umap/static/umap/locale/gl.js +243 -227
- umap/static/umap/locale/gl.json +21 -9
- umap/static/umap/locale/he.js +243 -227
- umap/static/umap/locale/he.json +21 -9
- umap/static/umap/locale/hr.js +243 -227
- umap/static/umap/locale/hr.json +21 -9
- umap/static/umap/locale/hu.js +243 -234
- umap/static/umap/locale/hu.json +21 -9
- umap/static/umap/locale/id.js +243 -227
- umap/static/umap/locale/id.json +21 -9
- umap/static/umap/locale/is.js +243 -227
- umap/static/umap/locale/is.json +21 -9
- umap/static/umap/locale/it.js +243 -234
- umap/static/umap/locale/it.json +21 -9
- umap/static/umap/locale/ja.js +243 -227
- umap/static/umap/locale/ja.json +21 -9
- umap/static/umap/locale/ko.js +243 -227
- umap/static/umap/locale/ko.json +21 -9
- umap/static/umap/locale/lt.js +243 -227
- umap/static/umap/locale/lt.json +21 -9
- umap/static/umap/locale/ms.js +243 -234
- umap/static/umap/locale/ms.json +22 -10
- umap/static/umap/locale/nl.js +246 -230
- umap/static/umap/locale/nl.json +21 -9
- umap/static/umap/locale/no.js +243 -227
- umap/static/umap/locale/no.json +21 -9
- umap/static/umap/locale/pl.js +243 -227
- umap/static/umap/locale/pl.json +21 -9
- umap/static/umap/locale/pl_PL.json +21 -9
- umap/static/umap/locale/pt.js +243 -227
- umap/static/umap/locale/pt.json +21 -9
- umap/static/umap/locale/pt_BR.js +243 -227
- umap/static/umap/locale/pt_BR.json +21 -9
- umap/static/umap/locale/pt_PT.js +243 -227
- umap/static/umap/locale/pt_PT.json +21 -9
- umap/static/umap/locale/ro.js +243 -227
- umap/static/umap/locale/ro.json +21 -9
- umap/static/umap/locale/ru.js +243 -227
- umap/static/umap/locale/ru.json +21 -9
- umap/static/umap/locale/si.js +1 -1
- umap/static/umap/locale/si.json +1 -1
- umap/static/umap/locale/sk_SK.js +243 -227
- umap/static/umap/locale/sk_SK.json +21 -9
- umap/static/umap/locale/sl.js +243 -227
- umap/static/umap/locale/sl.json +21 -9
- umap/static/umap/locale/sr.js +243 -227
- umap/static/umap/locale/sr.json +21 -9
- umap/static/umap/locale/sv.js +243 -227
- umap/static/umap/locale/sv.json +21 -9
- umap/static/umap/locale/th_TH.js +243 -227
- umap/static/umap/locale/th_TH.json +21 -9
- umap/static/umap/locale/tr.js +243 -227
- umap/static/umap/locale/tr.json +21 -9
- umap/static/umap/locale/uk_UA.js +243 -227
- umap/static/umap/locale/uk_UA.json +21 -9
- umap/static/umap/locale/vi.js +243 -227
- umap/static/umap/locale/vi.json +21 -9
- umap/static/umap/locale/vi_VN.json +21 -9
- umap/static/umap/locale/zh.js +243 -227
- umap/static/umap/locale/zh.json +21 -9
- umap/static/umap/locale/zh_CN.json +21 -9
- umap/static/umap/locale/zh_TW.Big5.json +21 -9
- umap/static/umap/locale/zh_TW.js +243 -234
- umap/static/umap/locale/zh_TW.json +21 -9
- umap/static/umap/map.css +124 -264
- umap/static/umap/test/DataLayer.js +1 -1
- umap/static/umap/test/Feature.js +0 -226
- umap/static/umap/test/Map.js +0 -304
- umap/static/umap/test/Polygon.js +0 -256
- umap/static/umap/test/Polyline.js +0 -116
- umap/static/umap/test/TableEditor.js +10 -10
- umap/static/umap/test/Util.js +0 -521
- umap/static/umap/test/index.html +1 -5
- umap/static/umap/unittests/URLs.js +1 -1
- umap/static/umap/unittests/utils.js +610 -0
- umap/static/umap/vars.css +9 -0
- umap/static/umap/vendors/dompurify/purify.es.mjs +1525 -0
- umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +1 -0
- umap/static/umap/vendors/iconlayers/iconLayers.js +1 -1
- umap/templates/umap/css.html +2 -0
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/map_detail.html +4 -0
- umap/templates/umap/map_table.html +12 -10
- umap/templatetags/umap_tags.py +5 -0
- umap/tests/conftest.py +9 -0
- umap/tests/fixtures/test_upload_data.csv +2 -1
- umap/tests/fixtures/test_upload_data.umap +171 -0
- umap/tests/fixtures/test_upload_data_osm.json +33 -0
- umap/tests/integration/conftest.py +16 -0
- umap/tests/integration/test_anonymous_owned_map.py +30 -5
- umap/tests/integration/test_basics.py +21 -0
- umap/tests/integration/test_browser.py +16 -36
- umap/tests/integration/test_choropleth.py +89 -0
- umap/tests/integration/test_collaborative_editing.py +30 -1
- umap/tests/integration/test_dashboard.py +10 -0
- umap/tests/integration/test_datalayer.py +132 -0
- umap/tests/integration/test_draw_polygon.py +363 -0
- umap/tests/integration/test_draw_polyline.py +325 -0
- umap/tests/integration/test_edit_datalayer.py +145 -6
- umap/tests/integration/test_edit_map.py +202 -0
- umap/tests/integration/test_edit_marker.py +120 -0
- umap/tests/integration/test_edit_polygon.py +122 -0
- umap/tests/integration/test_facets_browser.py +132 -11
- umap/tests/integration/test_import.py +407 -10
- umap/tests/integration/test_map.py +36 -54
- umap/tests/integration/test_map_list.py +28 -0
- umap/tests/integration/test_owned_map.py +24 -6
- umap/tests/integration/test_picto.py +25 -38
- umap/tests/integration/test_querystring.py +9 -15
- umap/tests/integration/test_slideshow.py +0 -5
- umap/tests/integration/test_statics.py +3 -2
- umap/tests/integration/test_tableeditor.py +23 -0
- umap/tests/integration/test_tilelayer.py +10 -0
- umap/tests/integration/test_view_marker.py +64 -0
- umap/tests/integration/test_view_polygon.py +59 -0
- umap/tests/integration/test_view_polyline.py +51 -0
- umap/tests/test_map_views.py +13 -0
- {umap_project-2.1.2.dist-info → umap_project-2.2.0.dist-info}/METADATA +12 -12
- {umap_project-2.1.2.dist-info → umap_project-2.2.0.dist-info}/RECORD +206 -187
- {umap_project-2.1.2.dist-info → umap_project-2.2.0.dist-info}/WHEEL +1 -1
- umap/static/umap/test/Choropleth.js +0 -245
- umap/static/umap/test/Permissions.js +0 -74
- umap/static/umap/vendors/dompurify/purify.min.js +0 -3
- umap/static/umap/vendors/dompurify/purify.min.js.map +0 -1
- umap/tests/integration/test_drawing.py +0 -243
- {umap_project-2.1.2.dist-info → umap_project-2.2.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.1.2.dist-info → umap_project-2.2.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/sr.js
CHANGED
|
@@ -1,92 +1,33 @@
|
|
|
1
1
|
const locale = {
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"Ball": "Лопта",
|
|
5
|
-
"Cancel": "Откажи",
|
|
6
|
-
"Caption": "Напомена",
|
|
7
|
-
"Choose the data format": "Одабери формат датума",
|
|
8
|
-
"Choose the layer of the feature": "Одабери лејер",
|
|
9
|
-
"Circle": "Круг",
|
|
10
|
-
"Clustered": "Груписање",
|
|
11
|
-
"Data browser": "Претражи податке",
|
|
12
|
-
"Default": "Фабричка подешавања",
|
|
13
|
-
"Default zoom level": "Подразумевани ниво зумирања",
|
|
14
|
-
"Default: name": "Фабричко: Име",
|
|
15
|
-
"Display label": "Прикажи ознаку",
|
|
16
|
-
"Display the control to open OpenStreetMap editor": "Прикажи контролу да бисте отворили OpenStreetMap уређивач",
|
|
17
|
-
"Display the data layers control": "Прикажи контролу слојева података",
|
|
18
|
-
"Display the embed control": "Прикажи уграђену контролу",
|
|
19
|
-
"Display the fullscreen control": "Прикажи контроле пуног режима",
|
|
20
|
-
"Display the locate control": "Прикажи контролу лоцирања",
|
|
21
|
-
"Display the measure control": "Прикажи контролу мере",
|
|
22
|
-
"Display the search control": "Прикажи контроле претраге",
|
|
23
|
-
"Display the tile layers control": "Прикажи контроле лејера",
|
|
24
|
-
"Display the zoom control": "Прикажи контроле зумирања",
|
|
25
|
-
"Do you want to display a caption bar?": "Да ли желите да прикажете траку натписа?",
|
|
26
|
-
"Do you want to display a minimap?": "Желите ли приказати малу карту?",
|
|
27
|
-
"Do you want to display a panel on load?": "Да ли желите да прикажете панел при учитавању?",
|
|
28
|
-
"Do you want to display popup footer?": "Желите ли приказати скочни прозор у подножју?",
|
|
29
|
-
"Do you want to display the scale control?": "Да ли желите да прикажете размеру?",
|
|
30
|
-
"Do you want to display the «more» control?": "Да ли желите да прикажете контролу «више»?",
|
|
31
|
-
"Drop": "Избаци",
|
|
32
|
-
"GeoRSS (only link)": "GeoRSS (само линк)",
|
|
33
|
-
"GeoRSS (title + image)": "GeoRSS (наслов+ слика)",
|
|
34
|
-
"Heatmap": "Heatmap",
|
|
35
|
-
"Icon shape": "Облик иконе",
|
|
36
|
-
"Icon symbol": "Икона симбола",
|
|
37
|
-
"Inherit": "Наслеђено",
|
|
38
|
-
"Label direction": "Смер ознаке",
|
|
39
|
-
"Label key": "Кључ ознаке",
|
|
40
|
-
"Labels are clickable": "На ознаке је могуће кликнути",
|
|
41
|
-
"None": "Ништа",
|
|
42
|
-
"On the bottom": "На дну",
|
|
43
|
-
"On the left": "На лево",
|
|
44
|
-
"On the right": "На десно",
|
|
45
|
-
"On the top": "На врху",
|
|
46
|
-
"Popup content template": "Шаблон за садржај искачућег прозора",
|
|
47
|
-
"Side panel": "Бочни панел",
|
|
48
|
-
"Simplify": "Поједноставити",
|
|
49
|
-
"Table": "Табела",
|
|
50
|
-
"always": "увек",
|
|
51
|
-
"clear": "очисти",
|
|
52
|
-
"collapsed": "срушено",
|
|
53
|
-
"color": "боја",
|
|
54
|
-
"dash array": "цртица низ",
|
|
55
|
-
"define": "дефиниши",
|
|
56
|
-
"description": "опис",
|
|
57
|
-
"expanded": "проширен",
|
|
58
|
-
"fill": "испуна",
|
|
59
|
-
"fill color": "боја испуне",
|
|
60
|
-
"fill opacity": "прозирност испуне",
|
|
61
|
-
"hidden": "сакриј",
|
|
62
|
-
"iframe": "облик",
|
|
63
|
-
"inherit": "наследити",
|
|
64
|
-
"name": "име",
|
|
65
|
-
"never": "никад",
|
|
66
|
-
"new window": "нови прозор",
|
|
67
|
-
"no": "не",
|
|
68
|
-
"on hover": "на лебдећи",
|
|
69
|
-
"opacity": "прозирност",
|
|
70
|
-
"parent window": "искачући прозор",
|
|
71
|
-
"stroke": "линија",
|
|
72
|
-
"weight": "дебљина",
|
|
73
|
-
"yes": "да",
|
|
74
|
-
"{delay} seconds": "{губици} секунди",
|
|
2
|
+
" (area: {measure})": "(area: {measure})",
|
|
3
|
+
" (length: {measure})": "(length: {measure})",
|
|
75
4
|
"# one hash for main heading": "# једна тараба за главни наслов",
|
|
76
5
|
"## two hashes for second heading": "## две тарабе за поднаслов",
|
|
77
6
|
"### three hashes for third heading": "### три тарабе за под-поднаслова",
|
|
78
7
|
"**double star for bold**": "** две звезвдице за подебљање слова**",
|
|
8
|
+
"*single star for italic*": "*single star for italic*",
|
|
9
|
+
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
10
|
+
"1 day": "1 дан",
|
|
11
|
+
"1 hour": "1 сат",
|
|
12
|
+
"5 min": "5 минута",
|
|
79
13
|
"A comma separated list of numbers that defines the stroke dash pattern. Ex.: \"5, 10, 15\".": "Списак бројева одвојених зарезом који дефинише образац цртице цртице. Нпр .: \"5, 10, 15\".",
|
|
80
14
|
"About": "Више о",
|
|
15
|
+
"Action not allowed :(": "Action not allowed :(",
|
|
81
16
|
"Activate slideshow mode": "Активирајте режим презентације",
|
|
82
17
|
"Add a layer": "Додај лејер",
|
|
83
18
|
"Add a line to the current multi": "Додајте линију тренутном мулти",
|
|
84
19
|
"Add a new property": "Додајте нови ентитет",
|
|
85
20
|
"Add a polygon to the current multi": "Додајте полигон тренутном мулти",
|
|
21
|
+
"Add image URL": "Add image URL",
|
|
22
|
+
"Add": "Add",
|
|
86
23
|
"Advanced actions": "Напредне акције",
|
|
87
24
|
"Advanced properties": "Напредне поставке",
|
|
25
|
+
"All data and settings of the map": "All data and settings of the map",
|
|
88
26
|
"All properties are imported.": "Све поставке су увезене",
|
|
89
27
|
"Allow interactions": "Дозволи интеракције",
|
|
28
|
+
"Allow scroll wheel zoom?": "Допусти увећање зумом миша",
|
|
29
|
+
"always": "увек",
|
|
30
|
+
"Animated transitions": "Animated transitions",
|
|
90
31
|
"Are you sure you want to cancel your changes?": "Да ли сте сигурне да желите да откажете промене?",
|
|
91
32
|
"Are you sure you want to clone this map and all its datalayers?": "Да ли сте сигурни да желите да умножите мапу и све податке на њој?",
|
|
92
33
|
"Are you sure you want to delete the feature?": "Да ли сте сигурни да желите да обришете елемент?",
|
|
@@ -95,186 +36,379 @@ const locale = {
|
|
|
95
36
|
"Are you sure you want to delete this property on all the features?": "Јесте ли сигурни да желите да избришете овај ентитет на свим функцијама?",
|
|
96
37
|
"Are you sure you want to restore this version?": "Јесте ли сигурни да желите да вратите ову верзију?",
|
|
97
38
|
"Attach the map to my account": "Закачи мапу на мој налог.",
|
|
39
|
+
"attribution": "attribution",
|
|
98
40
|
"Auto": "Аутоматски",
|
|
41
|
+
"Automatic": "Аутоматско",
|
|
99
42
|
"Autostart when map is loaded": "Аутоматски покрени када се мапа учита",
|
|
43
|
+
"Back to preview": "Back to preview",
|
|
44
|
+
"Background overlay url": "Background overlay url",
|
|
45
|
+
"Ball": "Лопта",
|
|
46
|
+
"Bring feature to center": "Bring feature to center",
|
|
100
47
|
"Browse data": "Претражи податке",
|
|
48
|
+
"by": "by",
|
|
49
|
+
"Cache proxied request": "Cache proxied request",
|
|
101
50
|
"Cancel edits": "Откажи промене",
|
|
51
|
+
"Cancel": "Откажи",
|
|
52
|
+
"Caption": "Напомена",
|
|
102
53
|
"Center map on your location": "Центрирај мапу на основу локације",
|
|
103
54
|
"Change map background": "Промени позадину карте",
|
|
104
55
|
"Change tilelayers": "Промени наслов лејера",
|
|
56
|
+
"Change": "Change",
|
|
105
57
|
"Choose a preset": "Изаберите претходно подешавање",
|
|
58
|
+
"Choose the data format": "Одабери формат датума",
|
|
106
59
|
"Choose the format of the data to import": "Изаберите формат података за увоз",
|
|
107
60
|
"Choose the layer to import in": "Одабери лејер за увоз",
|
|
61
|
+
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
62
|
+
"Choropleth classes": "Choropleth classes",
|
|
63
|
+
"Choropleth color palette": "Choropleth color palette",
|
|
64
|
+
"Choropleth mode": "Choropleth mode",
|
|
65
|
+
"Choropleth property value": "Choropleth property value",
|
|
66
|
+
"Choropleth": "Choropleth",
|
|
67
|
+
"Circle": "Круг",
|
|
68
|
+
"clear": "очисти",
|
|
108
69
|
"Click last point to finish shape": "Кликните на последњу тачку да бисте довршили облик",
|
|
109
70
|
"Click to add a marker": "Клик за додавање ознаке",
|
|
110
71
|
"Click to continue drawing": "Клик да наставите са цртањем",
|
|
111
72
|
"Click to edit": "Клик за уређивање",
|
|
112
73
|
"Click to start drawing a line": "Клик да започнете цртање линије",
|
|
113
74
|
"Click to start drawing a polygon": "Клик да започнете цртање површине",
|
|
114
|
-
"Clone": "Клон",
|
|
115
75
|
"Clone of {name}": "Клон од {име}",
|
|
116
76
|
"Clone this feature": "Дуплирај елемент",
|
|
117
77
|
"Clone this map": "Дуплирај мапу",
|
|
78
|
+
"Clone": "Клон",
|
|
118
79
|
"Close": "Затвори",
|
|
80
|
+
"Clustered": "Груписање",
|
|
119
81
|
"Clustering radius": "Радијус кластера",
|
|
82
|
+
"collapsed": "срушено",
|
|
83
|
+
"color": "боја",
|
|
84
|
+
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
85
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
120
86
|
"Comma separated list of properties to use when filtering features": "Својства која су одвојена зарезима која се користе за филтрирање функција",
|
|
121
87
|
"Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat» and «lon» at the begining of the header, case insensitive. All other column are imported as properties.": "Вредности одвојене зарезима, табом или новим редом. Подразумева се SRS WGS84. Увозе се само тачке геометрије. Увоз ће погледати заглавља ступаца за било које спомињање «лат» и «лон» на почетку заглавља, осетљив на велика и мала слова. Све друге колоне се увозе као својства.",
|
|
88
|
+
"Congratulations, your map has been created!": "Congratulations, your map has been created!",
|
|
122
89
|
"Continue line": "Наставите линију",
|
|
123
|
-
"Continue line (Ctrl+Click)": "Наставите линију(Ctrl+Click)",
|
|
124
90
|
"Coordinates": "Координате",
|
|
91
|
+
"Copy link": "Copy link",
|
|
92
|
+
"copy": "copy",
|
|
125
93
|
"Credits": "Заслуга",
|
|
94
|
+
"Current map view": "Current map view",
|
|
126
95
|
"Current view instead of default map view?": "Тренутни приказ уместо подразумеваног приказа мапе?",
|
|
127
96
|
"Custom background": "Одаберите позадину",
|
|
97
|
+
"Custom overlay": "Custom overlay",
|
|
98
|
+
"dash array": "цртица низ",
|
|
99
|
+
"Data browser": "Претражи податке",
|
|
128
100
|
"Data is browsable": "Подаци се могу прегледати",
|
|
101
|
+
"Datalayers": "Datalayers",
|
|
129
102
|
"Default interaction options": "Подразумеване могућности интеракције",
|
|
130
103
|
"Default properties": "Фабричке вредности",
|
|
131
104
|
"Default shape properties": "Подразумевана својства облика",
|
|
105
|
+
"Default view": "Default view",
|
|
106
|
+
"Default zoom level": "Подразумевани ниво зумирања",
|
|
107
|
+
"Default": "Фабричка подешавања",
|
|
108
|
+
"Default: name": "Фабричко: Име",
|
|
132
109
|
"Define link to open in a new window on polygon click.": "Дефинишите везу за отварање у новом прозору на клику полигона.",
|
|
110
|
+
"define": "дефиниши",
|
|
133
111
|
"Delay between two transitions when in play mode": "Одгода између два прелаза у режиму репродукције",
|
|
134
|
-
"Delete": "Обриши",
|
|
135
112
|
"Delete all layers": "Обриши све лејере",
|
|
136
113
|
"Delete layer": "Обриши лејер",
|
|
137
114
|
"Delete this feature": "Обриши елемент",
|
|
138
115
|
"Delete this property on all the features": "Обриши наведени ентитет на свим функцијама",
|
|
139
116
|
"Delete this shape": "Обриши облик",
|
|
140
117
|
"Delete this vertex (Alt+Click)": "Обриши овај врх (Alt+Click)",
|
|
118
|
+
"Delete": "Обриши",
|
|
119
|
+
"description": "опис",
|
|
120
|
+
"Direct link": "Direct link",
|
|
141
121
|
"Directions from here": "Упутства одавде",
|
|
122
|
+
"Display label": "Прикажи ознаку",
|
|
142
123
|
"Display measure": "Мера приказа",
|
|
124
|
+
"display name": "display name",
|
|
143
125
|
"Display on load": "Приказ при учитавању",
|
|
126
|
+
"Display the control to open OpenStreetMap editor": "Прикажи контролу да бисте отворили OpenStreetMap уређивач",
|
|
127
|
+
"Display the data layers control": "Прикажи контролу слојева података",
|
|
128
|
+
"Display the embed control": "Прикажи уграђену контролу",
|
|
129
|
+
"Display the fullscreen control": "Прикажи контроле пуног режима",
|
|
130
|
+
"Display the locate control": "Прикажи контролу лоцирања",
|
|
131
|
+
"Display the measure control": "Прикажи контролу мере",
|
|
132
|
+
"Display the search control": "Прикажи контроле претраге",
|
|
133
|
+
"Display the star map button": "Display the star map button",
|
|
134
|
+
"Display the tile layers control": "Прикажи контроле лејера",
|
|
135
|
+
"Display the zoom control": "Прикажи контроле зумирања",
|
|
136
|
+
"Do you want to display a caption bar?": "Да ли желите да прикажете траку натписа?",
|
|
137
|
+
"Do you want to display a minimap?": "Желите ли приказати малу карту?",
|
|
138
|
+
"Do you want to display a panel on load?": "Да ли желите да прикажете панел при учитавању?",
|
|
139
|
+
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
140
|
+
"Do you want to display popup footer?": "Желите ли приказати скочни прозор у подножју?",
|
|
141
|
+
"Do you want to display the scale control?": "Да ли желите да прикажете размеру?",
|
|
142
|
+
"Do you want to display the «more» control?": "Да ли желите да прикажете контролу «више»?",
|
|
144
143
|
"Download": "Преузимање",
|
|
145
144
|
"Drag to reorder": "Превуците за промену редоследа",
|
|
146
145
|
"Draw a marker": "Цртање ознаке",
|
|
147
146
|
"Draw a polygon": "Цртање површине",
|
|
148
147
|
"Draw a polyline": "Цртање изломљене линије",
|
|
149
|
-
"
|
|
148
|
+
"Drawing": "Drawing",
|
|
149
|
+
"Drop": "Избаци",
|
|
150
150
|
"Dynamic properties": "Динамично подешавање",
|
|
151
|
-
"
|
|
151
|
+
"Dynamic": "Динамично",
|
|
152
152
|
"Edit feature's layer": "Уређивање елемента одабраног лејера",
|
|
153
|
-
"Edit map properties": "Уређивање мапе",
|
|
154
153
|
"Edit properties in a table": "Edit properties in a table",
|
|
154
|
+
"Edit the title of the map": "Edit the title of the map",
|
|
155
155
|
"Edit this feature": "Уређивање елемента",
|
|
156
|
+
"Edit": "Уређивање",
|
|
157
|
+
"Email": "Email",
|
|
158
|
+
"Embed and link options": "Embed and link options",
|
|
156
159
|
"Embed the map": "Embed the map",
|
|
160
|
+
"Emoji & Character": "Emoji & Character",
|
|
157
161
|
"Empty": "Empty",
|
|
162
|
+
"Equidistant": "Equidistant",
|
|
163
|
+
"Error in the overlay URL": "Error in the overlay URL",
|
|
158
164
|
"Error in the tilelayer URL": "Error in the tilelayer URL",
|
|
159
165
|
"Exit Fullscreen": "Умањи увећање",
|
|
166
|
+
"expanded": "проширен",
|
|
160
167
|
"Extract shape to separate feature": "Extract shape to separate feature",
|
|
168
|
+
"Facet keys": "Facet keys",
|
|
169
|
+
"Facet search": "Facet search",
|
|
170
|
+
"Feature identifier key": "Тастер идентификатора функцијеFeature identifier key",
|
|
171
|
+
"Feature properties": "Feature properties",
|
|
161
172
|
"Fetch data each time map view changes.": "Fetch data each time map view changes.",
|
|
173
|
+
"fill color": "боја испуне",
|
|
174
|
+
"fill opacity": "прозирност испуне",
|
|
175
|
+
"fill": "испуна",
|
|
162
176
|
"Filter keys": "Filter keys",
|
|
177
|
+
"Filter": "Filter",
|
|
178
|
+
"Fit all data": "Fit all data",
|
|
163
179
|
"Format": "Формат",
|
|
164
180
|
"From zoom": "From zoom",
|
|
181
|
+
"full backup": "full backup",
|
|
182
|
+
"Generic": "Generic",
|
|
183
|
+
"GeoRSS (only link)": "GeoRSS (само линк)",
|
|
184
|
+
"GeoRSS (title + image)": "GeoRSS (наслов+ слика)",
|
|
185
|
+
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
186
|
+
"Go to the homepage": "Go to the homepage",
|
|
165
187
|
"Go to «{feature}»": "Go to «{feature}»",
|
|
166
188
|
"Heatmap intensity property": "Heatmap intensity property",
|
|
167
189
|
"Heatmap radius": "Heatmap radius",
|
|
190
|
+
"Heatmap": "Heatmap",
|
|
191
|
+
"height": "висина",
|
|
168
192
|
"Help": "Помоћ",
|
|
193
|
+
"hidden": "сакриј",
|
|
169
194
|
"Hide controls": "Сакриј контроле",
|
|
170
195
|
"Home": "Почетна страна",
|
|
171
196
|
"How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)": "How much to simplify the polyline on each zoom level (more = better performance and smoother look, less = more accurate)",
|
|
197
|
+
"icon opacity": "icon opacity",
|
|
198
|
+
"Icon shape": "Облик иконе",
|
|
199
|
+
"Icon symbol": "Икона симбола",
|
|
200
|
+
"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.",
|
|
172
201
|
"Iframe with custom height (in px): {{{http://iframe.url.com|height}}}": "Iframe with custom height (in px): {{{http://iframe.url.com|height}}}",
|
|
173
202
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}",
|
|
203
|
+
"iframe": "облик",
|
|
174
204
|
"Iframe: {{{http://iframe.url.com}}}": "Iframe: {{{http://iframe.url.com}}}",
|
|
175
205
|
"Image with custom width (in px): {{http://image.url.com|width}}": "Image with custom width (in px): {{http://image.url.com|width}}",
|
|
176
206
|
"Image: {{http://image.url.com}}": "Image: {{http://image.url.com}}",
|
|
177
|
-
"Import": "Увоз",
|
|
178
207
|
"Import data": "Увоз података",
|
|
179
208
|
"Import in a new layer": "Увези у новом лејеру",
|
|
209
|
+
"Import": "Увоз",
|
|
180
210
|
"Imports all umap data, including layers and settings.": "Увези све податке из мапе, укључујући лејере и подешавања",
|
|
181
211
|
"Include full screen link?": "Include full screen link?",
|
|
212
|
+
"Inherit": "Наслеђено",
|
|
213
|
+
"inherit": "наследити",
|
|
182
214
|
"Interaction options": "Опција интеракције",
|
|
183
|
-
"Invalid
|
|
215
|
+
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
184
216
|
"Invalid umap data in {filename}": "Invalid umap data in {filename}",
|
|
217
|
+
"Invalid umap data": "Invalid umap data",
|
|
218
|
+
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
219
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
220
|
+
"K-means": "K-means",
|
|
185
221
|
"Keep current visible layers": "Keep current visible layers",
|
|
222
|
+
"kilometers": "километри",
|
|
223
|
+
"km": "km",
|
|
224
|
+
"Label direction": "Смер ознаке",
|
|
225
|
+
"Label key": "Кључ ознаке",
|
|
226
|
+
"Labels are clickable": "На ознаке је могуће кликнути",
|
|
227
|
+
"Latest feature": "Latest feature",
|
|
186
228
|
"Latitude": "Latitude",
|
|
187
|
-
"Layer": "Лејер",
|
|
188
229
|
"Layer properties": "Layer properties",
|
|
230
|
+
"Layer": "Лејер",
|
|
189
231
|
"Licence": "Лиценца",
|
|
232
|
+
"licence": "лиценца",
|
|
190
233
|
"Limit bounds": "Limit bounds",
|
|
234
|
+
"Link to view the map": "Link to view the map",
|
|
191
235
|
"Link to…": "Link to…",
|
|
192
236
|
"Link with text: [[http://example.com|text of the link]]": "Линк са текстом [[http://example.com|text of the link]]",
|
|
193
237
|
"Long credits": "Long credits",
|
|
194
238
|
"Longitude": "Longitude",
|
|
195
239
|
"Make main shape": "Make main shape",
|
|
196
240
|
"Manage layers": "Manage layers",
|
|
241
|
+
"Manual": "Manual",
|
|
197
242
|
"Map background credits": "Map background credits",
|
|
198
243
|
"Map has been attached to your account": "Map has been attached to your account",
|
|
199
244
|
"Map has been saved!": "Мапа је сачувана!",
|
|
245
|
+
"Map has been starred": "Map has been starred",
|
|
246
|
+
"Map has been unstarred": "Map has been unstarred",
|
|
200
247
|
"Map user content has been published under licence": "Map user content has been published under licence",
|
|
201
248
|
"Map's editors": "Уређивачи мапе",
|
|
202
249
|
"Map's owner": "Власник мапе",
|
|
250
|
+
"max East": "max East",
|
|
251
|
+
"max North": "max North",
|
|
252
|
+
"max South": "max South",
|
|
253
|
+
"max West": "max West",
|
|
254
|
+
"max zoom": "максимално увећање",
|
|
255
|
+
"Measure distances": "Measure distances",
|
|
203
256
|
"Merge lines": "Merge lines",
|
|
257
|
+
"mi": "mi",
|
|
258
|
+
"miles": "миље",
|
|
259
|
+
"min zoom": "минимално увећање",
|
|
204
260
|
"More controls": "Више опција",
|
|
205
261
|
"Must be a valid CSS value (eg.: DarkBlue or #123456)": "Must be a valid CSS value (eg.: DarkBlue or #123456)",
|
|
262
|
+
"name": "име",
|
|
263
|
+
"nautical miles": "наутичке миље",
|
|
264
|
+
"never": "никад",
|
|
265
|
+
"new window": "нови прозор",
|
|
266
|
+
"next": "следеће",
|
|
267
|
+
"NM": "NM",
|
|
268
|
+
"No cache": "Нема кеша",
|
|
206
269
|
"No licence has been set": "Лиценца није постављена",
|
|
270
|
+
"No results for these facets": "No results for these facets",
|
|
207
271
|
"No results": "Нема резултата",
|
|
272
|
+
"no": "не",
|
|
273
|
+
"No.": "No.",
|
|
274
|
+
"None": "Ништа",
|
|
275
|
+
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
276
|
+
"On the bottom": "На дну",
|
|
277
|
+
"On the left": "На лево",
|
|
278
|
+
"On the right": "На десно",
|
|
279
|
+
"On the top": "На врху",
|
|
280
|
+
"Only visible layers' data": "Only visible layers' data",
|
|
281
|
+
"opacity": "прозирност",
|
|
282
|
+
"Opacity": "Opacity",
|
|
283
|
+
"Open current feature on load": "Отворите тренутну функцију при учитавању",
|
|
208
284
|
"Open link in…": "Отвори линк у...",
|
|
285
|
+
"Open share & download panel": "Open share & download panel",
|
|
209
286
|
"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",
|
|
287
|
+
"OpenStreetMap": "OpenStreetMap",
|
|
210
288
|
"Optional intensity property for heatmap": "Optional intensity property for heatmap",
|
|
211
289
|
"Optional. Same as color if not set.": "Optional. Same as color if not set.",
|
|
290
|
+
"Optional.": "Опционо",
|
|
212
291
|
"Override clustering radius (default 80)": "Override clustering radius (default 80)",
|
|
213
292
|
"Override heatmap radius (default 25)": "Override heatmap radius (default 25)",
|
|
293
|
+
"parent window": "искачући прозор",
|
|
294
|
+
"Paste your data here": "Прикачите Ваше податке овде",
|
|
295
|
+
"Permalink": "Трајни линк",
|
|
296
|
+
"Permanent credits background": "Permanent credits background",
|
|
297
|
+
"Permanent credits": "Permanent credits",
|
|
214
298
|
"Please be sure the licence is compliant with your use.": "Молимо Вас уверите се да је лиценца компатибилна.",
|
|
215
299
|
"Please choose a format": "Молимо Вас одаберите формат",
|
|
216
300
|
"Please enter the name of the property": "Please enter the name of the property",
|
|
217
301
|
"Please enter the new name of this property": "Please enter the new name of this property",
|
|
302
|
+
"Please save the map first": "Молимо Вас сачувајте мапу претходно",
|
|
303
|
+
"Popup (large)": "Popup (large)",
|
|
304
|
+
"Popup content style": "Искачући стил",
|
|
305
|
+
"Popup content template": "Шаблон за садржај искачућег прозора",
|
|
306
|
+
"Popup shape": "Искачући облик",
|
|
307
|
+
"Popup": "Popup",
|
|
308
|
+
"Powered by uMap": "Powered by uMap",
|
|
309
|
+
"previous": "претходно",
|
|
310
|
+
"Problem in the response": "Problem in the response",
|
|
218
311
|
"Properties imported:": "Properties imported:",
|
|
219
312
|
"Provide an URL here": "Упишите URL",
|
|
220
313
|
"Proxy request": "Proxy request",
|
|
314
|
+
"Quantiles": "Quantiles",
|
|
315
|
+
"Recent": "Recent",
|
|
221
316
|
"Remote data": "Remote data",
|
|
222
317
|
"Remove shape from the multi": "Remove shape from the multi",
|
|
223
318
|
"Rename this property on all the features": "Rename this property on all the features",
|
|
224
319
|
"Replace layer content": "Replace layer content",
|
|
225
320
|
"Restore this version": "Restore this version",
|
|
226
|
-
"Save": "Сачувај",
|
|
227
321
|
"Save anyway": "Сачувај",
|
|
228
322
|
"Save current edits": "Сачувај тренутна подешавања",
|
|
323
|
+
"Save map": "Save map",
|
|
229
324
|
"Save this center and zoom": "Сачувај подешавања центра и увећања",
|
|
230
325
|
"Save this location as new feature": "Сачувај локацију као нови елемент",
|
|
326
|
+
"Save": "Сачувај",
|
|
327
|
+
"Saved center and zoom": "Saved center and zoom",
|
|
231
328
|
"Search location": "Претражи локацију",
|
|
232
|
-
"
|
|
233
|
-
"
|
|
329
|
+
"Search": "Search",
|
|
330
|
+
"Secret edit link copied to clipboard!": "Secret edit link copied to clipboard!",
|
|
331
|
+
"Secret edit link:": "Secret edit link:",
|
|
332
|
+
"See layers": "See layers",
|
|
234
333
|
"See full screen": "Увећана слика",
|
|
334
|
+
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
335
|
+
"Select data": "Select data",
|
|
336
|
+
"Send me the link": "Send me the link",
|
|
235
337
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…",
|
|
338
|
+
"settings": "settings",
|
|
236
339
|
"Shape properties": "Својства облика",
|
|
340
|
+
"Share and download": "Share and download",
|
|
341
|
+
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
237
342
|
"Short credits": "Short credits",
|
|
343
|
+
"Short link": "Short link",
|
|
344
|
+
"Show this layer in the caption": "Show this layer in the caption",
|
|
238
345
|
"Show/hide layer": "Прикажи/сакриј лејер",
|
|
346
|
+
"Side panel": "Бочни панел",
|
|
239
347
|
"Simple link: [[http://example.com]]": "Simple link: [[http://example.com]]",
|
|
348
|
+
"Simplify": "Поједноставити",
|
|
349
|
+
"Skipping unknown geometry.type: {type}": "Прескакање непознате геометрије.type: {type}",
|
|
240
350
|
"Slideshow": "Slideshow",
|
|
241
351
|
"Sort key": "Sort key",
|
|
242
352
|
"Split line": "Split line",
|
|
353
|
+
"Star this map": "Star this map",
|
|
243
354
|
"Start a hole here": "Start a hole here",
|
|
244
355
|
"Start slideshow": "Start slideshow",
|
|
245
356
|
"Stop editing": "Заустави уређивања",
|
|
246
357
|
"Stop slideshow": "Stop slideshow",
|
|
358
|
+
"Street": "Street",
|
|
359
|
+
"stroke": "линија",
|
|
247
360
|
"Supported scheme": "Supported scheme",
|
|
248
361
|
"Supported variables that will be dynamically replaced": "Supported variables that will be dynamically replaced",
|
|
249
|
-
"
|
|
362
|
+
"Symbol": "Symbol",
|
|
363
|
+
"Table": "Табела",
|
|
250
364
|
"Text color for the cluster label": "Text color for the cluster label",
|
|
251
365
|
"Text formatting": "Text formatting",
|
|
366
|
+
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
367
|
+
"The name of the property to use as feature unique identifier.": "Назив својства који се користи као јединствени идентификатор функције.",
|
|
368
|
+
"The zoom and center have been modified.": "The zoom and center have been modified.",
|
|
369
|
+
"TMS format": "TMS format",
|
|
252
370
|
"To use if remote server doesn't allow cross domain (slower)": "To use if remote server doesn't allow cross domain (slower)",
|
|
253
371
|
"To zoom": "Увећај",
|
|
372
|
+
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
373
|
+
"Toggle edit mode": "Toggle edit mode",
|
|
254
374
|
"Transfer shape to edited feature": "Transfer shape to edited feature",
|
|
255
375
|
"Transform to lines": "Transform to lines",
|
|
256
376
|
"Transform to polygon": "Transform to polygon",
|
|
377
|
+
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
378
|
+
"Type char or paste emoji": "Type char or paste emoji",
|
|
257
379
|
"Type of layer": "Type of layer",
|
|
258
380
|
"Unable to detect format of file {filename}": "Unable to detect format of file {filename}",
|
|
259
381
|
"Untitled layer": "Безимени лејер",
|
|
260
382
|
"Untitled map": "Безимена мапа",
|
|
261
|
-
"Update permissions": "Ажурирај дозволе",
|
|
262
383
|
"Update permissions and editors": "Ажурирај дозволе и уреднике",
|
|
384
|
+
"Update permissions": "Ажурирај дозволе",
|
|
385
|
+
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
263
386
|
"Url": "URL",
|
|
387
|
+
"URL": "URL",
|
|
264
388
|
"Use current bounds": "Use current bounds",
|
|
265
389
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.",
|
|
266
390
|
"User content credits": "Заслуге за садржај",
|
|
267
391
|
"User interface options": "User interface options",
|
|
392
|
+
"User location": "User location",
|
|
393
|
+
"Verify remote URL": "Verify remote URL",
|
|
268
394
|
"Versions": "Versions",
|
|
269
395
|
"View Fullscreen": "Прикажи увећано",
|
|
396
|
+
"View": "View",
|
|
397
|
+
"Visibility: {status}": "Visibility: {status}",
|
|
398
|
+
"weight": "дебљина",
|
|
270
399
|
"Where do we go from here?": "Where do we go from here?",
|
|
271
400
|
"Whether to display or not polygons paths.": "Whether to display or not polygons paths.",
|
|
272
401
|
"Whether to fill polygons with color.": "Whether to fill polygons with color.",
|
|
402
|
+
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
273
403
|
"Who can edit": "Who can edit",
|
|
274
404
|
"Who can view": "Who can view",
|
|
405
|
+
"width": "дебљина",
|
|
275
406
|
"Will be displayed in the bottom right corner of the map": "Will be displayed in the bottom right corner of the map",
|
|
407
|
+
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
276
408
|
"Will be visible in the caption of the map": "Will be visible in the caption of the map",
|
|
277
409
|
"Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.": "Woops! Someone else seems to have edited the data. You can save anyway, but this will erase the changes made by others.",
|
|
410
|
+
"yes": "да",
|
|
411
|
+
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
278
412
|
"Zoom in": "Увећај",
|
|
279
413
|
"Zoom level for automatic zooms": "Zoom level for automatic zooms",
|
|
280
414
|
"Zoom out": "Умањи",
|
|
@@ -283,155 +417,37 @@ const locale = {
|
|
|
283
417
|
"Zoom to the previous": "Zoom to the previous",
|
|
284
418
|
"Zoom to this feature": "Увећај одабрано",
|
|
285
419
|
"Zoom to this place": "Zoom to this place",
|
|
286
|
-
"attribution": "attribution",
|
|
287
|
-
"by": "by",
|
|
288
|
-
"display name": "display name",
|
|
289
|
-
"height": "висина",
|
|
290
|
-
"licence": "лиценца",
|
|
291
|
-
"max East": "max East",
|
|
292
|
-
"max North": "max North",
|
|
293
|
-
"max South": "max South",
|
|
294
|
-
"max West": "max West",
|
|
295
|
-
"max zoom": "максимално увећање",
|
|
296
|
-
"min zoom": "минимално увећање",
|
|
297
|
-
"next": "следеће",
|
|
298
|
-
"previous": "претходно",
|
|
299
|
-
"width": "дебљина",
|
|
300
|
-
"{count} errors during import: {message}": "{count} errors during import: {message}",
|
|
301
|
-
"Measure distances": "Measure distances",
|
|
302
|
-
"NM": "NM",
|
|
303
|
-
"kilometers": "километри",
|
|
304
|
-
"km": "km",
|
|
305
|
-
"mi": "mi",
|
|
306
|
-
"miles": "миље",
|
|
307
|
-
"nautical miles": "наутичке миље",
|
|
308
|
-
"1 day": "1 дан",
|
|
309
|
-
"1 hour": "1 сат",
|
|
310
|
-
"5 min": "5 минута",
|
|
311
|
-
"Cache proxied request": "Cache proxied request",
|
|
312
|
-
"No cache": "Нема кеша",
|
|
313
|
-
"Popup": "Popup",
|
|
314
|
-
"Popup (large)": "Popup (large)",
|
|
315
|
-
"Popup content style": "Искачући стил",
|
|
316
|
-
"Popup shape": "Искачући облик",
|
|
317
|
-
"Skipping unknown geometry.type: {type}": "Прескакање непознате геометрије.type: {type}",
|
|
318
|
-
"Optional.": "Опционо",
|
|
319
|
-
"Paste your data here": "Прикачите Ваше податке овде",
|
|
320
|
-
"Please save the map first": "Молимо Вас сачувајте мапу претходно",
|
|
321
|
-
"Feature identifier key": "Тастер идентификатора функцијеFeature identifier key",
|
|
322
|
-
"Open current feature on load": "Отворите тренутну функцију при учитавању",
|
|
323
|
-
"Permalink": "Трајни линк",
|
|
324
|
-
"The name of the property to use as feature unique identifier.": "Назив својства који се користи као јединствени идентификатор функције.",
|
|
325
|
-
"Do you want to display caption menus?": "Do you want to display caption menus?",
|
|
326
|
-
"Example: key1,key2,key3": "Example: key1,key2,key3",
|
|
327
|
-
"Invalid latitude or longitude": "Invalid latitude or longitude",
|
|
328
|
-
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
329
|
-
"Permanent credits": "Permanent credits",
|
|
330
|
-
"Permanent credits background": "Permanent credits background",
|
|
331
|
-
"Select data": "Select data",
|
|
332
|
-
"Will be permanently visible in the bottom left corner of the map": "Will be permanently visible in the bottom left corner of the map",
|
|
333
420
|
"{area} acres": "{area} acres",
|
|
334
421
|
"{area} ha": "{area} ha",
|
|
335
422
|
"{area} m²": "{area} m²",
|
|
336
423
|
"{area} mi²": "{area} mi²",
|
|
337
424
|
"{area} yd²": "{area} yd²",
|
|
338
|
-
"{
|
|
425
|
+
"{count} errors during import: {message}": "{count} errors during import: {message}",
|
|
426
|
+
"{delay} seconds": "{губици} секунди",
|
|
339
427
|
"{distance} km": "{distance} km",
|
|
340
428
|
"{distance} m": "{distance} m",
|
|
341
429
|
"{distance} miles": "{distance} miles",
|
|
430
|
+
"{distance} NM": "{distance} NM",
|
|
342
431
|
"{distance} yd": "{distance} yd",
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:": "Your map has been created! As you are not logged in, here is your secret link to edit the map, please keep it safe:",
|
|
363
|
-
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.",
|
|
364
|
-
"Toggle edit mode (⇧+Click)": "Toggle edit mode (⇧+Click)",
|
|
365
|
-
"icon opacity": "icon opacity",
|
|
366
|
-
"*single star for italic*": "*single star for italic*",
|
|
367
|
-
"--- for a horizontal rule": "--- for a horizontal rule",
|
|
368
|
-
"The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")": "The name of the property to use as feature label (eg.: \"nom\"). You can also use properties inside brackets to use more than one or mix with static content (eg.: \"{name} in {place}\")",
|
|
369
|
-
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key)",
|
|
370
|
-
"Default view": "Default view",
|
|
371
|
-
"Facet keys": "Facet keys",
|
|
372
|
-
"Facet search": "Facet search",
|
|
373
|
-
"Feature properties": "Feature properties",
|
|
374
|
-
"Latest feature": "Latest feature",
|
|
375
|
-
"No results for these facets": "No results for these facets",
|
|
376
|
-
"Saved center and zoom": "Saved center and zoom",
|
|
377
|
-
"User location": "User location",
|
|
378
|
-
"Visibility: {status}": "Visibility: {status}",
|
|
379
|
-
"Fit all data": "Fit all data",
|
|
380
|
-
"Verify remote URL": "Verify remote URL",
|
|
381
|
-
"Add": "Add",
|
|
382
|
-
"Change": "Change",
|
|
383
|
-
"Powered by uMap": "Powered by uMap",
|
|
384
|
-
"Search": "Search",
|
|
385
|
-
"Datalayers": "Datalayers",
|
|
386
|
-
"Secret edit link:": "Secret edit link:",
|
|
387
|
-
"Who can edit \"{layer}\"": "Who can edit \"{layer}\"",
|
|
388
|
-
"Choropleth": "Choropleth",
|
|
389
|
-
"Choropleth breakpoints": "Choropleth breakpoints",
|
|
390
|
-
"Choropleth classes": "Choropleth classes",
|
|
391
|
-
"Choropleth color palette": "Choropleth color palette",
|
|
392
|
-
"Choropleth mode": "Choropleth mode",
|
|
393
|
-
"Choropleth property value": "Choropleth property value",
|
|
394
|
-
"Comma separated list of numbers, including min and max values.": "Comma separated list of numbers, including min and max values.",
|
|
395
|
-
"Equidistant": "Equidistant",
|
|
396
|
-
"Jenks-Fisher": "Jenks-Fisher",
|
|
397
|
-
"K-means": "K-means",
|
|
398
|
-
"Manual": "Manual",
|
|
399
|
-
"Number of desired classes (default 5)": "Number of desired classes (default 5)",
|
|
400
|
-
"Quantiles": "Quantiles",
|
|
401
|
-
"Show this layer in the caption": "Show this layer in the caption",
|
|
402
|
-
"Back to preview": "Back to preview",
|
|
403
|
-
"Drawing": "Drawing",
|
|
404
|
-
"Edit the title of the map": "Edit the title of the map",
|
|
405
|
-
"Go to the homepage": "Go to the homepage",
|
|
406
|
-
"Switch to edit mode": "Switch to edit mode",
|
|
407
|
-
"Update who can see and edit the map": "Update who can see and edit the map",
|
|
408
|
-
"View": "View",
|
|
409
|
-
"Add image URL": "Add image URL",
|
|
410
|
-
"Emoji & Character": "Emoji & Character",
|
|
411
|
-
"Generic": "Generic",
|
|
412
|
-
"Symbol": "Symbol",
|
|
413
|
-
"Type char or paste emoji": "Type char or paste emoji",
|
|
414
|
-
"URL": "URL",
|
|
415
|
-
"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.",
|
|
416
|
-
"Save map": "Save map",
|
|
417
|
-
"Toggle edit mode": "Toggle edit mode",
|
|
418
|
-
"All data and settings of the map": "All data and settings of the map",
|
|
419
|
-
"Embed and link options": "Embed and link options",
|
|
420
|
-
"Go to \"{coords}\"": "Go to \"{coords}\"",
|
|
421
|
-
"Link to view the map": "Link to view the map",
|
|
422
|
-
"No.": "No.",
|
|
423
|
-
"Only visible layers' data": "Only visible layers' data",
|
|
424
|
-
"Open share & download panel": "Open share & download panel",
|
|
425
|
-
"OpenStreetMap": "OpenStreetMap",
|
|
426
|
-
"See on OpenStreetMap": "See on OpenStreetMap",
|
|
427
|
-
"Share and download": "Share and download",
|
|
428
|
-
"Share this link to open a customized map view": "Share this link to open a customized map view",
|
|
429
|
-
"Short link": "Short link",
|
|
430
|
-
"Street": "Street",
|
|
431
|
-
"Type a place name or coordinates": "Type a place name or coordinates",
|
|
432
|
-
"copy": "copy",
|
|
433
|
-
"full backup": "full backup",
|
|
434
|
-
"settings": "settings"
|
|
432
|
+
"Edit map name and caption": "Edit map name and caption",
|
|
433
|
+
"Map advanced properties": "Map advanced properties",
|
|
434
|
+
"Edit map details": "Edit map details",
|
|
435
|
+
"Back to browser": "Back to browser",
|
|
436
|
+
"Toggle size": "Toggle size",
|
|
437
|
+
"Layers": "Layers",
|
|
438
|
+
"Display the caption control": "Display the caption control",
|
|
439
|
+
"Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.": "Comma separated list of properties to use for facet search (eg.: mykey,otherkey). To control label, add it after a | (eg.: mykey|My Key,otherkey|Other Key). To control input field type, add it after another | (eg.: mykey|My Key|checkbox,otherkey|Other Key|datetime). Allowed values for the input field type are checkbox (default), radio, number, date and datetime.",
|
|
440
|
+
"<empty value>": "<empty value>",
|
|
441
|
+
"Min": "Min",
|
|
442
|
+
"Max": "Max",
|
|
443
|
+
"From": "From",
|
|
444
|
+
"Until": "Until",
|
|
445
|
+
"Example: key1,key2|Label 2,key3|Label 3|checkbox": "Example: key1,key2|Label 2,key3|Label 3|checkbox",
|
|
446
|
+
"Edit in OpenStreetMap": "Edit in OpenStreetMap",
|
|
447
|
+
"Cannot determine latitude and longitude columns.": "Cannot determine latitude and longitude columns.",
|
|
448
|
+
"Back to layers": "Back to layers",
|
|
449
|
+
"Data": "Data",
|
|
450
|
+
"Filters": "Filters"
|
|
435
451
|
}
|
|
436
452
|
L.registerLocale("sr", locale)
|
|
437
453
|
L.setLocale("sr")
|