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