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