umap-project 2.1.3__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 +8 -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 +227 -369
- 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 +62 -42
- 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 -57
- umap/static/umap/js/umap.js +179 -156
- umap/static/umap/js/umap.layer.js +79 -40
- 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 +463 -0
- umap/static/umap/test/Feature.js +0 -226
- umap/static/umap/test/TableEditor.js +104 -0
- umap/static/umap/test/Util.js +0 -521
- umap/static/umap/test/index.html +0 -1
- 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/integration/conftest.py +12 -1
- umap/tests/integration/test_anonymous_owned_map.py +27 -5
- umap/tests/integration/test_basics.py +21 -0
- umap/tests/integration/test_browser.py +12 -25
- umap/tests/integration/test_choropleth.py +1 -1
- umap/tests/integration/test_dashboard.py +10 -0
- umap/tests/integration/test_datalayer.py +8 -6
- umap/tests/integration/test_edit_datalayer.py +24 -19
- umap/tests/integration/test_edit_map.py +189 -2
- 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 +104 -14
- umap/tests/integration/test_import.py +72 -20
- umap/tests/integration/test_map.py +19 -17
- umap/tests/integration/test_map_list.py +28 -0
- umap/tests/integration/test_owned_map.py +10 -10
- umap/tests/integration/test_picto.py +5 -5
- 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 +1 -5
- 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.3.dist-info → umap_project-2.2.0.dist-info}/METADATA +12 -12
- {umap_project-2.1.3.dist-info → umap_project-2.2.0.dist-info}/RECORD +198 -182
- {umap_project-2.1.3.dist-info → umap_project-2.2.0.dist-info}/WHEEL +1 -1
- 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_polygon.py → test_draw_polygon.py} +0 -0
- /umap/tests/integration/{test_polyline.py → test_draw_polyline.py} +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.1.3.dist-info → umap_project-2.2.0.dist-info}/licenses/LICENSE +0 -0
umap/static/umap/locale/zh_TW.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": "預設: name",
|
|
15
|
-
"Display label": "顯示標籤",
|
|
16
|
-
"Display the control to open OpenStreetMap editor": "顯示開啟開放街圖編輯器的按鍵",
|
|
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": "熱點圖",
|
|
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": "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": "{delay} 秒",
|
|
2
|
+
" (area: {measure})": "(面積:{measure})",
|
|
3
|
+
" (length: {measure})": "(長度:{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*": "*一個星代表斜體*",
|
|
9
|
+
"--- 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 :(": "未被允許的動作 :(",
|
|
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": "新增圖片URL",
|
|
22
|
+
"Add": "新增",
|
|
86
23
|
"Advanced actions": "進階動作",
|
|
87
24
|
"Advanced properties": "進階屬性",
|
|
25
|
+
"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": "動畫轉換",
|
|
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": "表彰",
|
|
98
40
|
"Auto": "自動",
|
|
41
|
+
"Automatic": "自動",
|
|
99
42
|
"Autostart when map is loaded": "當讀取地圖時自動啟動",
|
|
43
|
+
"Back to preview": "回到預纜",
|
|
44
|
+
"Background overlay url": "背景套疊網址",
|
|
45
|
+
"Ball": "球",
|
|
46
|
+
"Bring feature to center": "置中圖徵",
|
|
100
47
|
"Browse data": "瀏覽資料",
|
|
48
|
+
"by": "由",
|
|
49
|
+
"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": "變動",
|
|
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": "等時線圖點",
|
|
62
|
+
"Choropleth classes": "等時線圖類型",
|
|
63
|
+
"Choropleth color palette": "等時線圖色彩盤",
|
|
64
|
+
"Choropleth mode": "等時線圖模式",
|
|
65
|
+
"Choropleth property value": "等時線圖屬性數值",
|
|
66
|
+
"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}": "複製 {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.": "用逗號分隔數字,包括最小與最大值。",
|
|
85
|
+
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "用逗號分隔屬性清單來排序圖徵。要保存排序,在槊面加上減號 (-1),例如 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。只會匯入地理座標點。匯入時抓取 «lat» 與 «lon» 開頭的欄位資料,不分大小寫。其他欄位則歸入屬性資料。",
|
|
88
|
+
"Congratulations, your map has been created!": "恭喜您的地圖已經新增完成",
|
|
122
89
|
"Continue line": "連續線段",
|
|
123
|
-
"Continue line (Ctrl+Click)": "連續線(Ctrl+點擊鍵)",
|
|
124
90
|
"Coordinates": "座標",
|
|
91
|
+
"Copy link": "複製連結",
|
|
92
|
+
"copy": "複製",
|
|
125
93
|
"Credits": "工作人員名單",
|
|
94
|
+
"Current map view": "目前地圖檢視",
|
|
126
95
|
"Current view instead of default map view?": "將目前視點設為預設視點?",
|
|
127
96
|
"Custom background": "自訂背景",
|
|
97
|
+
"Custom overlay": "客制套疊",
|
|
98
|
+
"dash array": "虛線排列",
|
|
99
|
+
"Data browser": "資料檢視器",
|
|
128
100
|
"Data is browsable": "資料是可檢視的",
|
|
101
|
+
"Datalayers": "資料圖層",
|
|
129
102
|
"Default interaction options": "預設互動選項",
|
|
130
103
|
"Default properties": "預設屬性",
|
|
131
104
|
"Default shape properties": "預設形狀屬性",
|
|
105
|
+
"Default view": "預設檢視",
|
|
106
|
+
"Default zoom level": "預設縮放等級",
|
|
107
|
+
"Default": "預設",
|
|
108
|
+
"Default: name": "預設: 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": "直接連結",
|
|
141
121
|
"Directions from here": "從此處開始導航",
|
|
122
|
+
"Display label": "顯示標籤",
|
|
142
123
|
"Display measure": "Display measure",
|
|
124
|
+
"display name": "顯示名稱",
|
|
143
125
|
"Display on load": "載入時顯示",
|
|
126
|
+
"Display the control to open OpenStreetMap editor": "顯示開啟開放街圖編輯器的按鍵",
|
|
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": "顯示星號地圖按鈕",
|
|
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": "繪製",
|
|
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": "在表格中編輯屬性",
|
|
154
|
+
"Edit the title of the map": "編輯地圖標題",
|
|
155
155
|
"Edit this feature": "編輯此圖徵",
|
|
156
|
+
"Edit": "編輯",
|
|
157
|
+
"Email": "電子郵件",
|
|
158
|
+
"Embed and link options": "嵌入與連結選項",
|
|
156
159
|
"Embed the map": "嵌入地圖",
|
|
160
|
+
"Emoji & Character": "表情符號和字元",
|
|
157
161
|
"Empty": "空白",
|
|
162
|
+
"Equidistant": "等距",
|
|
163
|
+
"Error in the overlay URL": "套疊網址錯誤",
|
|
158
164
|
"Error in the tilelayer URL": "地圖磚圖層 URL 錯誤",
|
|
159
165
|
"Exit Fullscreen": "結束全螢幕模式",
|
|
166
|
+
"expanded": "展開",
|
|
160
167
|
"Extract shape to separate feature": "由外形分離出圖徵",
|
|
168
|
+
"Facet keys": "方面鍵",
|
|
169
|
+
"Facet search": "方面搜尋",
|
|
170
|
+
"Feature identifier key": "Feature identifier key",
|
|
171
|
+
"Feature properties": "圖徵屬性",
|
|
161
172
|
"Fetch data each time map view changes.": "每次地圖檢視改變時截取資料。",
|
|
173
|
+
"fill color": "填入色彩",
|
|
174
|
+
"fill opacity": "填入不透明度",
|
|
175
|
+
"fill": "填入",
|
|
162
176
|
"Filter keys": "篩選鍵",
|
|
177
|
+
"Filter": "篩選器",
|
|
178
|
+
"Fit all data": "檢視所有資料",
|
|
163
179
|
"Format": "格式",
|
|
164
180
|
"From zoom": "由縮放大小",
|
|
181
|
+
"full backup": " 完全備份",
|
|
182
|
+
"Generic": "一般常用符號",
|
|
183
|
+
"GeoRSS (only link)": "GeoRSS (只有連結)",
|
|
184
|
+
"GeoRSS (title + image)": "GeoRSS (標題與圖片)",
|
|
185
|
+
"Go to \"{coords}\"": "去 \"{coords}\"",
|
|
186
|
+
"Go to the homepage": "前往首頁",
|
|
165
187
|
"Go to «{feature}»": "轉至 «{feature}»",
|
|
166
188
|
"Heatmap intensity property": "熱點圖強度屬性",
|
|
167
189
|
"Heatmap radius": "熱點圖半徑",
|
|
190
|
+
"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)": "在不同縮放比例下,多邊形的精簡程度 (精簡越多有較好的效率、多邊形越平滑,精簡越少圖形越精確)",
|
|
197
|
+
"icon opacity": "圖示透明度",
|
|
198
|
+
"Icon shape": "圖示圖形",
|
|
199
|
+
"Icon symbol": "圖示標誌",
|
|
200
|
+
"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 高度 (以 px 為單位): {{{http://iframe.url.com|height}}}",
|
|
173
202
|
"Iframe with custom height and width (in px): {{{http://iframe.url.com|height*width}}}": "自訂 iframe 高度和寬度 (以 px 為單位):{{{http://iframe.url.com|height*width}}}",
|
|
203
|
+
"iframe": "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}}": "自訂圖像的寬度(像素): {{http://image.url.com|width}}",
|
|
176
206
|
"Image: {{http://image.url.com}}": "圖像: {{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.": "匯入所有 umap 資料,包含圖層與設定。",
|
|
181
211
|
"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}": "無效的 umap 資料於檔案 {filename}",
|
|
217
|
+
"Invalid umap data": "無效的 umap 資料",
|
|
218
|
+
"Invalide property name: {name}": "Invalide property name: {name}",
|
|
219
|
+
"Jenks-Fisher": "Jenks-Fisher",
|
|
220
|
+
"K-means": "K平均",
|
|
185
221
|
"Keep current visible layers": "保留目前可見圖層",
|
|
222
|
+
"kilometers": "公里",
|
|
223
|
+
"km": "km",
|
|
224
|
+
"Label direction": "標籤方向",
|
|
225
|
+
"Label key": "標籤鍵",
|
|
226
|
+
"Labels are clickable": "標籤可點擊",
|
|
227
|
+
"Latest feature": "最新功能",
|
|
186
228
|
"Latitude": "緯度",
|
|
187
|
-
"Layer": "圖層",
|
|
188
229
|
"Layer properties": "圖層屬性",
|
|
230
|
+
"Layer": "圖層",
|
|
189
231
|
"Licence": "授權",
|
|
232
|
+
"licence": "授權",
|
|
190
233
|
"Limit bounds": "限制範圍",
|
|
234
|
+
"Link to view the map": "檢視地圖的連結",
|
|
191
235
|
"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": "詳細工作人員名單",
|
|
194
238
|
"Longitude": "經度",
|
|
195
239
|
"Make main shape": "設為主要外形",
|
|
196
240
|
"Manage layers": "管理圖層",
|
|
241
|
+
"Manual": "手動",
|
|
197
242
|
"Map background credits": "地圖背景取自",
|
|
198
243
|
"Map has been attached to your account": "地圖已經加入至你的帳號",
|
|
199
244
|
"Map has been saved!": "地圖儲存已完成",
|
|
245
|
+
"Map has been starred": "地圖已經打星號",
|
|
246
|
+
"Map has been unstarred": "已經取消地圖打星號",
|
|
200
247
|
"Map user content has been published under licence": "使用者地圖資訊內容已經以以下授權發佈",
|
|
201
248
|
"Map's editors": "地圖編輯者",
|
|
202
249
|
"Map's owner": "地圖擁有者",
|
|
250
|
+
"max East": "最東方",
|
|
251
|
+
"max North": "最北方",
|
|
252
|
+
"max South": "最南方",
|
|
253
|
+
"max West": "最西方",
|
|
254
|
+
"max zoom": "放到最大",
|
|
255
|
+
"Measure distances": "測量距離",
|
|
203
256
|
"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)": "必須是有效的 CSS 值 (例如:DarkBlue 或是 #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": "各方面沒有結果",
|
|
207
271
|
"No results": "沒有結果",
|
|
272
|
+
"no": "否",
|
|
273
|
+
"No.": "無。",
|
|
274
|
+
"None": "以上皆非",
|
|
275
|
+
"Number of desired classes (default 5)": "偏好的類別數量 (預設為 5)",
|
|
276
|
+
"On the bottom": "在底部",
|
|
277
|
+
"On the left": "在左側",
|
|
278
|
+
"On the right": "在右側",
|
|
279
|
+
"On the top": "在頂部",
|
|
280
|
+
"Only visible layers' data": "只有可見圖層的資料",
|
|
281
|
+
"opacity": "不透明度",
|
|
282
|
+
"Opacity": "不透明度",
|
|
283
|
+
"Open current feature on load": "Open current feature on load",
|
|
208
284
|
"Open link in…": "開啓連結於...",
|
|
285
|
+
"Open share & download panel": "開啟分享與下載面板",
|
|
209
286
|
"Open this map extent in a map editor to provide more accurate data to OpenStreetMap": "在地圖編輯器中打開此地圖,提供更多準確資料給 OpenStreetMap",
|
|
287
|
+
"OpenStreetMap": "開放街圖",
|
|
210
288
|
"Optional intensity property for heatmap": "選用的熱圖 heatmap 強度屬性",
|
|
211
289
|
"Optional. Same as color if not set.": "可選,若您未選取顏色,則採用預設值",
|
|
290
|
+
"Optional.": "可選",
|
|
212
291
|
"Override clustering radius (default 80)": "覆蓋群集分析半徑 (預設80)",
|
|
213
292
|
"Override heatmap radius (default 25)": "覆蓋指定熱圖 heatmap 半徑 (預設 25)",
|
|
293
|
+
"parent window": "父視窗",
|
|
294
|
+
"Paste your data here": "請在此貼上你的資料",
|
|
295
|
+
"Permalink": "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": "請輸入物件名稱",
|
|
217
301
|
"Please enter the new name of this property": "請輸入新的物件名稱",
|
|
302
|
+
"Please save the map first": "請先儲存地圖",
|
|
303
|
+
"Popup (large)": "彈出式視窗 (大)",
|
|
304
|
+
"Popup content style": "彈出式視窗内容樣式",
|
|
305
|
+
"Popup content template": "彈出內文範本",
|
|
306
|
+
"Popup shape": "彈出式視窗形狀",
|
|
307
|
+
"Popup": "彈出式視窗",
|
|
308
|
+
"Powered by uMap": "由 uMap 驅動",
|
|
309
|
+
"previous": "前一個",
|
|
310
|
+
"Problem in the response": "回應的問題",
|
|
218
311
|
"Properties imported:": "屬性匯入完成",
|
|
219
312
|
"Provide an URL here": "提供 URL網址",
|
|
220
313
|
"Proxy request": "使用代理請求",
|
|
314
|
+
"Quantiles": "數量",
|
|
315
|
+
"Recent": "目前",
|
|
221
316
|
"Remote data": "遠端資料",
|
|
222
317
|
"Remove shape from the multi": "移除外形",
|
|
223
318
|
"Rename this property on all the features": "在所有特徵中重新命名該物件",
|
|
224
319
|
"Replace layer content": "取代圖層內容",
|
|
225
320
|
"Restore this version": "回復此版本",
|
|
226
|
-
"Save": "儲存",
|
|
227
321
|
"Save anyway": "通通都儲存吧!",
|
|
228
322
|
"Save current edits": "儲存近期的變更",
|
|
323
|
+
"Save map": "儲存地圖",
|
|
229
324
|
"Save this center and zoom": "保存地圖中心點位置與縮放大小",
|
|
230
325
|
"Save this location as new feature": "將地點存為新的圖徵",
|
|
326
|
+
"Save": "儲存",
|
|
327
|
+
"Saved center and zoom": "儲存地圖中心點位置與縮放大小",
|
|
231
328
|
"Search location": "搜尋地點",
|
|
232
|
-
"
|
|
233
|
-
"
|
|
329
|
+
"Search": "搜尋",
|
|
330
|
+
"Secret edit link copied to clipboard!": "複製私密編輯連結到剪貼簿!",
|
|
331
|
+
"Secret edit link:": "祕密編輯連結:",
|
|
332
|
+
"See layers": "See layers",
|
|
234
333
|
"See full screen": "觀看全螢幕",
|
|
334
|
+
"See on OpenStreetMap": "在開放街圖檢視",
|
|
335
|
+
"Select data": "Select data",
|
|
336
|
+
"Send me the link": "寄送連結給我",
|
|
235
337
|
"Set it to false to hide this layer from the slideshow, the data browser, the popup navigation…": "設定為假時,在幻燈片時、資料檢視器和彈出式導航中可將此圖層隱藏...",
|
|
338
|
+
"settings": "設定",
|
|
236
339
|
"Shape properties": "形狀屬性",
|
|
340
|
+
"Share and download": "分享與下載",
|
|
341
|
+
"Share this link to open a customized map view": "分享這連結來開啟客製化地圖檢視",
|
|
237
342
|
"Short credits": "簡短工作人員名單",
|
|
343
|
+
"Short link": "短網址",
|
|
344
|
+
"Show this layer in the caption": "在標題顯示此圖層",
|
|
238
345
|
"Show/hide layer": "顯示/隱藏圖層",
|
|
346
|
+
"Side panel": "側邊框",
|
|
239
347
|
"Simple link: [[http://example.com]]": "簡單連結: [[http://example.com]]",
|
|
348
|
+
"Simplify": "簡化",
|
|
349
|
+
"Skipping unknown geometry.type: {type}": "略過不明的 geometry.type: {type}",
|
|
240
350
|
"Slideshow": "投影片",
|
|
241
351
|
"Sort key": "排序鍵",
|
|
242
352
|
"Split line": "分隔線",
|
|
353
|
+
"Star this map": "地圖打星號",
|
|
243
354
|
"Start a hole here": "開始一個凹洞",
|
|
244
355
|
"Start slideshow": "開啟投影片",
|
|
245
356
|
"Stop editing": "停止編輯",
|
|
246
357
|
"Stop slideshow": "中止投影片",
|
|
358
|
+
"Street": "道路",
|
|
359
|
+
"stroke": "筆畫粗細",
|
|
247
360
|
"Supported scheme": "支援的模板",
|
|
248
361
|
"Supported variables that will be dynamically replaced": "支援的物件將直接動態轉換",
|
|
249
|
-
"
|
|
362
|
+
"Symbol": "符號",
|
|
363
|
+
"Table": "表格",
|
|
250
364
|
"Text color for the cluster label": "叢集標籤的文字顏色",
|
|
251
365
|
"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.": "The name of the property to use as feature unique identifier.",
|
|
368
|
+
"The zoom and center have been modified.": "已變動完成置中及切換功能。",
|
|
369
|
+
"TMS format": "TMS 格式",
|
|
252
370
|
"To use if remote server doesn't allow cross domain (slower)": "如果遠端伺服器不允許跨網域存取時使用 (效率較差)",
|
|
253
371
|
"To zoom": "至縮放大小",
|
|
372
|
+
"Toggle edit mode (⇧+Click)": "切換編輯模式 (⇧+Click)",
|
|
373
|
+
"Toggle edit mode": "切換編輯模式",
|
|
254
374
|
"Transfer shape to edited feature": "將外形加到編輯中的特徵",
|
|
255
375
|
"Transform to lines": "轉換為線條",
|
|
256
376
|
"Transform to polygon": "轉換為多邊形",
|
|
377
|
+
"Type a place name or coordinates": "輸入地點名稱或是座標",
|
|
378
|
+
"Type char or paste emoji": "輸入字元或是貼上顏文字",
|
|
257
379
|
"Type of layer": "圖層類型",
|
|
258
380
|
"Unable to detect format of file {filename}": "無法偵測 {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": "更新誰能檢視與編輯地圖的權限",
|
|
263
386
|
"Url": "網址",
|
|
387
|
+
"URL": "URL",
|
|
264
388
|
"Use current bounds": "使用目前範圍",
|
|
265
389
|
"Use placeholders with feature properties between brackets, eg. {name}, they will be dynamically replaced by the corresponding values.": "以圖徵的屬性加上括弧作為標記,例如 {name},這樣子就可以動態被取代成對應的數值。",
|
|
266
390
|
"User content credits": "使用者內容清單",
|
|
267
391
|
"User interface options": "使用者界面選項",
|
|
392
|
+
"User location": "使用者位置",
|
|
393
|
+
"Verify remote URL": "驗證遠端網址",
|
|
268
394
|
"Versions": "版本",
|
|
269
395
|
"View Fullscreen": "以全屏幕模式顯示",
|
|
396
|
+
"View": "檢視",
|
|
397
|
+
"Visibility: {status}": "是否公開:{status}",
|
|
398
|
+
"weight": "寬度",
|
|
270
399
|
"Where do we go from here?": "我們要去哪裡?",
|
|
271
400
|
"Whether to display or not polygons paths.": "是否顯示多邊形的路徑。",
|
|
272
401
|
"Whether to fill polygons with color.": "是否將多邊形填入色彩。",
|
|
402
|
+
"Who can edit \"{layer}\"": "誰有權限編輯 \"{layer}\"",
|
|
273
403
|
"Who can edit": "誰可以編輯",
|
|
274
404
|
"Who can view": "誰可以檢視",
|
|
405
|
+
"width": "寬度",
|
|
275
406
|
"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": "標題將出現在地圖上",
|
|
277
409
|
"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:": "已經新增你的地圖!由於你並未登入,這是你的編輯地圖的祕密連結,請妥善保管:",
|
|
278
412
|
"Zoom in": "放大",
|
|
279
413
|
"Zoom level for automatic zooms": "自動縮放的比例大小",
|
|
280
414
|
"Zoom out": "縮小",
|
|
@@ -283,162 +417,37 @@ const locale = {
|
|
|
283
417
|
"Zoom to the previous": "切換至前一頁",
|
|
284
418
|
"Zoom to this feature": "縮放至圖徵範圍",
|
|
285
419
|
"Zoom to this place": "縮放到這個地方",
|
|
286
|
-
"attribution": "表彰",
|
|
287
|
-
"by": "由",
|
|
288
|
-
"display name": "顯示名稱",
|
|
289
|
-
"height": "高度",
|
|
290
|
-
"licence": "授權",
|
|
291
|
-
"max East": "最東方",
|
|
292
|
-
"max North": "最北方",
|
|
293
|
-
"max South": "最南方",
|
|
294
|
-
"max West": "最西方",
|
|
295
|
-
"max zoom": "放到最大",
|
|
296
|
-
"min zoom": "縮至最小",
|
|
297
|
-
"next": "下一個",
|
|
298
|
-
"previous": "前一個",
|
|
299
|
-
"width": "寬度",
|
|
300
|
-
"{count} errors during import: {message}": "於匯入時發生 {count} 項錯誤: {message}",
|
|
301
|
-
"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": "快取代理請求",
|
|
312
|
-
"No cache": "沒有快取内容",
|
|
313
|
-
"Popup": "彈出式視窗",
|
|
314
|
-
"Popup (large)": "彈出式視窗 (大)",
|
|
315
|
-
"Popup content style": "彈出式視窗内容樣式",
|
|
316
|
-
"Popup shape": "彈出式視窗形狀",
|
|
317
|
-
"Skipping unknown geometry.type: {type}": "略過不明的 geometry.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": "Open current feature on load",
|
|
323
|
-
"Permalink": "Permalink",
|
|
324
|
-
"The name of the property to use as feature unique identifier.": "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} 英畝",
|
|
334
421
|
"{area} ha": "{area} 公頃",
|
|
335
422
|
"{area} m²": "{area} 平方公尺",
|
|
336
423
|
"{area} mi²": "{area} 平方英哩",
|
|
337
424
|
"{area} yd²": "{area} 平方英呎",
|
|
338
|
-
"{
|
|
425
|
+
"{count} errors during import: {message}": "於匯入時發生 {count} 項錯誤: {message}",
|
|
426
|
+
"{delay} seconds": "{delay} 秒",
|
|
339
427
|
"{distance} km": "{area} 公里",
|
|
340
428
|
"{distance} m": "{distance} 公尺",
|
|
341
429
|
"{distance} miles": "{distance} 英哩",
|
|
430
|
+
"{distance} NM": "{distance} 海浬",
|
|
342
431
|
"{distance} yd": "{distance} 英呎",
|
|
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:": "已經新增你的地圖!由於你並未登入,這是你的編輯地圖的祕密連結,請妥善保管:",
|
|
363
|
-
"Comma separated list of properties to use for sorting features. To reverse the sort, put a minus sign (-) before. Eg. mykey,-otherkey.": "用逗號分隔屬性清單來排序圖徵。要保存排序,在槊面加上減號 (-1),例如 mykey,-otherkey。",
|
|
364
|
-
"Toggle edit mode (⇧+Click)": "切換編輯模式 (⇧+Click)",
|
|
365
|
-
"icon opacity": "圖示透明度",
|
|
366
|
-
"*single star for italic*": "*一個星代表斜體*",
|
|
367
|
-
"--- 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}\")": "要在圖徵標籤使用的屬性名稱 (例如:\"nom\")。你可以在括號內使用超過一個屬性或是使用靜態內容 (例如:\"{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)": "逗號分隔屬性清單會用在方面搜尋 (例如:mykey,otherkey)。要控制標籤,則是之後新增 (例如:mykey|My Key,otherkey|Other Key)",
|
|
370
|
-
"Default view": "預設檢視",
|
|
371
|
-
"Facet keys": "方面鍵",
|
|
372
|
-
"Facet search": "方面搜尋",
|
|
373
|
-
"Feature properties": "圖徵屬性",
|
|
374
|
-
"Latest feature": "最新功能",
|
|
375
|
-
"No results for these facets": "各方面沒有結果",
|
|
376
|
-
"Saved center and zoom": "儲存地圖中心點位置與縮放大小",
|
|
377
|
-
"User location": "使用者位置",
|
|
378
|
-
"Visibility: {status}": "是否公開:{status}",
|
|
379
|
-
"Fit all data": "檢視所有資料",
|
|
380
|
-
"Verify remote URL": "驗證遠端網址",
|
|
381
|
-
"Add": "新增",
|
|
382
|
-
"Change": "變動",
|
|
383
|
-
"Powered by uMap": "由 uMap 驅動",
|
|
384
|
-
"Search": "搜尋",
|
|
385
|
-
"Datalayers": "資料圖層",
|
|
386
|
-
"Secret edit link:": "祕密編輯連結:",
|
|
387
|
-
"Who can edit \"{layer}\"": "誰有權限編輯 \"{layer}\"",
|
|
388
|
-
"Choropleth": "等時線圖",
|
|
389
|
-
"Choropleth breakpoints": "等時線圖點",
|
|
390
|
-
"Choropleth classes": "等時線圖類型",
|
|
391
|
-
"Choropleth color palette": "等時線圖色彩盤",
|
|
392
|
-
"Choropleth mode": "等時線圖模式",
|
|
393
|
-
"Choropleth property value": "等時線圖屬性數值",
|
|
394
|
-
"Comma separated list of numbers, including min and max values.": "用逗號分隔數字,包括最小與最大值。",
|
|
395
|
-
"Equidistant": "等距",
|
|
396
|
-
"Jenks-Fisher": "Jenks-Fisher",
|
|
397
|
-
"K-means": "K平均",
|
|
398
|
-
"Manual": "手動",
|
|
399
|
-
"Number of desired classes (default 5)": "偏好的類別數量 (預設為 5)",
|
|
400
|
-
"Quantiles": "數量",
|
|
401
|
-
"Show this layer in the caption": "在標題顯示此圖層",
|
|
402
|
-
"Back to preview": "回到預纜",
|
|
403
|
-
"Drawing": "繪製",
|
|
404
|
-
"Edit the title of the map": "編輯地圖標題",
|
|
405
|
-
"Go to the homepage": "前往首頁",
|
|
406
|
-
"Switch to edit mode": "切換至編輯模式",
|
|
407
|
-
"Update who can see and edit the map": "更新誰能檢視與編輯地圖的權限",
|
|
408
|
-
"View": "檢視",
|
|
409
|
-
"Add image URL": "新增圖片URL",
|
|
410
|
-
"Emoji & Character": "表情符號和字元",
|
|
411
|
-
"Generic": "一般常用符號",
|
|
412
|
-
"Symbol": "符號",
|
|
413
|
-
"Type char or paste emoji": "輸入字元或是貼上顏文字",
|
|
414
|
-
"URL": "URL",
|
|
415
|
-
"If false, the polygon or line will act as a part of the underlying map.": "選擇「否」時,多邊形物件會被當成為底圖的一部分。",
|
|
416
|
-
"Save map": "儲存地圖",
|
|
417
|
-
"Toggle edit mode": "切換編輯模式",
|
|
418
|
-
"All data and settings of the map": "地圖的所有資料與設定",
|
|
419
|
-
"Embed and link options": "嵌入與連結選項",
|
|
420
|
-
"Go to \"{coords}\"": "去 \"{coords}\"",
|
|
421
|
-
"Link to view the map": "檢視地圖的連結",
|
|
422
|
-
"No.": "無。",
|
|
423
|
-
"Only visible layers' data": "只有可見圖層的資料",
|
|
424
|
-
"Open share & download panel": "開啟分享與下載面板",
|
|
425
|
-
"OpenStreetMap": "開放街圖",
|
|
426
|
-
"See on OpenStreetMap": "在開放街圖檢視",
|
|
427
|
-
"Share and download": "分享與下載",
|
|
428
|
-
"Share this link to open a customized map view": "分享這連結來開啟客製化地圖檢視",
|
|
429
|
-
"Short link": "短網址",
|
|
430
|
-
"Street": "道路",
|
|
431
|
-
"Type a place name or coordinates": "輸入地點名稱或是座標",
|
|
432
|
-
"copy": "複製",
|
|
433
|
-
"full backup": " 完全備份",
|
|
434
|
-
"settings": "設定",
|
|
435
|
-
"Action not allowed :(": "未被允許的動作 :(",
|
|
436
|
-
"Bring feature to center": "置中圖徵",
|
|
437
|
-
"Current map view": "目前地圖檢視",
|
|
438
|
-
"Features in this layer: {count}": "這個圖層的圖徵數:{count}",
|
|
439
|
-
"Filter": "篩選器",
|
|
440
|
-
"Problem in the response": "回應的問題",
|
|
441
|
-
"Recent": "目前"
|
|
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"
|
|
442
451
|
}
|
|
443
452
|
L.registerLocale("zh_TW", locale)
|
|
444
453
|
L.setLocale("zh_TW")
|