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