]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/zh-TW.json
Vagrant: Virtualbox: increase RAM and put 2 CPUs
[rails.git] / vendor / assets / iD / iD / locales / zh-TW.json
1 {
2     "modes": {
3         "add_area": {
4             "title": "區域",
5             "description": "新增公園、建築物、湖泊或其它區域至地圖上。",
6             "tail": "點擊地圖以繪製一塊區域,如公園、湖泊或建築物。"
7         },
8         "add_line": {
9             "title": "線",
10             "description": "新增公路、街道、行人道、運河或其他線段至地圖上。",
11             "tail": "點擊地圖以繪製道路、路徑或路綫。"
12         },
13         "add_point": {
14             "title": "點",
15             "description": "新增餐廳、古蹪、郵箱或其他事物至地圖上。",
16             "tail": "點擊地圖以新增一個點。"
17         },
18         "browse": {
19             "title": "瀏覽",
20             "description": "平移及縮放地圖。"
21         },
22         "draw_area": {
23             "tail": "點擊地圖以添加區域的其它節點。點擊第一點以完成區域的繪製。"
24         },
25         "draw_line": {
26             "tail": "點擊地圖以添加線段的其它節點。點擊其他線段以連接它們,點擊兩下以完成線段的繪製。"
27         }
28     },
29     "operations": {
30         "add": {
31             "annotation": {
32                 "point": "已新增一點。",
33                 "vertex": "已新增一節點至路徑上。",
34                 "relation": "已新增一項關係。"
35             }
36         },
37         "start": {
38             "annotation": {
39                 "line": "開始繪製一線段。",
40                 "area": "開始繪製一塊區域。"
41             }
42         },
43         "continue": {
44             "key": "A",
45             "title": "繼續",
46             "description": "繼續繪製此線段",
47             "not_eligible": "無法在此繼續繪製線段",
48             "multiple": "有多條線段可在此延續。要選擇其中一條,請按 Shift 鍵並點擊它。",
49             "annotation": {
50                 "line": "繼續繪製一線段。",
51                 "area": "繼續繪製一區域。"
52             }
53         },
54         "cancel_draw": {
55             "annotation": "取消了繪圖。"
56         },
57         "change_role": {
58             "annotation": "已更改關係成員的角色。"
59         },
60         "change_tags": {
61             "annotation": "修改了標籤。"
62         },
63         "circularize": {
64             "title": "環形化",
65             "description": {
66                 "line": "把此線段環形化。",
67                 "area": "把此區域環形化。"
68             },
69             "key": "O",
70             "annotation": {
71                 "line": " 將線段變成環形。",
72                 "area": "將一區域製成環形。"
73             },
74             "not_closed": "非圈狀物件,不能環形化。",
75             "too_large": "因物件尚未有足夠部份正在顯示,不能環形化。",
76             "connected_to_hidden": "這個沒辦法圓形化,因為與其他隱藏的圖徵相連"
77         },
78         "orthogonalize": {
79             "title": "方角化",
80             "description": {
81                 "line": "將此線方角化。",
82                 "area": "將此區域方角化。"
83             },
84             "key": "S",
85             "annotation": {
86                 "line": "已將線段上的彎角換成直角。",
87                 "area": "已將區域的彎角換成直角。"
88             },
89             "not_squarish": "物件無法被方角化,因為它並非近似方形。",
90             "too_large": "因物件尚未有足夠部份正在顯示,不能被方角化。",
91             "connected_to_hidden": "這個沒辦法方形化,因為與其他隱藏的圖徵相連"
92         },
93         "straighten": {
94             "title": "拉直",
95             "description": "拉直此線段",
96             "key": "S",
97             "annotation": "拉直一條線段。",
98             "too_bendy": "這條線段無法被拉直,因為有過多彎折。",
99             "connected_to_hidden": "這個沒辦法直線化,因為與其他隱藏的圖徵相連"
100         },
101         "delete": {
102             "title": "刪除",
103             "description": "永久刪除物件",
104             "annotation": {
105                 "point": "刪除了一點。",
106                 "vertex": "刪除了路徑上的一個節點。",
107                 "line": "刪除了一線段。",
108                 "area": "刪除了一區域。",
109                 "relation": "刪除了一關係",
110                 "multiple": "刪除了 {n} 個物件。"
111             },
112             "incomplete_relation": "物件未完全下載,不能刪除。",
113             "part_of_relation": "這個圖徵沒辦法刪除,因為是屬於比較大關係的一部分。你必須從關係裡移除。",
114             "connected_to_hidden": "這個沒辦法刪除,因為與其他隱藏的圖徵相連"
115         },
116         "add_member": {
117             "annotation": "給關係增加了一成員。"
118         },
119         "delete_member": {
120             "annotation": "從關係移除了一成員。"
121         },
122         "connect": {
123             "annotation": {
124                 "point": "已連接路徑到一點。",
125                 "vertex": "已連接路徑到另一路徑。",
126                 "line": "已連接路徑到一線段。",
127                 "area": "已連接路徑到一區域。"
128             }
129         },
130         "disconnect": {
131             "title": "斷開",
132             "description": "將這些路徑/區域斷開。",
133             "key": "D",
134             "annotation": "斷開了路徑。",
135             "not_connected": "未有足夠的路徑/區域來斷開。",
136             "connected_to_hidden": "無法斷開,因為其連接著隱藏的特徵。"
137         },
138         "merge": {
139             "title": "合併",
140             "description": "合併這些特徵",
141             "key": "C",
142             "annotation": "合併 {n} 個特徵",
143             "not_eligible": "不能合併這些物件。",
144             "not_adjacent": "這些特徵並不能合併,因為它們並不相連。",
145             "restriction": "這些特徵並不能合併,因為其中一個是關聯 \"{relation}\" 成員。",
146             "incomplete_relation": "這些物件不能合併,因為其中最少有一件未有完全下載。",
147             "conflicting_tags": "這些特徵並不能合儀,因為它們有彼此衝突的標籤。"
148         },
149         "move": {
150             "title": "移動",
151             "description": "移動這物件到另一處。",
152             "key": "M",
153             "annotation": {
154                 "point": "移動了一點。",
155                 "vertex": "移動了路徑上的一節點。",
156                 "line": "移動了一線段。",
157                 "area": "移動了一區域。",
158                 "multiple": "移動了數個物件。"
159             },
160             "incomplete_relation": "物件未完全下載,不能移動。",
161             "too_large": "由於目前可視部分太少了,所以無法移動該物件。",
162             "connected_to_hidden": "這個沒辦法移動,因為與其他隱藏的圖徵相連."
163         },
164         "rotate": {
165             "title": "旋轉",
166             "description": "以物件中心點為軸心旋轉物件",
167             "key": "R",
168             "annotation": {
169                 "line": "旋轉了一線段。",
170                 "area": "旋轉了一區域。"
171             },
172             "too_large": "由於目前可視部分太少,所以無法旋轉該物件。",
173             "connected_to_hidden": "這個沒辦法旋轉,因為與其他隱藏的圖徵相連."
174         },
175         "reverse": {
176             "title": "反轉",
177             "description": "讓這線段的方向反轉。",
178             "key": "V",
179             "annotation": "反轉一線段。"
180         },
181         "split": {
182             "title": "分割",
183             "description": {
184                 "line": "在這一節點分割成兩條線段。",
185                 "area": "將這個區域的邊界一分為二。",
186                 "multiple": "在這一節點將線段/區域的邊界一分為二。"
187             },
188             "key": "X",
189             "annotation": {
190                 "line": "分割一線段。",
191                 "area": "分割一區域的邊界。",
192                 "multiple": "分割{n}項線段/區域的邊界。"
193             },
194             "not_eligible": "不能於線段的首尾進行分割。",
195             "multiple_ways": "太多線段,未能進行分割。",
196             "connected_to_hidden": "這個沒辦法切割,因為與其他隱藏的圖徵相連."
197         },
198         "restriction": {
199             "help": {
200                 "select": "點選選擇一段道路",
201                 "toggle": "點選切換轉向限制。",
202                 "toggle_on": "點選增加\"{restriction}\"的限制。",
203                 "toggle_off": "點選移除\"{restriction}\"的限制。"
204             },
205             "annotation": {
206                 "create": "已增加轉向限制",
207                 "delete": "已移除轉向限制"
208             }
209         }
210     },
211     "undo": {
212         "tooltip": "復原: {action}",
213         "nothing": "沒有動作可以撤銷。"
214     },
215     "redo": {
216         "tooltip": "取消復原: {action}",
217         "nothing": "沒有動作可以重做。"
218     },
219     "tooltip_keyhint": "快速鍵",
220     "browser_notice": "iD 編輯器支援 Firefox、Chrome、Safari、Opera 和 Internet Explorer 11 以上的版本。請升級你的瀏覽器或是使用 Potlatch 2 來編輯地圖。",
221     "translate": {
222         "translate": "翻譯",
223         "localized_translation_label": "多語言名稱",
224         "localized_translation_language": "選擇語言",
225         "localized_translation_name": "名稱"
226     },
227     "zoom_in_edit": "放大以開始編輯",
228     "logout": "登出",
229     "loading_auth": "正在連接 OpenStreetMap...",
230     "report_a_bug": "回報錯誤",
231     "help_translate": "協助翻譯",
232     "feature_info": {
233         "hidden_warning": "{count} 隱藏的圖徵",
234         "hidden_details": "這些圖徵現在被隱藏.: {details}"
235     },
236     "status": {
237         "error": "未能連接至伺服器介面。",
238         "offline": "伺服器介面離線,請稍後再嘗試編輯。",
239         "readonly": "伺服器介面處於唯讀模式,須待介面正常運作,方能儲存您的編輯。"
240     },
241     "commit": {
242         "title": "儲存修改",
243         "description_placeholder": "簡要描述你的貢獻",
244         "message_label": "編輯變動留言",
245         "upload_explanation": "你的修改將會在所有使用OpenStreetMap資料的地圖上看到。",
246         "upload_explanation_with_user": "你以 {user} 具名的修改將會在所有使用OpenStreetMap資料的地圖上看到。",
247         "save": "儲存",
248         "cancel": "取消",
249         "changes": "{count}  變動數",
250         "warnings": "警告",
251         "modified": "已修改",
252         "deleted": "已刪除",
253         "created": "已建立"
254     },
255     "contributors": {
256         "list": "正顯示 {users} 的編輯",
257         "truncated_list": "由 {users} 與另外 {count} 人編輯"
258     },
259     "infobox": {
260         "selected": "{n} 被選擇",
261         "geometry": "幾何",
262         "closed": "已關閉",
263         "center": "中心",
264         "perimeter": "周長",
265         "length": "長度",
266         "area": "區域",
267         "centroid": "質心",
268         "location": "地點",
269         "metric": "公制",
270         "imperial": "英制"
271     },
272     "geometry": {
273         "point": "點",
274         "vertex": "頂點",
275         "line": "線",
276         "area": "區域",
277         "relation": "關係"
278     },
279     "geocoder": {
280         "search": "搜尋全世界...",
281         "no_results_visible": "可見的地圖區域中沒有搜尋結果",
282         "no_results_worldwide": "找不到搜尋結果"
283     },
284     "geolocate": {
285         "title": "顯示我的位置"
286     },
287     "inspector": {
288         "no_documentation_combination": "這個標籤組合沒有可用的說明",
289         "no_documentation_key": "這個鍵值沒有可用的說明",
290         "show_more": "顯示更多",
291         "view_on_osm": "在 openstreetmap.org 中檢視",
292         "all_tags": "所有標籤",
293         "all_members": "所有成員",
294         "all_relations": "所有關係",
295         "new_relation": "建立新關係...",
296         "role": "角色",
297         "choose": "選擇物件種類",
298         "results": "{search} 的 {n} 個結果",
299         "reference": "在 OpenStreetMap Wiki 中檢閱",
300         "back_tooltip": "修改物件",
301         "remove": "移除",
302         "search": "搜尋",
303         "multiselect": "已選擇的物件",
304         "unknown": "未知種類",
305         "incomplete": "<未下載>",
306         "feature_list": "搜尋物件",
307         "edit": "編輯特徵",
308         "check": {
309             "yes": "是",
310             "no": "否"
311         },
312         "none": "無",
313         "node": "節點",
314         "way": "路徑",
315         "relation": "關係",
316         "location": "地點",
317         "add_fields": "新增空間"
318     },
319     "background": {
320         "title": "背景",
321         "description": "背景圖像設定",
322         "percent_brightness": "{opacity}%的亮度",
323         "none": "無",
324         "custom": "客製化",
325         "custom_button": "編輯自訂的背景",
326         "custom_prompt": "輸入地圖影像區塊的URL模版。以 Z/X/Y 方式存取區塊的伺服器,可在模版中使用{z}, {x}, {y}作參數,而以quadtile存取區塊的伺服器,則可使用{u}作參數。",
327         "fix_misalignment": "校準",
328         "reset": "重設",
329         "minimap": {
330             "description": "小地圖",
331             "tooltip": "顯示縮小的地圖幫助你確認所在區域的位置"
332         }
333     },
334     "map_data": {
335         "title": "地圖圖資",
336         "description": "地圖圖資",
337         "data_layers": "資料圖層",
338         "fill_area": "填充選項",
339         "map_features": "地圖圖徵",
340         "autohidden": "因為螢幕中的特徵太多,這些特徵已被自動隱藏。請放大再修編。"
341     },
342     "feature": {
343         "points": {
344             "description": "點",
345             "tooltip": "興趣點"
346         },
347         "major_roads": {
348             "description": "主要道路",
349             "tooltip": "公路、街道等"
350         },
351         "minor_roads": {
352             "description": "非主要道路",
353             "tooltip": "服務道路、停車場通道、路徑等"
354         },
355         "paths": {
356             "description": "通道",
357             "tooltip": "人行道、步行徑、單車道等。"
358         },
359         "buildings": {
360             "description": "建築物",
361             "tooltip": "建築、亭子、倉庫等。"
362         },
363         "landuse": {
364             "description": "土地利用圖徵",
365             "tooltip": "森林、農莊、公園、住宅區、商業區等。"
366         },
367         "boundaries": {
368             "description": "邊界",
369             "tooltip": "行政邊界"
370         },
371         "water": {
372             "description": "水域圖徵",
373             "tooltip": "河道、湖泊、池溏、蓄水池等"
374         },
375         "rail": {
376             "description": "鐵路圖徵",
377             "tooltip": "鐵路"
378         },
379         "power": {
380             "description": "電力設施",
381             "tooltip": "輸電線、發電廠、變電所等。"
382         },
383         "past_future": {
384             "description": "過去/未來",
385             "tooltip": "預定地,施工中,廢棄,拆除等。"
386         },
387         "others": {
388             "description": "其他",
389             "tooltip": "其他東西"
390         }
391     },
392     "area_fill": {
393         "wireframe": {
394             "description": "不填充 (線條顯示)",
395             "tooltip": "啟用線框模式,可以很容易地看到背景圖像。"
396         },
397         "partial": {
398             "description": "部分填充",
399             "tooltip": "區域只有外框部分有顏色填充。(新手畫圖者推薦選項)"
400         },
401         "full": {
402             "description": "全部填充",
403             "tooltip": "區域全部用顏色填充"
404         }
405     },
406     "restore": {
407         "heading": "您有未儲存的編輯",
408         "description": "您在上一次編輯時仍有未儲存的修改,你想恢復這些修改嗎﹖",
409         "restore": "恢復",
410         "reset": "重設"
411     },
412     "save": {
413         "title": "儲存",
414         "help": "儲存修改至OpenStreetMap,讓其他用戶看見。",
415         "no_changes": "沒有修改需要儲存。",
416         "error": "嘗試儲存時發生了故障",
417         "status_code": "伺服器傳回的狀態碼{code}",
418         "unknown_error_details": "請確定你已經連上網路。",
419         "uploading": "正在上載修改至OpenStreetMap。",
420         "unsaved_changes": "你有未儲存的編輯",
421         "conflict": {
422             "header": "解決編輯衝突",
423             "count": "在{total}中有{num}個衝突 ",
424             "previous": "< 上一個",
425             "next": "下一個 >",
426             "keep_local": "保留我的",
427             "keep_remote": "使用他們的",
428             "restore": "復原",
429             "delete": "放棄資料",
430             "download_changes": "下載你做的變動",
431             "done": "所有衝突已解決!",
432             "help": "其它使用者修改了一些你修改過的圖徵。\n點擊下面每個項目去顯示衝突的詳細信息,並選擇是否保持\n你的修改或其他用戶的修改。\n"
433         }
434     },
435     "merge_remote_changes": {
436         "conflict": {
437             "deleted": "這個物件已被 {user} 刪除.",
438             "location": "這個物件被你和{user}移動了.",
439             "nodelist": "節點已被你和{user}改變了.",
440             "memberlist": "關係成員已被你和{user}改變了。",
441             "tags": "你改變了 <b>{tag}</b> 標籤為 \"{local}\" 並且 {user} 更改它為 \"{remote}\"。"
442         }
443     },
444     "success": {
445         "edited_osm": "已編輯了OSM!",
446         "just_edited": "您剛剛編輯了OpenStreetMap!",
447         "view_on_osm": "於OSM上顯示",
448         "facebook": "分享至 Facebook",
449         "twitter": "分享至 Twitter",
450         "google": "分享至 Google+",
451         "help_html": "您的修改應會在數分鐘內在「標準」圖層中出現。其他圖層和某些物件則可能會花較長時間。\n(<a href='https://help.openstreetmap.org/questions/4705/why-havent-my-changes-appeared-on-the-map' target='_blank'>詳細資料</a>)。\n"
452     },
453     "confirm": {
454         "okay": "確定",
455         "cancel": "取消"
456     },
457     "splash": {
458         "welcome": "歡迎使用iD OpenStreetMap編輯器",
459         "text": "iD編輯器是一個既易用而又功能強大的工具,以助您編輯世界上最好的自由世界地圖。這是版本{version}。欲知詳情,請瀏覽 {website} 及於{github}報告臭蟲。",
460         "walkthrough": "開始新手教學",
461         "start": "現在就開始編輯"
462     },
463     "source_switch": {
464         "live": "實況模式",
465         "lose_changes": "您有尚未儲存的編輯,切換地圖伺服器會失去這些編輯。您是否確定要切換伺服器?",
466         "dev": "開發模式"
467     },
468     "tag_reference": {
469         "description": "描述",
470         "on_wiki": "於wiki.osm.org上的 {tag}",
471         "used_with": "可與 {type} 使用"
472     },
473     "validations": {
474         "untagged_point": "未有標籤的點",
475         "untagged_line": "未有標籤的線段",
476         "untagged_area": "未有標籤的區域",
477         "many_deletions": "你正在刪除 {n} 個物件。這些物件會從openstreetmap.org上所有人可以看見的地圖上刪除,你是否確定需要這樣做?",
478         "tag_suggests_area": "{tag} 標籤所建議的線段應為區域,但這個不是一區域",
479         "untagged_point_tooltip": "選擇適當的物件種類描述該點是什麼。",
480         "untagged_line_tooltip": "選擇適當的物件種類描述這條線是什麼。",
481         "untagged_area_tooltip": "選擇適當的物件種類描述這區域是什麼。",
482         "deprecated_tags": "已棄用的標籤︰{tags}"
483     },
484     "zoom": {
485         "in": "放大",
486         "out": "縮小"
487     },
488     "cannot_zoom": "在此模式下不能再縮小。",
489     "full_screen": "啟動全螢幕",
490     "gpx": {
491         "local_layer": "本機 GPX 檔案",
492         "drag_drop": "拖移一個 .gpx 檔案到頁面上,或是點擊右方的按鈕以瀏覽",
493         "zoom": "放大至 GPX 軌跡",
494         "browse": "開啟 .gpx 檔案"
495     },
496     "mapillary": {
497         "tooltip": "從 Mapillary 來的街道照片",
498         "title": "照片重疊 (Mapillary)",
499         "view_on_mapillary": "在 Mapillary 看這張照片"
500     },
501     "help": {
502         "title": "說明文件",
503         "help": "# 說明\n\n這是[開放街圖](http://www.openstreetmap.org/)的編輯器。\n開放街圖是自由及可編輯的世界地圖。您可以用這個編輯器來添加和更新您所在區域的地圖資料,令這個開源和開放資料的世界地圖變得更好。\n\n您在地圖上所做的編輯,將會讓所有使用開放街圖的人看到。為了編輯,您需要先[登入](https://www.openstreetmap.org/login)。\n\n[iD編輯器](http://ideditor.com/) 採用開源方式合作開發的專案, [原始碼可在GitHub找到](https://github.com/openstreetmap/iD)。\n",
504         "editing_saving": "# 編輯和儲存\n\n這個編輯器主要是設計用來線上編輯的,而你現在正透過網站使用它。\n\n### 選擇物件\n\n要選擇一個地圖上的物件,如道路或興趣點,可以在地圖上點選它。這會讓已選擇的物件醒目顯示,並開啟一個有著它的詳細資料的面板,且顯示一個你能對物件做什麼事的選單。\n\n要選擇多個物件,按住「Shift」鍵,然後點選您想選擇的物件;或是按住「Shift」鍵並在地圖上拖曳畫出一個矩形,這將畫出一個方塊並選擇在內部的所有點。\n\n### 儲存編輯\n\n當你做出修改像是編輯道路、建築物和場所,它們會被存放在本機直到你儲存至伺服器。別擔心如果你犯了錯,您可以按「撤銷」鈕修改,或按「重做」鈕重做被撤銷的修改。\n\n按「儲存」結束一組編輯-譬如你已經完成一塊城鎮中的區域,而且想在新的區域開始。您將有機會覆核你做的編輯,而若有些修改看起來有錯,編輯器將提供有幫助的建議和警告。\n\n如果一切都沒錯,您可以輸入一段簡短的注釋來解釋你做了什麼修改,然後再按一次「儲存」鈕把修改發布到 [OpenStreetMap.org](http://www.openstreetmap.org/),在那裡這些修改將可以被其他使用者看到並加以改進。\n\n如果你不能一次完成你的編輯,你可以離開編輯器視窗,再從同一個瀏覽器和電腦回來,編輯器將讓你選擇是否恢復你的編輯。\n\n### 使用這個編輯器\n\n[這裡](http://wiki.openstreetmap.org/wiki/ID/Shortcuts)有一個可用的鍵盤快速鍵清單。\n",
505         "roads": "# 道路\n\n您可以利用這個編輯器創建,修復,及刪除道路。道路可以有很多種:行人路徑,公路,步道,單車路線等等 - 任何經常使用的路段都可製圖。\n\n### 選擇道路\n\n按圖上的道路以選擇該道路。道路的輪廓會以高亮度顯示,而同時地圖上會出現小工具選單,旁邊亦會彈出面板,顯示有關該道路的資訊。\n\n### 修改道路\n\n您或會經常注意到,道路並非對齊在背景中顯示的衛星圖像或GPS軌跡。您可以調整這些道路,讓他們位於正確的位置。\n\n首先,按您想修訂的道路。這會將道路以高亮度顯示,並顯示沿著這道路的節點,你可以拖曳這些節點到更好的位置。如果您想增加細節,可以為道路添加新的節點,點擊兩下道路上沒有節點的部分,便可在該處増加節點。\n\n如果道路連接到另一條道路,但在地圖上並未妥善連接,你可以拖曳道路的其中一個節點到另一條道路上,以連接兩條道路。連接好道路,對地圖非常重要,特別是對提供駕駛指示的應用程序而言,是必要的。\n\n您也可以按下'移動'工具或按`M`快速鍵,來移動整條道路,然後按一下以完成移動的動作。\n\n### 刪除道路\n\n如果一條道路完全不正確 - 您看到它在衛星圖像上不存在,並最好實地證實它根本不存在 - 您可以將道路刪除,這會從地圖中將之移除。刪除物件時務必要小心 - 像任何其他的編輯,結果會被大家看見,而衛星圖像往往會過時,因此該道路或許只是新建的。\n\n要刪除道路,您可以按住它以選擇,然後按下垃圾桶圖標,或按 ’Delete’ 鍵。\n\n### 繪製新道路\n\n發現某處應有一條道路,但地圖上沒有?按編輯器左上方的'線'按鈕,或按下`2`快速鍵,以開始繪製線段。\n\n在地圖上點擊道路的開端,以開始繪製道路。如果道路從一條現有的道路分支出來,應點擊兩者連接的地方,以開始繪製。\n\n然後按住沿著道路的點,以根據衛星影像或GPS軌跡,正確地繪製道路。如果您繪製的道路如果與另一條道路交匯,請點擊相交點以將它們連接起來。當您完成繪製後,可按兩下滑鼠或按鍵盤上的 'Return' 或 ’Enter’ 鍵。\n",
506         "gps": "# GPS \n\nGPS 資料是 OpenStreetMap 最可靠的資料來源. 這個編輯器支援 `.gpx` 的軌跡檔。 你可以使用智慧型手機的程式或個人 GPS 硬體去搜集。\n\n關於如何進行 GPS 資料搜集, 可參考 [Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/)。\n \n當要使用 GPX 軌跡檔去繪圖時,你可以直接拖拉 GPX 檔案至地圖編輯器上,如果編輯器識別到軌跡檔時,它將用亮紫色把軌跡顯示在地圖上。你可以點擊右側的 'Map Data' 選單去顯示、隱藏或縮放這個軌跡所產生的圖層。\n \n這個 GPX 軌跡並沒有上傳至 OpenStreetMap,但這種方式適合於當你想把軌跡當成參考資料去繪製新的地圖時,當然你也可以[上傳軌跡至 OpenStreetMap](http://www.openstreetmap.org/trace/create) 供其它人使用。 \n",
507         "imagery": "# 圖像\n\n空照圖是繪製地圖重要的資料來源。在畫面右方的'背景圖像設定'選單中,可選擇使用的圖像,\n他們分別為空照圖、衛星影像和其他可自由編輯的圖像資源。\n\n編輯器預設使用[Bing Maps](http://www.bing.com/maps/)的衛星圖層,\n但當您平移或縮放地圖至一個新的地理區域,或可使用新的資源。\n在一些國家,像美國、法國和丹麥,部分區域有非常高品質的圖像。\n\n圖像會與地圖數據有所偏移。如果你看見很多的道路與背景有偏移,請不要立刻將它們全部搬移以與背景刎合。相反,你可以在「背景設定」選單中,點擊下方的「校準底圖」,以調整圖像以配合現有地圖數據。 \n\n圖像有時候或會因為圖像提供者方面的誤差,與地圖資料有所偏移。\n如果您看到有很多路與背景是平移錯位的,請不要立刻將它們全部搬移以與背景刎合。\n您只需要點擊圖像設定介面底部的'校準'來調整圖像,讓它符合現有資料。\n",
508         "addresses": "# 地址 \n\n地址是地圖中最有用的訊息之一。 \n\n雖然地址通常被視為街道的一部分,在 OpenStreetMap 中,它們是沿相關街道的建築物和地方的屬性。 \n\n您可以將地址訊息,添加到以建築物輪廓為代表、或以點為代表的地方之上。地址資料的最佳來源,是實地調查或個人知識 - 與任何其他物件一樣,嚴格禁止抄襲商業來源(如Google 地圖)的地圖資料。\n",
509         "inspector": "# 使用檢視面板 \n檢視面板是畫面右面的用戶界面元素,當您選擇一個物件時便會出現,讓您可編輯物件的詳細資料。 \n\n### 選擇物件類型 \n\n在您添加一個點、線段或區域後,您可以選擇物件的類型,例如該物件是公路還是住宅區道路,是超級市場還是咖啡廳。檢視面板將顯示常用物件類型的按鈕,要找出其他物件類型,您可以在搜尋框中輸入您所要的物件類型。 點選物件類型按鈕右下角的'i'字按鈕,可顯示物件類型的更多資訊。點選按鈕以選擇該類型。 \n\n### 使用表格和編輯標籤 \n\n在您選擇物件類型後,或選擇已經被編配類型的物件時,檢查面板會顯示該物件詳細資料的欄位, 如名稱和地址。 \n\n在欄位下方,您可以點選按鈕,以添加其他詳細資料,如維基百科的條目連結,無障礙設施狀況,以及其他更多資料。 \n\n在面板的底部,點擊'增加標籤'以添加其他任意的標籤到該物件。[Taginfo](http://taginfo.openstreetmap.org/) 是相當好用的工具,你可以了解常用的標籤組合。 \n\n您在檢查面板所做的更改,會自動套用到地圖上。您可以隨時點選'復原'按鈕,撤消這些更改。 \n",
510         "buildings": "# 建築物\n\n開放街圖是世界上最大的建築物資料庫。您可以建立\n和改善這個資料庫。\n\n### 選擇建築物\n\n您可以點選建築物的邊界,以選擇該建築物。該建築物將以高亮度顯示,並會開啟小工具選單,和在右邊顯示有關建築物更多資料的面板。\n\n### 修改建築物\n\n有時候,建築物的位置或其標籤或許會不正確。\n\n要移動整個建築物的位置,先選擇該建築物,然後點選’移動’工具。移動您的滑鼠以移動築物,在移到正確位置上按一下。\n\n要更正建築物的形狀,點選並拖曳建築物輪廓的節點,以移到更好的位置。\n\n### 繪製新建築物\n\n為地圖添加建築物的主要問題之一,是開放街圖可以用輪廓或點的形式,記錄建築物。一般來說,應_盡可能以區域記錄建築物的輪廓_,並以置於建築輪廓內的點,記錄建築物中的公司、住宅、設施及其他東西。\n\n要開始繪製建築物,先單擊左上方的’區域’按鈕,最後則按鍵盤上的’Return'鍵或點選所繪的第一個節點,完成輪廓的繪製。\n\n### 刪除建築物\n\n如果一項建築物完全不正確 - 您看到它在衛星圖像上不存在,並最好實地證實它根本不存在 - 您可以將建築物刪除,這會從地圖中將之移除。刪除物件時務必要小心 - 像任何其他的編輯,結果會被大家看見,而衛星圖像往往會過時,因此該建築物或許只是新建的。\n\n要刪除建築物,您可以點選它以選擇,然後按下垃圾桶按鈕,或按 ’Delete’ 鍵。\n",
511         "relations": "# 關係\n\n關係是在開放街圖裡將其他物件組合在一起的特殊物件。\n舉兩個常見的例子-*路線關係*可用來將屬於某一高速公路或道路的路段併合;而*多重多邊形*則可用來將數條線段組合,以勾劃出較為複雜區域(如分開為數個區塊,或像甜甜圈一樣中間穿洞的區域)。\n\n在一個關係中組合在一起的物件,稱為該關係的*成員*。\n在面板裡,您可以看到一個物件屬於哪些關係,並可點選當中任何一個關係。\n當您點選了一個關係後,面板會列出關係中的所有成員,\n而這些成員亦會在地圖上標示出來。\n\n在您編輯時,iD在大多數情況下都會自動處理所涉及的關係。但是需注意,若您刪除舊有的路段以重繪更精確的路段,\n您必須確定將新的路段,仍為原本路段所屬關係的成員。\n\n## 編輯關係\n\n如果您想編輯關係,以下是基本要領。\n\n要將物件加入一個現有的關係,請選擇該物件,\n點選面板中\"所有關係\"下的\"+\"按鈕,並選擇或輸入關係的名稱。\n\n要增加一個新的關係,點選第一個要加入新關係作為成員的物件,\n點選面板中\"所有關係\"下的\"+\"按鈕,並選擇\"建立新關係...\"。\n\n要將物件從一個關係中移除,選擇該物件,\n點選您想將該物件移除的關係旁的垃圾桶按鈕。\n\n您可以運用\"合併\"工具,創建內含空洞的多重多邊形。\n繪製兩個區域(內部與外部),按住 Shift 鍵並分別點選它們兩者,\n然後點選 \"合併\"(+)按鈕。\n"
512     },
513     "intro": {
514         "navigation": {
515             "title": "導航",
516             "drag": "主要地圖區會在背景圖像上方顯示開放街圖資料,您可以透過拖曳與捲動來導覽,就像其他網路地圖一樣。 **拖曳地圖!**",
517             "select": "地圖物件有三種表示方式:點、線以及區域,所有物件都可以點選。 **點選該點來選擇它**",
518             "header": "上方顯示物件種類",
519             "pane": "選擇一個物件後,會顯示物件編輯器。上方顯示物件類型,主面板則顯示物件的屬性,如物件的名稱與地址等。 **點選物件編輯器右上角的關閉按鈕,關閉物件編輯器**"
520         },
521         "points": {
522             "title": "點",
523             "add": "點可以用來表示像是商店、餐廳與古蹟之類的物件,它們標示一個特定位置,並且描述那裡有什麼。 **點擊「點」按鈕以新增一點**",
524             "place": "在地圖上按一下,可以地圖上放上新增的一點。 **將該點放到建築物上方**",
525             "search": "很多不同的物件,可以用點來代表。您剛新增的點,是一間咖啡廳。**搜尋'{name}'**",
526             "choose": "**從清單中選擇咖啡廳。**",
527             "describe": "這個點現在標示為咖啡廳,透過物件編輯器,我們可以加入更多相關資訊。 **新增一個名稱**",
528             "close": "點選關閉按鈕就可以關閉物件編輯器。 **關閉物件編輯器**",
529             "reselect": "很多時候,所需的點已經存在,但會錯誤或者描述不完整。我們可以編輯現有的點。**選擇您剛創建的點**",
530             "fixname": "**更改名稱,並關閉物件編輯器。**",
531             "reselect_delete": "地圖上的所有物件均可刪除。**按你創建的點。**",
532             "delete": "在點周圍的選單,顯示可對該點進行的操作,包括刪除。**刪除該點。**"
533         },
534         "areas": {
535             "title": "區域",
536             "add": "區域被用來表示圖徵的界限,像是湖、建築物或住宅區。也就是說可以讓原本只是個興趣點的圖徵呈現更多細節。**按下區域的按鈕新增區域**",
537             "corner": "透過將節點放到區域的界線上,可繪製區域。**將起始節點置於遊樂場的其中一角**",
538             "place": "放置更多節點,以勾畫該區域。按起始節點以完成繪製區域。**繪製一區域以代表遊樂場**",
539             "search": "**搜尋'{name}'。**",
540             "choose": "**從清單中選擇遊樂場。**",
541             "describe": "**新增名稱,並關閉物件編輯器。**"
542         },
543         "lines": {
544             "title": "線",
545             "add": "線後可用於表示如道路、鐵路以及河流。 **按下線按鈕來新增一條線段。**",
546             "start": "**按道路末端,以開始繪製線段。**",
547             "intersect": "點擊地圖以新增線段的其它節點。在繪圖時如有需要您可以拖曳地圖。道路和許多其他類型的線段是整個路網的一部分,這些線段正確地連接對導航程式的運作相當重要。**點擊Flower Street以建立這兩條線段的相交點。**",
548             "finish": "再次按最後的節點,可完成繪製線段。**完成繪製此道路**",
549             "road": "**從清單中選擇道路。**",
550             "residential": "道路有不同種類,最常見的為住宅區道路。**選擇住宅區道路**",
551             "describe": "**命名道路,並關閉物件編輯器。**",
552             "restart": "這道路須與Flower Street相交。",
553             "wrong_preset": "您尚未選擇住宅區道路。**按這裡以再次選擇**"
554         },
555         "startediting": {
556             "title": "開始編輯",
557             "help": "在這裡有更多使用說明以及可以再看一次新手教學。",
558             "save": "不要忘記定時儲存您的編輯!",
559             "start": "開始製圖!"
560         }
561     },
562     "presets": {
563         "categories": {
564             "category-building": {
565                 "name": "建築物"
566             },
567             "category-golf": {
568                 "name": "高爾夫球"
569             },
570             "category-landuse": {
571                 "name": "土地用途"
572             },
573             "category-path": {
574                 "name": "小徑"
575             },
576             "category-rail": {
577                 "name": "鐵道"
578             },
579             "category-restriction": {
580                 "name": "限制"
581             },
582             "category-road": {
583                 "name": "道路"
584             },
585             "category-route": {
586                 "name": "路線"
587             },
588             "category-water-area": {
589                 "name": "水"
590             },
591             "category-water-line": {
592                 "name": "水"
593             }
594         },
595         "fields": {
596             "access": {
597                 "label": "允許通行限制",
598                 "options": {
599                     "designated": {
600                         "description": "只限標誌指定或特定本地法律容許人士進入",
601                         "title": "指定"
602                     },
603                     "destination": {
604                         "description": "只限前往目的地人士進入",
605                         "title": "目的地"
606                     },
607                     "dismount": {
608                         "description": "允許進入但駕駛需下車",
609                         "title": "下車"
610                     },
611                     "no": {
612                         "description": "禁止一般公眾進入",
613                         "title": "禁止進入"
614                     },
615                     "permissive": {
616                         "description": "容許進入,直至擁有者撇回許可",
617                         "title": "獲許可進入"
618                     },
619                     "private": {
620                         "description": "須擁有者個別批准,方可進入",
621                         "title": "私人"
622                     },
623                     "yes": {
624                         "description": "按法律及路權; 有權使用",
625                         "title": "可使用"
626                     }
627                 },
628                 "placeholder": "並未指定",
629                 "types": {
630                     "access": "全部",
631                     "bicycle": "腳踏車",
632                     "foot": "步行",
633                     "horse": "馬匹",
634                     "motor_vehicle": "汽機車"
635                 }
636             },
637             "access_simple": {
638                 "label": "允許通行",
639                 "placeholder": "有"
640             },
641             "access_toilets": {
642                 "label": "開放與否"
643             },
644             "address": {
645                 "label": "地址",
646                 "placeholders": {
647                     "city": "城市",
648                     "conscriptionnumber": "123",
649                     "country": "國家",
650                     "district": "區",
651                     "hamlet": "村莊",
652                     "housename": "房屋名稱",
653                     "housenumber": "123",
654                     "place": "地方",
655                     "postcode": "郵遞區號",
656                     "province": "省",
657                     "state": "州",
658                     "street": "街道",
659                     "subdistrict": "分區",
660                     "suburb": "細區"
661                 }
662             },
663             "admin_level": {
664                 "label": "行政級別"
665             },
666             "aerialway": {
667                 "label": "種類"
668             },
669             "aerialway/access": {
670                 "label": "通行方向",
671                 "options": {
672                     "both": "雙向",
673                     "entry": "進入",
674                     "exit": "離開"
675                 }
676             },
677             "aerialway/bubble": {
678                 "label": "椅罩"
679             },
680             "aerialway/capacity": {
681                 "label": "輸送客量(每小時)",
682                 "placeholder": "500, 2500, 5000..."
683             },
684             "aerialway/duration": {
685                 "label": "時間(分鐘)",
686                 "placeholder": "1, 2, 3..."
687             },
688             "aerialway/heating": {
689                 "label": "暖氣"
690             },
691             "aerialway/occupancy": {
692                 "label": "載客數",
693                 "placeholder": "2, 4, 8..."
694             },
695             "aerialway/summer/access": {
696                 "label": "通行方向(夏季)",
697                 "options": {
698                     "both": "雙向",
699                     "entry": "進入",
700                     "exit": "離開"
701                 }
702             },
703             "aeroway": {
704                 "label": "種類"
705             },
706             "amenity": {
707                 "label": "種類"
708             },
709             "area/highway": {
710                 "label": "種類"
711             },
712             "artist": {
713                 "label": "藝術家"
714             },
715             "artwork_type": {
716                 "label": "種類"
717             },
718             "atm": {
719                 "label": "自動櫃員機"
720             },
721             "backrest": {
722                 "label": "椅背"
723             },
724             "barrier": {
725                 "label": "種類"
726             },
727             "bench": {
728                 "label": "長凳"
729             },
730             "bicycle_parking": {
731                 "label": "種類"
732             },
733             "boundary": {
734                 "label": "種類"
735             },
736             "brand": {
737                 "label": "品牌"
738             },
739             "building": {
740                 "label": "建築物"
741             },
742             "building_area": {
743                 "label": "建築物"
744             },
745             "capacity": {
746                 "label": "容量",
747                 "placeholder": "50, 100, 200..."
748             },
749             "cardinal_direction": {
750                 "label": "方向",
751                 "options": {
752                     "E": "東",
753                     "ENE": "東北偏東",
754                     "ESE": "東南偏東",
755                     "N": "北",
756                     "NE": "東北",
757                     "NNE": "東北偏北",
758                     "NNW": "西北偏北",
759                     "NW": "西北",
760                     "S": "南",
761                     "SE": "東南",
762                     "SSE": "東南偏南",
763                     "SSW": "西南偏南",
764                     "SW": "西南",
765                     "W": "西",
766                     "WNW": "西北偏西",
767                     "WSW": "西南偏西"
768                 }
769             },
770             "clock_direction": {
771                 "label": "方向",
772                 "options": {
773                     "anticlockwise": "反時針",
774                     "clockwise": "順時針"
775                 }
776             },
777             "collection_times": {
778                 "label": "收集時間"
779             },
780             "construction": {
781                 "label": "種類"
782             },
783             "content": {
784                 "label": "內容"
785             },
786             "country": {
787                 "label": "國家"
788             },
789             "covered": {
790                 "label": "有蓋"
791             },
792             "craft": {
793                 "label": "種類"
794             },
795             "crop": {
796                 "label": "作物"
797             },
798             "crossing": {
799                 "label": "種類"
800             },
801             "cuisine": {
802                 "label": "食物種類"
803             },
804             "cycleway": {
805                 "label": "單車道",
806                 "options": {
807                     "lane": {
808                         "description": "以標線和汽車區別的單車道",
809                         "title": "標準單車道"
810                     },
811                     "none": {
812                         "description": "沒有單車道",
813                         "title": "無"
814                     },
815                     "opposite": {
816                         "description": "可以雙向通行,在單行道的單車道",
817                         "title": "逆向單車道"
818                     },
819                     "opposite_lane": {
820                         "description": "通行方向與交通通行方向相反的單車道",
821                         "title": "逆向單車道"
822                     },
823                     "share_busway": {
824                         "description": "與公車專用道共用的單車道",
825                         "title": "單車道與公車共用"
826                     },
827                     "shared_lane": {
828                         "description": "與動力車無分隔的單車道",
829                         "title": "共用單車道"
830                     },
831                     "track": {
832                         "description": "與其他交通實體阻絕的單車道",
833                         "title": "單車路徑"
834                     }
835                 },
836                 "placeholder": "無",
837                 "types": {
838                     "cycleway:left": "左側",
839                     "cycleway:right": "右側"
840                 }
841             },
842             "delivery": {
843                 "label": "外送"
844             },
845             "denomination": {
846                 "label": "教派"
847             },
848             "denotation": {
849                 "label": "表示"
850             },
851             "description": {
852                 "label": "描述"
853             },
854             "drive_through": {
855                 "label": "得來速"
856             },
857             "electrified": {
858                 "label": "電氣化",
859                 "options": {
860                     "contact_line": "架空電車線",
861                     "no": "否",
862                     "rail": "第三軌供電",
863                     "yes": "是 (未指名)"
864                 },
865                 "placeholder": "架空電車線, 第三軌供電"
866             },
867             "elevation": {
868                 "label": "海拔"
869             },
870             "emergency": {
871                 "label": "緊急"
872             },
873             "entrance": {
874                 "label": "種類"
875             },
876             "except": {
877                 "label": "例外"
878             },
879             "fax": {
880                 "label": "傳真",
881                 "placeholder": "+31 42 123 4567"
882             },
883             "fee": {
884                 "label": "費用"
885             },
886             "fire_hydrant/type": {
887                 "label": "種類",
888                 "options": {
889                     "pillar": "支柱式/地面式",
890                     "pond": "池塘",
891                     "underground": "地下式",
892                     "wall": "牆"
893                 }
894             },
895             "fixme": {
896                 "label": "修復我"
897             },
898             "fuel": {
899                 "label": "加油站"
900             },
901             "fuel/biodiesel": {
902                 "label": "販售生質燃料"
903             },
904             "fuel/diesel": {
905                 "label": "販售柴油"
906             },
907             "fuel/e10": {
908                 "label": "販售E10燃料"
909             },
910             "fuel/e85": {
911                 "label": "販售E85燃料"
912             },
913             "fuel/lpg": {
914                 "label": "販售丙烷"
915             },
916             "fuel/octane_100": {
917                 "label": "販售賽車燃料"
918             },
919             "fuel/octane_91": {
920                 "label": "販售補通燃料"
921             },
922             "fuel/octane_95": {
923                 "label": "販售中等燃料"
924             },
925             "fuel/octane_98": {
926                 "label": "販售高級燃料"
927             },
928             "gauge": {
929                 "label": "軌距"
930             },
931             "gender": {
932                 "label": "性別",
933                 "options": {
934                     "female": "女性",
935                     "male": "男性",
936                     "unisex": "男女通用"
937                 },
938                 "placeholder": "未知"
939             },
940             "generator/method": {
941                 "label": "方法"
942             },
943             "generator/source": {
944                 "label": "來源"
945             },
946             "generator/type": {
947                 "label": "種類"
948             },
949             "golf_hole": {
950                 "label": "編號",
951                 "placeholder": "球洞編號(1-18)"
952             },
953             "handicap": {
954                 "label": "差點",
955                 "placeholder": "1-18"
956             },
957             "handrail": {
958                 "label": "扶手"
959             },
960             "highway": {
961                 "label": "種類"
962             },
963             "historic": {
964                 "label": "種類"
965             },
966             "hoops": {
967                 "label": "藍框數量",
968                 "placeholder": "1, 2, 4..."
969             },
970             "iata": {
971                 "label": "IATA"
972             },
973             "icao": {
974                 "label": "ICAO"
975             },
976             "incline": {
977                 "label": "斜度"
978             },
979             "incline_steps": {
980                 "label": "斜坡",
981                 "options": {
982                     "down": "下坡",
983                     "up": "上坡"
984                 }
985             },
986             "information": {
987                 "label": "種類"
988             },
989             "internet_access": {
990                 "label": "網際網絡存取",
991                 "options": {
992                     "no": "無",
993                     "terminal": "終端",
994                     "wired": "有線網絡",
995                     "wlan": "無線網絡",
996                     "yes": "有"
997                 }
998             },
999             "lamp_type": {
1000                 "label": "種類"
1001             },
1002             "landuse": {
1003                 "label": "種類"
1004             },
1005             "lanes": {
1006                 "label": "車線數目",
1007                 "placeholder": "1, 2, 3..."
1008             },
1009             "layer": {
1010                 "label": "層"
1011             },
1012             "leaf_cycle": {
1013                 "label": "落葉期",
1014                 "options": {
1015                     "deciduous": "落葉林",
1016                     "evergreen": "長青樹",
1017                     "mixed": "混合林",
1018                     "semi_deciduous": "半落葉林",
1019                     "semi_evergreen": "半長青林"
1020                 }
1021             },
1022             "leaf_cycle_singular": {
1023                 "label": "落葉期",
1024                 "options": {
1025                     "deciduous": "落葉樹",
1026                     "evergreen": "常青樹",
1027                     "semi_deciduous": "半落葉樹",
1028                     "semi_evergreen": "半長青樹"
1029                 }
1030             },
1031             "leaf_type": {
1032                 "label": "葉子種類",
1033                 "options": {
1034                     "broadleaved": "闊葉林",
1035                     "leafless": "落葉林",
1036                     "mixed": "混合林",
1037                     "needleleaved": "針葉林"
1038                 }
1039             },
1040             "leaf_type_singular": {
1041                 "label": "葉子種類",
1042                 "options": {
1043                     "broadleaved": "闊葉樹",
1044                     "leafless": "落葉樹",
1045                     "needleleaved": "針葉樹"
1046                 }
1047             },
1048             "leisure": {
1049                 "label": "種類"
1050             },
1051             "length": {
1052                 "label": "長度 (公尺)"
1053             },
1054             "level": {
1055                 "label": "樓層"
1056             },
1057             "levels": {
1058                 "label": "房屋樓層數",
1059                 "placeholder": "2, 4, 6..."
1060             },
1061             "lit": {
1062                 "label": "照明"
1063             },
1064             "location": {
1065                 "label": "位置"
1066             },
1067             "man_made": {
1068                 "label": "種類"
1069             },
1070             "maxspeed": {
1071                 "label": "速度限制",
1072                 "placeholder": "40, 50, 60..."
1073             },
1074             "maxstay": {
1075                 "label": "可停留時間"
1076             },
1077             "mtb/scale": {
1078                 "label": "越越單車難度",
1079                 "options": {
1080                     "0": "0: 堅實的碩石土路,沒有障礙物,大灣曲",
1081                     "1": "1: 鋪面部分鬆散,有小的障礙物,大彎曲",
1082                     "2": "2: 大都是鬆散的鋪面,有的障礙物,容易通過的髮夾彎",
1083                     "3": "3: 鋪面光滑,有大的障礙物,",
1084                     "4": "4: 路面鬆散或是充滿石頭,有危險的髮夾彎",
1085                     "5": "5: 騎乘等級最困難,路面充滿石頭,或者是路面坍方",
1086                     "6": "6: 除非是技巧極好的越野車手,否則並不適合騎乘"
1087                 },
1088                 "placeholder": "0, 1, 2, 3..."
1089             },
1090             "mtb/scale/imba": {
1091                 "label": "國際登山車協會路徑難度",
1092                 "options": {
1093                     "0": "最簡單 (白圈)",
1094                     "1": "容易 (綠圈)",
1095                     "2": "中等 (藍方塊)",
1096                     "3": "困難 (黑色鑽石型)",
1097                     "4": "極端困難 (雙重黑色鑽石型)"
1098                 },
1099                 "placeholder": "容易, 中等, 困難..."
1100             },
1101             "mtb/scale/uphill": {
1102                 "label": "登山車上坡難度",
1103                 "options": {
1104                     "0": "0: 平均坡度小於 10%,有碎石/夯實的地面,沒有障礙物",
1105                     "1": "1: 平均坡度小於15%,有碎石/夯實的地面,有些許障礙物",
1106                     "2": "2: 平均坡度小於20,堅實的地面,拳頭大的石頭/樹根",
1107                     "3": "3: 平均坡度25%,多變的平面,拳頭大的石頭/樹牆",
1108                     "4": "4: 平均坡度小於30%,很糟的路面狀況,大石頭/樹牆",
1109                     "5": "5: 很陡,單車得牽行或扛車"
1110                 },
1111                 "placeholder": "0, 1, 2, 3..."
1112             },
1113             "name": {
1114                 "label": "名稱",
1115                 "placeholder": "常用名稱(如果有)"
1116             },
1117             "natural": {
1118                 "label": "自然"
1119             },
1120             "network": {
1121                 "label": "網路"
1122             },
1123             "note": {
1124                 "label": "備註"
1125             },
1126             "office": {
1127                 "label": "種類"
1128             },
1129             "oneway": {
1130                 "label": "單行道",
1131                 "options": {
1132                     "no": "否",
1133                     "undefined": "假設為否",
1134                     "yes": "是"
1135                 }
1136             },
1137             "oneway_yes": {
1138                 "label": "單程路",
1139                 "options": {
1140                     "no": "否",
1141                     "undefined": "假設為是",
1142                     "yes": "是"
1143                 }
1144             },
1145             "opening_hours": {
1146                 "label": "小時"
1147             },
1148             "operator": {
1149                 "label": "營運商"
1150             },
1151             "par": {
1152                 "label": "標準桿數",
1153                 "placeholder": "3,4,5..."
1154             },
1155             "park_ride": {
1156                 "label": "停車轉乘"
1157             },
1158             "parking": {
1159                 "label": "種類",
1160                 "options": {
1161                     "carports": "車棚",
1162                     "garage_boxes": "垃圾桶",
1163                     "lane": "路邊",
1164                     "multi-storey": "立體",
1165                     "sheds": "有覆蓋",
1166                     "surface": "平面",
1167                     "underground": "地下"
1168                 }
1169             },
1170             "phone": {
1171                 "label": "電話",
1172                 "placeholder": "+31 42 123 4567"
1173             },
1174             "piste/difficulty": {
1175                 "label": "難度",
1176                 "options": {
1177                     "advanced": "進階 (黑色鑽石型)",
1178                     "easy": "容易 (綠圈)",
1179                     "expert": "專家 (雙重黑色鑽石型)",
1180                     "extreme": "極端困難 (需要攀登工具)",
1181                     "freeride": "自由滑行 (場地外)",
1182                     "intermediate": "中階 (藍方塊)",
1183                     "novice": "新手 (教學)"
1184                 },
1185                 "placeholder": "容易, 中階, 進階"
1186             },
1187             "piste/grooming": {
1188                 "label": "雪道種類",
1189                 "options": {
1190                     "backcountry": "偏遠地區",
1191                     "classic": "經典",
1192                     "classic+skating": "經典和滑行",
1193                     "mogul": "蒙古人",
1194                     "scooter": "滑行艇/雪車",
1195                     "skating": "滑行"
1196                 }
1197             },
1198             "piste/type": {
1199                 "label": "種類",
1200                 "options": {
1201                     "downhill": "滑降",
1202                     "hike": "徒步旅行",
1203                     "ice_skate": "冰刀",
1204                     "nordic": "北歐人",
1205                     "playground": "練習場",
1206                     "skitour": "滑雪旅行",
1207                     "sled": "雪橇",
1208                     "sleigh": "簡易雪橇",
1209                     "snow_park": "滑雪場"
1210                 }
1211             },
1212             "place": {
1213                 "label": "種類"
1214             },
1215             "population": {
1216                 "label": "人口數"
1217             },
1218             "power": {
1219                 "label": "種類"
1220             },
1221             "power_supply": {
1222                 "label": "電源供應器"
1223             },
1224             "railway": {
1225                 "label": "種類"
1226             },
1227             "recycling/cans": {
1228                 "label": "接受金屬罐"
1229             },
1230             "recycling/clothes": {
1231                 "label": "接受衣物"
1232             },
1233             "recycling/glass": {
1234                 "label": "接受玻璃"
1235             },
1236             "recycling/glass_bottles": {
1237                 "label": "可收玻璃瓶"
1238             },
1239             "recycling/paper": {
1240                 "label": "接受廢紙"
1241             },
1242             "recycling/plastic": {
1243                 "label": "可收塑膠"
1244             },
1245             "recycling/type": {
1246                 "label": "回收品項",
1247                 "options": {
1248                     "centre": "回收中心",
1249                     "container": "回收箱"
1250                 }
1251             },
1252             "ref": {
1253                 "label": "編號"
1254             },
1255             "relation": {
1256                 "label": "種類"
1257             },
1258             "religion": {
1259                 "label": "宗教"
1260             },
1261             "restriction": {
1262                 "label": "種類"
1263             },
1264             "restrictions": {
1265                 "label": "轉向限制"
1266             },
1267             "route": {
1268                 "label": "種類"
1269             },
1270             "route_master": {
1271                 "label": "種類"
1272             },
1273             "sac_scale": {
1274                 "label": "旅行難度",
1275                 "options": {
1276                     "alpine_hiking": "T4:高山旅行",
1277                     "demanding_alpine_hiking": "T5:進階高山旅行",
1278                     "demanding_mountain_hiking": "T3:進階登山旅行",
1279                     "difficult_alpine_hiking": "T6:艱困高山旅行",
1280                     "hiking": "T1:徒步旅行",
1281                     "mountain_hiking": "T2:登山旅行"
1282                 },
1283                 "placeholder": "登山旅行、越嶺縱走..."
1284             },
1285             "sanitary_dump_station": {
1286                 "label": "廁所處理方式"
1287             },
1288             "seasonal": {
1289                 "label": "季節性"
1290             },
1291             "service": {
1292                 "label": "種類"
1293             },
1294             "service/bicycle/chain_tool": {
1295                 "label": "固定架",
1296                 "options": {
1297                     "no": "否",
1298                     "undefined": "預設為否",
1299                     "yes": "是"
1300                 }
1301             },
1302             "service/bicycle/pump": {
1303                 "label": "打氣設備",
1304                 "options": {
1305                     "no": "沒有",
1306                     "undefined": "預設沒有",
1307                     "yes": "有"
1308                 }
1309             },
1310             "service_rail": {
1311                 "label": "服務類型",
1312                 "options": {
1313                     "crossover": "橫渡線",
1314                     "siding": "側線",
1315                     "spur": "支線",
1316                     "yard": "調度軌"
1317                 }
1318             },
1319             "shelter": {
1320                 "label": "涼亭"
1321             },
1322             "shelter_type": {
1323                 "label": "種類"
1324             },
1325             "shop": {
1326                 "label": "種類"
1327             },
1328             "sloped_curb": {
1329                 "label": "斜路緣"
1330             },
1331             "smoking": {
1332                 "label": "吸煙",
1333                 "options": {
1334                     "dedicated": "吸煙者專屬 (例如吸煙者酒吧)",
1335                     "isolated": "有隔離空間的吸煙區",
1336                     "no": "禁止吸煙",
1337                     "outside": "室外允許吸煙",
1338                     "separated": "無隔離空間的吸煙區",
1339                     "yes": "允許吸煙"
1340                 },
1341                 "placeholder": "禁止, 分離空間, 允許"
1342             },
1343             "smoothness": {
1344                 "label": "平順度",
1345                 "options": {
1346                     "bad": "強化輪胎:休旅自行車、汽車、人力車",
1347                     "excellent": "軸承:溜冰、滑板",
1348                     "good": "細輪:競速自行車",
1349                     "horrible": "越野:高負重越野車輛",
1350                     "impassable": "無法通行 /  輪車無法通行",
1351                     "intermediate": "輪胎:通勤腳踏車、輪椅、滑板車",
1352                     "very_bad": "輕量化:低負重越野車輛",
1353                     "very_horrible": "越野專用:拖拉機、全地形越野車"
1354                 },
1355                 "placeholder": "軸承、輪胎、越野"
1356             },
1357             "social_facility_for": {
1358                 "label": "服務對象",
1359                 "placeholder": "街友、身心障礙者、孩童等"
1360             },
1361             "source": {
1362                 "label": "來源"
1363             },
1364             "sport": {
1365                 "label": "運動"
1366             },
1367             "sport_ice": {
1368                 "label": "運動"
1369             },
1370             "sport_racing": {
1371                 "label": "運動"
1372             },
1373             "structure": {
1374                 "label": "人造結構物",
1375                 "options": {
1376                     "bridge": "橋樑",
1377                     "cutting": "挖土",
1378                     "embankment": "堤",
1379                     "ford": "淺灘",
1380                     "tunnel": "隧道"
1381                 },
1382                 "placeholder": "未知種類"
1383             },
1384             "studio_type": {
1385                 "label": "種類"
1386             },
1387             "substation": {
1388                 "label": "種類"
1389             },
1390             "supervised": {
1391                 "label": "受監察"
1392             },
1393             "surface": {
1394                 "label": "路面鋪設"
1395             },
1396             "tactile_paving": {
1397                 "label": "人行道視障引導設施"
1398             },
1399             "takeaway": {
1400                 "label": "外帶",
1401                 "options": {
1402                     "no": "不行",
1403                     "only": "只能外帶",
1404                     "yes": "可以"
1405                 },
1406                 "placeholder": "可以, 不行, 只能外帶 ..."
1407             },
1408             "toilets/disposal": {
1409                 "label": "處置方式",
1410                 "options": {
1411                     "bucket": "尿筒",
1412                     "chemical": "化工",
1413                     "flush": "沖水式",
1414                     "pitlatrine": "旱廁/翼坑"
1415                 }
1416             },
1417             "tourism": {
1418                 "label": "種類"
1419             },
1420             "towertype": {
1421                 "label": "塔的種類"
1422             },
1423             "tracktype": {
1424                 "label": "產業道路種類",
1425                 "options": {
1426                     "grade1": "剛性鋪面:鋪面為柏油、水泥或由剛性材質密實組成",
1427                     "grade2": "近剛性鋪面:礫石與石塊混合柔性材質",
1428                     "grade3": "混合剛性與柔性材質",
1429                     "grade4": "近柔性鋪面:土壤、砂土與草地混合其他剛性材質",
1430                     "grade5": "柔性鋪面:只有土壤、砂土與草地"
1431                 },
1432                 "placeholder": "堅硬地面、硬物鋪面、軟鋪面"
1433             },
1434             "traffic_signals": {
1435                 "label": "號誌種類"
1436             },
1437             "trail_visibility": {
1438                 "label": "路徑可見度",
1439                 "options": {
1440                     "bad": "差勁:沒有標示、路徑有時候消失",
1441                     "excellent": "良好:路徑明顯或標示充分",
1442                     "good": "尚可:有標示但可能不明顯",
1443                     "horrible": "可怕:路徑常消失、需要部分定向能力",
1444                     "intermediate": "略差:標示稀少、路徑大致可見",
1445                     "no": "無:沒有路徑、需具備完整的定向能力"
1446                 },
1447                 "placeholder": "良好、尚可、稍差..."
1448             },
1449             "trees": {
1450                 "label": "樹"
1451             },
1452             "tunnel": {
1453                 "label": "隧道"
1454             },
1455             "vending": {
1456                 "label": "貨品種類"
1457             },
1458             "water": {
1459                 "label": "種類"
1460             },
1461             "water_point": {
1462                 "label": "取水點"
1463             },
1464             "waterway": {
1465                 "label": "種類"
1466             },
1467             "website": {
1468                 "label": "網站",
1469                 "placeholder": "http://example.com/"
1470             },
1471             "wetland": {
1472                 "label": "種類"
1473             },
1474             "wheelchair": {
1475                 "label": "輪椅通道"
1476             },
1477             "width": {
1478                 "label": "寬度 (公尺)"
1479             },
1480             "wikipedia": {
1481                 "label": "維基百科"
1482             }
1483         },
1484         "presets": {
1485             "address": {
1486                 "name": "地址",
1487                 "terms": "地址,位置,位址"
1488             },
1489             "aerialway": {
1490                 "name": "纜車路線",
1491                 "terms": "吊道,索道,空中纜線"
1492             },
1493             "aerialway/cable_car": {
1494                 "name": "纜車",
1495                 "terms": "街車"
1496             },
1497             "aerialway/chair_lift": {
1498                 "name": "吊椅",
1499                 "terms": "纜椅"
1500             },
1501             "aerialway/gondola": {
1502                 "name": "空中纜車",
1503                 "terms": "吊車"
1504             },
1505             "aerialway/magic_carpet": {
1506                 "name": "輸送帶",
1507                 "terms": "輸送帶"
1508             },
1509             "aerialway/platter": {
1510                 "name": "吊盤",
1511                 "terms": "吊盤"
1512             },
1513             "aerialway/pylon": {
1514                 "name": "纜車塔柱",
1515                 "terms": "吊道塔,纜車塔"
1516             },
1517             "aerialway/rope_tow": {
1518                 "name": "牽繩",
1519                 "terms": "牽繩"
1520             },
1521             "aerialway/station": {
1522                 "name": "纜車站",
1523                 "terms": "纜車車站"
1524             },
1525             "aerialway/t-bar": {
1526                 "name": "T型吊桿",
1527                 "terms": "T型吊桿"
1528             },
1529             "aeroway": {
1530                 "name": "機場相關設施",
1531                 "terms": "航空相關設施"
1532             },
1533             "aeroway/aerodrome": {
1534                 "name": "機場",
1535                 "terms": "機場,飛機場"
1536             },
1537             "aeroway/apron": {
1538                 "name": "停機坪",
1539                 "terms": "停機坪"
1540             },
1541             "aeroway/gate": {
1542                 "name": "登機閘門",
1543                 "terms": "機場閘口,機場閘門"
1544             },
1545             "aeroway/hangar": {
1546                 "name": "機庫",
1547                 "terms": "飛機庫"
1548             },
1549             "aeroway/helipad": {
1550                 "name": "直昇機坪",
1551                 "terms": "直昇機停機坪,直升機停機坪"
1552             },
1553             "aeroway/runway": {
1554                 "name": "機場跑道",
1555                 "terms": "跑道"
1556             },
1557             "aeroway/taxiway": {
1558                 "name": "滑行道",
1559                 "terms": "滑行道"
1560             },
1561             "aeroway/terminal": {
1562                 "name": "機場航廈",
1563                 "terms": "機場大堂"
1564             },
1565             "amenity": {
1566                 "name": "便利設施",
1567                 "terms": "便利設施"
1568             },
1569             "amenity/arts_centre": {
1570                 "name": "藝文中心",
1571                 "terms": "文化中心,文化局,藝術中心"
1572             },
1573             "amenity/atm": {
1574                 "name": "自動櫃員機",
1575                 "terms": "提款機,ATM"
1576             },
1577             "amenity/bank": {
1578                 "name": "銀行",
1579                 "terms": "銀行,信用合作社"
1580             },
1581             "amenity/bar": {
1582                 "name": "酒吧",
1583                 "terms": "酒吧"
1584             },
1585             "amenity/bbq": {
1586                 "name": "燒烤",
1587                 "terms": "BBQ,燒烤"
1588             },
1589             "amenity/bench": {
1590                 "name": "長椅",
1591                 "terms": "長椅"
1592             },
1593             "amenity/bicycle_parking": {
1594                 "name": "單車停車場",
1595                 "terms": "腳踏車停車場"
1596             },
1597             "amenity/bicycle_rental": {
1598                 "name": "單車出租",
1599                 "terms": "腳踏車出租"
1600             },
1601             "amenity/bicycle_repair_station": {
1602                 "name": "自行車維修站",
1603                 "terms": "提供自行車維修服務的地方"
1604             },
1605             "amenity/biergarten": {
1606                 "name": "啤酒花園",
1607                 "terms": "啤酒花園,屋外花園酒店"
1608             },
1609             "amenity/boat_rental": {
1610                 "name": "小艇出租",
1611                 "terms": "租船處,小艇租賃"
1612             },
1613             "amenity/bureau_de_change": {
1614                 "name": "外幣兌換",
1615                 "terms": "錢幣兌換"
1616             },
1617             "amenity/bus_station": {
1618                 "name": "公車轉運站",
1619                 "terms": "客運站,轉運站"
1620             },
1621             "amenity/cafe": {
1622                 "name": "咖啡廳",
1623                 "terms": "咖啡店"
1624             },
1625             "amenity/car_rental": {
1626                 "name": "汽車租車店",
1627                 "terms": "汽車出租店,租車店,汽車租車店"
1628             },
1629             "amenity/car_sharing": {
1630                 "name": "汽車共享站",
1631                 "terms": "共享汽車站,汽車共享站"
1632             },
1633             "amenity/car_wash": {
1634                 "name": "洗車店",
1635                 "terms": "洗車行,洗車店"
1636             },
1637             "amenity/casino": {
1638                 "name": "賭場",
1639                 "terms": "賭城"
1640             },
1641             "amenity/charging_station": {
1642                 "name": "充電站",
1643                 "terms": "充電站, 電池交換站"
1644             },
1645             "amenity/childcare": {
1646                 "name": "托兒所/托嬰處",
1647                 "terms": "托兒所/托嬰處"
1648             },
1649             "amenity/cinema": {
1650                 "name": "電影院",
1651                 "terms": "戲館,說書樓,Cinema"
1652             },
1653             "amenity/clinic": {
1654                 "name": "診所",
1655                 "terms": "診療所,醫務所"
1656             },
1657             "amenity/clock": {
1658                 "name": "時鐘",
1659                 "terms": "時鐘,鐘塔"
1660             },
1661             "amenity/college": {
1662                 "name": "學院範圍",
1663                 "terms": "學院,學院用地,技術學院,獨立學院"
1664             },
1665             "amenity/community_centre": {
1666                 "name": "社區中心",
1667                 "terms": "社區發展協會,里活動中心,村活動中心,市民活動中心"
1668             },
1669             "amenity/compressed_air": {
1670                 "name": "壓縮空氣",
1671                 "terms": "冷氣,冷氣機"
1672             },
1673             "amenity/courthouse": {
1674                 "name": "法院",
1675                 "terms": "法庭"
1676             },
1677             "amenity/dentist": {
1678                 "name": "牙醫",
1679                 "terms": "牙醫診所"
1680             },
1681             "amenity/doctor": {
1682                 "name": "醫生",
1683                 "terms": "醫生"
1684             },
1685             "amenity/dojo": {
1686                 "name": "道場/武術研習班",
1687                 "terms": "道場/武術學院,道場/武藝研習班"
1688             },
1689             "amenity/drinking_water": {
1690                 "name": "飲水機",
1691                 "terms": "飲水,水源,活水,飲處"
1692             },
1693             "amenity/embassy": {
1694                 "name": "使館",
1695                 "terms": "大使館,代表處,經濟文化辦事處"
1696             },
1697             "amenity/fast_food": {
1698                 "name": "速食餐廳",
1699                 "terms": "速食店"
1700             },
1701             "amenity/fire_station": {
1702                 "name": "消防局",
1703                 "terms": "消防隊,救火隊"
1704             },
1705             "amenity/fountain": {
1706                 "name": "噴水池",
1707                 "terms": "噴水泉"
1708             },
1709             "amenity/fuel": {
1710                 "name": "加油站",
1711                 "terms": "加油站"
1712             },
1713             "amenity/grave_yard": {
1714                 "name": "墓地",
1715                 "terms": "墳場,墓地"
1716             },
1717             "amenity/grit_bin": {
1718                 "name": "沙盒",
1719                 "terms": "儲存用來加速路面融雪的沙、鹽混合物容器"
1720             },
1721             "amenity/hospital": {
1722                 "name": "醫院用地",
1723                 "terms": "醫院"
1724             },
1725             "amenity/kindergarten": {
1726                 "name": "育幼院/幼稚園範圍",
1727                 "terms": "育幼院/幼兒園,育幼院/幼稚園用地,育幼院,幼兒園,幼稚園"
1728             },
1729             "amenity/library": {
1730                 "name": "圖書館",
1731                 "terms": "圖書室,閱覽室"
1732             },
1733             "amenity/marketplace": {
1734                 "name": "市場",
1735                 "terms": "市集,傳統市場,marketplace"
1736             },
1737             "amenity/motorcycle_parking": {
1738                 "name": "機車停車場",
1739                 "terms": "機車停車場,速克達停車場,摩托車停車場"
1740             },
1741             "amenity/nightclub": {
1742                 "name": "夜總會",
1743                 "terms": "夜店"
1744             },
1745             "amenity/parking": {
1746                 "name": "停車場",
1747                 "terms": "汽車停車場"
1748             },
1749             "amenity/parking_entrance": {
1750                 "name": "停車場入口/出口",
1751                 "terms": "停車場入口/出口,停車塔入口/出口,立體停車場入口/出口"
1752             },
1753             "amenity/pharmacy": {
1754                 "name": "藥房",
1755                 "terms": "藥房,藥局"
1756             },
1757             "amenity/place_of_worship": {
1758                 "name": "宗教祟拜場所",
1759                 "terms": "廟,教堂,寺廟,清真寺,禮拜堂"
1760             },
1761             "amenity/place_of_worship/buddhist": {
1762                 "name": "佛寺",
1763                 "terms": "寺,廟,閣,寶殿"
1764             },
1765             "amenity/place_of_worship/christian": {
1766                 "name": "教堂",
1767                 "terms": "教堂,教會"
1768             },
1769             "amenity/place_of_worship/jewish": {
1770                 "name": "猶太教堂",
1771                 "terms": "猶太會堂,synagogue"
1772             },
1773             "amenity/place_of_worship/muslim": {
1774                 "name": "清真寺",
1775                 "terms": "清真寺,回教寺"
1776             },
1777             "amenity/police": {
1778                 "name": "警察局",
1779                 "terms": "警局,派出所"
1780             },
1781             "amenity/post_box": {
1782                 "name": "郵箱",
1783                 "terms": "郵筒"
1784             },
1785             "amenity/post_office": {
1786                 "name": "郵局",
1787                 "terms": "中華郵政,郵政公司,郵便局"
1788             },
1789             "amenity/pub": {
1790                 "name": "Pub",
1791                 "terms": "酒館"
1792             },
1793             "amenity/public_bookcase": {
1794                 "name": "開放書架",
1795                 "terms": "可以自由取用、放置書籍的書架"
1796             },
1797             "amenity/ranger_station": {
1798                 "name": "郊野公園管理站",
1799                 "terms": "國家公園管理站,自然保護區管理站"
1800             },
1801             "amenity/recycling": {
1802                 "name": "回收設施",
1803                 "terms": "回收筒,回收箱"
1804             },
1805             "amenity/register_office": {
1806                 "name": "戶政事務所",
1807                 "terms": "戶政事務所"
1808             },
1809             "amenity/restaurant": {
1810                 "name": "餐廳",
1811                 "terms": "飯店,飯館,酒樓,餐館"
1812             },
1813             "amenity/sanitary_dump_station": {
1814                 "name": "RV移動廁所",
1815                 "terms": "RV流動廁所"
1816             },
1817             "amenity/school": {
1818                 "name": "中小學範圍",
1819                 "terms": "學校,中學,小學,學校用地,學校範圍"
1820             },
1821             "amenity/shelter": {
1822                 "name": "涼亭",
1823                 "terms": "遮雨棚,亭,亭子"
1824             },
1825             "amenity/social_facility": {
1826                 "name": "社福機構",
1827                 "terms": "社福設施"
1828             },
1829             "amenity/social_facility/food_bank": {
1830                 "name": "食物銀行",
1831                 "terms": "食物銀行"
1832             },
1833             "amenity/social_facility/group_home": {
1834                 "name": "老人之家",
1835                 "terms": "老人安養院"
1836             },
1837             "amenity/social_facility/homeless_shelter": {
1838                 "name": "遊民收容所",
1839                 "terms": "露宿者中心,街友中心,遊民收容中心,遊民收容機構,街友收容機構"
1840             },
1841             "amenity/studio": {
1842                 "name": "工作室",
1843                 "terms": "工作室"
1844             },
1845             "amenity/swimming_pool": {
1846                 "name": "游泳池",
1847                 "terms": "游泳池,泳池"
1848             },
1849             "amenity/taxi": {
1850                 "name": "計程車站",
1851                 "terms": "計程車招呼站"
1852             },
1853             "amenity/telephone": {
1854                 "name": "電話",
1855                 "terms": "話亭,電話亭"
1856             },
1857             "amenity/theatre": {
1858                 "name": "戲劇院",
1859                 "terms": "戲院,劇場"
1860             },
1861             "amenity/toilets": {
1862                 "name": "廁所",
1863                 "terms": "便所,公廁,洗手間,盥洗室"
1864             },
1865             "amenity/townhall": {
1866                 "name": "政府辦公大樓",
1867                 "terms": "市政廳,市政府,縣政府,區公所,鄉公所,鎮公所,市公所"
1868             },
1869             "amenity/university": {
1870                 "name": "大學範圍",
1871                 "terms": "大學,大專,大學用地"
1872             },
1873             "amenity/vending_machine/cigarettes": {
1874                 "name": "香煙販賣機",
1875                 "terms": "香煙自動販賣機,販賣機"
1876             },
1877             "amenity/vending_machine/condoms": {
1878                 "name": "保險套販賣機",
1879                 "terms": "保險套自動販賣機,販賣機"
1880             },
1881             "amenity/vending_machine/drinks": {
1882                 "name": "飲料販賣機",
1883                 "terms": "飲料自動販賣機,販賣機"
1884             },
1885             "amenity/vending_machine/excrement_bags": {
1886                 "name": "糞便袋販賣機",
1887                 "terms": "糞便袋自動販賣機,販賣機"
1888             },
1889             "amenity/vending_machine/news_papers": {
1890                 "name": "報紙販賣機",
1891                 "terms": "新聞紙販賣機,報紙自動販賣機,販賣機"
1892             },
1893             "amenity/vending_machine/parcel_pickup_dropoff": {
1894                 "name": "包裹分揀/寄物販賣機",
1895                 "terms": "包裹分揀/寄物自動販賣機,販賣機"
1896             },
1897             "amenity/vending_machine/parking_tickets": {
1898                 "name": "停車場繳費機",
1899                 "terms": "停車場自動繳費機,停車場收費機,販賣機"
1900             },
1901             "amenity/vending_machine/public_transport_tickets": {
1902                 "name": "車票販賣機",
1903                 "terms": "車票自動販賣機,交通票券販賣機"
1904             },
1905             "amenity/vending_machine/sweets": {
1906                 "name": "零食販賣機",
1907                 "terms": "點心販賣機,販 賣機"
1908             },
1909             "amenity/vending_machine/vending_machine": {
1910                 "name": "自動販賣機",
1911                 "terms": "販賣機"
1912             },
1913             "amenity/veterinary": {
1914                 "name": "獸醫院",
1915                 "terms": "獸醫診所, 動物醫院"
1916             },
1917             "amenity/waste_basket": {
1918                 "name": "垃圾筒",
1919                 "terms": "廢物箱,垃圾箱"
1920             },
1921             "area": {
1922                 "name": "區域",
1923                 "terms": "區域"
1924             },
1925             "area/highway": {
1926                 "name": "路面材質",
1927                 "terms": "路面材質,路面"
1928             },
1929             "barrier": {
1930                 "name": "柵欄",
1931                 "terms": "關卡"
1932             },
1933             "barrier/block": {
1934                 "name": "阻礙物",
1935                 "terms": "阻礙物"
1936             },
1937             "barrier/bollard": {
1938                 "name": "護柱",
1939                 "terms": "護柱,船柱"
1940             },
1941             "barrier/cattle_grid": {
1942                 "name": "防畜欄",
1943                 "terms": "攔畜溝柵,攔牛木柵"
1944             },
1945             "barrier/city_wall": {
1946                 "name": "城牆",
1947                 "terms": "城牆"
1948             },
1949             "barrier/cycle_barrier": {
1950                 "name": "單車矮欄",
1951                 "terms": "單車欄杆"
1952             },
1953             "barrier/ditch": {
1954                 "name": "溝",
1955                 "terms": "溝"
1956             },
1957             "barrier/entrance": {
1958                 "name": "入口",
1959                 "terms": "入口"
1960             },
1961             "barrier/fence": {
1962                 "name": "柵欄",
1963                 "terms": "欄柵"
1964             },
1965             "barrier/gate": {
1966                 "name": "閘門",
1967                 "terms": "閘門"
1968             },
1969             "barrier/hedge": {
1970                 "name": "樹籬",
1971                 "terms": "樹籬"
1972             },
1973             "barrier/kissing_gate": {
1974                 "name": "單人轉門",
1975                 "terms": "U形旋轉小門,V形旋轉小門"
1976             },
1977             "barrier/lift_gate": {
1978                 "name": "閘門",
1979                 "terms": "道閘"
1980             },
1981             "barrier/retaining_wall": {
1982                 "name": "擋土牆",
1983                 "terms": "護土牆"
1984             },
1985             "barrier/stile": {
1986                 "name": "梯磴",
1987                 "terms": "牆兩邊的階梯"
1988             },
1989             "barrier/toll_booth": {
1990                 "name": "收費亭",
1991                 "terms": "收費站"
1992             },
1993             "barrier/wall": {
1994                 "name": "牆",
1995                 "terms": "牆"
1996             },
1997             "boundary/administrative": {
1998                 "name": "行政界線",
1999                 "terms": "行政邊界"
2000             },
2001             "building": {
2002                 "name": "建築物",
2003                 "terms": "建物"
2004             },
2005             "building/apartments": {
2006                 "name": "公寓",
2007                 "terms": "分層公寓"
2008             },
2009             "building/barn": {
2010                 "name": "穀倉",
2011                 "terms": "穀倉"
2012             },
2013             "building/bunker": {
2014                 "name": "地堡",
2015                 "terms": "碉堡"
2016             },
2017             "building/cabin": {
2018                 "name": "小木屋",
2019                 "terms": "小屋,船艙"
2020             },
2021             "building/cathedral": {
2022                 "name": "大教堂建築",
2023                 "terms": "大教堂"
2024             },
2025             "building/chapel": {
2026                 "name": "小聖堂建築",
2027                 "terms": "小聖堂"
2028             },
2029             "building/church": {
2030                 "name": "教堂建築",
2031                 "terms": "教堂"
2032             },
2033             "building/college": {
2034                 "name": "學院校舍",
2035                 "terms": "學院建築,學院建築物,技術學院建築,"
2036             },
2037             "building/commercial": {
2038                 "name": "商業建築物",
2039                 "terms": "商業建築,商業建物,商業大樓"
2040             },
2041             "building/construction": {
2042                 "name": "施工中屋宇",
2043                 "terms": "大樓施工建造"
2044             },
2045             "building/detached": {
2046                 "name": "獨立式房屋",
2047                 "terms": "獨立式住宅,獨立式房子"
2048             },
2049             "building/dormitory": {
2050                 "name": "宿舍",
2051                 "terms": "學舍,學生宿舍"
2052             },
2053             "building/entrance": {
2054                 "name": "入口/出口",
2055                 "terms": "入口/出口"
2056             },
2057             "building/garage": {
2058                 "name": "車庫",
2059                 "terms": "車庫"
2060             },
2061             "building/garages": {
2062                 "name": "車庫",
2063                 "terms": "車庫"
2064             },
2065             "building/greenhouse": {
2066                 "name": "溫室",
2067                 "terms": "溫室"
2068             },
2069             "building/hospital": {
2070                 "name": "醫院建築物",
2071                 "terms": "醫院"
2072             },
2073             "building/hotel": {
2074                 "name": "旅館建築物",
2075                 "terms": "酒店建築物,旅店建築物,賓館建築物"
2076             },
2077             "building/house": {
2078                 "name": "洋房",
2079                 "terms": "洋房,獨棟公寓"
2080             },
2081             "building/hut": {
2082                 "name": "棚屋",
2083                 "terms": "棚屋"
2084             },
2085             "building/industrial": {
2086                 "name": "工業建築物",
2087                 "terms": "工業建物"
2088             },
2089             "building/kindergarten": {
2090                 "name": "育幼院/幼兒園校舍",
2091                 "terms": "育幼院/幼兒園校舍,育幼院校舍,幼兒園校舍,幼稚園校舍"
2092             },
2093             "building/public": {
2094                 "name": "公共建築物",
2095                 "terms": "公共建築"
2096             },
2097             "building/residential": {
2098                 "name": "住宅建築物",
2099                 "terms": "住宅建物"
2100             },
2101             "building/retail": {
2102                 "name": "零售建築物",
2103                 "terms": "零售建築"
2104             },
2105             "building/roof": {
2106                 "name": "屋頂",
2107                 "terms": "上蓋"
2108             },
2109             "building/school": {
2110                 "name": "中小學建築物",
2111                 "terms": "學校建物,學校建築,小學建築,中學建築"
2112             },
2113             "building/semidetached_house": {
2114                 "name": "半獨立式房屋",
2115                 "terms": "半獨立式住宅,半獨立式房子"
2116             },
2117             "building/shed": {
2118                 "name": "小屋",
2119                 "terms": "小屋"
2120             },
2121             "building/stable": {
2122                 "name": "馬房",
2123                 "terms": "馬房"
2124             },
2125             "building/static_caravan": {
2126                 "name": "固定的拖掛式房車",
2127                 "terms": "固定的拖掛式房車"
2128             },
2129             "building/terrace": {
2130                 "name": "排屋",
2131                 "terms": "行列式房屋,連棟式住宅"
2132             },
2133             "building/train_station": {
2134                 "name": "火車站建築物",
2135                 "terms": "鐵路站建築物,火車站建築"
2136             },
2137             "building/university": {
2138                 "name": "大學建築物",
2139                 "terms": "大學建築,大學校舍"
2140             },
2141             "building/warehouse": {
2142                 "name": "倉庫",
2143                 "terms": "倉庫"
2144             },
2145             "craft": {
2146                 "name": "工藝",
2147                 "terms": "工藝"
2148             },
2149             "craft/basket_maker": {
2150                 "name": "编筐",
2151                 "terms": "编筐"
2152             },
2153             "craft/beekeeper": {
2154                 "name": "養蜂",
2155                 "terms": "養蜂戶"
2156             },
2157             "craft/blacksmith": {
2158                 "name": "鐵匠",
2159                 "terms": "打鐵匠"
2160             },
2161             "craft/boatbuilder": {
2162                 "name": "造船廠",
2163                 "terms": "造船廠"
2164             },
2165             "craft/bookbinder": {
2166                 "name": "書籍釘裝",
2167                 "terms": "書籍釘裝"
2168             },
2169             "craft/brewery": {
2170                 "name": "釀酒廠",
2171                 "terms": "釀酒廠"
2172             },
2173             "craft/carpenter": {
2174                 "name": "木匠",
2175                 "terms": "木匠"
2176             },
2177             "craft/carpet_layer": {
2178                 "name": "地氈工程",
2179                 "terms": "地氈工程"
2180             },
2181             "craft/caterer": {
2182                 "name": "辦桌",
2183                 "terms": "辦桌,包辦伙食者,備辦宴會者"
2184             },
2185             "craft/clockmaker": {
2186                 "name": "製鐘廠",
2187                 "terms": "製鐘店"
2188             },
2189             "craft/confectionery": {
2190                 "name": "甜點店",
2191                 "terms": "糕餅店"
2192             },
2193             "craft/dressmaker": {
2194                 "name": "製衣店",
2195                 "terms": "製衣店"
2196             },
2197             "craft/electrician": {
2198                 "name": "電氣工程",
2199                 "terms": "電氣工程"
2200             },
2201             "craft/gardener": {
2202                 "name": "園藝師",
2203                 "terms": "園藝師"
2204             },
2205             "craft/glaziery": {
2206                 "name": "玻璃工程",
2207                 "terms": "玻璃工程,吹玻璃"
2208             },
2209             "craft/handicraft": {
2210                 "name": "手工藝",
2211                 "terms": "手工藝"
2212             },
2213             "craft/hvac": {
2214                 "name": "空調工程",
2215                 "terms": "空調工程"
2216             },
2217             "craft/insulator": {
2218                 "name": "隔熱工程",
2219                 "terms": "隔熱工程"
2220             },
2221             "craft/jeweler": {
2222                 "name": "首飾店",
2223                 "terms": "珠寶店"
2224             },
2225             "craft/key_cutter": {
2226                 "name": "配匙店",
2227                 "terms": "鑰匙店"
2228             },
2229             "craft/locksmith": {
2230                 "name": "鎖匠",
2231                 "terms": "鎖匠"
2232             },
2233             "craft/metal_construction": {
2234                 "name": "鐵工工程",
2235                 "terms": "鐵工工程"
2236             },
2237             "craft/optician": {
2238                 "name": "眼鏡行",
2239                 "terms": "眼鏡行"
2240             },
2241             "craft/painter": {
2242                 "name": "油漆工程",
2243                 "terms": "油漆工程"
2244             },
2245             "craft/photographer": {
2246                 "name": "攝影店",
2247                 "terms": "攝影店"
2248             },
2249             "craft/photographic_laboratory": {
2250                 "name": "影像研究室",
2251                 "terms": "影像實驗室"
2252             },
2253             "craft/plasterer": {
2254                 "name": "泥水匠",
2255                 "terms": "批盪工程"
2256             },
2257             "craft/plumber": {
2258                 "name": "水管工",
2259                 "terms": "水喉匠"
2260             },
2261             "craft/pottery": {
2262                 "name": "陶器工場",
2263                 "terms": "陶器工場"
2264             },
2265             "craft/rigger": {
2266                 "name": "吊運服務",
2267                 "terms": "吊運服務"
2268             },
2269             "craft/roofer": {
2270                 "name": "屋頂工程",
2271                 "terms": "屋頂工"
2272             },
2273             "craft/saddler": {
2274                 "name": "車船坐椅",
2275                 "terms": "汽車坐椅"
2276             },
2277             "craft/sailmaker": {
2278                 "name": "遊艇廠",
2279                 "terms": "遊艇廠"
2280             },
2281             "craft/sawmill": {
2282                 "name": "鋸木廠",
2283                 "terms": "鋸木廠"
2284             },
2285             "craft/scaffolder": {
2286                 "name": "棚架工程",
2287                 "terms": "棚架工程"
2288             },
2289             "craft/sculpter": {
2290                 "name": "雕塑工程",
2291                 "terms": "雕塑工程"
2292             },
2293             "craft/shoemaker": {
2294                 "name": "鞋匠",
2295                 "terms": "鞋匠"
2296             },
2297             "craft/stonemason": {
2298                 "name": "切石廠",
2299                 "terms": "切石廠"
2300             },
2301             "craft/sweep": {
2302                 "name": "煙囪清掃工",
2303                 "terms": "煙囪清掃工"
2304             },
2305             "craft/tailor": {
2306                 "name": "裁縫",
2307                 "terms": "裁縫"
2308             },
2309             "craft/tiler": {
2310                 "name": "地磚鋪設工程",
2311                 "terms": "地磚鋪設工程"
2312             },
2313             "craft/tinsmith": {
2314                 "name": "錫匠",
2315                 "terms": "錫匠"
2316             },
2317             "craft/upholsterer": {
2318                 "name": "室内裝修",
2319                 "terms": "室内設計"
2320             },
2321             "craft/watchmaker": {
2322                 "name": "鐘錶匠",
2323                 "terms": "鐘錶匠"
2324             },
2325             "craft/window_construction": {
2326                 "name": "窗廠製作",
2327                 "terms": "製窗廠"
2328             },
2329             "craft/winery": {
2330                 "name": "釀酒廠",
2331                 "terms": "釀酒廠"
2332             },
2333             "embankment": {
2334                 "name": "路堤",
2335                 "terms": "堤防,基堤"
2336             },
2337             "emergency/ambulance_station": {
2338                 "name": "救護站",
2339                 "terms": "急救站"
2340             },
2341             "emergency/fire_hydrant": {
2342                 "name": "消防栓",
2343                 "terms": "消防栓,消防設施,"
2344             },
2345             "emergency/phone": {
2346                 "name": "緊急電話",
2347                 "terms": "緊急電話"
2348             },
2349             "entrance": {
2350                 "name": "入口/出口",
2351                 "terms": "入口/出口"
2352             },
2353             "footway/crossing": {
2354                 "name": "行人穿越道",
2355                 "terms": "行人穿越道"
2356             },
2357             "footway/crosswalk": {
2358                 "name": "人行穿越道",
2359                 "terms": "斑馬線"
2360             },
2361             "footway/sidewalk": {
2362                 "name": "人行道",
2363                 "terms": "路邊行人路"
2364             },
2365             "ford": {
2366                 "name": "淺灘",
2367                 "terms": "淺灘"
2368             },
2369             "golf/bunker": {
2370                 "name": "沙坑",
2371                 "terms": "沙坑"
2372             },
2373             "golf/fairway": {
2374                 "name": "球道",
2375                 "terms": "球道"
2376             },
2377             "golf/green": {
2378                 "name": "果嶺",
2379                 "terms": "果嶺"
2380             },
2381             "golf/hole": {
2382                 "name": "球洞",
2383                 "terms": "球洞"
2384             },
2385             "golf/lateral_water_hazard": {
2386                 "name": "側面水障礙區",
2387                 "terms": "側面水障礙區"
2388             },
2389             "golf/rough": {
2390                 "name": "深草區",
2391                 "terms": "深草區"
2392             },
2393             "golf/tee": {
2394                 "name": "開球區",
2395                 "terms": "開球區"
2396             },
2397             "golf/water_hazard": {
2398                 "name": "水障礙區",
2399                 "terms": "水障礙區"
2400             },
2401             "highway": {
2402                 "name": "道路",
2403                 "terms": "道路"
2404             },
2405             "highway/bridleway": {
2406                 "name": "馬道",
2407                 "terms": "馬道"
2408             },
2409             "highway/bus_stop": {
2410                 "name": "公車站",
2411                 "terms": "公共汽車站,站牌,公車站牌,公車停靠站,巴士站,巴士站牌,巴士停靠站"
2412             },
2413             "highway/corridor": {
2414                 "name": "室內走廊",
2415                 "terms": "室內通道"
2416             },
2417             "highway/crossing": {
2418                 "name": "十字路口",
2419                 "terms": "十字路口"
2420             },
2421             "highway/crosswalk": {
2422                 "name": "行人穿越道",
2423                 "terms": "行人穿越道"
2424             },
2425             "highway/cycleway": {
2426                 "name": "單車路線",
2427                 "terms": "單車徑,腳踏車路線"
2428             },
2429             "highway/footway": {
2430                 "name": "人行道",
2431                 "terms": "步行徑,人行步道"
2432             },
2433             "highway/living_street": {
2434                 "name": "生活街道",
2435                 "terms": "生活街道"
2436             },
2437             "highway/mini_roundabout": {
2438                 "name": "小型迴轉處",
2439                 "terms": "小型迴旋處"
2440             },
2441             "highway/motorway": {
2442                 "name": "高速公路",
2443                 "terms": "高速公路"
2444             },
2445             "highway/motorway_junction": {
2446                 "name": "交流道/出口",
2447                 "terms": "高速公路交流道/出口,高速公路交匯處/出口,快速道路交流道/出口"
2448             },
2449             "highway/motorway_link": {
2450                 "name": "高速公路引道",
2451                 "terms": "高速公路引道"
2452             },
2453             "highway/path": {
2454                 "name": "路徑",
2455                 "terms": "路徑"
2456             },
2457             "highway/pedestrian": {
2458                 "name": "徒步區",
2459                 "terms": "行人徒步區"
2460             },
2461             "highway/primary": {
2462                 "name": "主要道路",
2463                 "terms": "主要道路"
2464             },
2465             "highway/primary_link": {
2466                 "name": "主要道路連接路",
2467                 "terms": "主要道路連接路"
2468             },
2469             "highway/raceway": {
2470                 "name": "賽道",
2471                 "terms": "摩托車賽道"
2472             },
2473             "highway/residential": {
2474                 "name": "住宅區道路",
2475                 "terms": "住宅區道路"
2476             },
2477             "highway/rest_area": {
2478                 "name": "公路休憩區",
2479                 "terms": "公路休息站"
2480             },
2481             "highway/road": {
2482                 "name": "未知種類的道路",
2483                 "terms": "未知種類的道路"
2484             },
2485             "highway/secondary": {
2486                 "name": "次要道路",
2487                 "terms": "次要道路"
2488             },
2489             "highway/secondary_link": {
2490                 "name": "次級道路連接路",
2491                 "terms": "次級道路連接道"
2492             },
2493             "highway/service": {
2494                 "name": "輔助道路",
2495                 "terms": "輔助道路"
2496             },
2497             "highway/service/alley": {
2498                 "name": "巷弄",
2499                 "terms": "小巷,巷弄,後巷,橫巷,窄巷,胡同"
2500             },
2501             "highway/service/drive-through": {
2502                 "name": "德來速車道",
2503                 "terms": "駕駛通過以獲取服務,德來速車道"
2504             },
2505             "highway/service/driveway": {
2506                 "name": "車道",
2507                 "terms": "車線"
2508             },
2509             "highway/service/emergency_access": {
2510                 "name": "緊急通道",
2511                 "terms": "緊急通道"
2512             },
2513             "highway/service/parking_aisle": {
2514                 "name": "停車場通道",
2515                 "terms": "停車場通道"
2516             },
2517             "highway/services": {
2518                 "name": "公路服務區",
2519                 "terms": "公路服務區,公路休息區"
2520             },
2521             "highway/steps": {
2522                 "name": "樓梯",
2523                 "terms": "樓梯,階梯,石階"
2524             },
2525             "highway/stop": {
2526                 "name": "停車標誌",
2527                 "terms": "停車再開"
2528             },
2529             "highway/street_lamp": {
2530                 "name": "路燈",
2531                 "terms": "街燈"
2532             },
2533             "highway/tertiary": {
2534                 "name": "三級道路",
2535                 "terms": "三級道路"
2536             },
2537             "highway/tertiary_link": {
2538                 "name": "三級道路連接路",
2539                 "terms": "三級道路連接道"
2540             },
2541             "highway/track": {
2542                 "name": "未舖設路面的車徑",
2543                 "terms": "未舖設路面的車徑"
2544             },
2545             "highway/traffic_signals": {
2546                 "name": "紅綠燈",
2547                 "terms": "交通燈,交通號誌,交通信號燈"
2548             },
2549             "highway/trunk": {
2550                 "name": "幹道",
2551                 "terms": "幹道"
2552             },
2553             "highway/trunk_link": {
2554                 "name": "幹道連接路",
2555                 "terms": "幹道連接道"
2556             },
2557             "highway/turning_circle": {
2558                 "name": "回轉圈",
2559                 "terms": "回轉圈"
2560             },
2561             "highway/unclassified": {
2562                 "name": "未分類的道路",
2563                 "terms": "未分類的道路"
2564             },
2565             "historic": {
2566                 "name": "歷史景點",
2567                 "terms": "歷史景點, 古蹟"
2568             },
2569             "historic/archaeological_site": {
2570                 "name": "考古地點",
2571                 "terms": "考古遺址"
2572             },
2573             "historic/boundary_stone": {
2574                 "name": "界石",
2575                 "terms": "界碑"
2576             },
2577             "historic/castle": {
2578                 "name": "城堡",
2579                 "terms": "城堡"
2580             },
2581             "historic/memorial": {
2582                 "name": "紀念碑",
2583                 "terms": "紀念碑"
2584             },
2585             "historic/monument": {
2586                 "name": "古蹟",
2587                 "terms": "古蹟"
2588             },
2589             "historic/ruins": {
2590                 "name": "遺址",
2591                 "terms": "遺址"
2592             },
2593             "historic/wayside_cross": {
2594                 "name": "路邊十字架",
2595                 "terms": "路邊十字架"
2596             },
2597             "historic/wayside_shrine": {
2598                 "name": "路邊神祠",
2599                 "terms": "路邊小廟"
2600             },
2601             "junction": {
2602                 "name": "路口",
2603                 "terms": "槽化車道,道路交叉,十字路口,丁字路,路"
2604             },
2605             "landuse": {
2606                 "name": "土地利用",
2607                 "terms": "土地利用,國土利用,使用分區"
2608             },
2609             "landuse/allotments": {
2610                 "name": "社區農園",
2611                 "terms": "社區田圃,城市農園,社區園圃,社區農地,都市農園"
2612             },
2613             "landuse/basin": {
2614                 "name": "水池",
2615                 "terms": "水池"
2616             },
2617             "landuse/cemetery": {
2618                 "name": "墓園",
2619                 "terms": "墓園"
2620             },
2621             "landuse/churchyard": {
2622                 "name": "教堂院落",
2623                 "terms": "教堂用地"
2624             },
2625             "landuse/commercial": {
2626                 "name": "商業區",
2627                 "terms": "商業區"
2628             },
2629             "landuse/construction": {
2630                 "name": "建築工地",
2631                 "terms": "建築工程"
2632             },
2633             "landuse/farm": {
2634                 "name": "農田",
2635                 "terms": "農田,稻田,農地,田,耕地"
2636             },
2637             "landuse/farmland": {
2638                 "name": "農田",
2639                 "terms": "農田,稻田,農地,田,耕地"
2640             },
2641             "landuse/farmyard": {
2642                 "name": "農莊",
2643                 "terms": "莊園"
2644             },
2645             "landuse/forest": {
2646                 "name": "森林",
2647                 "terms": "森林"
2648             },
2649             "landuse/garages": {
2650                 "name": "車庫群",
2651                 "terms": "許多相連的車庫"
2652             },
2653             "landuse/grass": {
2654                 "name": "草地",
2655                 "terms": "草地"
2656             },
2657             "landuse/industrial": {
2658                 "name": "工業區",
2659                 "terms": "工業區"
2660             },
2661             "landuse/landfill": {
2662                 "name": "埯埋場",
2663                 "terms": "堆填區"
2664             },
2665             "landuse/meadow": {
2666                 "name": "牧場",
2667                 "terms": "牧場"
2668             },
2669             "landuse/military": {
2670                 "name": "軍事用地",
2671                 "terms": "營區,軍營"
2672             },
2673             "landuse/orchard": {
2674                 "name": "果園",
2675                 "terms": "果園"
2676             },
2677             "landuse/plant_nursery": {
2678                 "name": "育苗場",
2679                 "terms": "種苗中心"
2680             },
2681             "landuse/quarry": {
2682                 "name": "礦區",
2683                 "terms": "礦場"
2684             },
2685             "landuse/residential": {
2686                 "name": "住宅區",
2687                 "terms": "住宅用地"
2688             },
2689             "landuse/retail": {
2690                 "name": "零售",
2691                 "terms": "零售區域"
2692             },
2693             "landuse/vineyard": {
2694                 "name": "酒莊",
2695                 "terms": "酒莊"
2696             },
2697             "leisure": {
2698                 "name": "休閒設施",
2699                 "terms": "休閒設施"
2700             },
2701             "leisure/adult_gaming_centre": {
2702                 "name": "成人遊戲中心",
2703                 "terms": "成人遊樂場"
2704             },
2705             "leisure/bowling_alley": {
2706                 "name": "保齡球館",
2707                 "terms": "保齡球館,保齡球場,地球社"
2708             },
2709             "leisure/common": {
2710                 "name": "公共用地",
2711                 "terms": "公有地"
2712             },
2713             "leisure/dog_park": {
2714                 "name": "狗公園",
2715                 "terms": "寵物公園"
2716             },
2717             "leisure/firepit": {
2718                 "name": "火坑",
2719                 "terms": "火爐"
2720             },
2721             "leisure/garden": {
2722                 "name": "花園",
2723                 "terms": "花園,果園,菜園,植物園,公園"
2724             },
2725             "leisure/golf_course": {
2726                 "name": "高爾夫球場",
2727                 "terms": "高爾夫球場"
2728             },
2729             "leisure/ice_rink": {
2730                 "name": "溜冰場",
2731                 "terms": "溜冰場"
2732             },
2733             "leisure/marina": {
2734                 "name": "遊艇碼頭",
2735                 "terms": "遊艇碼頭"
2736             },
2737             "leisure/nature_reserve": {
2738                 "name": "自然保留區",
2739                 "terms": "自然保護區"
2740             },
2741             "leisure/park": {
2742                 "name": "公園",
2743                 "terms": "綠地,遊樂場"
2744             },
2745             "leisure/picnic_table": {
2746                 "name": "野餐桌",
2747                 "terms": "野餐桌"
2748             },
2749             "leisure/pitch": {
2750                 "name": "運動場地",
2751                 "terms": "運動場"
2752             },
2753             "leisure/pitch/american_football": {
2754                 "name": "美式足球場",
2755                 "terms": "美式足球場"
2756             },
2757             "leisure/pitch/baseball": {
2758                 "name": "棒球場",
2759                 "terms": "棒球場"
2760             },
2761             "leisure/pitch/basketball": {
2762                 "name": "籃球場",
2763                 "terms": "籃球場,球場"
2764             },
2765             "leisure/pitch/rugby_league": {
2766                 "name": "聯盟式橄欖球",
2767                 "terms": "聯盟式橄欖球"
2768             },
2769             "leisure/pitch/rugby_union": {
2770                 "name": "聯合式橄欖球",
2771                 "terms": "聯合式橄欖球"
2772             },
2773             "leisure/pitch/skateboard": {
2774                 "name": "滑板公園",
2775                 "terms": "滑板場,極限公園,極限運動公園"
2776             },
2777             "leisure/pitch/soccer": {
2778                 "name": "足球場",
2779                 "terms": "足球場,球場"
2780             },
2781             "leisure/pitch/tennis": {
2782                 "name": "網球場",
2783                 "terms": "網球場,球場"
2784             },
2785             "leisure/pitch/volleyball": {
2786                 "name": "排球場",
2787                 "terms": "排球場,球場"
2788             },
2789             "leisure/playground": {
2790                 "name": "遊樂場",
2791                 "terms": "遊樂場"
2792             },
2793             "leisure/running_track": {
2794                 "name": "操場",
2795                 "terms": "跑道,跑步跑道,賽跑跑道"
2796             },
2797             "leisure/slipway": {
2798                 "name": "船架滑道",
2799                 "terms": "船架滑道"
2800             },
2801             "leisure/sports_center": {
2802                 "name": "體育中心/健身室",
2803                 "terms": "體育中心/健身房"
2804             },
2805             "leisure/stadium": {
2806                 "name": "體育場",
2807                 "terms": "體育場"
2808             },
2809             "leisure/swimming_pool": {
2810                 "name": "游泳池",
2811                 "terms": "泳池"
2812             },
2813             "leisure/track": {
2814                 "name": "操場(非摩托賽道)",
2815                 "terms": "賽道(非摩托賽道)"
2816             },
2817             "line": {
2818                 "name": "線",
2819                 "terms": "線"
2820             },
2821             "man_made": {
2822                 "name": "人工設施",
2823                 "terms": "人造構築,人造建築"
2824             },
2825             "man_made/adit": {
2826                 "name": "坑口",
2827                 "terms": "坑道口,礦坑口"
2828             },
2829             "man_made/breakwater": {
2830                 "name": "防波堤",
2831                 "terms": "防波堤"
2832             },
2833             "man_made/cutline": {
2834                 "name": "山林分界線",
2835                 "terms": "山林分界線"
2836             },
2837             "man_made/embankment": {
2838                 "name": "基堤",
2839                 "terms": "堤防"
2840             },
2841             "man_made/flagpole": {
2842                 "name": "旗桿",
2843                 "terms": "旗桿"
2844             },
2845             "man_made/lighthouse": {
2846                 "name": "燈塔",
2847                 "terms": "燈塔"
2848             },
2849             "man_made/mast": {
2850                 "name": "天線桿",
2851                 "terms": "基地臺"
2852             },
2853             "man_made/observation": {
2854                 "name": "瞭望塔",
2855                 "terms": "瞭望塔"
2856             },
2857             "man_made/petroleum_well": {
2858                 "name": "油井",
2859                 "terms": "油井"
2860             },
2861             "man_made/pier": {
2862                 "name": "碼頭",
2863                 "terms": "碼頭"
2864             },
2865             "man_made/pipeline": {
2866                 "name": "管道",
2867                 "terms": "管線"
2868             },
2869             "man_made/silo": {
2870                 "name": "地窖",
2871                 "terms": "地窖,筒倉"
2872             },
2873             "man_made/storage_tank": {
2874                 "name": "儲油槽",
2875                 "terms": "存放槽,油罐,儲罐,儲水槽,儲汽槽"
2876             },
2877             "man_made/survey_point": {
2878                 "name": "測量點",
2879                 "terms": "三角點,土地測量點,控制點"
2880             },
2881             "man_made/tower": {
2882                 "name": "塔",
2883                 "terms": "塔"
2884             },
2885             "man_made/wastewater_plant": {
2886                 "name": "污水處理廠",
2887                 "terms": "污水處理廠,水資源回收中心"
2888             },
2889             "man_made/water_tower": {
2890                 "name": "水塔",
2891                 "terms": "水塔"
2892             },
2893             "man_made/water_well": {
2894                 "name": "水井",
2895                 "terms": "水井"
2896             },
2897             "man_made/water_works": {
2898                 "name": "淨水廠",
2899                 "terms": "水務設施"
2900             },
2901             "military/airfield": {
2902                 "name": "軍用機場",
2903                 "terms": "軍用機場"
2904             },
2905             "military/barracks": {
2906                 "name": "軍營",
2907                 "terms": "營房"
2908             },
2909             "military/bunker": {
2910                 "name": "碉堡",
2911                 "terms": "地堡"
2912             },
2913             "military/checkpoint": {
2914                 "name": "崗哨",
2915                 "terms": "軍事崗哨,哨點"
2916             },
2917             "military/danger_area": {
2918                 "name": "危險區",
2919                 "terms": "危險地區,危險區域"
2920             },
2921             "military/naval_base": {
2922                 "name": "海軍基地",
2923                 "terms": "軍港"
2924             },
2925             "military/obstacle_course": {
2926                 "name": "障礙物",
2927                 "terms": "障礙物"
2928             },
2929             "military/range": {
2930                 "name": "軍事靶場",
2931                 "terms": "靶場"
2932             },
2933             "military/training_area": {
2934                 "name": "訓練場地",
2935                 "terms": "教練場"
2936             },
2937             "natural": {
2938                 "name": "自然景觀",
2939                 "terms": "自然物件"
2940             },
2941             "natural/bay": {
2942                 "name": "海灣",
2943                 "terms": "海灣"
2944             },
2945             "natural/beach": {
2946                 "name": "沙灘",
2947                 "terms": "沙灘,海灘"
2948             },
2949             "natural/cave_entrance": {
2950                 "name": "洞穴入口",
2951                 "terms": "洞穴入口"
2952             },
2953             "natural/cliff": {
2954                 "name": "懸崖",
2955                 "terms": "懸崖,峭壁"
2956             },
2957             "natural/coastline": {
2958                 "name": "海岸線",
2959                 "terms": "海岸線"
2960             },
2961             "natural/fell": {
2962                 "name": "高原荒地",
2963                 "terms": "高原荒地"
2964             },
2965             "natural/glacier": {
2966                 "name": "冰川",
2967                 "terms": "冰川,冰河"
2968             },
2969             "natural/grassland": {
2970                 "name": "草原",
2971                 "terms": "草地"
2972             },
2973             "natural/heath": {
2974                 "name": "荒地",
2975                 "terms": "荒地"
2976             },
2977             "natural/peak": {
2978                 "name": "山頂",
2979                 "terms": "山峰,山巔"
2980             },
2981             "natural/saddle": {
2982                 "name": "埡口",
2983                 "terms": "埡口,山口,鞍部"
2984             },
2985             "natural/scree": {
2986                 "name": "碎石崖錐",
2987                 "terms": "碎石灘"
2988             },
2989             "natural/scrub": {
2990                 "name": "灌木叢",
2991                 "terms": "灌木"
2992             },
2993             "natural/spring": {
2994                 "name": "溫泉",
2995                 "terms": "溫泉"
2996             },
2997             "natural/tree": {
2998                 "name": "樹木",
2999                 "terms": "樹"
3000             },
3001             "natural/tree_row": {
3002                 "name": "一排樹",
3003                 "terms": "一行樹"
3004             },
3005             "natural/volcano": {
3006                 "name": "火山口",
3007                 "terms": "火山,火山口"
3008             },
3009             "natural/water": {
3010                 "name": "水",
3011                 "terms": "水體"
3012             },
3013             "natural/water/lake": {
3014                 "name": "湖泊",
3015                 "terms": "湖"
3016             },
3017             "natural/water/pond": {
3018                 "name": "池塘",
3019                 "terms": "池塘"
3020             },
3021             "natural/water/reservoir": {
3022                 "name": "貯水庫",
3023                 "terms": "水塘"
3024             },
3025             "natural/wetland": {
3026                 "name": "濕地",
3027                 "terms": "濕地,潮間帶"
3028             },
3029             "natural/wood": {
3030                 "name": "樹林",
3031                 "terms": "樹林"
3032             },
3033             "office": {
3034                 "name": "辦公室",
3035                 "terms": "辦公室"
3036             },
3037             "office/accountant": {
3038                 "name": "會計師事務所",
3039                 "terms": "會計師樓,會計師辦公室"
3040             },
3041             "office/administrative": {
3042                 "name": "行政辦公室",
3043                 "terms": "行政辦公室"
3044             },
3045             "office/architect": {
3046                 "name": "建築師事務所",
3047                 "terms": "建築師樓,建築師辦公室"
3048             },
3049             "office/company": {
3050                 "name": "公司辦事處",
3051                 "terms": "一般公司"
3052             },
3053             "office/educational_institution": {
3054                 "name": "教育機構",
3055                 "terms": "教育機構,教育單位"
3056             },
3057             "office/employment_agency": {
3058                 "name": "就業服務站",
3059                 "terms": "職業介紹所"
3060             },
3061             "office/estate_agent": {
3062                 "name": "房地產仲介",
3063                 "terms": "地產代理,房仲,不動產仲介"
3064             },
3065             "office/financial": {
3066                 "name": "金融機構辦公室",
3067                 "terms": "金融機構,金融單位"
3068             },
3069             "office/government": {
3070                 "name": "政府辦公室",
3071                 "terms": "政府辦公室"
3072             },
3073             "office/insurance": {
3074                 "name": "保險公司辦公室",
3075                 "terms": "保險公司,人壽公司"
3076             },
3077             "office/it": {
3078                 "name": "資訊科技公司辦公室",
3079                 "terms": "資訊公司,IT公司"
3080             },
3081             "office/lawyer": {
3082                 "name": "律師事務所",
3083                 "terms": "法律事務所,律師樓"
3084             },
3085             "office/newspaper": {
3086                 "name": "報社",
3087                 "terms": "報社,報館"
3088             },
3089             "office/ngo": {
3090                 "name": "非政府機構辦公室",
3091                 "terms": "NGO辦公室"
3092             },
3093             "office/physician": {
3094                 "name": "醫務所",
3095                 "terms": "醫務室"
3096             },
3097             "office/political_party": {
3098                 "name": "政黨辦公室",
3099                 "terms": "黨部"
3100             },
3101             "office/research": {
3102                 "name": "研究機構",
3103                 "terms": "研究所"
3104             },
3105             "office/telecommunication": {
3106                 "name": "電信公司辦事處",
3107                 "terms": "電訊公司辦事處"
3108             },
3109             "office/therapist": {
3110                 "name": "治療師診所",
3111                 "terms": "治療師,物理治療師"
3112             },
3113             "office/travel_agent": {
3114                 "name": "旅行社",
3115                 "terms": "旅行社"
3116             },
3117             "piste": {
3118                 "name": "滑雪場",
3119                 "terms": "滑雪場"
3120             },
3121             "place": {
3122                 "name": "地方",
3123                 "terms": "地方,地區"
3124             },
3125             "place/city": {
3126                 "name": "城市",
3127                 "terms": "城市"
3128             },
3129             "place/farm": {
3130                 "name": "農場",
3131                 "terms": "農田"
3132             },
3133             "place/hamlet": {
3134                 "name": "村莊",
3135                 "terms": "村鎮"
3136             },
3137             "place/island": {
3138                 "name": "島嶼",
3139                 "terms": "島,island"
3140             },
3141             "place/isolated_dwelling": {
3142                 "name": "孤立民居",
3143                 "terms": "獨立聚落"
3144             },
3145             "place/locality": {
3146                 "name": "地點(無人定居)",
3147                 "terms": "地方"
3148             },
3149             "place/neighbourhood": {
3150                 "name": "鄰里",
3151                 "terms": "四鄰,Neighborhood"
3152             },
3153             "place/suburb": {
3154                 "name": "行政區",
3155                 "terms": "自治市鎮,borough"
3156             },
3157             "place/town": {
3158                 "name": "市鎮",
3159                 "terms": "市鎮"
3160             },
3161             "place/village": {
3162                 "name": "村鎮",
3163                 "terms": "村落,village"
3164             },
3165             "point": {
3166                 "name": "點",
3167                 "terms": "點"
3168             },
3169             "power": {
3170                 "name": "電力設施",
3171                 "terms": "發電廠"
3172             },
3173             "power/generator": {
3174                 "name": "發電機",
3175                 "terms": "發電機"
3176             },
3177             "power/line": {
3178                 "name": "電纜",
3179                 "terms": "電線"
3180             },
3181             "power/minor_line": {
3182                 "name": "次要電纜",
3183                 "terms": "次要電纜"
3184             },
3185             "power/pole": {
3186                 "name": "電線桿",
3187                 "terms": "電線桿"
3188             },
3189             "power/sub_station": {
3190                 "name": "變電所",
3191                 "terms": "變電站"
3192             },
3193             "power/substation": {
3194                 "name": "變電所",
3195                 "terms": "變電站"
3196             },
3197             "power/tower": {
3198                 "name": "高壓電塔",
3199                 "terms": "高壓輸電塔"
3200             },
3201             "power/transformer": {
3202                 "name": "變壓器",
3203                 "terms": "變壓器"
3204             },
3205             "public_transport/platform": {
3206                 "name": "月台",
3207                 "terms": "站台"
3208             },
3209             "public_transport/stop_position": {
3210                 "name": "停車位置",
3211                 "terms": "停車位置"
3212             },
3213             "railway": {
3214                 "name": "鐵路",
3215                 "terms": "鐵支路,鐵軌"
3216             },
3217             "railway/abandoned": {
3218                 "name": "鐵路線遺跡",
3219                 "terms": "舊鐵路線"
3220             },
3221             "railway/disused": {
3222                 "name": "廢棄鐵路",
3223                 "terms": "廢棄鐵道,廢棄的鐵路"
3224             },
3225             "railway/funicular": {
3226                 "name": "纜車",
3227                 "terms": "纜車"
3228             },
3229             "railway/halt": {
3230                 "name": "無人招呼站",
3231                 "terms": "鐵路停車處"
3232             },
3233             "railway/level_crossing": {
3234                 "name": "鐵路平交道",
3235                 "terms": "平交道"
3236             },
3237             "railway/monorail": {
3238                 "name": "單軌電車",
3239                 "terms": "畢軌電車"
3240             },
3241             "railway/narrow_gauge": {
3242                 "name": "窄軌鐵路",
3243                 "terms": "窄軌鐵路"
3244             },
3245             "railway/platform": {
3246                 "name": "月台",
3247                 "terms": "鐵道月台,鐵路月台"
3248             },
3249             "railway/rail": {
3250                 "name": "鐵軌",
3251                 "terms": "路軌"
3252             },
3253             "railway/station": {
3254                 "name": "火車站",
3255                 "terms": "鐵路站"
3256             },
3257             "railway/subway": {
3258                 "name": "捷運",
3259                 "terms": "地鐵,地下鐵,管子"
3260             },
3261             "railway/subway_entrance": {
3262                 "name": "捷運入口",
3263                 "terms": "地鐵入口,地下鐵入口"
3264             },
3265             "railway/tram": {
3266                 "name": "電車",
3267                 "terms": "電車"
3268             },
3269             "relation": {
3270                 "name": "關係",
3271                 "terms": "關係"
3272             },
3273             "roundabout": {
3274                 "name": "圓環",
3275                 "terms": "圓環"
3276             },
3277             "route/ferry": {
3278                 "name": "渡輪航線",
3279                 "terms": "渡輪航線"
3280             },
3281             "shop": {
3282                 "name": "商店",
3283                 "terms": "商店,商行"
3284             },
3285             "shop/alcohol": {
3286                 "name": "酒類專賣店",
3287                 "terms": "酒類商店,酒品專賣店,酒莊"
3288             },
3289             "shop/anime": {
3290                 "name": "動漫店",
3291                 "terms": "動漫店"
3292             },
3293             "shop/antiques": {
3294                 "name": "古董店",
3295                 "terms": "古董店"
3296             },
3297             "shop/art": {
3298                 "name": "畫廊",
3299                 "terms": "藝廏"
3300             },
3301             "shop/baby_goods": {
3302                 "name": "嬰兒用品店",
3303                 "terms": "嬰兒用品商店"
3304             },
3305             "shop/bag": {
3306                 "name": "包包/行李店",
3307                 "terms": "包包/行李商店"
3308             },
3309             "shop/bakery": {
3310                 "name": "麵包店",
3311                 "terms": "烘培坊"
3312             },
3313             "shop/bathroom_furnishing": {
3314                 "name": "衛浴用品店",
3315                 "terms": "衛浴店"
3316             },
3317             "shop/beauty": {
3318                 "name": "美容店",
3319                 "terms": "理容院,美妝店,護膚中心,指甲美容"
3320             },
3321             "shop/bed": {
3322                 "name": "床具/寐具店",
3323                 "terms": "床具店,寐具店,寢具店"
3324             },
3325             "shop/beverages": {
3326                 "name": "飲品店",
3327                 "terms": "飲料店"
3328             },
3329             "shop/bicycle": {
3330                 "name": "單車店",
3331                 "terms": "腳踏車店"
3332             },
3333             "shop/bookmaker": {
3334                 "name": "書商",
3335                 "terms": "出版社"
3336             },
3337             "shop/books": {
3338                 "name": "書店",
3339                 "terms": "書局"
3340             },
3341             "shop/boutique": {
3342                 "name": "服飾店",
3343                 "terms": "精品服飾店"
3344             },
3345             "shop/butcher": {
3346                 "name": "肉販",
3347                 "terms": "肉販"
3348             },
3349             "shop/candles": {
3350                 "name": "燈具店",
3351                 "terms": "燈具行"
3352             },
3353             "shop/car": {
3354                 "name": "汽車行",
3355                 "terms": "賣車處"
3356             },
3357             "shop/car_parts": {
3358                 "name": "汽車零件店",
3359                 "terms": "汽車零件店"
3360             },
3361             "shop/car_repair": {
3362                 "name": "汽車維修店",
3363                 "terms": "汽車保養店"
3364             },
3365             "shop/carpet": {
3366                 "name": "地毯店",
3367                 "terms": "地毯商店"
3368             },
3369             "shop/cheese": {
3370                 "name": "起士店",
3371                 "terms": "起士商店,芝士店"
3372             },
3373             "shop/chemist": {
3374                 "name": "藥妝店",
3375                 "terms": "藥妝店"
3376             },
3377             "shop/chocolate": {
3378                 "name": "巧克力店",
3379                 "terms": "巧克力商店"
3380             },
3381             "shop/clothes": {
3382                 "name": "服飾店",
3383                 "terms": "衣服店,賣衣店"
3384             },
3385             "shop/computer": {
3386                 "name": "電腦店",
3387                 "terms": "電腦店"
3388             },
3389             "shop/confectionery": {
3390                 "name": "糖果店",
3391                 "terms": "糖果商店"
3392             },
3393             "shop/convenience": {
3394                 "name": "便利商店",
3395                 "terms": "便利商店"
3396             },
3397             "shop/copyshop": {
3398                 "name": "影印店",
3399                 "terms": "影印行"
3400             },
3401             "shop/cosmetics": {
3402                 "name": "化妝品店",
3403                 "terms": "化妝品店,保養品店,化妝品商店"
3404             },
3405             "shop/craft": {
3406                 "name": "工藝品店",
3407                 "terms": "工藝品店,工藝品商店,手工藝店,手作工坊"
3408             },
3409             "shop/curtain": {
3410                 "name": "窗廉店",
3411                 "terms": "窗廉商店"
3412             },
3413             "shop/dairy": {
3414                 "name": "奶製品店",
3415                 "terms": "奶製品店,乳品店"
3416             },
3417             "shop/deli": {
3418                 "name": "美食店",
3419                 "terms": "美食店"
3420             },
3421             "shop/department_store": {
3422                 "name": "百貨公司",
3423                 "terms": "百貨公司"
3424             },
3425             "shop/doityourself": {
3426                 "name": "DIY商店",
3427                 "terms": "DIY商店"
3428             },
3429             "shop/dry_cleaning": {
3430                 "name": "乾洗店",
3431                 "terms": "乾洗商店"
3432             },
3433             "shop/electronics": {
3434                 "name": "電器店",
3435                 "terms": "電器行"
3436             },
3437             "shop/erotic": {
3438                 "name": "情趣用品店",
3439                 "terms": "情趣用品商店"
3440             },
3441             "shop/fabric": {
3442                 "name": "布店",
3443                 "terms": "織布店,"
3444             },
3445             "shop/farm": {
3446                 "name": "產地直銷店",
3447                 "terms": "農場直賣店,農場直銷店,特產店"
3448             },
3449             "shop/fashion": {
3450                 "name": "時尚店",
3451                 "terms": "時裝店,時常衣服店"
3452             },
3453             "shop/fishmonger": {
3454                 "name": "魚販",
3455                 "terms": "魚販"
3456             },
3457             "shop/florist": {
3458                 "name": "花店",
3459                 "terms": "花卉行"
3460             },
3461             "shop/frame": {
3462                 "name": "表框店",
3463                 "terms": "表框店, 裱框店"
3464             },
3465             "shop/funeral_directors": {
3466                 "name": "殯儀館",
3467                 "terms": "殯儀館"
3468             },
3469             "shop/furnace": {
3470                 "name": "火爐店",
3471                 "terms": "鍋爐店"
3472             },
3473             "shop/furniture": {
3474                 "name": "傢具店",
3475                 "terms": "家具店"
3476             },
3477             "shop/garden_centre": {
3478                 "name": "園藝中心",
3479                 "terms": "園藝店,園藝行"
3480             },
3481             "shop/gift": {
3482                 "name": "禮品店",
3483                 "terms": "禮物店"
3484             },
3485             "shop/greengrocer": {
3486                 "name": "蔬果店",
3487                 "terms": "蔬果店"
3488             },
3489             "shop/hairdresser": {
3490                 "name": "理髮店",
3491                 "terms": "理髮店"
3492             },
3493             "shop/hardware": {
3494                 "name": "五金店",
3495                 "terms": "五金行"
3496             },
3497             "shop/hearing_aids": {
3498                 "name": "助聽器店",
3499                 "terms": "助聽器商店"
3500             },
3501             "shop/herbalist": {
3502                 "name": "草藥店",
3503                 "terms": "草藥店"
3504             },
3505             "shop/hifi": {
3506                 "name": "音響店",
3507                 "terms": "音響店"
3508             },
3509             "shop/houseware": {
3510                 "name": "家庭用品店",
3511                 "terms": "家居用品店"
3512             },
3513             "shop/interior_decoration": {
3514                 "name": "室內設計店",
3515                 "terms": "室內設計店"
3516             },
3517             "shop/jewelry": {
3518                 "name": "首飾店",
3519                 "terms": "珠寶店,銀樓"
3520             },
3521             "shop/kiosk": {
3522                 "name": "報紙販賣機",
3523                 "terms": "報紙販賣機"
3524             },
3525             "shop/kitchen": {
3526                 "name": "廚房設計行",
3527                 "terms": "廚房設計店"
3528             },
3529             "shop/laundry": {
3530                 "name": "洗衣店",
3531                 "terms": "洗衣店"
3532             },
3533             "shop/leather": {
3534                 "name": "皮革店",
3535                 "terms": "皮革店"
3536             },
3537             "shop/locksmith": {
3538                 "name": "鎖匠",
3539                 "terms": "鎖匠"
3540             },
3541             "shop/lottery": {
3542                 "name": "投注站",
3543                 "terms": "彩券行"
3544             },
3545             "shop/mall": {
3546                 "name": "購物中心",
3547                 "terms": "商場"
3548             },
3549             "shop/massage": {
3550                 "name": "按摩店",
3551                 "terms": "按摩商店, 舒壓中心"
3552             },
3553             "shop/medical_supply": {
3554                 "name": "醫療器材行",
3555                 "terms": "醫療器材店"
3556             },
3557             "shop/mobile_phone": {
3558                 "name": "行動電話店",
3559                 "terms": "手機商店"
3560             },
3561             "shop/money_lender": {
3562                 "name": "放款人",
3563                 "terms": "借貸人"
3564             },
3565             "shop/motorcycle": {
3566                 "name": "機車行",
3567                 "terms": "摩托車行,機器腳踏車行"
3568             },
3569             "shop/music": {
3570                 "name": "音樂店",
3571                 "terms": "唱片行"
3572             },
3573             "shop/musical_instrument": {
3574                 "name": "音樂樂器行",
3575                 "terms": "樂器行"
3576             },
3577             "shop/newsagent": {
3578                 "name": "報紙/雜誌攤",
3579                 "terms": "報刊攤,報刊商店"
3580             },
3581             "shop/optician": {
3582                 "name": "眼鏡行",
3583                 "terms": "眼鏡行"
3584             },
3585             "shop/organic": {
3586                 "name": "有機產品店",
3587                 "terms": "有機食品店"
3588             },
3589             "shop/outdoor": {
3590                 "name": "戶外用品店",
3591                 "terms": "戶外用具店"
3592             },
3593             "shop/paint": {
3594                 "name": "油漆行",
3595                 "terms": "油漆店"
3596             },
3597             "shop/pawnbroker": {
3598                 "name": "汽機車借款",
3599                 "terms": "地下錢莊"
3600             },
3601             "shop/pet": {
3602                 "name": "寵物店",
3603                 "terms": "寵物用品店"
3604             },
3605             "shop/photo": {
3606                 "name": "攝影用品店",
3607                 "terms": "照相店q"
3608             },
3609             "shop/pyrotechnics": {
3610                 "name": "煙火商",
3611                 "terms": "煙火用品店"
3612             },
3613             "shop/radiotechnics": {
3614                 "name": "無線電/電子零件店",
3615                 "terms": "無線電/電子零件店"
3616             },
3617             "shop/religion": {
3618                 "name": "宗教用品店",
3619                 "terms": "宗教用品商店, 金紙店, 香鋪"
3620             },
3621             "shop/scuba_diving": {
3622                 "name": "潛水用品店",
3623                 "terms": "潛水用具店"
3624             },
3625             "shop/seafood": {
3626                 "name": "海產店",
3627                 "terms": "海產店"
3628             },
3629             "shop/second_hand": {
3630                 "name": "格仔鋪/二手店",
3631                 "terms": "格仔店/二手店"
3632             },
3633             "shop/shoes": {
3634                 "name": "鞋店",
3635                 "terms": "鞋店"
3636             },
3637             "shop/sports": {
3638                 "name": "運動用品店",
3639                 "terms": "運動用品店"
3640             },
3641             "shop/stationery": {
3642                 "name": "文具店",
3643                 "terms": "文具店"
3644             },
3645             "shop/supermarket": {
3646                 "name": "超級市場",
3647                 "terms": "超市"
3648             },
3649             "shop/tailor": {
3650                 "name": "裁縫",
3651                 "terms": "裁縫,成衣訂作,成衣匠"
3652             },
3653             "shop/tattoo": {
3654                 "name": "刺青店",
3655                 "terms": "刺青行"
3656             },
3657             "shop/tea": {
3658                 "name": "茶行",
3659                 "terms": "茶葉店"
3660             },
3661             "shop/ticket": {
3662                 "name": "賣票亭",
3663                 "terms": "售票處"
3664             },
3665             "shop/tobacco": {
3666                 "name": "煙店",
3667                 "terms": "煙店"
3668             },
3669             "shop/toys": {
3670                 "name": "玩具店",
3671                 "terms": "玩具店"
3672             },
3673             "shop/travel_agency": {
3674                 "name": "旅行社",
3675                 "terms": "旅行社"
3676             },
3677             "shop/tyres": {
3678                 "name": "輪胎店",
3679                 "terms": "輪胎店"
3680             },
3681             "shop/vacant": {
3682                 "name": "閒置店舖",
3683                 "terms": "空置店舖"
3684             },
3685             "shop/vacuum_cleaner": {
3686                 "name": "吸塵器店",
3687                 "terms": "吸塵器商店"
3688             },
3689             "shop/variety_store": {
3690                 "name": "雜貨店",
3691                 "terms": "雜貨店"
3692             },
3693             "shop/video": {
3694                 "name": "錄影帶店",
3695                 "terms": "影碟店"
3696             },
3697             "shop/video_games": {
3698                 "name": "電子遊戲店",
3699                 "terms": "電子遊戲商店"
3700             },
3701             "shop/water_sports": {
3702                 "name": "水上活動/泳具店",
3703                 "terms": "水上活動/游泳用品店"
3704             },
3705             "shop/weapons": {
3706                 "name": "武器店",
3707                 "terms": "武器商店"
3708             },
3709             "shop/window_blind": {
3710                 "name": "窗廉店",
3711                 "terms": "窗廉商店"
3712             },
3713             "shop/wine": {
3714                 "name": "販酒店",
3715                 "terms": "酒店"
3716             },
3717             "tourism": {
3718                 "name": "旅遊設施",
3719                 "terms": "旅遊設施"
3720             },
3721             "tourism/alpine_hut": {
3722                 "name": "高山小屋",
3723                 "terms": "高山小屋"
3724             },
3725             "tourism/artwork": {
3726                 "name": "公共藝術",
3727                 "terms": "藝術品,街頭藝術"
3728             },
3729             "tourism/attraction": {
3730                 "name": "觀光景點",
3731                 "terms": "觀光點"
3732             },
3733             "tourism/camp_site": {
3734                 "name": "營地",
3735                 "terms": "露營地"
3736             },
3737             "tourism/caravan_site": {
3738                 "name": "露營車停車場",
3739                 "terms": "房車營地"
3740             },
3741             "tourism/chalet": {
3742                 "name": "木屋",
3743                 "terms": "木屋"
3744             },
3745             "tourism/guest_house": {
3746                 "name": "招待所",
3747                 "terms": "私人招待所"
3748             },
3749             "tourism/hostel": {
3750                 "name": "旅舍",
3751                 "terms": "青年旅社"
3752             },
3753             "tourism/hotel": {
3754                 "name": "旅館",
3755                 "terms": "酒店,旅店,賓館"
3756             },
3757             "tourism/information": {
3758                 "name": "旅遊資訊",
3759                 "terms": "旅遊資訊"
3760             },
3761             "tourism/motel": {
3762                 "name": "汽車旅館",
3763                 "terms": "motel"
3764             },
3765             "tourism/museum": {
3766                 "name": "博物館",
3767                 "terms": "博物館"
3768             },
3769             "tourism/picnic_site": {
3770                 "name": "野餐地點",
3771                 "terms": "野餐地點"
3772             },
3773             "tourism/theme_park": {
3774                 "name": "主題公園",
3775                 "terms": "主題樂園"
3776             },
3777             "tourism/viewpoint": {
3778                 "name": "觀景點",
3779                 "terms": "風景點"
3780             },
3781             "tourism/zoo": {
3782                 "name": "動物園",
3783                 "terms": "動物園"
3784             },
3785             "traffic_calming/bump": {
3786                 "name": "減速丘",
3787                 "terms": "減速帶,減速器"
3788             },
3789             "traffic_calming/hump": {
3790                 "name": "減速標線",
3791                 "terms": "減速標線"
3792             },
3793             "traffic_calming/rumble_strip": {
3794                 "name": "跳動路面",
3795                 "terms": "起皺狹長路段"
3796             },
3797             "traffic_calming/table": {
3798                 "name": "隆起行人穿越道",
3799                 "terms": "隆起行人穿越道"
3800             },
3801             "type/boundary": {
3802                 "name": "邊界",
3803                 "terms": "界線"
3804             },
3805             "type/boundary/administrative": {
3806                 "name": "行政界線",
3807                 "terms": "行政邊界"
3808             },
3809             "type/multipolygon": {
3810                 "name": "多重多邊形",
3811                 "terms": "複線段多邊形"
3812             },
3813             "type/restriction": {
3814                 "name": "限制",
3815                 "terms": "限制"
3816             },
3817             "type/restriction/no_left_turn": {
3818                 "name": "不准左轉",
3819                 "terms": "禁止左轉,不可以左轉"
3820             },
3821             "type/restriction/no_right_turn": {
3822                 "name": "不准右轉",
3823                 "terms": "禁止右轉,不可以右轉"
3824             },
3825             "type/restriction/no_straight_on": {
3826                 "name": "不准直駛",
3827                 "terms": "禁止進入"
3828             },
3829             "type/restriction/no_u_turn": {
3830                 "name": "不准掉頭",
3831                 "terms": "禁止迴轉"
3832             },
3833             "type/restriction/only_left_turn": {
3834                 "name": "只准左轉",
3835                 "terms": "只能左轉"
3836             },
3837             "type/restriction/only_right_turn": {
3838                 "name": "只准右轉",
3839                 "terms": "只能右轉"
3840             },
3841             "type/restriction/only_straight_on": {
3842                 "name": "只准直駛",
3843                 "terms": "禁止轉彎"
3844             },
3845             "type/route": {
3846                 "name": "路線",
3847                 "terms": "路線"
3848             },
3849             "type/route/bicycle": {
3850                 "name": "單車路線",
3851                 "terms": "腳踏車路線"
3852             },
3853             "type/route/bus": {
3854                 "name": "公車路線",
3855                 "terms": "公共汽車路線,客運路線,巴士路線"
3856             },
3857             "type/route/detour": {
3858                 "name": "繞道路線",
3859                 "terms": "繞道路線"
3860             },
3861             "type/route/ferry": {
3862                 "name": "渡輪航線",
3863                 "terms": "渡輪路線"
3864             },
3865             "type/route/foot": {
3866                 "name": "步行路線",
3867                 "terms": "步行路線"
3868             },
3869             "type/route/hiking": {
3870                 "name": "遠足路線",
3871                 "terms": "遠足路線"
3872             },
3873             "type/route/pipeline": {
3874                 "name": "管道路線",
3875                 "terms": "管線路線"
3876             },
3877             "type/route/power": {
3878                 "name": "供電路線",
3879                 "terms": "輸電線路"
3880             },
3881             "type/route/road": {
3882                 "name": "道路路線",
3883                 "terms": "公路路線"
3884             },
3885             "type/route/train": {
3886                 "name": "鐵路路線",
3887                 "terms": "列車路線"
3888             },
3889             "type/route/tram": {
3890                 "name": "電車路線",
3891                 "terms": "電車路線"
3892             },
3893             "type/route_master": {
3894                 "name": "路線總纜",
3895                 "terms": "路線總目"
3896             },
3897             "vertex": {
3898                 "name": "其他",
3899                 "terms": "其他"
3900             },
3901             "waterway": {
3902                 "name": "水道",
3903                 "terms": "水路"
3904             },
3905             "waterway/canal": {
3906                 "name": "運河",
3907                 "terms": "運河"
3908             },
3909             "waterway/dam": {
3910                 "name": "堤壩",
3911                 "terms": "水庫,水壩"
3912             },
3913             "waterway/ditch": {
3914                 "name": "溝",
3915                 "terms": "水溝"
3916             },
3917             "waterway/drain": {
3918                 "name": "渠",
3919                 "terms": "灌溉水圳"
3920             },
3921             "waterway/fuel": {
3922                 "name": "船用加油站",
3923                 "terms": "船隻加油站"
3924             },
3925             "waterway/river": {
3926                 "name": "河流",
3927                 "terms": "河川"
3928             },
3929             "waterway/riverbank": {
3930                 "name": "河床",
3931                 "terms": "河岸"
3932             },
3933             "waterway/sanitary_dump_station": {
3934                 "name": "污水處理放流管",
3935                 "terms": "放流口,放流管,污水海洋放流口,污水海洋放流管"
3936             },
3937             "waterway/stream": {
3938                 "name": "溪流",
3939                 "terms": "小溪"
3940             },
3941             "waterway/weir": {
3942                 "name": "水壩",
3943                 "terms": "堰堤"
3944             }
3945         }
3946     }
3947 }