]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/zh-HK.json
Merge remote-tracking branch 'upstream/pull/1595'
[rails.git] / vendor / assets / iD / iD / locales / zh-HK.json
1 {
2     "zh-HK": {
3         "modes": {
4             "add_area": {
5                 "title": "範圍",
6                 "description": "新增公園、建築物、湖或其他範圍至地圖。",
7                 "tail": "於地圖上按一下開始繪畫範圍,例如公園、湖或建築物。"
8             },
9             "add_line": {
10                 "title": "綫",
11                 "description": "新增公路、街道、行人路、水道或其他綫至地圖。",
12                 "tail": "於地圖上按一下開始繪畫道路、路徑或者路綫。"
13             },
14             "add_point": {
15                 "title": "點",
16                 "description": "新增餐廳、紀念碑、郵筒或其他點至地圖。",
17                 "tail": "於地圖上按一下新增點。"
18             },
19             "browse": {
20                 "title": "瀏覽",
21                 "description": "平移和縮放地圖。"
22             },
23             "draw_area": {
24                 "tail": "按一下加節至你的範圍,按第一節完成繪畫範圍。"
25             },
26             "draw_line": {
27                 "tail": "按一下新增一節至綫。按其他的綫以連接它們,按兩下可完成編輯綫。"
28             }
29         },
30         "operations": {
31             "add": {
32                 "annotation": {
33                     "point": "已新增一點。",
34                     "vertex": "已新增節至路上。",
35                     "relation": "已新增關係。"
36                 }
37             },
38             "start": {
39                 "annotation": {
40                     "line": "開始了畫綫。",
41                     "area": "開始了繪畫範圍。"
42                 }
43             },
44             "continue": {
45                 "key": "A",
46                 "title": "伸延",
47                 "description": "伸延這條綫。",
48                 "not_eligible": "綫不可從這裡伸延。",
49                 "multiple": "數條綫可從這裡伸延。要選擇一條綫,可按著Shift鍵和用滑鼠按一下該條綫。",
50                 "annotation": {
51                     "line": "綫已伸延。",
52                     "area": "範圍已伸延。"
53                 }
54             },
55             "cancel_draw": {
56                 "annotation": "已取消繪畫。"
57             },
58             "change_role": {
59                 "annotation": "已更改關係構件的作用。"
60             },
61             "change_tags": {
62                 "annotation": "已更改標籤。"
63             },
64             "circularize": {
65                 "title": "圓形化",
66                 "description": {
67                     "line": "將這條綫變為圓形。",
68                     "area": "將這個範圍變為圓形。"
69                 },
70                 "key": "O",
71                 "annotation": {
72                     "line": "將一條綫變為圓形。",
73                     "area": "將一個範圍變為圓形。"
74                 },
75                 "not_closed": "未能將這個變為圓形因為它未成為一圈。",
76                 "too_large": "未能將這個轉為圓形因為它不是被完全看得到。",
77                 "connected_to_hidden": "未能將這個轉為圓形因為它連接著一個隱藏的特徵。"
78             },
79             "orthogonalize": {
80                 "title": "方形化",
81                 "description": {
82                     "line": "將這條綫的角方形化。",
83                     "area": "將這個範圍的角方形化。"
84                 },
85                 "key": "S",
86                 "annotation": {
87                     "line": "已將這條綫的角方形化。",
88                     "area": "已將這個範圍的角方形化。"
89                 },
90                 "not_squarish": "未能將這個方形化因為它不似方形。",
91                 "too_large": "未能將這個方形化因為它不是被完全看得到。",
92                 "connected_to_hidden": "未能將這個方形化因為它連接著一個隱藏的特徵。"
93             },
94             "straighten": {
95                 "title": "拉直",
96                 "description": "拉直這條綫。",
97                 "key": "S",
98                 "annotation": "已拉直一條綫。",
99                 "too_bendy": "未能將這個拉直因為它轉太多彎。",
100                 "connected_to_hidden": "未能將這條綫拉直因為它連接著一個隱藏的特徵。"
101             },
102             "delete": {
103                 "title": "刪除",
104                 "description": {
105                     "single": "永久刪除此特徵。",
106                     "multiple": "永久刪除這些特徵。"
107                 },
108                 "annotation": {
109                     "point": "已刪除一點。",
110                     "vertex": "已刪除路徑上的一個節。",
111                     "line": "已刪除一條綫。",
112                     "area": "已刪除一個範圍。",
113                     "relation": "已刪除一個關係。",
114                     "multiple": "已刪除{n}個特徵。"
115                 },
116                 "too_large": {
117                     "single": "未能將這個特徵刪除因為它不是被完全看得到。",
118                     "multiple": "未能將這些特徵刪除因為它不是被完全看得到。"
119                 },
120                 "incomplete_relation": {
121                     "single": "此特徵未能刪除,因為它尚未完全下載。",
122                     "multiple": "這些特徵未能刪除,因為它們尚未完全下載。"
123                 },
124                 "part_of_relation": {
125                     "single": "這個特徵不能刪除,因為它是大型關係的其中一部分。你必須先從關係中移除。",
126                     "multiple": "這些特徵不能刪除,因為它是大型關係的其中一部分。你必須先從關係中移除。"
127                 },
128                 "connected_to_hidden": {
129                     "single": "未能將這個特徵刪除因為它連接著一個隱藏的特徵。",
130                     "multiple": "未能將這些特徵刪除因為它連接著一些隱藏的特徵。"
131                 }
132             },
133             "add_member": {
134                 "annotation": "已新增一個構件至關係。"
135             },
136             "delete_member": {
137                 "annotation": "已將構件從關係移除。"
138             },
139             "connect": {
140                 "annotation": {
141                     "point": "已連接路徑到一個點。",
142                     "vertex": "已連接路徑到另一路徑。",
143                     "line": "已連接路徑到一條綫。",
144                     "area": "已連接路徑到一個範圍。"
145                 }
146             },
147             "disconnect": {
148                 "title": "斷開",
149                 "description": "將這些綫/範圍互相斷開。",
150                 "key": "D",
151                 "annotation": "已斷開的綫/範圍。",
152                 "not_connected": "這裡未有足夠的綫/範圍可斷開。",
153                 "connected_to_hidden": "未能將這個斷開因為它連接著一個隱藏的特徵。",
154                 "relation": "未能將這個斷開因為它連接著一個關係的構件。"
155             },
156             "merge": {
157                 "title": "合併",
158                 "description": "合併這些特徵。",
159                 "key": "C",
160                 "annotation": "合併{n}個特徵。",
161                 "not_eligible": "不能合併這些特徵。",
162                 "not_adjacent": "這些特徵不能合併因為它們的端點不是連接在一起。",
163                 "restriction": "這些特徵不能合併因為最少一個是\"{relation}\" 關係的構件。",
164                 "incomplete_relation": "這些特徵不能合併因為最少一個尚未完全下載。",
165                 "conflicting_tags": "這些特徵不能合併因為當中一些標籤的數值有衝突。"
166             },
167             "move": {
168                 "title": "移動",
169                 "description": {
170                     "single": "移動這個特徵至另一位置。",
171                     "multiple": "移動這些特徵至另一位置。"
172                 },
173                 "key": "M",
174                 "annotation": {
175                     "point": "已移動一個點。",
176                     "vertex": "已移動路徑上的一個節。",
177                     "line": "已移動一條綫。",
178                     "area": "已移動一個範圍。",
179                     "multiple": "已移動多個特徵。"
180                 },
181                 "incomplete_relation": {
182                     "single": "此特徵未能移動,因為它尚未完全下載。",
183                     "multiple": "這些特徵未能移動,因為它們尚未完全下載。"
184                 },
185                 "too_large": {
186                     "single": "未能將這個特徵移動因為它不是被完全看得到。",
187                     "multiple": "未能將這些特徵移動因為它們不是被完全看得到。"
188                 },
189                 "connected_to_hidden": {
190                     "single": "未能移動這個特徵因為它連接著一個隱藏的特徵。",
191                     "multiple": "未能將這些特徵移動因為有些連接著隱藏的特徵。"
192                 }
193             },
194             "reflect": {
195                 "title": {
196                     "long": "以長軸鏡射",
197                     "short": "以短軸鏡射"
198                 },
199                 "description": {
200                     "long": {
201                         "single": "以特徵長軸鏡射。",
202                         "multiple": "以這些特徵長軸鏡射。"
203                     },
204                     "short": {
205                         "single": "以特徵短軸鏡射。",
206                         "multiple": "以這些特徵短軸鏡射。"
207                     }
208                 },
209                 "key": {
210                     "long": "T",
211                     "short": "Y"
212                 },
213                 "annotation": {
214                     "long": {
215                         "single": "特徵已以其長軸鏡射。",
216                         "multiple": "多個特徵已以其長軸鏡射。"
217                     },
218                     "short": {
219                         "single": "特徵已以其短軸鏡射。",
220                         "multiple": "多個特徵已以其短軸鏡射。"
221                     }
222                 },
223                 "incomplete_relation": {
224                     "single": "此特徵未能鏡射,因為它尚未完全下載。",
225                     "multiple": "這些特徵未能鏡射,因為它們尚未完全下載。"
226                 },
227                 "too_large": {
228                     "single": "未能將這個特徵鏡射因為它不是被完全看得到。",
229                     "multiple": "未能將這些特徵鏡射因為它們不是被完全看得到。"
230                 },
231                 "connected_to_hidden": {
232                     "single": "未能將這個特徵鏡射因為它連接著一個隱藏的特徵。",
233                     "multiple": "未能將這些特徵鏡射因為它們連接著一個隱藏的特徵。"
234                 }
235             },
236             "rotate": {
237                 "title": "旋轉",
238                 "description": {
239                     "single": "依特徵中心旋轉。",
240                     "multiple": "依這些特徵中心旋轉。"
241                 },
242                 "key": "R",
243                 "annotation": {
244                     "line": "已旋轉一條綫。",
245                     "area": "已旋轉一個範圍。",
246                     "multiple": "已旋轉多個特徵。"
247                 },
248                 "incomplete_relation": {
249                     "single": "此特徵未能旋轉,因為它尚未完全下載。",
250                     "multiple": "此些特徵未能旋轉,因為它們尚未完全下載。"
251                 },
252                 "too_large": {
253                     "single": "未能將這個特徵旋轉因為它不是被完全看得到。",
254                     "multiple": "未能將這些特徵旋轉因為它們不是被完全看得到。"
255                 },
256                 "connected_to_hidden": {
257                     "single": "未能旋轉這個特徵因為它連接著一個隱藏的特徵。",
258                     "multiple": "未能旋轉這些特徵因為它們連接著隱藏的特徵。"
259                 }
260             },
261             "reverse": {
262                 "title": "反轉",
263                 "description": "使這條綫的方向反轉。",
264                 "key": "V",
265                 "annotation": "已反轉一條綫。"
266             },
267             "split": {
268                 "title": "分割",
269                 "description": {
270                     "line": "將這條綫分為兩個節。",
271                     "area": "將這個範圍的邊界一分為二。",
272                     "multiple": "在這個節將這個綫/範圍的邊界一分為二。"
273                 },
274                 "key": "X",
275                 "annotation": {
276                     "line": "分割一條綫。",
277                     "area": "分割一個範圍邊界。",
278                     "multiple": "分割{n}條綫/範圍邊界。"
279                 },
280                 "not_eligible": "綫不能於頭或尾分割。",
281                 "multiple_ways": "這裡有太多綫要分割。",
282                 "connected_to_hidden": "未能分割這個因為它連接著一個隱藏的特徵。"
283             },
284             "restriction": {
285                 "help": {
286                     "select": "於地圖上按一下選擇一段道路。",
287                     "toggle": "按一下改變轉彎限制",
288                     "toggle_on": "按一下新增\"{restriction}\"限制。",
289                     "toggle_off": "按一下移除\"{restriction}\"限制。"
290                 },
291                 "annotation": {
292                     "create": "已新增轉彎限制",
293                     "delete": "已刪除轉彎限制"
294                 }
295             }
296         },
297         "undo": {
298             "tooltip": "還原:{action}",
299             "nothing": "沒有可還原的動作。"
300         },
301         "redo": {
302             "tooltip": "重做: {action}",
303             "nothing": "沒有可重做的動作。"
304         },
305         "tooltip_keyhint": "快速鍵:",
306         "browser_notice": "iD 編輯器支援 Firefox、Chrome、Safari、Opera 和 Internet Explorer 11 以上的版本。請升級你的瀏覽器或是使用 Potlatch 2 來編輯地圖。",
307         "translate": {
308             "translate": "翻譯",
309             "localized_translation_label": "多種語言名稱",
310             "localized_translation_language": "選擇語言",
311             "localized_translation_name": "名稱"
312         },
313         "zoom_in_edit": "放大以編輯",
314         "login": "登入",
315         "logout": "登出",
316         "loading_auth": "正在連接 OpenStreetMap...",
317         "report_a_bug": "報告錯誤",
318         "help_translate": "協助翻譯",
319         "feature_info": {
320             "hidden_warning": "{count} 項隱藏特徵",
321             "hidden_details": "這些特徵正被隱藏: {details}"
322         },
323         "status": {
324             "error": "未能連接至應用程式介面。",
325             "offline": "應用程式介面現在離線。請稍後再編輯。",
326             "readonly": "應用程式介面處於唯讀模式。如要儲存變更需要稍等。",
327             "rateLimit": "這個應用程式介面限制匿名連接,你可登入來解決這個問題。"
328         },
329         "commit": {
330             "title": "上傳到 OpenStreetMap",
331             "description_placeholder": "簡述你的貢獻 (必填)",
332             "message_label": "變動留言",
333             "upload_explanation": "你上載的變更會出現在其他使用 OpenStreetMap 資料的地圖。",
334             "upload_explanation_with_user": "你以{user}的名字上載的變更會出現在其他使用 OpenStreetMap 資料的地圖。",
335             "save": "上載",
336             "cancel": "取消",
337             "changes": "{count} 項變更",
338             "warnings": "警告",
339             "modified": "已修改",
340             "deleted": "已刪除",
341             "created": "已建立",
342             "about_changeset_comments": "有關變動留言",
343             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
344             "google_warning": "你在這個留言內提及過Google:緊記絕對不可複製Google地圖的資料。",
345             "google_warning_link": "http://www.openstreetmap.org/copyright"
346         },
347         "contributors": {
348             "list": "由{users}編輯",
349             "truncated_list": "由 {users} 和另外 {count} 人編輯"
350         },
351         "geometry": {
352             "point": "點",
353             "vertex": "頂點",
354             "line": "綫",
355             "area": "範圍",
356             "relation": "關係"
357         },
358         "geocoder": {
359             "search": "搜尋全世界...",
360             "no_results_visible": "地圖內可見範圍都沒有結果",
361             "no_results_worldwide": "找不到搜尋結果"
362         },
363         "geolocate": {
364             "title": "顯示我的位置",
365             "locating": "定位中,請稍候..."
366         },
367         "inspector": {
368             "no_documentation_combination": "沒有這個標籤組合的相關文件",
369             "no_documentation_key": "沒有這個鍵值的相關文件",
370             "documentation_redirect": "這份文件已轉至新一頁",
371             "show_more": "顯示更多",
372             "view_on_osm": "在 openstreetmap.org 中檢視",
373             "all_fields": "所有資料",
374             "all_tags": "所有標籤",
375             "all_members": "所有構件",
376             "all_relations": "所有關係",
377             "new_relation": "建立新關係⋯⋯",
378             "role": "作用",
379             "choose": "選擇特徵種類",
380             "results": "{search}的{n}個結果",
381             "reference": "在 OpenStreetMap Wiki 中檢閱",
382             "back_tooltip": "變更特徵",
383             "remove": "移除",
384             "search": "搜尋",
385             "multiselect": "已選擇的特徵",
386             "unknown": "未知",
387             "incomplete": "<未下載>",
388             "feature_list": "搜尋特徵",
389             "edit": "編輯特徵",
390             "check": {
391                 "yes": "是",
392                 "no": "否",
393                 "reverser": "更改方向"
394             },
395             "radio": {
396                 "structure": {
397                     "type": "種類",
398                     "default": "預設",
399                     "layer": "圖層"
400                 }
401             },
402             "add": "新增",
403             "none": "無",
404             "node": "節",
405             "way": "路徑",
406             "relation": "關係",
407             "location": "位置",
408             "add_fields": "新增資料"
409         },
410         "background": {
411             "title": "背景",
412             "description": "背景設定",
413             "percent_brightness": "{opacity}% 亮度",
414             "none": "無",
415             "best_imagery": "這地點最為人所知的背景影像",
416             "switch": "切換回這個背景",
417             "custom": "自訂",
418             "custom_button": "編輯自訂背景",
419             "fix_misalignment": "校正對位誤差",
420             "imagery_source_faq": "這個背景影像來自何處?",
421             "reset": "重設",
422             "offset": "於以下灰色範圍內平移或者輸入以米量度的誤差值就可校正對位誤差。",
423             "minimap": {
424                 "description": "小地圖",
425                 "tooltip": "顯示縮小地圖以確定現在被顯示範圍的位置"
426             }
427         },
428         "map_data": {
429             "title": "地圖資料",
430             "description": "地圖資料",
431             "data_layers": "資料圖層",
432             "fill_area": "填滿範圍",
433             "map_features": "地圖特徵",
434             "autohidden": "由於太多東西出現在螢幕上,這些特徵已被自動隱藏。你可以放大來編輯它們。"
435         },
436         "feature": {
437             "points": {
438                 "description": "點",
439                 "tooltip": "興趣點"
440             },
441             "traffic_roads": {
442                 "description": "交通道路",
443                 "tooltip": "公路、街道等等"
444             },
445             "service_roads": {
446                 "description": "輔助道路",
447                 "tooltip": "輔助道路、停車場通道、小徑等等"
448             },
449             "paths": {
450                 "description": "徑",
451                 "tooltip": "行人路、步行徑、單車徑等等"
452             },
453             "buildings": {
454                 "description": "建築物",
455                 "tooltip": "建築物、涼亭、車房等等"
456             },
457             "landuse": {
458                 "description": "用地特徵",
459                 "tooltip": "森林、農地、公園、住宅區、商業區等等"
460             },
461             "boundaries": {
462                 "description": "邊界",
463                 "tooltip": "行政邊界"
464             },
465             "water": {
466                 "description": "水特徵",
467                 "tooltip": "河流、湖泊、池塘、流域等等"
468             },
469             "rail": {
470                 "description": "鐵路特徵",
471                 "tooltip": "鐵路"
472             },
473             "power": {
474                 "description": "電力特徵",
475                 "tooltip": "電線、發電廠、變電站等等"
476             },
477             "past_future": {
478                 "description": "過去/將來",
479                 "tooltip": "已建議、建築中、已廢棄、已拆毀等等"
480             },
481             "others": {
482                 "description": "其他",
483                 "tooltip": "其他東西"
484             }
485         },
486         "area_fill": {
487             "wireframe": {
488                 "description": "不填滿 (以線條顯示)",
489                 "tooltip": "啟用框線模式,很容易就看到背景影像。"
490             },
491             "partial": {
492                 "description": "部分填滿",
493                 "tooltip": "只有範圍邊界內側會被填滿。(適合地圖繪畫新手)"
494             },
495             "full": {
496                 "description": "全部填滿",
497                 "tooltip": "整個範圍會被填滿。"
498             }
499         },
500         "restore": {
501             "heading": "你有未儲存的變更",
502             "description": "你想恢復上一次編輯時尚未儲存的變更嗎?"
503         },
504         "save": {
505             "title": "儲存",
506             "help": "檢閱您的變更並將它們上載至 OpenStreetMap,讓其他用戶都看得到。",
507             "no_changes": "沒有變更需要儲存。",
508             "error": "儲存時發生錯誤",
509             "status_code": "伺服器提供的狀態碼{code}",
510             "unknown_error_details": "請確保你已連接至互聯網。",
511             "uploading": "正在上傳變更到 OpenStreetMap...",
512             "unsaved_changes": "你有未儲存的變更",
513             "conflict": {
514                 "header": "解決有衝突的編輯項目",
515                 "count": " {total}個衝突中的第{num}個",
516                 "previous": "< 上一個",
517                 "next": "下一個 >",
518                 "keep_local": "保留我的",
519                 "keep_remote": "使用其他人的",
520                 "restore": "復原",
521                 "delete": "放棄資料",
522                 "download_changes": "或者下載你的變更。",
523                 "done": "所有衝突已解決!",
524                 "help": "另一用戶已變更了一些你變更過的地圖特徵。\n按一下下面的每一個特徵以了解有關衝突內容並決定是否需要保留\n你的變更或者是其他用戶的變更。\n"
525             }
526         },
527         "merge_remote_changes": {
528             "conflict": {
529                 "deleted": "這特徵已被{user}刪除。",
530                 "location": "這特徵被你和{user}移動過。",
531                 "nodelist": "這些節被你和{user}變更過。",
532                 "memberlist": "關係構件已被你和{user}改變了。",
533                 "tags": "你變更了{tag}標籤為\"{local}\",而{user}變更為\"{remote}\"。"
534             }
535         },
536         "success": {
537             "edited_osm": "已編輯了OSM!",
538             "just_edited": "你剛剛編輯了OpenStreetMap!",
539             "view_on_osm": "於OSM上顯示",
540             "facebook": "分享至 Facebook",
541             "twitter": "分享至 Twitter",
542             "google": "分享至 Google+",
543             "help_html": "你的變更會在幾分鐘後出現在標準圖層。其他圖層或某些特徵可能需要多些時間。",
544             "help_link_text": "詳細資料",
545             "help_link_url": "https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F"
546         },
547         "confirm": {
548             "okay": "確定",
549             "cancel": "取消"
550         },
551         "splash": {
552             "welcome": "歡迎使用iD OpenStreetMap編輯器",
553             "text": "iD是一個易用但功能強大的工具以便你可在世界上最好的免費地圖中作出貢獻。這個是版本{version}。你可在{website}得到更多資料和在{github}報告錯誤。",
554             "walkthrough": "開始新手教學",
555             "start": "立即編輯"
556         },
557         "source_switch": {
558             "live": "實況模式",
559             "lose_changes": "你有尚未儲存的變更。切換地圖伺服器將放棄它們。你確定要切換伺服器嗎?",
560             "dev": "開發模式"
561         },
562         "version": {
563             "whats_new": "iD {version} 的新消息"
564         },
565         "tag_reference": {
566             "description": "描述",
567             "on_wiki": "在wiki.osm.org上的 {tag}",
568             "used_with": "與{type}一起用"
569         },
570         "validations": {
571             "disconnected_highway": "已斷開的高速公路。",
572             "disconnected_highway_tooltip": "道路必須連接至其他道路或建築物入口。",
573             "untagged_point": "未有標籤的點",
574             "untagged_point_tooltip": "選擇一個特徵種類來形容這個點是甚麼。",
575             "untagged_line": "未有標籤的綫",
576             "untagged_line_tooltip": "選擇一個特徵種類來形容這條綫是甚麼。",
577             "untagged_area": "未有標籤的範圍",
578             "untagged_area_tooltip": "選擇一個特徵種類來形容這個範圍是甚麼。",
579             "untagged_relation": "未有標籤的關係",
580             "untagged_relation_tooltip": "選擇一個特徵種類來形容這個關係是甚麼。",
581             "many_deletions": "你正在刪除 {n} 個特徵。你確定要這樣做嗎?這樣就會將人人在 openstreetmap.org 地圖內看到的物件刪除了。",
582             "tag_suggests_area": "{tag}標籤建議綫應為範圍,但這不是一個範圍。",
583             "deprecated_tags": "已棄用的標籤: {tags}"
584         },
585         "zoom": {
586             "in": "放大",
587             "out": "縮細"
588         },
589         "cannot_zoom": "在這個模式下不能再縮小。",
590         "full_screen": "切換全螢幕",
591         "gpx": {
592             "local_layer": "本機檔案",
593             "drag_drop": "拖移一個 .gpx, .geojson 或者 .kml 檔案到頁面或者按右側按鈕瀏覽。",
594             "zoom": "放大至圖層",
595             "browse": "瀏覽檔案"
596         },
597         "mapillary_images": {
598             "tooltip": "來自Mapillary的街道圖層相片",
599             "title": "相片重疊 (Mapillary)"
600         },
601         "mapillary_signs": {
602             "tooltip": "來自Mapillary的交通訊號(必須啟用相片重疊)",
603             "title": "交通訊號重疊 (Mapillary)"
604         },
605         "mapillary": {
606             "view_on_mapillary": "在Mapillary上觀看這影像"
607         },
608         "help": {
609             "title": "說明",
610             "help": "# 說明\n\n這是[OpenStreetMap]的編輯器 (http://www.openstreetmap.org/),\n免費而且可以編輯的世界地圖。你可以用來新增和更新\n在你附近的資料,令這個開放源碼和開放資料的地圖\n變得更好。\n你在這地圖裡所作的變更會令其他使用OpenStreetMap的人看得到。\n如要編輯,你需要[登入] (https://www.openstreetmap.org/login)。\n\n[iD 編輯器](http://ideditor.com/)是一個共同合作計劃,[原始碼可在GitHub找到](https://github.com/openstreetmap/iD)。\n",
611             "roads": "# 道路\n\n你可以用編輯器創造、修改和刪除道路。道路有不同種類:\n行人路、公路、步行徑、單車徑等等 — 所有路段都可以畫出來。\n\n### 選擇\n\n按一下道路就可選擇。道路的輪廓就會顯現出來,\n小工具選單也會一併顯示在地圖上,\n而道路的更多資訊就會顯示在旁邊的版面。\n\n### 修改\n\n間中你會看到道路並不是與背景圖像或者\nGPS軌跡對齊。你可以調節這些道路,使它們\n在正確的地方。\n\n首先按一下你要更改的道路。道路會顯現出來,你可以\n拖拉道路上的控制點至更佳位置。如果\n你想使道路有更仔細顯示,你可以增加控制點,\n在道路上沒有節的地方按兩下,就可增加一個控制點。\n\n如果道路與另一道路相連,但不是妥善地在地圖上\n連接著,你可以拖拉其中一個控制點至另一條道路上\n,便它們連接。令道路連接是十分重要的,而且是\n駕駛方向的重要資訊。\n\n你可以按一下'移動'工具或者按'M'快速鍵去移動整條\n路,然後按多一下就會將那一次動作儲存。\n\n### 刪除\n\n如果道路完全不正確 — 你在衛星圖像裡看不到,\n而最好實地證實它並不存在 — 你就可以刪除\n它,從地圖中移除。刪除特徵時要特別小心 —\n與其他編輯一樣,每一個人都會看得到結果而衛星圖像\n通常都不是最新的,所以道路可能是新建的。\n\n你可以按一下想刪除的道路,然後\n按垃圾桶圖示或按'Delete'鍵。\n\n### 創造\n\n發現某個地方的道路不在嗎?按一下編輯器\n左上方的'綫'圖示或者按'2'快速鍵就可以\n開始繪畫一條新綫。\n\n在地圖上按一下就可以開始繪畫道路的開端。如果道路\n是現有道路的分支,你可以從分支處按一下開始繪畫。\n\n然後跟據衛星圖像或者GPS,沿著道路的點,\n使它跟著正確的路徑。如果你繪畫的道路與另一道路\n相交,在它們的相交點按一下就可將它們連接。當你\n完成繪畫,按兩下或者按'Return'或'Enter'鍵。\n\n",
612             "gps": "# GPS\n\nGPS 追蹤是OpenStreetMap 的寶貴資料來源。這個編輯器\n支援你電腦內的 `.gpx` 檔案。使用智能電話的\n一些應用程式或個人GPS更體就可以搜集得到\n這類的GPS軌跡。\n\n要知道如何運用GPS測量,\n請參閱[用智能電話、GPS或紙繪地圖](http://learnosm.org/en/mobile-mapping/)。\n\n要使用GPX的軌跡繪畫地圖,拖放GPX檔案到編輯器上。\n如辨認得到,它就會於地圖上新增為鮮紫色的綫。\n按'地圖資料'選單右側就可顯示、\n隱藏或縮放這個新的GPX圖層。\n\nGPX軌跡不會直接上載至 OpenStreetMap - 最好的用法\n就要用來繪畫新的地圖、協助你新增特徵、\n或者用來[上載至OpenStreetMap](http://www.openstreetmap.org/trace/create)\n供其他使用者使用。\n",
613             "imagery": "# 圖像\n\n航攝圖像是繪製地圖的重要資源。一系列的\n航攝圖像、衛星圖像和自由編輯的圖像資源\n可以從編輯器右方的'背景設定'選單中選擇。\n\n編輯器預設的衛星圖層是 [Bing Map](http://www.bing.com/maps/),\n但當你平移和縮放至一個新的地域,\n新的來源就可以使用。有一些國家,例如:\n美國、法國和丹麥當中的一些地方,會有高品質圖像。\n\n圖像有時與地圖資料有所偏差,這是由於圖像\n供應商的誤差。如果你看到很多的道路與圖像有平移錯位,\n不用立即移動它們以符合背景。你可以按背景設定底部的'校準'\n來調整圖像,讓它符合現有資料。\n",
614             "addresses": "# 地址\n\n地址是地圖中最有用的資訊之一。\n\n雖然地址常被用來表示為街道的一部分,但在OpenStreetMap中,它們亦會紀錄為街中建築物或地點的屬性。\n\n你可以增加地址至在地圖上的建築物輪廓\n或者是一個點。最合適的地址來源\n就是實地考察或者個人認知 —\n與其他特徵一樣,複製自其他商業來源,例如Google地圖,\n都是禁止的。\n",
615             "inspector": "# 使用檢視面版\n\n檢視面版位於畫面左側,\n你可用它編輯你選擇的特徵的詳細資料。\n\n### 選擇一個特徵種類\n\n當你新增了一個點、綫或範圍,你可以揀選它所屬的特徵,\n例如它是公路或住宅道路、起級市場或咖啡室。\n檢視面版會顯示常用的特徵種類按鈕,而你亦可\n利用尋找列搜尋其他的特徵。\n\n按一下在特徵種類按鈕右下角的 'i' ,\n就可知更多有關資訊。按一下按鈕就可選擇那個種類。\n\n### 使用表格和編輯標籤\n\n在你選擇了特徵種類後或者該特徵已有預設種類,\n檢視面版就會顯示一些相應的欄位,\n例如名稱和地址。\n\n在欄位下,你可以按一下 '新增欄位' 選單去新增\n其他資料,例如維基百科全書的連結、輪椅通道等等。\n\n於檢視面版的下方,按 '附加標籤' 就可以新增\n任意的標籤到那個物件。[Taginfo](http://taginfo.openstreetmap.org/) 可以\n提供大量有關常用標籤的組合。\n\n你在檢視面版所作的變更都會自動套用到地圖。\n你可以按 '復原' 按鈕在復原它們。\n",
616             "buildings": "# 建築物\n\nOpenStreetMap是世界上最大的建築物資料庫。你可以創造和改善這個資料庫。\n\n### 選擇\n\n按一下它的邊界就可選擇。建築物的輪廓就會顯現出來,\n小工具選單也會一併顯示在地圖上,\n而建築物的更多資訊就會顯示在旁邊的版面。\n\n### 修改\n\n間中你會看到建築物不在正確的位置或者有錯誤的標籤。\n\n要移動整個建築物,先選擇它,然後按一下'移動'工具。\n移動你的滑鼠去平移建築物,去到正確的地方就按一下。\n\n要修改建築物的形狀,按著和拖拉邊界上的節\n到更合適的地方。\n\n### 創造\n\n一個有關新增建築物的主要問題是\nOpenStreetMap紀錄著建築物的形狀和點。憑經驗來說,\n_可以的話,以形狀來繪畫建築物_,另外將公司、住宅、\n便利設施和其他東西繪畫成點\n放在建築物的形狀內。\n\n要開始以形狀來繪畫建築物,按一下編輯器左上方的\n'範圍'圖示,完成後就按’Return’鍵或者\n按一下已繪畫的第一個節。\n\n### 刪除\n\n如果建築物完全不正確 — 你在衛星圖像裡看不到,\n而最好實地證實它並不存在 — 你就可以刪除\n它,從地圖中移除。刪除特徵時要特別小心 —\n與其他編輯一樣,每一個人都會看得到結果而衛星圖像\n通常都不是最新的,所以建築物可能是新建的。\n\n你可以按一下想刪除的建築物,然後\n按垃圾桶圖示或按'Delete'鍵。\n",
617             "relations": "# 關係\n\n關係是在OpenStreetMap裡將其他特徵組合在一起的特殊物件種類。\n兩個常見的例子包括*路線關係*,\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\n您可以利用\"合併\"工具,創造內裡有洞的多重多邊形。繪製\n兩個區域(內部與外部),按住Shift鍵和分別點選它們兩者,\n然後按一下\"合併\"(+)按鈕。\n"
618         },
619         "intro": {
620             "done": "完成",
621             "ok": "確定",
622             "graph": {
623                 "block_number": "<value for addr:block_number>",
624                 "city": "三江",
625                 "county": "<value for addr:county>",
626                 "district": "<value for addr:district>",
627                 "hamlet": "<value for addr:hamlet>",
628                 "neighbourhood": "<value for addr:neighbourhood>",
629                 "postcode": "999077",
630                 "province": "<value for addr:province>",
631                 "quarter": "<value for addr:quarter>",
632                 "state": "<value for addr:state>",
633                 "subdistrict": "<value for addr:subdistrict>",
634                 "suburb": "<value for addr:suburb>",
635                 "countrycode": "hk",
636                 "name": {
637                     "1st-avenue": "第一大街",
638                     "2nd-avenue": "第二大街",
639                     "4th-avenue": "第四大街",
640                     "5th-avenue": "第五大街",
641                     "6th-avenue": "第六大街",
642                     "6th-street": "第六街",
643                     "7th-avenue": "第七大街",
644                     "8th-avenue": "第八大街",
645                     "9th-avenue": "第九大街",
646                     "10th-avenue": "第十大街",
647                     "11th-avenue": "第十一大街",
648                     "12th-avenue": "第十二大街"
649                 }
650             },
651             "welcome": {
652                 "title": "歡迎"
653             },
654             "navigation": {
655                 "title": "導航"
656             },
657             "points": {
658                 "title": "處"
659             },
660             "areas": {
661                 "title": "範圍"
662             },
663             "lines": {
664                 "title": "綫"
665             },
666             "buildings": {
667                 "title": "建築物",
668                 "choose_category_building": "**從列表中選擇{category}。**"
669             },
670             "startediting": {
671                 "title": "開始編輯",
672                 "save": "不要忘記定時儲存你的變更!",
673                 "start": "開始制圖"
674             }
675         },
676         "shortcuts": {
677             "title": "鍵盤快速鍵",
678             "browsing": {
679                 "title": "瀏覽",
680                 "navigation": {
681                     "title": "導航",
682                     "pan": "平移地圖",
683                     "zoom": "放大 / 縮小"
684                 },
685                 "help": {
686                     "title": "說明",
687                     "help": "顯示說明/文件",
688                     "keyboard": "顯示鍵盤快速鍵"
689                 },
690                 "display_options": {
691                     "title": "顯示選項",
692                     "background": "顯示背景選項",
693                     "background_switch": "轉換至上一個背景",
694                     "map_data": "顯示地圖資料選項",
695                     "minimap": "切換迷你地圖"
696                 },
697                 "selecting": {
698                     "title": "選擇特徵",
699                     "select_one": "選擇一個特徵",
700                     "select_multi": "選擇多個特徵"
701                 },
702                 "with_selected": {
703                     "edit_menu": "切換編輯選單"
704                 }
705             },
706             "editing": {
707                 "title": "編輯"
708             }
709         },
710         "presets": {
711             "categories": {
712                 "category-barrier": {
713                     "name": "圍欄特徵"
714                 },
715                 "category-building": {
716                     "name": "建築物特徵"
717                 },
718                 "category-golf": {
719                     "name": "高爾夫特徵"
720                 },
721                 "category-landuse": {
722                     "name": "土地利用特徵"
723                 },
724                 "category-natural-area": {
725                     "name": "自然特徵"
726                 },
727                 "category-natural-line": {
728                     "name": "自然特徵"
729                 },
730                 "category-natural-point": {
731                     "name": "自然特徵"
732                 },
733                 "category-path": {
734                     "name": "路徑特徵"
735                 },
736                 "category-rail": {
737                     "name": "鐵路特徵"
738                 },
739                 "category-restriction": {
740                     "name": "限制特徵"
741                 },
742                 "category-road": {
743                     "name": "道路特徵"
744                 },
745                 "category-route": {
746                     "name": "路綫特徵"
747                 },
748                 "category-water-area": {
749                     "name": "水特徵"
750                 },
751                 "category-water-line": {
752                     "name": "水特徵"
753                 }
754             },
755             "fields": {
756                 "access": {
757                     "label": "允許通過",
758                     "options": {
759                         "designated": {
760                             "description": "通行與否,按法例或路牌指定",
761                             "title": "指定"
762                         },
763                         "destination": {
764                             "description": "限往目的地",
765                             "title": "目的地"
766                         },
767                         "dismount": {
768                             "description": "允許通過但騎單車者需要下車",
769                             "title": "下車"
770                         },
771                         "no": {
772                             "description": "禁止一般公眾進入",
773                             "title": "禁入"
774                         },
775                         "permissive": {
776                             "description": "容許進入,直至擁有者撇回許可",
777                             "title": "自由通過"
778                         },
779                         "private": {
780                             "description": "須擁有者個別批准,方可進入",
781                             "title": "私人"
782                         },
783                         "yes": {
784                             "description": "按法例可通;通行權",
785                             "title": "准許"
786                         }
787                     },
788                     "placeholder": "未指定",
789                     "types": {
790                         "access": "所有",
791                         "bicycle": "單車",
792                         "foot": "步行",
793                         "horse": "馬匹",
794                         "motor_vehicle": "汽車"
795                     }
796                 },
797                 "access_simple": {
798                     "label": "允許通過"
799                 },
800                 "access_toilets": {
801                     "label": "通過"
802                 },
803                 "address": {
804                     "label": "地址",
805                     "placeholders": {
806                         "block_number": "區段",
807                         "block_number!jp": "區段",
808                         "city": "城市",
809                         "city!jp": "城市/鎮/鄉村/東京特別區",
810                         "city!vn": "城市/鎮",
811                         "conscriptionnumber": "123",
812                         "country": "國家",
813                         "county": "縣",
814                         "county!jp": "地區",
815                         "district": "地區",
816                         "district!vn": "郡/鎮/地區",
817                         "floor": "樓層",
818                         "hamlet": "小村莊",
819                         "housename": "房名",
820                         "housenumber": "123",
821                         "housenumber!jp": "建築物號碼/地段",
822                         "neighbourhood": "鄰里",
823                         "neighbourhood!jp": "丁目/字/小字 (日本)",
824                         "place": "地方",
825                         "postcode": "郵遞區號",
826                         "province": "省",
827                         "province!jp": "州",
828                         "quarter": "區",
829                         "quarter!jp": "大字/町 (日本)",
830                         "state": "州",
831                         "street": "街",
832                         "subdistrict": "分區",
833                         "subdistrict!vn": "選區/社區/小市鎮",
834                         "suburb": "市郊",
835                         "suburb!jp": "選區"
836                     }
837                 },
838                 "admin_level": {
839                     "label": "行政層次"
840                 },
841                 "aerialway": {
842                     "label": "種類"
843                 },
844                 "aerialway/access": {
845                     "label": "通過",
846                     "options": {
847                         "both": "進入及離開",
848                         "entry": "進入",
849                         "exit": "出口"
850                     }
851                 },
852                 "aerialway/bubble": {
853                     "label": "車廂"
854                 },
855                 "aerialway/capacity": {
856                     "label": "載客量 (每小時)",
857                     "placeholder": "500, 2500, 5000..."
858                 },
859                 "aerialway/duration": {
860                     "label": "車程 (分鐘)",
861                     "placeholder": "1, 2, 3..."
862                 },
863                 "aerialway/heating": {
864                     "label": "暖氣"
865                 },
866                 "aerialway/occupancy": {
867                     "label": "車廂載客量",
868                     "placeholder": "2, 4, 8..."
869                 },
870                 "aerialway/summer/access": {
871                     "label": "開放 (夏天)",
872                     "options": {
873                         "both": "進入及離開",
874                         "entry": "進入",
875                         "exit": "出口"
876                     }
877                 },
878                 "aeroway": {
879                     "label": "種類"
880                 },
881                 "amenity": {
882                     "label": "種類"
883                 },
884                 "animal_boarding": {
885                     "label": "動物用"
886                 },
887                 "animal_breeding": {
888                     "label": "動物用"
889                 },
890                 "animal_shelter": {
891                     "label": "動物用"
892                 },
893                 "area/highway": {
894                     "label": "種類"
895                 },
896                 "artist": {
897                     "label": "藝人"
898                 },
899                 "artwork_type": {
900                     "label": "種類"
901                 },
902                 "atm": {
903                     "label": "提款機"
904                 },
905                 "backrest": {
906                     "label": "長椅"
907                 },
908                 "barrier": {
909                     "label": "種類"
910                 },
911                 "bath/open_air": {
912                     "label": "露天"
913                 },
914                 "bath/sand_bath": {
915                     "label": "沙浴"
916                 },
917                 "bath/type": {
918                     "label": "種類",
919                     "options": {
920                         "foot_bath": "泡腳",
921                         "hot_spring": "溫泉",
922                         "onsen": "日式溫泉"
923                     }
924                 },
925                 "beauty": {
926                     "label": "商店種類"
927                 },
928                 "bench": {
929                     "label": "長椅"
930                 },
931                 "bicycle_parking": {
932                     "label": "種類"
933                 },
934                 "bin": {
935                     "label": "垃圾筒"
936                 },
937                 "blood_components": {
938                     "label": "血液成分",
939                     "options": {
940                         "plasma": "血漿",
941                         "platelets": "血小板",
942                         "stemcells": "幹細胞樣本",
943                         "whole": "全血"
944                     }
945                 },
946                 "board_type": {
947                     "label": "種類"
948                 },
949                 "boundary": {
950                     "label": "種類"
951                 },
952                 "brand": {
953                     "label": "品牌"
954                 },
955                 "building": {
956                     "label": "建築物"
957                 },
958                 "building_area": {
959                     "label": "建築物"
960                 },
961                 "bunker_type": {
962                     "label": "種類"
963                 },
964                 "camera/direction": {
965                     "label": "方向 (順時針度數)",
966                     "placeholder": "45, 90, 180, 270"
967                 },
968                 "camera/mount": {
969                     "label": "相機托架"
970                 },
971                 "camera/type": {
972                     "label": "相機種類",
973                     "options": {
974                         "dome": "半球形",
975                         "fixed": "固定式",
976                         "panning": "搖擺式"
977                     }
978                 },
979                 "capacity": {
980                     "label": "容納",
981                     "placeholder": "50, 100, 200..."
982                 },
983                 "cardinal_direction": {
984                     "label": "方向",
985                     "options": {
986                         "E": "東",
987                         "ENE": "東北偏東",
988                         "ESE": "東南偏東",
989                         "N": "北",
990                         "NE": "東北",
991                         "NNE": "東北偏北",
992                         "NNW": "西北偏北",
993                         "NW": "西北",
994                         "S": "南",
995                         "SE": "東南",
996                         "SSE": "東南偏南",
997                         "SSW": "西南偏南",
998                         "SW": "西南",
999                         "W": "西",
1000                         "WNW": "西北偏西",
1001                         "WSW": "西南偏西"
1002                     }
1003                 },
1004                 "castle_type": {
1005                     "label": "種類"
1006                 },
1007                 "clock_direction": {
1008                     "label": "方向",
1009                     "options": {
1010                         "anticlockwise": "逆時針",
1011                         "clockwise": "順時針"
1012                     }
1013                 },
1014                 "club": {
1015                     "label": "種類"
1016                 },
1017                 "collection_times": {
1018                     "label": "收集時間"
1019                 },
1020                 "communication_multi": {
1021                     "label": "通訊種類"
1022                 },
1023                 "construction": {
1024                     "label": "種類"
1025                 },
1026                 "contact/webcam": {
1027                     "label": "網路相機 URL",
1028                     "placeholder": "http://example.com/"
1029                 },
1030                 "country": {
1031                     "label": "國"
1032                 },
1033                 "covered": {
1034                     "label": "被遮蓋"
1035                 },
1036                 "craft": {
1037                     "label": "種類"
1038                 },
1039                 "crop": {
1040                     "label": "農作物"
1041                 },
1042                 "crossing": {
1043                     "label": "種類"
1044                 },
1045                 "cuisine": {
1046                     "label": "菜式"
1047                 },
1048                 "currency_multi": {
1049                     "label": "外幣種類"
1050                 },
1051                 "cycle_network": {
1052                     "label": "網絡"
1053                 },
1054                 "cycleway": {
1055                     "label": "單車徑",
1056                     "options": {
1057                         "lane": {
1058                             "description": "單車徑與行車道由地上的綫分開",
1059                             "title": "標準單車徑"
1060                         },
1061                         "none": {
1062                             "description": "沒有單車徑",
1063                             "title": "無"
1064                         },
1065                         "opposite": {
1066                             "description": "單程路提供雙程行車單車徑",
1067                             "title": "雙向行駛單車徑"
1068                         },
1069                         "opposite_lane": {
1070                             "description": "與行車方向相反的單車徑",
1071                             "title": "逆向單車道"
1072                         },
1073                         "share_busway": {
1074                             "description": "與巴士綫共享的單車徑",
1075                             "title": "與巴士綫共用的單車徑"
1076                         },
1077                         "shared_lane": {
1078                             "description": "沒有與行車道分開的單車徑",
1079                             "title": "共用單車徑"
1080                         },
1081                         "track": {
1082                             "description": "單車徑與行車道由障礙物分開",
1083                             "title": "單車徑"
1084                         }
1085                     },
1086                     "placeholder": "沒有",
1087                     "types": {
1088                         "cycleway:left": "左側",
1089                         "cycleway:right": "右側"
1090                     }
1091                 },
1092                 "date": {
1093                     "label": "日期"
1094                 },
1095                 "delivery": {
1096                     "label": "外賣"
1097                 },
1098                 "denomination": {
1099                     "label": "派"
1100                 },
1101                 "denotation": {
1102                     "label": "表示"
1103                 },
1104                 "description": {
1105                     "label": "描述"
1106                 },
1107                 "diaper": {
1108                     "label": "設有換片設備"
1109                 },
1110                 "display": {
1111                     "label": "顯示"
1112                 },
1113                 "dock": {
1114                     "label": "種類"
1115                 },
1116                 "drive_through": {
1117                     "label": "免下車"
1118                 },
1119                 "electrified": {
1120                     "label": "電氣化",
1121                     "options": {
1122                         "contact_line": "電纜",
1123                         "no": "否",
1124                         "rail": "已通電路軌",
1125                         "yes": "是 (未指定)"
1126                     },
1127                     "placeholder": "電纜、已通電路軌…"
1128                 },
1129                 "elevation": {
1130                     "label": "海拔"
1131                 },
1132                 "email": {
1133                     "label": "電郵",
1134                     "placeholder": "example@example.com"
1135                 },
1136                 "emergency": {
1137                     "label": "急症室"
1138                 },
1139                 "entrance": {
1140                     "label": "種類"
1141                 },
1142                 "except": {
1143                     "label": "例外"
1144                 },
1145                 "fax": {
1146                     "label": "傳真",
1147                     "placeholder": "+852 12345678"
1148                 },
1149                 "fee": {
1150                     "label": "費用"
1151                 },
1152                 "fence_type": {
1153                     "label": "種類"
1154                 },
1155                 "fire_hydrant/position": {
1156                     "label": "Position",
1157                     "options": {
1158                         "green": "草地",
1159                         "lane": "巷",
1160                         "parking_lot": "停車場",
1161                         "sidewalk": "行人路"
1162                     }
1163                 },
1164                 "fire_hydrant/type": {
1165                     "label": "種類",
1166                     "options": {
1167                         "pillar": "柱狀/地上",
1168                         "pond": "池塘",
1169                         "underground": "地下",
1170                         "wall": "牆上"
1171                     }
1172                 },
1173                 "fixme": {
1174                     "label": "整好我"
1175                 },
1176                 "fuel": {
1177                     "label": "燃料"
1178                 },
1179                 "fuel_multi": {
1180                     "label": "燃料種類"
1181                 },
1182                 "gauge": {
1183                     "label": "軌距"
1184                 },
1185                 "gender": {
1186                     "label": "性別",
1187                     "options": {
1188                         "female": "女",
1189                         "male": "男",
1190                         "unisex": "單性"
1191                     },
1192                     "placeholder": "未知"
1193                 },
1194                 "generator/method": {
1195                     "label": "方法"
1196                 },
1197                 "generator/source": {
1198                     "label": "來源"
1199                 },
1200                 "generator/type": {
1201                     "label": "種類"
1202                 },
1203                 "golf_hole": {
1204                     "label": "參攷",
1205                     "placeholder": "洞數(一到十八)"
1206                 },
1207                 "grape_variety": {
1208                     "label": "葡萄種類"
1209                 },
1210                 "handicap": {
1211                     "label": "差點",
1212                     "placeholder": "1-18"
1213                 },
1214                 "handrail": {
1215                     "label": "扶手"
1216                 },
1217                 "height": {
1218                     "label": "高度 (米)"
1219                 },
1220                 "highway": {
1221                     "label": "種類"
1222                 },
1223                 "historic": {
1224                     "label": "種類"
1225                 },
1226                 "historic/civilization": {
1227                     "label": "古代文明"
1228                 },
1229                 "hoops": {
1230                     "label": "籃框數量",
1231                     "placeholder": "1, 2, 4..."
1232                 },
1233                 "iata": {
1234                     "label": "萬國航空運輸協會(IATA)"
1235                 },
1236                 "icao": {
1237                     "label": "萬國民航組織(ICAO)"
1238                 },
1239                 "incline": {
1240                     "label": "斜"
1241                 },
1242                 "incline_steps": {
1243                     "label": "斜坡",
1244                     "options": {
1245                         "down": "落",
1246                         "up": "上"
1247                     }
1248                 },
1249                 "indoor": {
1250                     "label": "室內"
1251                 },
1252                 "information": {
1253                     "label": "種類"
1254                 },
1255                 "inscription": {
1256                     "label": "碑文"
1257                 },
1258                 "internet_access": {
1259                     "label": "用到互聯網",
1260                     "options": {
1261                         "no": "否",
1262                         "terminal": "終端機",
1263                         "wired": "揷綫上網",
1264                         "wlan": "無綫上網",
1265                         "yes": "有"
1266                     }
1267                 },
1268                 "internet_access/fee": {
1269                     "label": "互聯網費用"
1270                 },
1271                 "internet_access/ssid": {
1272                     "label": "SSID (網絡名稱)"
1273                 },
1274                 "kerb": {
1275                     "label": "下斜路緣"
1276                 },
1277                 "lamp_type": {
1278                     "label": "類別"
1279                 },
1280                 "landuse": {
1281                     "label": "類別"
1282                 },
1283                 "lanes": {
1284                     "label": "行車綫",
1285                     "placeholder": "1, 2, 3..."
1286                 },
1287                 "layer": {
1288                     "label": "層"
1289                 },
1290                 "leaf_cycle": {
1291                     "label": "換葉週期",
1292                     "options": {
1293                         "deciduous": "落葉",
1294                         "evergreen": "常綠",
1295                         "mixed": "混合",
1296                         "semi_deciduous": "半落葉",
1297                         "semi_evergreen": "半常綠    "
1298                     }
1299                 },
1300                 "leaf_cycle_singular": {
1301                     "label": "換葉週期",
1302                     "options": {
1303                         "deciduous": "落葉",
1304                         "evergreen": "常綠",
1305                         "semi_deciduous": "半落葉",
1306                         "semi_evergreen": "半常綠"
1307                     }
1308                 },
1309                 "leaf_type": {
1310                     "label": "葉子種類",
1311                     "options": {
1312                         "broadleaved": "闊葉",
1313                         "leafless": "無葉",
1314                         "mixed": "混合",
1315                         "needleleaved": "針葉"
1316                     }
1317                 },
1318                 "leaf_type_singular": {
1319                     "label": "葉子種類",
1320                     "options": {
1321                         "broadleaved": "闊葉",
1322                         "leafless": "無葉",
1323                         "needleleaved": "針葉"
1324                     }
1325                 },
1326                 "leisure": {
1327                     "label": "類別"
1328                 },
1329                 "length": {
1330                     "label": "長度 (米)"
1331                 },
1332                 "level": {
1333                     "label": "圖層"
1334                 },
1335                 "levels": {
1336                     "label": "樓層數",
1337                     "placeholder": "2, 4, 6..."
1338                 },
1339                 "lit": {
1340                     "label": "照明"
1341                 },
1342                 "location": {
1343                     "label": "地點"
1344                 },
1345                 "man_made": {
1346                     "label": "類別"
1347                 },
1348                 "map_size": {
1349                     "label": "覆蓋範圍"
1350                 },
1351                 "map_type": {
1352                     "label": "種類"
1353                 },
1354                 "maxheight": {
1355                     "label": "最大高度",
1356                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
1357                 },
1358                 "maxspeed": {
1359                     "label": "速度限制",
1360                     "placeholder": "40, 50, 60..."
1361                 },
1362                 "maxstay": {
1363                     "label": "可停留時間"
1364                 },
1365                 "maxweight": {
1366                     "label": "最大承重"
1367                 },
1368                 "mtb/scale": {
1369                     "label": "越野單車徑難度",
1370                     "options": {
1371                         "0": "0: 碎石/ 硬土、沒有障礙物、大弧度",
1372                         "1": "1: 有些鬆散的地面、小型障礙物、大弧度",
1373                         "2": "2: 較多鬆散的地面、大型障礙物、簡單急彎",
1374                         "3": "3: 濕滑地面、大型障礙物、狹窄急彎",
1375                         "4": "4: 鬆散的地面或大圓石、危險急彎",
1376                         "5": "5: 十分困難、石灘、滑坡",
1377                         "6": "6: 非精湛越野單車者不可騎越"
1378                     },
1379                     "placeholder": "0, 1, 2, 3..."
1380                 },
1381                 "mtb/scale/imba": {
1382                     "label": "國際越野單車協會路徑難度",
1383                     "options": {
1384                         "0": "最容易 (白圓圈)",
1385                         "1": "容易 (綠圓圈)",
1386                         "2": "中等 (藍正方)",
1387                         "3": "困難 (黑鑽石)",
1388                         "4": "極度困難 (雙黑鑽石)"
1389                     },
1390                     "placeholder": "容易、中等、困難 …"
1391                 },
1392                 "mtb/scale/uphill": {
1393                     "label": "登山單車上坡難度",
1394                     "options": {
1395                         "0": "0:平均坡度<10%,碎石/實土,沒有障礙物",
1396                         "1": "1:平均坡度<15%,碎石/實土,少許障礙物",
1397                         "2": "2:平均坡度<20%,硬地,拳頭大的石塊/樹根",
1398                         "3": "3:平均坡度<25%,多變的地面,拳頭大的石塊/枝幹",
1399                         "4": "4:平均坡度<30%,路面惡劣,大石頭/枝幹",
1400                         "5": "5:十分陡峭,基本上需要推單車或將單車抬起"
1401                     },
1402                     "placeholder": "0, 1, 2, 3..."
1403                 },
1404                 "name": {
1405                     "label": "名",
1406                     "placeholder": "常用名稱(如有)"
1407                 },
1408                 "natural": {
1409                     "label": "自然"
1410                 },
1411                 "network": {
1412                     "label": "網絡"
1413                 },
1414                 "network_bicycle": {
1415                     "label": "網絡種類",
1416                     "options": {
1417                         "icn": "國際",
1418                         "lcn": "本地",
1419                         "ncn": "國家",
1420                         "rcn": "地區"
1421                     },
1422                     "placeholder": "本地、地區、國家、國際"
1423                 },
1424                 "network_foot": {
1425                     "label": "網絡種類",
1426                     "options": {
1427                         "iwn": "國際",
1428                         "lwn": "本地",
1429                         "nwn": "國家",
1430                         "rwn": "地區"
1431                     },
1432                     "placeholder": "本地、地區、國家、國際"
1433                 },
1434                 "network_horse": {
1435                     "label": "網絡種類",
1436                     "options": {
1437                         "ihn": "國際",
1438                         "lhn": "本地",
1439                         "nhn": "國家",
1440                         "rhn": "地區"
1441                     },
1442                     "placeholder": "本地、地區、國家、國際"
1443                 },
1444                 "network_road": {
1445                     "label": "網絡"
1446                 },
1447                 "note": {
1448                     "label": "註"
1449                 },
1450                 "office": {
1451                     "label": "種類"
1452                 },
1453                 "oneway": {
1454                     "label": "單程",
1455                     "options": {
1456                         "no": "否",
1457                         "undefined": "假設為否",
1458                         "yes": "是"
1459                     }
1460                 },
1461                 "oneway_yes": {
1462                     "label": "單程",
1463                     "options": {
1464                         "no": "否",
1465                         "undefined": "假設為是",
1466                         "yes": "是"
1467                     }
1468                 },
1469                 "opening_hours": {
1470                     "label": "時間"
1471                 },
1472                 "operator": {
1473                     "label": "營辦商"
1474                 },
1475                 "outdoor_seating": {
1476                     "label": "室外座位"
1477                 },
1478                 "par": {
1479                     "label": "標準桿",
1480                     "placeholder": "3, 4, 5..."
1481                 },
1482                 "parallel_direction": {
1483                     "label": "方向",
1484                     "options": {
1485                         "backward": "後向",
1486                         "forward": "前向"
1487                     }
1488                 },
1489                 "park_ride": {
1490                     "label": "泊車轉乘"
1491                 },
1492                 "parking": {
1493                     "label": "種類",
1494                     "options": {
1495                         "carports": "車位",
1496                         "garage_boxes": "車庫箱",
1497                         "lane": "路旁",
1498                         "multi-storey": "多層",
1499                         "sheds": "有蓋",
1500                         "surface": "地面",
1501                         "underground": "地下"
1502                     }
1503                 },
1504                 "payment_multi": {
1505                     "label": "付款種類"
1506                 },
1507                 "phone": {
1508                     "label": "電話",
1509                     "placeholder": "+852 12345678"
1510                 },
1511                 "piste/difficulty": {
1512                     "label": "難度",
1513                     "options": {
1514                         "advanced": "進階 (黑鑽)",
1515                         "easy": "容易 (綠圓圈)",
1516                         "expert": "專家 (雙黑鑽)",
1517                         "extreme": "極困難 (需要攀登工具)",
1518                         "freeride": "自由滑行 (場地外)",
1519                         "intermediate": "中階 (藍方塊)",
1520                         "novice": "新手 (教學)"
1521                     },
1522                     "placeholder": "容易、中階、 進階..."
1523                 },
1524                 "piste/grooming": {
1525                     "label": "雪道種類",
1526                     "options": {
1527                         "backcountry": "偏遠地區",
1528                         "classic": "典型",
1529                         "classic+skating": "典型和滑行",
1530                         "mogul": "花式",
1531                         "scooter": "雪地滑板車/電單車",
1532                         "skating": "滑行"
1533                     }
1534                 },
1535                 "piste/type": {
1536                     "label": "種類",
1537                     "options": {
1538                         "downhill": "滑降",
1539                         "hike": "徒步",
1540                         "ice_skate": "冰刀",
1541                         "nordic": "北歐式",
1542                         "playground": "練習場",
1543                         "skitour": "滑雪團",
1544                         "sled": "雪橇",
1545                         "sleigh": "簡易雪橇",
1546                         "snow_park": "滑雪場"
1547                     }
1548                 },
1549                 "place": {
1550                     "label": "類別"
1551                 },
1552                 "plant": {
1553                     "label": "植物"
1554                 },
1555                 "population": {
1556                     "label": "人口"
1557                 },
1558                 "power": {
1559                     "label": "類別"
1560                 },
1561                 "power_supply": {
1562                     "label": "電源供應"
1563                 },
1564                 "produce": {
1565                     "label": "產品"
1566                 },
1567                 "product": {
1568                     "label": "產品"
1569                 },
1570                 "railway": {
1571                     "label": "類別"
1572                 },
1573                 "recycling_accepts": {
1574                     "label": "接受"
1575                 },
1576                 "recycling_type": {
1577                     "label": "回收種類",
1578                     "options": {
1579                         "centre": "回收中心",
1580                         "container": "回收箱"
1581                     }
1582                 },
1583                 "ref": {
1584                     "label": "參考"
1585                 },
1586                 "relation": {
1587                     "label": "類別"
1588                 },
1589                 "religion": {
1590                     "label": "宗敎"
1591                 },
1592                 "restriction": {
1593                     "label": "類別"
1594                 },
1595                 "restrictions": {
1596                     "label": "轉彎限制"
1597                 },
1598                 "rooms": {
1599                     "label": "房間數目"
1600                 },
1601                 "route": {
1602                     "label": "類類別"
1603                 },
1604                 "route_master": {
1605                     "label": "類別"
1606                 },
1607                 "sac_scale": {
1608                     "label": "遠足難度",
1609                     "options": {
1610                         "alpine_hiking": "T4:高山遠足",
1611                         "demanding_alpine_hiking": "T5:進階高山遠足",
1612                         "demanding_mountain_hiking": "T3:進階登山",
1613                         "difficult_alpine_hiking": "T6:艱難高山遠足",
1614                         "hiking": "T1:遠足",
1615                         "mountain_hiking": "T2:登山"
1616                     },
1617                     "placeholder": "登山、高山遠足..."
1618                 },
1619                 "sanitary_dump_station": {
1620                     "label": "廁所污水處理"
1621                 },
1622                 "seasonal": {
1623                     "label": "季節性"
1624                 },
1625                 "second_hand": {
1626                     "label": "售賣二手貨",
1627                     "options": {
1628                         "no": "否",
1629                         "only": "只可",
1630                         "yes": "是"
1631                     },
1632                     "placeholder": "是、否、只能"
1633                 },
1634                 "service": {
1635                     "label": "類別"
1636                 },
1637                 "service/bicycle": {
1638                     "label": "服務"
1639                 },
1640                 "service/vehicle": {
1641                     "label": "服務"
1642                 },
1643                 "service_rail": {
1644                     "label": "服務類型",
1645                     "options": {
1646                         "crossover": "渡線",
1647                         "siding": "側線",
1648                         "spur": "支線",
1649                         "yard": "貨場"
1650                     }
1651                 },
1652                 "service_times": {
1653                     "label": "服務時間"
1654                 },
1655                 "shelter": {
1656                     "label": "有蓋"
1657                 },
1658                 "shelter_type": {
1659                     "label": "種類"
1660                 },
1661                 "shop": {
1662                     "label": "種類"
1663                 },
1664                 "site": {
1665                     "label": "類別"
1666                 },
1667                 "smoking": {
1668                     "label": "吸煙",
1669                     "options": {
1670                         "dedicated": "吸煙者專用 (例如吸煙室)",
1671                         "isolated": "於實質上隔開的吸煙區",
1672                         "no": "任何地方都不可吸煙",
1673                         "outside": "可於室外吸煙",
1674                         "separated": "沒有隔開的吸煙區",
1675                         "yes": "所有地方均可吸煙"
1676                     },
1677                     "placeholder": "禁止、隔開、可以"
1678                 },
1679                 "smoothness": {
1680                     "label": "順滑度",
1681                     "options": {
1682                         "bad": "堅固車輪:旅行單車、汽車、人力車",
1683                         "excellent": "軸承:溜冰、滑板",
1684                         "good": "細車輪:公路車",
1685                         "horrible": "越野:重型越野車輛",
1686                         "impassable": "無法通行 / 輪車無法通行",
1687                         "intermediate": "輪胎:單車、輪椅、滑板車",
1688                         "very_bad": "高地台:輕型越野車輛",
1689                         "very_horrible": "越野專用:拖拉機、全地形越野車"
1690                     },
1691                     "placeholder": "軸承、輪胎、越野..."
1692                 },
1693                 "social_facility": {
1694                     "label": "種類"
1695                 },
1696                 "social_facility_for": {
1697                     "label": "服務對象"
1698                 },
1699                 "source": {
1700                     "label": "來源"
1701                 },
1702                 "sport": {
1703                     "label": "運動"
1704                 },
1705                 "sport_ice": {
1706                     "label": "運動"
1707                 },
1708                 "sport_racing_motor": {
1709                     "label": "運動"
1710                 },
1711                 "sport_racing_nonmotor": {
1712                     "label": "運動"
1713                 },
1714                 "stars": {
1715                     "label": "星級"
1716                 },
1717                 "start_date": {
1718                     "label": "起始日期"
1719                 },
1720                 "step_count": {
1721                     "label": "梯級數目"
1722                 },
1723                 "stop": {
1724                     "label": "停車指示種類",
1725                     "options": {
1726                         "all": "全部方向",
1727                         "minor": "次級道路"
1728                     }
1729                 },
1730                 "structure": {
1731                     "label": "結構",
1732                     "options": {
1733                         "bridge": "橋樑",
1734                         "cutting": "開山",
1735                         "embankment": "基堤",
1736                         "ford": "淺灘",
1737                         "tunnel": "隧道"
1738                     },
1739                     "placeholder": "未知"
1740                 },
1741                 "studio": {
1742                     "label": "種類"
1743                 },
1744                 "substation": {
1745                     "label": "種類"
1746                 },
1747                 "supervised": {
1748                     "label": "受監察"
1749                 },
1750                 "support": {
1751                     "label": "支持"
1752                 },
1753                 "surface": {
1754                     "label": "表面"
1755                 },
1756                 "surveillance": {
1757                     "label": "監視類型"
1758                 },
1759                 "surveillance/type": {
1760                     "label": "監視種類",
1761                     "options": {
1762                         "ALPR": "自動車牌讀取器",
1763                         "camera": "相機",
1764                         "guard": "守衛"
1765                     }
1766                 },
1767                 "surveillance/zone": {
1768                     "label": "監視區域"
1769                 },
1770                 "tactile_paving": {
1771                     "label": "盲人引路徑"
1772                 },
1773                 "takeaway": {
1774                     "label": "外賣",
1775                     "options": {
1776                         "no": "不可",
1777                         "only": "只可外賣",
1778                         "yes": "可以"
1779                     },
1780                     "placeholder": "可以、不可、只可外賣…"
1781                 },
1782                 "toilets/disposal": {
1783                     "label": "棄置",
1784                     "options": {
1785                         "bucket": "尿斗",
1786                         "chemical": "化學掩臭",
1787                         "flush": "沖水式",
1788                         "pitlatrine": "坑廁/旱廁"
1789                     }
1790                 },
1791                 "toll": {
1792                     "label": "收費"
1793                 },
1794                 "tomb": {
1795                     "label": "種類"
1796                 },
1797                 "tourism": {
1798                     "label": "種類"
1799                 },
1800                 "tower/construction": {
1801                     "label": "建築物料",
1802                     "placeholder": "拉線、格狀、隱藏、..."
1803                 },
1804                 "tower/type": {
1805                     "label": "種類"
1806                 },
1807                 "tracktype": {
1808                     "label": "路徑種類",
1809                     "options": {
1810                         "grade1": "實心:已鋪設路面或有剛硬的表面",
1811                         "grade2": "接近實心:混合了柔性物料的碎石/石塊",
1812                         "grade3": "混合了硬性與柔性的物料",
1813                         "grade4": "接近柔性:混合了硬性物料的土壤/砂粒/草",
1814                         "grade5": "柔性:土壤/砂粒/草"
1815                     },
1816                     "placeholder": "實心、接近實心、柔性..."
1817                 },
1818                 "traffic_calming": {
1819                     "label": "種類"
1820                 },
1821                 "traffic_signals": {
1822                     "label": "訊號種類"
1823                 },
1824                 "trail_visibility": {
1825                     "label": "路徑可見度",
1826                     "options": {
1827                         "bad": "差勁:沒有標記,有時候看不到路徑/沒有路徑",
1828                         "excellent": "優良:路徑明確或有充分標記",
1829                         "good": "好:標記可看得到,但有時需要搜尋",
1830                         "horrible": "可怕:時常沒有路徑,需要一些定向技能",
1831                         "intermediate": "尚可:標記不多,路徑大致可見",
1832                         "no": "無:沒有路徑,需要極佳定向技能"
1833                     },
1834                     "placeholder": "優良、好、差勁..."
1835                 },
1836                 "trees": {
1837                     "label": "樹"
1838                 },
1839                 "tunnel": {
1840                     "label": "隧道"
1841                 },
1842                 "vending": {
1843                     "label": "貨品種類"
1844                 },
1845                 "visibility": {
1846                     "label": "可見度",
1847                     "options": {
1848                         "area": "超過 20 米 (65 呎)",
1849                         "house": "到 5 米 (16 呎)",
1850                         "street": "5 至 20米 (16 至 65呎)"
1851                     }
1852                 },
1853                 "wall": {
1854                     "label": "種類"
1855                 },
1856                 "water": {
1857                     "label": "種類"
1858                 },
1859                 "water_point": {
1860                     "label": "取水地點"
1861                 },
1862                 "waterway": {
1863                     "label": "種類"
1864                 },
1865                 "website": {
1866                     "label": "網站",
1867                     "placeholder": "http://example.com/"
1868                 },
1869                 "wetland": {
1870                     "label": "種類"
1871                 },
1872                 "wheelchair": {
1873                     "label": "可通輪椅"
1874                 },
1875                 "width": {
1876                     "label": "濶度(米)"
1877                 },
1878                 "wikipedia": {
1879                     "label": "維基百科全書"
1880                 }
1881             },
1882             "presets": {
1883                 "address": {
1884                     "name": "地址",
1885                     "terms": "Address,地址,地埗,址"
1886                 },
1887                 "advertising/billboard": {
1888                     "name": "Billboard",
1889                     "terms": "Billboard, 廣告板"
1890                 },
1891                 "aerialway": {
1892                     "name": "纜車路線"
1893                 },
1894                 "aerialway/cable_car": {
1895                     "name": "纜車",
1896                     "terms": "Cable Car,纜車"
1897                 },
1898                 "aerialway/chair_lift": {
1899                     "name": "吊椅",
1900                     "terms": "Chair Lift,吊椅"
1901                 },
1902                 "aerialway/drag_lift": {
1903                     "name": "牽引纜車",
1904                     "terms": "Drag Lift, 牽引纜車"
1905                 },
1906                 "aerialway/gondola": {
1907                     "name": "吊艙",
1908                     "terms": "Gondola,吊籃,吊船,空中纜車"
1909                 },
1910                 "aerialway/goods": {
1911                     "name": "貨運纜車",
1912                     "terms": "Goods Aerialway,載貨纜車"
1913                 },
1914                 "aerialway/magic_carpet": {
1915                     "name": "輸送帶",
1916                     "terms": "Magic Carpet Lift,輸送帶"
1917                 },
1918                 "aerialway/mixed_lift": {
1919                     "name": "混合式纜車",
1920                     "terms": "Mixed Lift,混合式纜車,混合式吊車"
1921                 },
1922                 "aerialway/platter": {
1923                     "name": "吊盤",
1924                     "terms": "吊盤"
1925                 },
1926                 "aerialway/pylon": {
1927                     "name": "纜車纜塔",
1928                     "terms": "纜塔,纜車塔,吊車塔"
1929                 },
1930                 "aerialway/rope_tow": {
1931                     "name": "牽繩",
1932                     "terms": "牽繩"
1933                 },
1934                 "aerialway/station": {
1935                     "name": "纜車站",
1936                     "terms": "纜車車站"
1937                 },
1938                 "aerialway/t-bar": {
1939                     "name": "T型吊桿",
1940                     "terms": "T型吊桿"
1941                 },
1942                 "aeroway": {
1943                     "name": "航空設施"
1944                 },
1945                 "aeroway/aerodrome": {
1946                     "name": "機場",
1947                     "terms": "Airport,機場,飛機,飛機場"
1948                 },
1949                 "aeroway/apron": {
1950                     "name": "停機坪",
1951                     "terms": "Apron,停機坪"
1952                 },
1953                 "aeroway/gate": {
1954                     "name": "登機閘",
1955                     "terms": "Airport Gate,登機門,登機口"
1956                 },
1957                 "aeroway/hangar": {
1958                     "name": "飛機庫",
1959                     "terms": "Hangar,機庫,飛機庫,飛機棚"
1960                 },
1961                 "aeroway/helipad": {
1962                     "name": "直升機坪",
1963                     "terms": "Helipad,直升機坪,直升機場,直昇機坪,直昇機場,直升機升降坪"
1964                 },
1965                 "aeroway/runway": {
1966                     "name": "跑道",
1967                     "terms": "Runway,跑道,機場跑道"
1968                 },
1969                 "aeroway/taxiway": {
1970                     "name": "滑行道",
1971                     "terms": "Taxiway,滑行道,機場滑行道,停機坪滑行道"
1972                 },
1973                 "aeroway/terminal": {
1974                     "name": "機場客運大樓",
1975                     "terms": "Airport Terminal,航廈"
1976                 },
1977                 "amenity": {
1978                     "name": "設施"
1979                 },
1980                 "amenity/animal_boarding": {
1981                     "name": "寵物酒店",
1982                     "terms": "Animal Boarding Facility, Dog hotel, pet hotel,寵物度假村,寵物飯店,狗酒店, 動物酒店"
1983                 },
1984                 "amenity/animal_breeding": {
1985                     "name": "動物繁殖場",
1986                     "terms": "Animal Breeding Facility, 寵物繁殖場"
1987                 },
1988                 "amenity/animal_shelter": {
1989                     "name": "動物收容中心",
1990                     "terms": "Animal Shelter, 動物收容所"
1991                 },
1992                 "amenity/arts_centre": {
1993                     "name": "美術館",
1994                     "terms": "Arts Center,美術中心,美術館,藝術中心,藝術館"
1995                 },
1996                 "amenity/atm": {
1997                     "name": "提款機",
1998                     "terms": "ATM,提款機,櫃員機,自動提款機,自動櫃員機"
1999                 },
2000                 "amenity/bank": {
2001                     "name": "銀行",
2002                     "terms": "Bank,銀號,銀行"
2003                 },
2004                 "amenity/bar": {
2005                     "name": "酒吧",
2006                     "terms": "Bar,吧,酒吧"
2007                 },
2008                 "amenity/bbq": {
2009                     "name": "燒烤",
2010                     "terms": "BBQ,燒烤"
2011                 },
2012                 "amenity/bench": {
2013                     "name": "長椅",
2014                     "terms": "Bench,長凳,長椅,長櫈"
2015                 },
2016                 "amenity/bicycle_parking": {
2017                     "name": "單車停放處",
2018                     "terms": "Bicycle Parking,單車停放,單車停泊處,泊單車,泊單車處,自行車停放處"
2019                 },
2020                 "amenity/bicycle_rental": {
2021                     "name": "單車出租",
2022                     "terms": "Bicycle Rental,單車租賃,租單車,租單車舖,租單車處,自行車租賃處"
2023                 },
2024                 "amenity/bicycle_repair_station": {
2025                     "name": "單車維修站",
2026                     "terms": "單車維修站,維修單車,自行車維修站,維修自行車"
2027                 },
2028                 "amenity/biergarten": {
2029                     "name": "露天啤酒店",
2030                     "terms": "啤酒店,戶外啤酒店,啤酒花園"
2031                 },
2032                 "amenity/boat_rental": {
2033                     "name": "租艇",
2034                     "terms": "Boat Rental,租艇,船舶租賃處"
2035                 },
2036                 "amenity/bureau_de_change": {
2037                     "name": "外幣兌換",
2038                     "terms": "錢幣兌換,換錢"
2039                 },
2040                 "amenity/bus_station": {
2041                     "name": "巴士站",
2042                     "terms": "巴士站"
2043                 },
2044                 "amenity/cafe": {
2045                     "name": "茶座",
2046                     "terms": "Cafe,㗎啡室,㗎啡廳,咖啡,咖啡室,咖啡廳,茶座"
2047                 },
2048                 "amenity/car_rental": {
2049                     "name": "汽車租賃",
2050                     "terms": "Car Rental,汽車租賃處,租車,租車店,租車舖"
2051                 },
2052                 "amenity/car_sharing": {
2053                     "name": "汽車共享站",
2054                     "terms": "Car Sharing,共用車,共用車處,汽車共享站"
2055                 },
2056                 "amenity/car_wash": {
2057                     "name": "洗車店",
2058                     "terms": "Car Wash,洗車,洗車舖"
2059                 },
2060                 "amenity/casino": {
2061                     "name": "賭場",
2062                     "terms": "賭場"
2063                 },
2064                 "amenity/charging_station": {
2065                     "name": "充電站",
2066                     "terms": "叉電站"
2067                 },
2068                 "amenity/childcare": {
2069                     "name": "託兒所/幼兒護理",
2070                     "terms": "託兒所,幼兒護理,託管"
2071                 },
2072                 "amenity/cinema": {
2073                     "name": "戲院",
2074                     "terms": "Cinema,電影,電影戲院,電影院"
2075                 },
2076                 "amenity/clinic": {
2077                     "name": "診所",
2078                     "terms": "診療所,醫務所,醫務中心"
2079                 },
2080                 "amenity/clock": {
2081                     "name": "時鐘",
2082                     "terms": "時鐘,鐘塔,鐘樓"
2083                 },
2084                 "amenity/college": {
2085                     "name": "學院範圍",
2086                     "terms": "學院,學院用地,技術學院,專上學院,專科,書院"
2087                 },
2088                 "amenity/community_centre": {
2089                     "name": "社區中心",
2090                     "terms": "活動中心"
2091                 },
2092                 "amenity/compressed_air": {
2093                     "name": "打氣服務",
2094                     "terms": "輪胎打氣"
2095                 },
2096                 "amenity/courthouse": {
2097                     "name": "法庭",
2098                     "terms": "Courthouse,法庭,法院,裁判署"
2099                 },
2100                 "amenity/coworking_space": {
2101                     "name": "共同工作空間"
2102                 },
2103                 "amenity/crematorium": {
2104                     "name": "火葬場",
2105                     "terms": "Crematorium, 火葬場"
2106                 },
2107                 "amenity/dentist": {
2108                     "name": "牙醫",
2109                     "terms": "牙醫診所,牙科診所,齒科"
2110                 },
2111                 "amenity/doctors": {
2112                     "name": "醫生",
2113                     "terms": "醫師"
2114                 },
2115                 "amenity/dojo": {
2116                     "name": "道場/武術學院",
2117                     "terms": "武藝,武術"
2118                 },
2119                 "amenity/drinking_water": {
2120                     "name": "飲用水",
2121                     "terms": "Drinking Water,水源,活水,飲水,飲水處,飲水機,飲水器"
2122                 },
2123                 "amenity/driving_school": {
2124                     "name": "駕駛學校",
2125                     "terms": "Driving School, 駕駛學院"
2126                 },
2127                 "amenity/embassy": {
2128                     "name": "大使館",
2129                     "terms": "Embassy,使館,大使館,領事館"
2130                 },
2131                 "amenity/fast_food": {
2132                     "name": "快餐店",
2133                     "terms": "Fast Food,快餐店,速食店"
2134                 },
2135                 "amenity/ferry_terminal": {
2136                     "name": "客運碼頭",
2137                     "terms": "客運碼頭,客運渡輪碼頭,渡輪碼頭"
2138                 },
2139                 "amenity/fire_station": {
2140                     "name": "消防局",
2141                     "terms": "Fire Station,水車館,消防局,消防站"
2142                 },
2143                 "amenity/food_court": {
2144                     "name": "美食廣場",
2145                     "terms": "Food Court, 美食街, 美食中心, 食堂, 食街"
2146                 },
2147                 "amenity/fountain": {
2148                     "name": "噴水池",
2149                     "terms": "Fountain,噴水池,噴泉"
2150                 },
2151                 "amenity/fuel": {
2152                     "name": "油站",
2153                     "terms": "Gas Station,加氣站,加汽站,加油站,油站"
2154                 },
2155                 "amenity/grave_yard": {
2156                     "name": "墓地",
2157                     "terms": "Graveyard,墓地,墳地,墳場,祖墳,山墳,泥墳,土墳"
2158                 },
2159                 "amenity/grit_bin": {
2160                     "name": "砂礫桶",
2161                     "terms": "砂礫箱,沙礫桶,沙桶,砂桶,砂鹽混合物桶"
2162                 },
2163                 "amenity/hospital": {
2164                     "name": "醫院範圍",
2165                     "terms": "醫院"
2166                 },
2167                 "amenity/hunting_stand": {
2168                     "name": "狩獵台",
2169                     "terms": "狩獵站,狩獵塔"
2170                 },
2171                 "amenity/ice_cream": {
2172                     "name": "雪榚店",
2173                     "terms": "ice cream, 雪榚店, 冰淇淋店"
2174                 },
2175                 "amenity/internet_cafe": {
2176                     "name": "網吧",
2177                     "terms": "Internet Cafe, 互聯網餐廳"
2178                 },
2179                 "amenity/kindergarten": {
2180                     "name": "學前照顧/幼稚園範圍",
2181                     "terms": "幼兒園,幼稚園用地,幼稚園"
2182                 },
2183                 "amenity/library": {
2184                     "name": "圖書館",
2185                     "terms": "Library,圖書館"
2186                 },
2187                 "amenity/marketplace": {
2188                     "name": "街市",
2189                     "terms": "Marketplace,市場,菜市場,街市"
2190                 },
2191                 "amenity/motorcycle_parking": {
2192                     "name": "電單車停車位",
2193                     "terms": "摩托車停車場,電單車停車場"
2194                 },
2195                 "amenity/nightclub": {
2196                     "name": "夜總會",
2197                     "terms": "夜店"
2198                 },
2199                 "amenity/nursing_home": {
2200                     "name": "護養院"
2201                 },
2202                 "amenity/parking": {
2203                     "name": "停車場",
2204                     "terms": "Car Parking,停車場"
2205                 },
2206                 "amenity/parking_entrance": {
2207                     "name": "停車場入口/出口",
2208                     "terms": "停車場入口,停車場出口"
2209                 },
2210                 "amenity/parking_space": {
2211                     "name": "泊車位",
2212                     "terms": "停車空間,泊車處,停車位,車位"
2213                 },
2214                 "amenity/pavilion": {
2215                     "name": "亭",
2216                     "terms": "Pavilion,亭"
2217                 },
2218                 "amenity/pharmacy": {
2219                     "name": "藥房",
2220                     "terms": "Pharmacy,葯局,葯店,葯房,葯舖,藥局,藥店,藥房,藥舖"
2221                 },
2222                 "amenity/place_of_worship": {
2223                     "name": "祟拜場所",
2224                     "terms": "Place of Worship,Worship,宗教祟拜場所,宗教禮拜處,崇拜處,拜神之所,禮拜場所,廟,教堂,寺廟,禮拜堂,猶太廟,清真寺"
2225                 },
2226                 "amenity/place_of_worship/buddhist": {
2227                     "name": "佛寺",
2228                     "terms": "Buddhist Temple,佛堂,佛寺,佛廟,和尚寺,寶殿,寺,寺廟,尼姑庵,尼庵,庵堂,廟,精舍,閣,靜院,觀音廟,觀音寺"
2229                 },
2230                 "amenity/place_of_worship/christian": {
2231                     "name": "敎堂",
2232                     "terms": "Christian,Church,基督敎堂,基督教堂,天主堂,天主敎堂,天主教堂,敎堂,教堂,聖堂"
2233                 },
2234                 "amenity/place_of_worship/jewish": {
2235                     "name": "猶太廟",
2236                     "terms": "Synagogue,jewish,猶太寺,猶太廟,猶太教堂"
2237                 },
2238                 "amenity/place_of_worship/muslim": {
2239                     "name": "清真寺",
2240                     "terms": "Mosque,Muslim,回教寺,回教廟,清真廟,清真寺"
2241                 },
2242                 "amenity/planetarium": {
2243                     "name": "天象廳",
2244                     "terms": "Planetarium, 天象館"
2245                 },
2246                 "amenity/police": {
2247                     "name": "警署",
2248                     "terms": "Police,差館,派出所,警察局,警局,警署"
2249                 },
2250                 "amenity/post_box": {
2251                     "name": "郵筒",
2252                     "terms": "Mailbox,Post,Post Box,郵筒,郵箱"
2253                 },
2254                 "amenity/post_office": {
2255                     "name": "郵政局",
2256                     "terms": "Post Office,郵局,郵政局,香港郵政"
2257                 },
2258                 "amenity/prison": {
2259                     "name": "監獄範圍",
2260                     "terms": "監倉範圍,懲教所範圍,勞教中心範圍"
2261                 },
2262                 "amenity/pub": {
2263                     "name": "酒館",
2264                     "terms": "Pub,酒館"
2265                 },
2266                 "amenity/public_bath": {
2267                     "name": "公共浴室",
2268                     "terms": "Public Bath,公共澡堂,公共浴池,錢湯,公共浴場"
2269                 },
2270                 "amenity/public_bookcase": {
2271                     "name": "公眾書架",
2272                     "terms": "公共書架"
2273                 },
2274                 "amenity/ranger_station": {
2275                     "name": "郊野公園遊客中心",
2276                     "terms": "Ranger Station,郊野公園管理站,郊野公園訪客中心"
2277                 },
2278                 "amenity/recycling": {
2279                     "name": "回收設施",
2280                     "terms": "Recycling,回收桶,回收箱,廢物回收桶"
2281                 },
2282                 "amenity/recycling_centre": {
2283                     "name": "回收中心",
2284                     "terms": "Recycling Center, 廢物回收中心, 資源回收中心"
2285                 },
2286                 "amenity/register_office": {
2287                     "name": "人事登記處"
2288                 },
2289                 "amenity/restaurant": {
2290                     "name": "餐廳",
2291                     "terms": "Restaurant,茶樓,酒家,酒樓,飯店,飯館,餐廳,餐館"
2292                 },
2293                 "amenity/sanitary_dump_station": {
2294                     "name": "露營車廁所廢物收集",
2295                     "terms": "露營車廁所廢物收集"
2296                 },
2297                 "amenity/school": {
2298                     "name": "學校範圍",
2299                     "terms": "學校,中學,小學,學校用地,學校範圍,國際學校"
2300                 },
2301                 "amenity/shelter": {
2302                     "name": "涼亭",
2303                     "terms": "Shelter,亭,蓋,避難,避難所,避雨亭"
2304                 },
2305                 "amenity/social_facility": {
2306                     "name": "社會服務設施",
2307                     "terms": "社福設施"
2308                 },
2309                 "amenity/social_facility/food_bank": {
2310                     "name": "食物銀行",
2311                     "terms": "食物銀行"
2312                 },
2313                 "amenity/social_facility/group_home": {
2314                     "name": "安老院",
2315                     "terms": "老人院"
2316                 },
2317                 "amenity/social_facility/homeless_shelter": {
2318                     "name": "露宿者收容所",
2319                     "terms": "露宿者中心,露宿者之家"
2320                 },
2321                 "amenity/social_facility/nursing_home": {
2322                     "name": "護養院",
2323                     "terms": "Nursing Home,療養院"
2324                 },
2325                 "amenity/studio": {
2326                     "name": "工作室",
2327                     "terms": "影樓,畫室,放映室,美術室,工藝室,藝術工作室"
2328                 },
2329                 "amenity/swimming_pool": {
2330                     "name": "游泳池"
2331                 },
2332                 "amenity/taxi": {
2333                     "name": "的士站",
2334                     "terms": "Taxi Stand,出租車站,的士站,計程車站"
2335                 },
2336                 "amenity/telephone": {
2337                     "name": "電話",
2338                     "terms": "Telephone,電話,電話亭"
2339                 },
2340                 "amenity/theatre": {
2341                     "name": "劇院",
2342                     "terms": "Theater,劇場,劇院,戲院,舞臺戲院,電影院,戲棚"
2343                 },
2344                 "amenity/toilets": {
2345                     "name": "廁所",
2346                     "terms": "Toilets,便所,公厠,公廁,厠所,廁所,方便,洗手間,盥洗室,化粧間"
2347                 },
2348                 "amenity/townhall": {
2349                     "name": "大會堂",
2350                     "terms": "Town Hall,大會堂,市政府,市政廳"
2351                 },
2352                 "amenity/university": {
2353                     "name": "大學範圍",
2354                     "terms": "大學,大專,大學用地"
2355                 },
2356                 "amenity/vending_machine": {
2357                     "name": "售賣機",
2358                     "terms": "Vending Machine,售賣機,自動售賣機,自動販賣機,販賣機"
2359                 },
2360                 "amenity/vending_machine/cigarettes": {
2361                     "name": "香煙售賣機",
2362                     "terms": "香煙售賣機"
2363                 },
2364                 "amenity/vending_machine/condoms": {
2365                     "name": "避孕套售賣機",
2366                     "terms": "保險套販賣機,安全套販賣機,避孕袋售賣機"
2367                 },
2368                 "amenity/vending_machine/drinks": {
2369                     "name": "飲品售賣機",
2370                     "terms": "飲料售賣機"
2371                 },
2372                 "amenity/vending_machine/excrement_bags": {
2373                     "name": "排泄物袋售賣機",
2374                     "terms": "糞便袋售賣機"
2375                 },
2376                 "amenity/vending_machine/news_papers": {
2377                     "name": "報紙售賣機"
2378                 },
2379                 "amenity/vending_machine/newspapers": {
2380                     "name": "報紙售賣機",
2381                     "terms": "Newspaper Vending Machine,報紙販賣機"
2382                 },
2383                 "amenity/vending_machine/parcel_pickup_dropoff": {
2384                     "name": "包裹領件/投寄機",
2385                     "terms": "包裹領件/投寄機"
2386                 },
2387                 "amenity/vending_machine/parking_tickets": {
2388                     "name": "泊車票售賣機",
2389                     "terms": "停車票售賣機"
2390                 },
2391                 "amenity/vending_machine/public_transport_tickets": {
2392                     "name": "自動售票機",
2393                     "terms": "車票販賣機,車票售賣機"
2394                 },
2395                 "amenity/vending_machine/sweets": {
2396                     "name": "零食售賣機",
2397                     "terms": "零食販賣機"
2398                 },
2399                 "amenity/veterinary": {
2400                     "name": "獸醫",
2401                     "terms": "獸醫, 動物醫生"
2402                 },
2403                 "amenity/waste_basket": {
2404                     "name": "垃圾桶",
2405                     "terms": "Waste Basket,垃圾桶,垃圾箱,廢物箱"
2406                 },
2407                 "amenity/waste_disposal": {
2408                     "name": "大型垃圾箱",
2409                     "terms": "大型垃圾筒,大型回收箱"
2410                 },
2411                 "amenity/waste_transfer_station": {
2412                     "name": "垃圾轉運站",
2413                     "terms": "Waste Transfer Station, 垃圾站"
2414                 },
2415                 "amenity/water_point": {
2416                     "name": "露營車飲用水",
2417                     "terms": "旅行車飲用水"
2418                 },
2419                 "amenity/watering_place": {
2420                     "name": "動物飲水處",
2421                     "terms": "Animal Watering Place, 動物飲水區"
2422                 },
2423                 "area": {
2424                     "name": "範圍",
2425                     "terms": "Area,區域,範圍"
2426                 },
2427                 "area/highway": {
2428                     "name": "路面物質",
2429                     "terms": "路面材質,路面"
2430                 },
2431                 "barrier": {
2432                     "name": "屏障",
2433                     "terms": "Barrier,屏障,阻擋,障礙,障礙物,柵欄,護欄"
2434                 },
2435                 "barrier/block": {
2436                     "name": "路障",
2437                     "terms": "Block,路障,障礙物"
2438                 },
2439                 "barrier/bollard": {
2440                     "name": "護柱",
2441                     "terms": "Bollard,護柱,標柱,繫纜樁,矮柱"
2442                 },
2443                 "barrier/border_control": {
2444                     "name": "邊境管制",
2445                     "terms": "Border Control, 邊防"
2446                 },
2447                 "barrier/cattle_grid": {
2448                     "name": "攔畜溝柵",
2449                     "terms": "Cattle Grid,家畜柵欄,攔畜溝柵"
2450                 },
2451                 "barrier/city_wall": {
2452                     "name": "城牆",
2453                     "terms": "City Wall,城墻,城牆"
2454                 },
2455                 "barrier/cycle_barrier": {
2456                     "name": "單車減速欄",
2457                     "terms": "Cycle Barrier,單車減速欄,單車矮欄"
2458                 },
2459                 "barrier/ditch": {
2460                     "name": "溝渠",
2461                     "terms": "Ditch,溝,溝渠,明溝"
2462                 },
2463                 "barrier/entrance": {
2464                     "name": "入口"
2465                 },
2466                 "barrier/fence": {
2467                     "name": "圍欄",
2468                     "terms": "Fence,欄,欄柵,籬,籬笆,圍網,柵欄"
2469                 },
2470                 "barrier/gate": {
2471                     "name": "閘門",
2472                     "terms": "Gate,口,門,閘"
2473                 },
2474                 "barrier/hedge": {
2475                     "name": "樹籬",
2476                     "terms": "Hedge,樹籬"
2477                 },
2478                 "barrier/kissing_gate": {
2479                     "name": "單人轉門 ",
2480                     "terms": "Kissing Gate,單人轉門"
2481                 },
2482                 "barrier/lift_gate": {
2483                     "name": "閘桿",
2484                     "terms": "Lift Gate,擋車器,道閘"
2485                 },
2486                 "barrier/retaining_wall": {
2487                     "name": "護土牆",
2488                     "terms": "Retaining Wall,擋土墻,護土牆"
2489                 },
2490                 "barrier/stile": {
2491                     "name": "梯梃",
2492                     "terms": "Stile,梯梃,梯磴"
2493                 },
2494                 "barrier/toll_booth": {
2495                     "name": "收費亭",
2496                     "terms": "Toll Booth,收費亭,收費站"
2497                 },
2498                 "barrier/wall": {
2499                     "name": "牆",
2500                     "terms": "Wall,墻,牆"
2501                 },
2502                 "boundary/administrative": {
2503                     "name": "行政界",
2504                     "terms": "Administrative Boundary,行政區域界線,行政區界,行政界,行政界線,行政邊界"
2505                 },
2506                 "building": {
2507                     "name": "建築物",
2508                     "terms": "Building,屋宇,建築物"
2509                 },
2510                 "building/apartments": {
2511                     "name": "公寓",
2512                     "terms": "Apartments,公寓,分層屋宇"
2513                 },
2514                 "building/barn": {
2515                     "name": "穀倉",
2516                     "terms": "穀倉,糧倉"
2517                 },
2518                 "building/bunker": {
2519                     "name": "地堡"
2520                 },
2521                 "building/cabin": {
2522                     "name": "小屋",
2523                     "terms": "小木屋"
2524                 },
2525                 "building/cathedral": {
2526                     "name": "大教堂建築物",
2527                     "terms": "大教堂"
2528                 },
2529                 "building/chapel": {
2530                     "name": "小教堂建築物",
2531                     "terms": "小教堂,小聖堂"
2532                 },
2533                 "building/church": {
2534                     "name": "教堂建築物",
2535                     "terms": "教堂,聖堂"
2536                 },
2537                 "building/college": {
2538                     "name": "學院校舍",
2539                     "terms": "學院建築,學院建築物,技術學院建築"
2540                 },
2541                 "building/commercial": {
2542                     "name": "商業樓宇",
2543                     "terms": "Commercial Building,商業建築物,商業樓宇"
2544                 },
2545                 "building/construction": {
2546                     "name": "興建中建築物",
2547                     "terms": "施工中建築物,建造中建築物"
2548                 },
2549                 "building/detached": {
2550                     "name": "獨立屋",
2551                     "terms": "獨立式住宅,獨立式房子,獨立式房屋"
2552                 },
2553                 "building/dormitory": {
2554                     "name": "宿舍",
2555                     "terms": "學生宿舍,員工宿舍,職員宿舍"
2556                 },
2557                 "building/entrance": {
2558                     "name": "入口/出口"
2559                 },
2560                 "building/garage": {
2561                     "name": "車庫",
2562                     "terms": "Garage,車房"
2563                 },
2564                 "building/garages": {
2565                     "name": "車庫",
2566                     "terms": "Garage,車房"
2567                 },
2568                 "building/greenhouse": {
2569                     "name": "溫室",
2570                     "terms": "溫室"
2571                 },
2572                 "building/hospital": {
2573                     "name": "醫院建築物",
2574                     "terms": "醫院, 醫院大樓"
2575                 },
2576                 "building/hotel": {
2577                     "name": "酒店建築物",
2578                     "terms": "旅館建築物,旅店建築物,賓館建築物"
2579                 },
2580                 "building/house": {
2581                     "name": "洋房",
2582                     "terms": "House,屋,洋房,別墅"
2583                 },
2584                 "building/hut": {
2585                     "name": "屋仔",
2586                     "terms": "Hut,屋仔,棚屋"
2587                 },
2588                 "building/industrial": {
2589                     "name": "工業樓宇",
2590                     "terms": "Industrial Building,工業建築物,工業樓宇"
2591                 },
2592                 "building/kindergarten": {
2593                     "name": "學前照顧/幼稚園建築物",
2594                     "terms": "幼兒園校舍,幼稚園校舍"
2595                 },
2596                 "building/public": {
2597                     "name": "公共建築物",
2598                     "terms": "公用建築物"
2599                 },
2600                 "building/residential": {
2601                     "name": "住宅樓宇",
2602                     "terms": "Residential Building,住宅建築物,住宅樓宇"
2603                 },
2604                 "building/retail": {
2605                     "name": "零售建築物",
2606                     "terms": "零售建築,百貨公司"
2607                 },
2608                 "building/roof": {
2609                     "name": "上蓋",
2610                     "terms": "屋頂"
2611                 },
2612                 "building/school": {
2613                     "name": "校舍",
2614                     "terms": "學校建築物,小學建築物,中學建築物"
2615                 },
2616                 "building/semidetached_house": {
2617                     "name": "半獨立屋",
2618                     "terms": "半獨立式住宅,半獨立式房子,半獨立式房屋"
2619                 },
2620                 "building/shed": {
2621                     "name": "屋棚",
2622                     "terms": "棚檻,棚屋"
2623                 },
2624                 "building/stable": {
2625                     "name": "馬廄",
2626                     "terms": "馬廄,馬房,馬舍"
2627                 },
2628                 "building/static_caravan": {
2629                     "name": "固定式露營車",
2630                     "terms": "固定式露營車,露營車"
2631                 },
2632                 "building/terrace": {
2633                     "name": "排屋",
2634                     "terms": "行列式房屋,連棟式住宅"
2635                 },
2636                 "building/train_station": {
2637                     "name": "火車站"
2638                 },
2639                 "building/university": {
2640                     "name": "大學建築物",
2641                     "terms": "大學校舍"
2642                 },
2643                 "building/warehouse": {
2644                     "name": "貨倉",
2645                     "terms": "倉庫,稅倉,倉"
2646                 },
2647                 "camp_site/camp_pitch": {
2648                     "name": "露營營地",
2649                     "terms": "Camp Pitch, 露營場地, 營地"
2650                 },
2651                 "club": {
2652                     "name": "俱樂部",
2653                     "terms": "Club, 會所"
2654                 },
2655                 "craft": {
2656                     "name": "工藝",
2657                     "terms": "工藝,技工,手工"
2658                 },
2659                 "craft/basket_maker": {
2660                     "name": "編織籃筐",
2661                     "terms": "編籃,编筐,織籃"
2662                 },
2663                 "craft/beekeeper": {
2664                     "name": "養蜂",
2665                     "terms": "養蜜蜂"
2666                 },
2667                 "craft/blacksmith": {
2668                     "name": "鐵匠",
2669                     "terms": "鐵工,打鐵匠"
2670                 },
2671                 "craft/boatbuilder": {
2672                     "name": "造船廠",
2673                     "terms": "造船廠"
2674                 },
2675                 "craft/bookbinder": {
2676                     "name": "書籍釘裝",
2677                     "terms": "釘裝"
2678                 },
2679                 "craft/brewery": {
2680                     "name": "釀酒廠",
2681                     "terms": "釀酒廠,啤酒釀造,啤酒釀製,啤酒釀制"
2682                 },
2683                 "craft/carpenter": {
2684                     "name": "木匠",
2685                     "terms": "木匠,木工"
2686                 },
2687                 "craft/carpet_layer": {
2688                     "name": "地毯工程",
2689                     "terms": "地氈工程"
2690                 },
2691                 "craft/caterer": {
2692                     "name": "飲食供應商",
2693                     "terms": "Caterer,膳食供應商,到會供應"
2694                 },
2695                 "craft/clockmaker": {
2696                     "name": "鐘表匠",
2697                     "terms": "製造鐘表,修理鐘表"
2698                 },
2699                 "craft/confectionery": {
2700                     "name": "甜點店",
2701                     "terms": "糕餅店,糕點店"
2702                 },
2703                 "craft/dressmaker": {
2704                     "name": "女裝裁縫",
2705                     "terms": "女裝裁縫"
2706                 },
2707                 "craft/electrician": {
2708                     "name": "電工",
2709                     "terms": "電氣工程,電業工匠"
2710                 },
2711                 "craft/electronics_repair": {
2712                     "name": "電子儀器維修店",
2713                     "terms": "Electronics Repair Shop, 家電維修店"
2714                 },
2715                 "craft/gardener": {
2716                     "name": "園務工人",
2717                     "terms": "花王"
2718                 },
2719                 "craft/glaziery": {
2720                     "name": "玻璃工程",
2721                     "terms": "玻璃工程"
2722                 },
2723                 "craft/handicraft": {
2724                     "name": "手工藝",
2725                     "terms": "手工藝,手作"
2726                 },
2727                 "craft/hvac": {
2728                     "name": "空調工程",
2729                     "terms": "冷氣工程,暖氣工程,空調,空氣調節"
2730                 },
2731                 "craft/insulator": {
2732                     "name": "隔熱工程",
2733                     "terms": "隔熱工程"
2734                 },
2735                 "craft/jeweler": {
2736                     "name": "珠寶店"
2737                 },
2738                 "craft/key_cutter": {
2739                     "name": "配匙店",
2740                     "terms": "鑰匙店,鎖匙店 "
2741                 },
2742                 "craft/locksmith": {
2743                     "name": "鎖匠"
2744                 },
2745                 "craft/metal_construction": {
2746                     "name": "金屬工程",
2747                     "terms": "金工"
2748                 },
2749                 "craft/optician": {
2750                     "name": "眼鏡店"
2751                 },
2752                 "craft/painter": {
2753                     "name": "髹漆工",
2754                     "terms": "油漆工人"
2755                 },
2756                 "craft/photographer": {
2757                     "name": "照相館",
2758                     "terms": "攝影師工作室"
2759                 },
2760                 "craft/photographic_laboratory": {
2761                     "name": "黑房",
2762                     "terms": "沖晒相片,相片實驗室,沖曬相片,照片實驗室,沖晒照片,沖曬沖曬相片片"
2763                 },
2764                 "craft/plasterer": {
2765                     "name": "批盪技工",
2766                     "terms": "抹灰工,粉刷工"
2767                 },
2768                 "craft/plumber": {
2769                     "name": "水喉匠",
2770                     "terms": "水管工"
2771                 },
2772                 "craft/pottery": {
2773                     "name": "陶器",
2774                     "terms": "陶器,陶瓷,陶藝"
2775                 },
2776                 "craft/rigger": {
2777                     "name": "吊運工",
2778                     "terms": "索具工,吊運,叻架佬,起重工,索具裝配工"
2779                 },
2780                 "craft/roofer": {
2781                     "name": "屋頂工程",
2782                     "terms": "屋頂工,蓋屋頂"
2783                 },
2784                 "craft/saddler": {
2785                     "name": "車船坐椅",
2786                     "terms": "車船坐椅"
2787                 },
2788                 "craft/sailmaker": {
2789                     "name": "製帆工",
2790                     "terms": "縫帆工"
2791                 },
2792                 "craft/sawmill": {
2793                     "name": "鋸木廠",
2794                     "terms": "鋸木廠"
2795                 },
2796                 "craft/scaffolder": {
2797                     "name": "棚架工程",
2798                     "terms": "搭棚"
2799                 },
2800                 "craft/sculpter": {
2801                     "name": "雕塑工程",
2802                     "terms": "雕刻工程"
2803                 },
2804                 "craft/shoemaker": {
2805                     "name": "鞋匠",
2806                     "terms": "皮鞋匠"
2807                 },
2808                 "craft/stonemason": {
2809                     "name": "石匠",
2810                     "terms": "石工"
2811                 },
2812                 "craft/sweep": {
2813                     "name": "煙囱打掃",
2814                     "terms": "煙囱清掃,煙囱清潔"
2815                 },
2816                 "craft/tailor": {
2817                     "name": "裁縫"
2818                 },
2819                 "craft/tiler": {
2820                     "name": "鋪瓦工",
2821                     "terms": "磚瓦工,磚瓦匠,地磚鋪設"
2822                 },
2823                 "craft/tinsmith": {
2824                     "name": "錫匠",
2825                     "terms": "白鐵工,白鐵匠"
2826                 },
2827                 "craft/upholsterer": {
2828                     "name": "室内裝修",
2829                     "terms": "室內裝潢"
2830                 },
2831                 "craft/watchmaker": {
2832                     "name": "鐘錶匠",
2833                     "terms": "鐘錶製造人"
2834                 },
2835                 "craft/window_construction": {
2836                     "name": "鋁窗工程",
2837                     "terms": "窗工程,製窗"
2838                 },
2839                 "craft/winery": {
2840                     "name": "釀酒廠",
2841                     "terms": "葡萄酒廠"
2842                 },
2843                 "embankment": {
2844                     "name": "路堤",
2845                     "terms": "Embankment,基堤,堤,堤壩,堤岸"
2846                 },
2847                 "emergency/ambulance_station": {
2848                     "name": "救護站",
2849                     "terms": "Ambulance Station,十字車,救傷車,救護站,救護車"
2850                 },
2851                 "emergency/defibrillator": {
2852                     "name": "自動外置式心臟去纖顫器",
2853                     "terms": "defibrillator,自動心臟去顫器,自動體外心臟去顫器"
2854                 },
2855                 "emergency/designated": {
2856                     "name": "指定緊急通道"
2857                 },
2858                 "emergency/destination": {
2859                     "name": "緊急通道目的地"
2860                 },
2861                 "emergency/fire_hydrant": {
2862                     "name": "消防栓",
2863                     "terms": "Fire Hydrant,消防栓,消防龍頭"
2864                 },
2865                 "emergency/no": {
2866                     "name": "非緊急通道"
2867                 },
2868                 "emergency/official": {
2869                     "name": "正式緊急通道"
2870                 },
2871                 "emergency/phone": {
2872                     "name": "緊急電話",
2873                     "terms": "Emergency Phone,求助電話,緊急電話"
2874                 },
2875                 "emergency/private": {
2876                     "name": "私家緊急通道"
2877                 },
2878                 "emergency/yes": {
2879                     "name": "緊急通道"
2880                 },
2881                 "entrance": {
2882                     "name": "入口/出口",
2883                     "terms": "出入口,出口,入口"
2884                 },
2885                 "footway/crossing": {
2886                     "name": "行人過路處",
2887                     "terms": "行人過路處"
2888                 },
2889                 "footway/crosswalk": {
2890                     "name": "斑馬線",
2891                     "terms": "行人過路線,行人過路處"
2892                 },
2893                 "footway/sidewalk": {
2894                     "name": "行人路",
2895                     "terms": "Sidewalk,行人路,行人道"
2896                 },
2897                 "ford": {
2898                     "name": "淺灘",
2899                     "terms": "水灘"
2900                 },
2901                 "golf/bunker": {
2902                     "name": "沙坑",
2903                     "terms": "Sand Trap,沙坑"
2904                 },
2905                 "golf/fairway": {
2906                     "name": "球道",
2907                     "terms": "Fairway,球道"
2908                 },
2909                 "golf/green": {
2910                     "name": "撥球場",
2911                     "terms": "Putting Green,撥球場"
2912                 },
2913                 "golf/hole": {
2914                     "name": "高爾夫球洞",
2915                     "terms": "Golf Hole,高爾夫球球洞"
2916                 },
2917                 "golf/lateral_water_hazard_area": {
2918                     "name": "側面水障礙",
2919                     "terms": "Lateral Water Hazard, 側面水障礙"
2920                 },
2921                 "golf/lateral_water_hazard_line": {
2922                     "name": "側面水障礙",
2923                     "terms": "Lateral Water Hazard, 側面水障礙"
2924                 },
2925                 "golf/rough": {
2926                     "name": "深草區",
2927                     "terms": "Rough,深草區"
2928                 },
2929                 "golf/tee": {
2930                     "name": "發球區",
2931                     "terms": "Tee Box,發球區,開球區"
2932                 },
2933                 "golf/water_hazard_area": {
2934                     "name": "水障礙",
2935                     "terms": "Water Hazard,水障礙"
2936                 },
2937                 "golf/water_hazard_line": {
2938                     "name": "水障礙",
2939                     "terms": "Water Hazard, 水障礙"
2940                 },
2941                 "healthcare/blood_donation": {
2942                     "name": "輸血中心",
2943                     "terms": "捐血中心,獻血中心"
2944                 },
2945                 "highway": {
2946                     "name": "公路"
2947                 },
2948                 "highway/bridleway": {
2949                     "name": "馬道",
2950                     "terms": "Bridle Path,馬徑,馬道,策騎徑"
2951                 },
2952                 "highway/bus_stop": {
2953                     "name": "巴士站",
2954                     "terms": "Bus Stop,公交車站,公共汽車站,巴士站"
2955                 },
2956                 "highway/corridor": {
2957                     "name": "室內走廊",
2958                     "terms": "室內通道"
2959                 },
2960                 "highway/crossing": {
2961                     "name": "十字路口",
2962                     "terms": "十字路口"
2963                 },
2964                 "highway/crosswalk": {
2965                     "name": "行人過路處",
2966                     "terms": "行人過路線"
2967                 },
2968                 "highway/cycleway": {
2969                     "name": "單車徑",
2970                     "terms": "Cycle Path,單車徑,自行車道"
2971                 },
2972                 "highway/elevator": {
2973                     "name": "升降機",
2974                     "terms": "Elevator, lift, 升降機"
2975                 },
2976                 "highway/footway": {
2977                     "name": "行人徑",
2978                     "terms": "Foot Path,步行徑,行人徑"
2979                 },
2980                 "highway/give_way": {
2981                     "name": "讓路標誌",
2982                     "terms": "讓車標誌"
2983                 },
2984                 "highway/living_street": {
2985                     "name": "生活街道",
2986                     "terms": "Living Street,居住街道,生活街道"
2987                 },
2988                 "highway/mini_roundabout": {
2989                     "name": "小型迴旋處",
2990                     "terms": "Mini-Roundabout,小型環島,小型迴旋處,細迴旋處"
2991                 },
2992                 "highway/motorway": {
2993                     "name": "快速公路",
2994                     "terms": "Motorway,高速公路"
2995                 },
2996                 "highway/motorway_junction": {
2997                     "name": "快速公路交滙處/出口",
2998                     "terms": "快速公路交滙處/出口"
2999                 },
3000                 "highway/motorway_link": {
3001                     "name": "快速公路連接路",
3002                     "terms": "Motorway Link,高速公路匝道,高速公路引道,高速公路駁路,高速公路連接路"
3003                 },
3004                 "highway/path": {
3005                     "name": "路徑",
3006                     "terms": "Path,徑,路徑"
3007                 },
3008                 "highway/pedestrian": {
3009                     "name": "行人專用區",
3010                     "terms": "行人區, 行人專用"
3011                 },
3012                 "highway/primary": {
3013                     "name": "市區幹道",
3014                     "terms": "Primary Road,主要道路,大路"
3015                 },
3016                 "highway/primary_link": {
3017                     "name": "市區幹道連接路",
3018                     "terms": "Primary Link,主要道路匝道,主要道路連接路,大路駁路"
3019                 },
3020                 "highway/raceway": {
3021                     "name": "賽道(小型賽車)",
3022                     "terms": "Racetrack (Motorsport), 賽道, 賽車車道"
3023                 },
3024                 "highway/residential": {
3025                     "name": "住宅區道路",
3026                     "terms": "Residential Road,住宅區道路,住宅路"
3027                 },
3028                 "highway/rest_area": {
3029                     "name": "公路休憩區",
3030                     "terms": "公路休息站, 公路休息區"
3031                 },
3032                 "highway/road": {
3033                     "name": "未知種類道路",
3034                     "terms": "Unknown Road,不明路,不知路,未明路,未知嘅路,未知種類的道路,未知種類道路"
3035                 },
3036                 "highway/secondary": {
3037                     "name": "次要道路",
3038                     "terms": "Secondary Road,中路,次要道路"
3039                 },
3040                 "highway/secondary_link": {
3041                     "name": "次要道路連接路",
3042                     "terms": "Secondary Link,中路駁路,次級道路連接路,次要道路匝道"
3043                 },
3044                 "highway/service": {
3045                     "name": "輔助道路",
3046                     "terms": "Service Road,支路,輔助道路,公用設施道路"
3047                 },
3048                 "highway/service/alley": {
3049                     "name": "巷",
3050                     "terms": "Alley,巷,後巷,橫巷,窄巷,胡同"
3051                 },
3052                 "highway/service/drive-through": {
3053                     "name": "免下車服務車道",
3054                     "terms": "Drive-Through,免下車,免下車銀行,免下車餐館,車上取餐,車上用餐,駕駛通過以獲取服務"
3055                 },
3056                 "highway/service/driveway": {
3057                     "name": "私人車道",
3058                     "terms": "Driveway,宅外車道,車線,車道"
3059                 },
3060                 "highway/service/emergency_access": {
3061                     "name": "緊急通道",
3062                     "terms": "Emergency Access,緊急通道"
3063                 },
3064                 "highway/service/parking_aisle": {
3065                     "name": "停車場通道",
3066                     "terms": "Parking Aisle,停車場通道,泊車通道"
3067                 },
3068                 "highway/services": {
3069                     "name": "公路服務區",
3070                     "terms": "公路服務區"
3071                 },
3072                 "highway/speed_camera": {
3073                     "name": "快相相機",
3074                     "terms": "Speed Camera,快相機"
3075                 },
3076                 "highway/steps": {
3077                     "name": "樓梯",
3078                     "terms": "Steps,梯,樓梯,石階,階梯"
3079                 },
3080                 "highway/stop": {
3081                     "name": "停車標誌",
3082                     "terms": "Stop Sign,停字標誌,停車標誌,停車路牌"
3083                 },
3084                 "highway/street_lamp": {
3085                     "name": "街燈",
3086                     "terms": "路燈"
3087                 },
3088                 "highway/tertiary": {
3089                     "name": "分路",
3090                     "terms": "Tertiary Road,三級道路,細路"
3091                 },
3092                 "highway/tertiary_link": {
3093                     "name": "分路連接路",
3094                     "terms": "Tertiary Link,三級道路匝道,三級道路連接路,細路駁路"
3095                 },
3096                 "highway/track": {
3097                     "name": "無保養道路",
3098                     "terms": "未舖設路面的路"
3099                 },
3100                 "highway/traffic_mirror": {
3101                     "name": "廣角鏡",
3102                     "terms": "Traffic Mirror, 魚眼鏡"
3103                 },
3104                 "highway/traffic_signals": {
3105                     "name": "交通燈",
3106                     "terms": "Traffic Signals,交通燈,紅綠燈"
3107                 },
3108                 "highway/trunk": {
3109                     "name": "幹道",
3110                     "terms": "Trunk Road,幹線道路,幹路,幹道"
3111                 },
3112                 "highway/trunk_link": {
3113                     "name": "幹線連接路",
3114                     "terms": "Trunk Link,幹線道路匝道,幹道連接路,幹道駁路"
3115                 },
3116                 "highway/turning_circle": {
3117                     "name": "迴車處",
3118                     "terms": "Turning Circle,回轉圈,迴車場,迴車圓環,車輛迴轉處,車輛迴旋處"
3119                 },
3120                 "highway/turning_loop": {
3121                     "name": "迴車處 (島式)",
3122                     "terms": "Turning Loop, 迴車圈"
3123                 },
3124                 "highway/unclassified": {
3125                     "name": "次級/未分類道路",
3126                     "terms": "未分類的道路,小路,小規模道路"
3127                 },
3128                 "historic": {
3129                     "name": "歷史遺跡",
3130                     "terms": "Historic Site,史跡,史蹟,歷史遺址,歷史遺跡,歷史景點"
3131                 },
3132                 "historic/archaeological_site": {
3133                     "name": "考古地點",
3134                     "terms": "Archaeological Site,考古地,考古地點,考古遺址"
3135                 },
3136                 "historic/boundary_stone": {
3137                     "name": "界石",
3138                     "terms": "Boundary Stone,界樁,界石"
3139                 },
3140                 "historic/castle": {
3141                     "name": "城堡",
3142                     "terms": "Castle,城堡"
3143                 },
3144                 "historic/memorial": {
3145                     "name": "細紀念碑",
3146                     "terms": "Memorial,碑,紀念碑,紀念館,細紀念碑"
3147                 },
3148                 "historic/monument": {
3149                     "name": "大紀念碑",
3150                     "terms": "Monument,古跡,古蹟,大紀念碑,碑,紀念碑"
3151                 },
3152                 "historic/ruins": {
3153                     "name": "廢墟",
3154                     "terms": "Ruins,廢墟"
3155                 },
3156                 "historic/tomb": {
3157                     "name": "古墓",
3158                     "terms": "Tomb,古墓"
3159                 },
3160                 "historic/wayside_cross": {
3161                     "name": "路邊十字架",
3162                     "terms": "Wayside Cross,路邊十字架"
3163                 },
3164                 "historic/wayside_shrine": {
3165                     "name": "路邊神祠",
3166                     "terms": "Wayside Shrine,路邊神社,路邊神祠"
3167                 },
3168                 "junction": {
3169                     "name": "路口",
3170                     "terms": "十字路口,交界處,交界"
3171                 },
3172                 "landuse": {
3173                     "name": "土地利用",
3174                     "terms": "土地利用"
3175                 },
3176                 "landuse/allotments": {
3177                     "name": "社區園圃",
3178                     "terms": "社區園圃"
3179                 },
3180                 "landuse/aquaculture": {
3181                     "name": "水產養殖",
3182                     "terms": "Aquaculture,水產"
3183                 },
3184                 "landuse/basin": {
3185                     "name": "盆地",
3186                     "terms": "Basin,水池,盆地"
3187                 },
3188                 "landuse/cemetery": {
3189                     "name": "墳場",
3190                     "terms": "Cemetery,墓地,墳場"
3191                 },
3192                 "landuse/churchyard": {
3193                     "name": "教堂庭院",
3194                     "terms": "教堂用地"
3195                 },
3196                 "landuse/commercial": {
3197                     "name": "商業區",
3198                     "terms": "商業區"
3199                 },
3200                 "landuse/construction": {
3201                     "name": "地盤",
3202                     "terms": "Construction,地盤,建築工程,建築物"
3203                 },
3204                 "landuse/farm": {
3205                     "name": "農地"
3206                 },
3207                 "landuse/farmland": {
3208                     "name": "農地",
3209                     "terms": "農田, 稻田, 田, 耕地"
3210                 },
3211                 "landuse/farmyard": {
3212                     "name": "農莊",
3213                     "terms": "Farmyard,農莊, 農場"
3214                 },
3215                 "landuse/forest": {
3216                     "name": "森林",
3217                     "terms": "Forest,森,森林"
3218                 },
3219                 "landuse/garages": {
3220                     "name": "車庫",
3221                     "terms": "Garage,車房"
3222                 },
3223                 "landuse/grass": {
3224                     "name": "草地",
3225                     "terms": "Grass,草地"
3226                 },
3227                 "landuse/harbour": {
3228                     "name": "海港",
3229                     "terms": "Harbor, Harbour, 海港, 港灣"
3230                 },
3231                 "landuse/industrial": {
3232                     "name": "工業區",
3233                     "terms": "工業區, 工業村, 工業邨"
3234                 },
3235                 "landuse/landfill": {
3236                     "name": "堆填區",
3237                     "terms": "垃圾堆填區,填土區,填築地"
3238                 },
3239                 "landuse/meadow": {
3240                     "name": "牧地",
3241                     "terms": "Meadow,牧地,牧場"
3242                 },
3243                 "landuse/military": {
3244                     "name": "軍事區",
3245                     "terms": "軍營"
3246                 },
3247                 "landuse/military/airfield": {
3248                     "name": "軍用機場",
3249                     "terms": "Military Airfield,軍事機場,軍機場"
3250                 },
3251                 "landuse/military/barracks": {
3252                     "name": "軍營",
3253                     "terms": "Barracks,兵房,兵營,營房,軍營"
3254                 },
3255                 "landuse/military/bunker": {
3256                     "name": "軍事地堡",
3257                     "terms": "Military Bunker,地堡,暗堡"
3258                 },
3259                 "landuse/military/checkpoint": {
3260                     "name": "檢查站",
3261                     "terms": "Checkpoint,檢查站,檢查點,軍事崗哨,哨站"
3262                 },
3263                 "landuse/military/danger_area": {
3264                     "name": "危險區",
3265                     "terms": "Danger Area,危險地區, 危險區域,危險範圍"
3266                 },
3267                 "landuse/military/naval_base": {
3268                     "name": "海軍基地",
3269                     "terms": "Naval Base,軍港,海軍基地"
3270                 },
3271                 "landuse/military/nuclear_explosion_site": {
3272                     "name": "核爆場地",
3273                     "terms": "Nuclear Explosion Site,核子爆炸場址,核子試爆場"
3274                 },
3275                 "landuse/military/obstacle_course": {
3276                     "name": "越障訓練場",
3277                     "terms": "Obstacle Course,越障訓練場"
3278                 },
3279                 "landuse/military/office": {
3280                     "name": "軍事辦公室",
3281                     "terms": "Military Office,軍事辦公室"
3282                 },
3283                 "landuse/military/range": {
3284                     "name": "軍事靶場",
3285                     "terms": "Military Range,靶場,軍用靶場,射擊場"
3286                 },
3287                 "landuse/military/training_area": {
3288                     "name": "訓練場地",
3289                     "terms": "Training Area,訓練場, 練習場地, 練習場"
3290                 },
3291                 "landuse/orchard": {
3292                     "name": "果園",
3293                     "terms": "Orchard,果園,菓園"
3294                 },
3295                 "landuse/plant_nursery": {
3296                     "name": "植物苗圃",
3297                     "terms": "育苗場,種苗場"
3298                 },
3299                 "landuse/quarry": {
3300                     "name": "石礦場",
3301                     "terms": "Quarry,石礦場,礦場,採石場"
3302                 },
3303                 "landuse/railway": {
3304                     "name": "鐵路走廊",
3305                     "terms": "Railway Corridor, 鐵路走廊, 鐵道走廊"
3306                 },
3307                 "landuse/recreation_ground": {
3308                     "name": "遊樂場",
3309                     "terms": "遊樂園"
3310                 },
3311                 "landuse/residential": {
3312                     "name": "住宅區",
3313                     "terms": "住宅用地, 住宅地"
3314                 },
3315                 "landuse/retail": {
3316                     "name": "零售區",
3317                     "terms": "零售區域, 販賣區, 銷售區"
3318                 },
3319                 "landuse/vineyard": {
3320                     "name": "葡萄園",
3321                     "terms": "Vineyard,葡萄園,酒莊"
3322                 },
3323                 "leisure": {
3324                     "name": "消閒",
3325                     "terms": "Leisure,休閑場所,休閒設施,消閒"
3326                 },
3327                 "leisure/adult_gaming_centre": {
3328                     "name": "成人遊戲中心",
3329                     "terms": "成人遊樂場"
3330                 },
3331                 "leisure/bird_hide": {
3332                     "name": "觀鳥屋",
3333                     "terms": "觀鳥亭"
3334                 },
3335                 "leisure/bowling_alley": {
3336                     "name": "保齡球場",
3337                     "terms": "保齡球場"
3338                 },
3339                 "leisure/common": {
3340                     "name": "公共用地",
3341                     "terms": "Common,公共用地,公地"
3342                 },
3343                 "leisure/dance": {
3344                     "name": "舞廳",
3345                     "terms": "Dance Hall, 舞蹈館, 跳舞場所, 舞蹈場所"
3346                 },
3347                 "leisure/dog_park": {
3348                     "name": "狗公園",
3349                     "terms": "Dog Park,狗公園"
3350                 },
3351                 "leisure/firepit": {
3352                     "name": "火坑",
3353                     "terms": "營火坑"
3354                 },
3355                 "leisure/fitness_centre": {
3356                     "name": "體育館 / 健體中心",
3357                     "terms": "Gym / Fitness Center, 健身房, 健體中心, 體育館, 健身中心"
3358                 },
3359                 "leisure/fitness_centre/yoga": {
3360                     "name": "瑜伽中心",
3361                     "terms": "Yoga Studio, 瑜伽中心, 瑜伽教室"
3362                 },
3363                 "leisure/fitness_station": {
3364                     "name": "戶外健體站",
3365                     "terms": "Outdoor Fitness Station, 健體站, 健身站"
3366                 },
3367                 "leisure/garden": {
3368                     "name": "花園",
3369                     "terms": "Garden,公園,果園,植物園,花園,菜園"
3370                 },
3371                 "leisure/golf_course": {
3372                     "name": "高爾夫球場",
3373                     "terms": "Golf Course,哥夫球場,高爾夫球場"
3374                 },
3375                 "leisure/horse_riding": {
3376                     "name": "騎馬設施",
3377                     "terms": "Horseback Riding Facility,騎馬場"
3378                 },
3379                 "leisure/ice_rink": {
3380                     "name": "溜冰場",
3381                     "terms": "溜冰場"
3382                 },
3383                 "leisure/marina": {
3384                     "name": "遊艇碼頭",
3385                     "terms": "Marina,碼頭,遊艇碼頭,船隻停泊處,遊艇停泊處"
3386                 },
3387                 "leisure/miniature_golf": {
3388                     "name": "迷你哥爾夫",
3389                     "terms": "mini golf, 迷你高爾夫"
3390                 },
3391                 "leisure/nature_reserve": {
3392                     "name": "自然保護區",
3393                     "terms": "自然保護區,自然護理區"
3394                 },
3395                 "leisure/park": {
3396                     "name": "公園",
3397                     "terms": "Park,公園,園"
3398                 },
3399                 "leisure/picnic_table": {
3400                     "name": "野餐桌",
3401                     "terms": "野餐桌"
3402                 },
3403                 "leisure/pitch": {
3404                     "name": "運動場地",
3405                     "terms": "Sport Pitch,運動場,運動場地,運動場所"
3406                 },
3407                 "leisure/pitch/american_football": {
3408                     "name": "美式足球場",
3409                     "terms": "American Football Field,美式足球場"
3410                 },
3411                 "leisure/pitch/baseball": {
3412                     "name": "棒球場",
3413                     "terms": "Baseball Diamond,棒球場"
3414                 },
3415                 "leisure/pitch/basketball": {
3416                     "name": "籃球場",
3417                     "terms": "Basketball Court,球場,籃球場"
3418                 },
3419                 "leisure/pitch/beachvolleyball": {
3420                     "name": "沙灘排球場",
3421                     "terms": "Beach Volleyball Court, 沙灘排球場"
3422                 },
3423                 "leisure/pitch/bowls": {
3424                     "name": "草地滾球",
3425                     "terms": "Bowling Green, 草地滾球"
3426                 },
3427                 "leisure/pitch/cricket": {
3428                     "name": "木球場",
3429                     "terms": "Cricket Field,木球場"
3430                 },
3431                 "leisure/pitch/equestrian": {
3432                     "name": "策騎場地",
3433                     "terms": "Riding Arena, 策騎場地"
3434                 },
3435                 "leisure/pitch/rugby_league": {
3436                     "name": "聯盟式欖球場",
3437                     "terms": "聯盟式欖球場,欖球場"
3438                 },
3439                 "leisure/pitch/rugby_union": {
3440                     "name": "聯合式欖球場",
3441                     "terms": "聯合式欖球場,欖球場"
3442                 },
3443                 "leisure/pitch/skateboard": {
3444                     "name": "滑板場",
3445                     "terms": "Skate Park,滑板場"
3446                 },
3447                 "leisure/pitch/soccer": {
3448                     "name": "足球場",
3449                     "terms": "Soccer Field,足球場"
3450                 },
3451                 "leisure/pitch/table_tennis": {
3452                     "name": "乒乓波枱",
3453                     "terms": "Ping Pong Table,乒乓球枱,乒乓枱"
3454                 },
3455                 "leisure/pitch/tennis": {
3456                     "name": "網球場",
3457                     "terms": "Tennis Court,網球場"
3458                 },
3459                 "leisure/pitch/volleyball": {
3460                     "name": "排球場",
3461                     "terms": "Volleyball Court,排球場"
3462                 },
3463                 "leisure/playground": {
3464                     "name": "遊樂場",
3465                     "terms": "Playground,遊樂場"
3466                 },
3467                 "leisure/resort": {
3468                     "name": "度假勝地",
3469                     "terms": "Resort, 度假村"
3470                 },
3471                 "leisure/running_track": {
3472                     "name": "賽道(田徑)",
3473                     "terms": "Racetrack (Running), 賽跑道"
3474                 },
3475                 "leisure/slipway": {
3476                     "name": "船台",
3477                     "terms": "Slipway,船排,船架滑道,船臺,滑道,滑台"
3478                 },
3479                 "leisure/sports_centre": {
3480                     "name": "體育中心 / 體育館",
3481                     "terms": "Sports Center / Complex, 體育中心, 體育館"
3482                 },
3483                 "leisure/sports_centre/swimming": {
3484                     "name": "游泳池設施",
3485                     "terms": "游泳池設施,游水池設施"
3486                 },
3487                 "leisure/stadium": {
3488                     "name": "體育館",
3489                     "terms": "Stadium,大體育館,體育,體育場,球場"
3490                 },
3491                 "leisure/swimming_pool": {
3492                     "name": "游泳池",
3493                     "terms": "Swimming Pool,游水池,游泳池,遊泳池"
3494                 },
3495                 "leisure/track": {
3496                     "name": "賽道(非賽車)",
3497                     "terms": "Racetrack (Non-Motorsport),跑道"
3498                 },
3499                 "leisure/water_park": {
3500                     "name": "水上樂園",
3501                     "terms": "水上樂園"
3502                 },
3503                 "line": {
3504                     "name": "綫",
3505                     "terms": "Line,綫,線"
3506                 },
3507                 "man_made": {
3508                     "name": "人造",
3509                     "terms": "Man Made,人造,人造構築,人造物"
3510                 },
3511                 "man_made/adit": {
3512                     "name": "礦坑口",
3513                     "terms": "礦坑口, 礦洞口"
3514                 },
3515                 "man_made/breakwater": {
3516                     "name": "防波堤",
3517                     "terms": "Breakwater,防波堤"
3518                 },
3519                 "man_made/bridge": {
3520                     "name": "橋樑",
3521                     "terms": "bridge,橋"
3522                 },
3523                 "man_made/chimney": {
3524                     "name": "煙囱",
3525                     "terms": "煙囱,煙筒"
3526                 },
3527                 "man_made/cutline": {
3528                     "name": "分割綫",
3529                     "terms": "Cut line,分割綫,分界線,山林分界線"
3530                 },
3531                 "man_made/embankment": {
3532                     "name": "基堤"
3533                 },
3534                 "man_made/flagpole": {
3535                     "name": "旗杆",
3536                     "terms": "Flagpole,旗杆,旗竿"
3537                 },
3538                 "man_made/gasometer": {
3539                     "name": "煤氣鼓",
3540                     "terms": "氣鼓,石油氣鼓"
3541                 },
3542                 "man_made/groyne": {
3543                     "name": "防波堤",
3544                     "terms": "防波堤,防波板"
3545                 },
3546                 "man_made/lighthouse": {
3547                     "name": "燈塔",
3548                     "terms": "Lighthouse,燈塔"
3549                 },
3550                 "man_made/mast": {
3551                     "name": "天線塔",
3552                     "terms": "Mast,天線桿"
3553                 },
3554                 "man_made/observation": {
3555                     "name": "瞭望臺",
3556                     "terms": "Observation Tower,瞭望塔,瞭望臺"
3557                 },
3558                 "man_made/petroleum_well": {
3559                     "name": "油井",
3560                     "terms": "油井"
3561                 },
3562                 "man_made/pier": {
3563                     "name": "碼頭",
3564                     "terms": "Pier,渡頭,碼頭"
3565                 },
3566                 "man_made/pipeline": {
3567                     "name": "管道",
3568                     "terms": "Pipeline,水管,管道,\t導管,管線"
3569                 },
3570                 "man_made/pumping_station": {
3571                     "name": "抽水站",
3572                     "terms": "Pumping Station, 抽水站, 泵水站"
3573                 },
3574                 "man_made/silo": {
3575                     "name": "筒倉",
3576                     "terms": "筒倉, 直立式儲存倉"
3577                 },
3578                 "man_made/storage_tank": {
3579                     "name": "貯存箱",
3580                     "terms": "貯存缸, 儲存缸, 貯油缸, 貯水箱, 儲油缸, 儲水箱"
3581                 },
3582                 "man_made/surveillance": {
3583                     "name": "監視系統",
3584                     "terms": "Surveillance, 監察系統,閉路電視,保安系統"
3585                 },
3586                 "man_made/surveillance_camera": {
3587                     "name": "監察攝像機",
3588                     "terms": "Surveillance Camera, CCTV, 防盜相機"
3589                 },
3590                 "man_made/survey_point": {
3591                     "name": "測量點",
3592                     "terms": "Survey Point,測量點"
3593                 },
3594                 "man_made/tower": {
3595                     "name": "塔",
3596                     "terms": "Tower,塔"
3597                 },
3598                 "man_made/wastewater_plant": {
3599                     "name": "污水處理廠",
3600                     "terms": "Wastewater Plant,廢水廠,污水處理廠"
3601                 },
3602                 "man_made/water_tower": {
3603                     "name": "水塔",
3604                     "terms": "Water Tower,水塔"
3605                 },
3606                 "man_made/water_well": {
3607                     "name": "水井",
3608                     "terms": "水井, 井"
3609                 },
3610                 "man_made/water_works": {
3611                     "name": "濾水廠",
3612                     "terms": "Water Works,供水廠,水務設施,淨水廠"
3613                 },
3614                 "man_made/works": {
3615                     "name": "工廠",
3616                     "terms": "Factory, 工場"
3617                 },
3618                 "natural": {
3619                     "name": "自然景觀",
3620                     "terms": "Natural,天然,自然,自然物件"
3621                 },
3622                 "natural/bare_rock": {
3623                     "name": "裸岩",
3624                     "terms": "Bare Rock,祼石"
3625                 },
3626                 "natural/bay": {
3627                     "name": "海灣",
3628                     "terms": "Bay,海灣,灣"
3629                 },
3630                 "natural/beach": {
3631                     "name": "沙灘",
3632                     "terms": "Beach,沙灘,海灘,灘"
3633                 },
3634                 "natural/cave_entrance": {
3635                     "name": "洞穴入口",
3636                     "terms": "洞穴入口"
3637                 },
3638                 "natural/cliff": {
3639                     "name": "懸崖",
3640                     "terms": "Cliff,崖,懸崖"
3641                 },
3642                 "natural/coastline": {
3643                     "name": "海岸綫",
3644                     "terms": "Coastline,海岸綫,海岸線"
3645                 },
3646                 "natural/fell": {
3647                     "name": "荒野",
3648                     "terms": "Fell,高原荒原,高原荒野,高地荒原"
3649                 },
3650                 "natural/glacier": {
3651                     "name": "冰川",
3652                     "terms": "Glacier,冰川,冰河"
3653                 },
3654                 "natural/grassland": {
3655                     "name": "草原",
3656                     "terms": "Grassland,草原,草地"
3657                 },
3658                 "natural/heath": {
3659                     "name": "灌木荒地",
3660                     "terms": "Heath,荒地,荒野"
3661                 },
3662                 "natural/peak": {
3663                     "name": "山峯",
3664                     "terms": "Peak,山峰,山頂,峯"
3665                 },
3666                 "natural/ridge": {
3667                     "name": "山脊",
3668                     "terms": "Ridge,山脊"
3669                 },
3670                 "natural/saddle": {
3671                     "name": "山鞍",
3672                     "terms": "山鞍"
3673                 },
3674                 "natural/sand": {
3675                     "name": "沙",
3676                     "terms": "Sand,沙,砂,砂粒"
3677                 },
3678                 "natural/scree": {
3679                     "name": "山石堆",
3680                     "terms": "Scree,碎石坡,岩屑堆"
3681                 },
3682                 "natural/scrub": {
3683                     "name": "灌木叢",
3684                     "terms": "Scrub,灌木,灌木叢"
3685                 },
3686                 "natural/spring": {
3687                     "name": "水源",
3688                     "terms": "Spring,噴泉,泉,泉水,湧泉,溫泉"
3689                 },
3690                 "natural/tree": {
3691                     "name": "樹木",
3692                     "terms": "Tree,木,樹"
3693                 },
3694                 "natural/tree_row": {
3695                     "name": "樹排",
3696                     "terms": "樹行"
3697                 },
3698                 "natural/volcano": {
3699                     "name": "火山",
3700                     "terms": "火山"
3701                 },
3702                 "natural/water": {
3703                     "name": "水",
3704                     "terms": "Water,水"
3705                 },
3706                 "natural/water/lake": {
3707                     "name": "湖泊",
3708                     "terms": "Lake,湖,湖泊"
3709                 },
3710                 "natural/water/pond": {
3711                     "name": "池塘",
3712                     "terms": "Pond,塘,水池,池,池塘"
3713                 },
3714                 "natural/water/reservoir": {
3715                     "name": "水塘",
3716                     "terms": "Reservoir,水塘,水庫,貯水庫"
3717                 },
3718                 "natural/wetland": {
3719                     "name": "濕地",
3720                     "terms": "Wetland,潮間帶,濕地"
3721                 },
3722                 "natural/wood": {
3723                     "name": "樹林",
3724                     "terms": "Wood,林,樹林"
3725                 },
3726                 "noexit/yes": {
3727                     "name": "倔頭路",
3728                     "terms": "No Exit,死胡同,掘頭路"
3729                 },
3730                 "office": {
3731                     "name": "辦公室",
3732                     "terms": "Office,寫字樓,辦公室"
3733                 },
3734                 "office/accountant": {
3735                     "name": "會計師樓",
3736                     "terms": "Accountant,會計師樓"
3737                 },
3738                 "office/administrative": {
3739                     "name": "行政樓",
3740                     "terms": "Administrative Office,行政樓"
3741                 },
3742                 "office/architect": {
3743                     "name": "建築師樓",
3744                     "terms": "Architect,則師樓,則樓,建築師樓"
3745                 },
3746                 "office/company": {
3747                     "name": "公司辦事處",
3748                     "terms": "Company Office,公司,公司寫字樓"
3749                 },
3750                 "office/coworking": {
3751                     "name": "共同工作空間",
3752                     "terms": "Coworking Space,共用工作空間"
3753                 },
3754                 "office/educational_institution": {
3755                     "name": "敎育機構",
3756                     "terms": "Educational Institution,敎育機構,教育機構"
3757                 },
3758                 "office/employment_agency": {
3759                     "name": "職業介紹所",
3760                     "terms": "Employment Agency,就業機構,職業介紹所,薦人館,就業中心"
3761                 },
3762                 "office/estate_agent": {
3763                     "name": "地產",
3764                     "terms": "Real Estate Office,地產代理"
3765                 },
3766                 "office/financial": {
3767                     "name": "金融機構辦事處",
3768                     "terms": "Financial Office,財務部寫字樓,金融機構,金融單位"
3769                 },
3770                 "office/government": {
3771                     "name": "政府辦公室",
3772                     "terms": "Government Office,公署,政府合署,政府樓,署"
3773                 },
3774                 "office/government/register_office": {
3775                     "name": "人事登記處",
3776                     "terms": "register office, 生死登記處,婚姻註冊處,人事登記處"
3777                 },
3778                 "office/insurance": {
3779                     "name": "保險公司辦公室",
3780                     "terms": "Insurance Office,保險公司,保險公司寫字樓"
3781                 },
3782                 "office/it": {
3783                     "name": "資訊科技公司辦公室",
3784                     "terms": "IT Office,IT公司,資訊科技寫字樓,電腦公司寫字樓"
3785                 },
3786                 "office/lawyer": {
3787                     "name": "律師事務所",
3788                     "terms": "Law Office,律師事務所"
3789                 },
3790                 "office/lawyer/notary": {
3791                     "name": "公證行",
3792                     "terms": "Notary Office,公證人"
3793                 },
3794                 "office/newspaper": {
3795                     "name": "報社",
3796                     "terms": "Newspaper,報社,新聞社,通訊社"
3797                 },
3798                 "office/ngo": {
3799                     "name": "非政府機構辦公室",
3800                     "terms": "NGO Office,志願機構寫字樓,非政府組織,志願組織"
3801                 },
3802                 "office/physician": {
3803                     "name": "醫生",
3804                     "terms": "Physician,醫生"
3805                 },
3806                 "office/political_party": {
3807                     "name": "政黨",
3808                     "terms": "Political Party,政黨,政治"
3809                 },
3810                 "office/research": {
3811                     "name": "研究所",
3812                     "terms": "Research Office,研究所"
3813                 },
3814                 "office/telecommunication": {
3815                     "name": "電訊公司辦公室",
3816                     "terms": "Telecom Office,電信公司,電話公司寫字樓"
3817                 },
3818                 "office/therapist": {
3819                     "name": "治療師",
3820                     "terms": "Therapist,治療師,醫療師"
3821                 },
3822                 "office/travel_agent": {
3823                     "name": "旅行社"
3824                 },
3825                 "piste": {
3826                     "name": "滑雪道",
3827                     "terms": "滑雪道"
3828                 },
3829                 "place": {
3830                     "name": "地方"
3831                 },
3832                 "place/city": {
3833                     "name": "城市",
3834                     "terms": "City,城,城市"
3835                 },
3836                 "place/farm": {
3837                     "name": "農場"
3838                 },
3839                 "place/hamlet": {
3840                     "name": "小村莊",
3841                     "terms": "Hamlet,村仔,村莊"
3842                 },
3843                 "place/island": {
3844                     "name": "島嶼",
3845                     "terms": "Island,島,島嶼"
3846                 },
3847                 "place/isolated_dwelling": {
3848                     "name": "孤立民居",
3849                     "terms": "Isolated Dwelling,孤立居所,孤立民居,孤離居所"
3850                 },
3851                 "place/locality": {
3852                     "name": "地區",
3853                     "terms": "Locality,地方,地點,地點(無人定居)"
3854                 },
3855                 "place/neighbourhood": {
3856                     "name": "近鄰",
3857                     "terms": "近鄰"
3858                 },
3859                 "place/quarter": {
3860                     "name": "自治市分區 / 小區",
3861                     "terms": "Sub-Borough / Quarter, 自治市分區 / 小區"
3862                 },
3863                 "place/square": {
3864                     "name": "廣場",
3865                     "terms": "Square,廣場"
3866                 },
3867                 "place/suburb": {
3868                     "name": "自治市 / 郊區",
3869                     "terms": "Borough / Suburb, 自治鎮, 自治市鎮"
3870                 },
3871                 "place/town": {
3872                     "name": "鎮",
3873                     "terms": "Town,城鎮,市鎮,鎮"
3874                 },
3875                 "place/village": {
3876                     "name": "鄉村",
3877                     "terms": "Village,村,村莊,村鎮,圍村"
3878                 },
3879                 "point": {
3880                     "name": "點",
3881                     "terms": "Point,點"
3882                 },
3883                 "power": {
3884                     "name": "發電廠"
3885                 },
3886                 "power/generator": {
3887                     "name": "發電機",
3888                     "terms": "Power Generator,發電機"
3889                 },
3890                 "power/line": {
3891                     "name": "電纜",
3892                     "terms": "Power Line,供電綫,供電線,電線"
3893                 },
3894                 "power/minor_line": {
3895                     "name": "次要電纜",
3896                     "terms": "Minor Power Line,小供電線,細供電綫"
3897                 },
3898                 "power/plant": {
3899                     "name": "發電廠範圍",
3900                     "terms": "Power Station Grounds,發電廠用地"
3901                 },
3902                 "power/pole": {
3903                     "name": "電綫杆",
3904                     "terms": "Power Pole,電綫杆,電線桿"
3905                 },
3906                 "power/sub_station": {
3907                     "name": "配電站"
3908                 },
3909                 "power/substation": {
3910                     "name": "變壓站",
3911                     "terms": "變壓站, 配電站, 電力分站"
3912                 },
3913                 "power/tower": {
3914                     "name": "高壓電塔",
3915                     "terms": "High-Voltage Tower,高壓輸電塔,高壓電塔"
3916                 },
3917                 "power/transformer": {
3918                     "name": "變壓器",
3919                     "terms": "Transformer,火牛房,變電所"
3920                 },
3921                 "public_transport/platform": {
3922                     "name": "月台",
3923                     "terms": "Platform,月台,月臺"
3924                 },
3925                 "public_transport/stop_position": {
3926                     "name": "停車位置",
3927                     "terms": "Stop Position,停止位置"
3928                 },
3929                 "railway": {
3930                     "name": "鐵路"
3931                 },
3932                 "railway/abandoned": {
3933                     "name": "廢置鐵路",
3934                     "terms": "Abandoned Railway,廢棄的鐵路,廢鐵路,鐵路路線跡"
3935                 },
3936                 "railway/crossing": {
3937                     "name": "鐵路交滙處 (路徑)",
3938                     "terms": "Railway Crossing (Path), 鐵路交滙處 (路徑)"
3939                 },
3940                 "railway/disused": {
3941                     "name": "停用鐵路",
3942                     "terms": "Disused Railway,停用鐵路,廢棄的鐵路"
3943                 },
3944                 "railway/funicular": {
3945                     "name": "纜索鐵道",
3946                     "terms": "纜索鐵道, 索道, 纜車"
3947                 },
3948                 "railway/halt": {
3949                     "name": "火車細站",
3950                     "terms": "Railway Halt,小火車站,火車站仔,火車細站"
3951                 },
3952                 "railway/level_crossing": {
3953                     "name": "鐵路交滙處 (道路)",
3954                     "terms": "Railway Crossing (Road), 鐵路交滙處 (道路)"
3955                 },
3956                 "railway/monorail": {
3957                     "name": "單軌鐵路",
3958                     "terms": "Monorail,單軌,單軌鐵路,單軌電車,單軌火車"
3959                 },
3960                 "railway/narrow_gauge": {
3961                     "name": "窄軌鐵路",
3962                     "terms": "窄軌鐵路, 窄軌鐵道"
3963                 },
3964                 "railway/platform": {
3965                     "name": "鐵路月台",
3966                     "terms": "Railway Platform,月臺,站臺,鐵道月台"
3967                 },
3968                 "railway/rail": {
3969                     "name": "路軌",
3970                     "terms": "Rail,火車軌,路軌,軌,鐵軌"
3971                 },
3972                 "railway/station": {
3973                     "name": "火車站",
3974                     "terms": "Railway Station,火車站,鐵路站"
3975                 },
3976                 "railway/subway": {
3977                     "name": "地下鐵",
3978                     "terms": "MTR,Mass Transit Railway,Subway,地下鐵,地下鐵路,地鐵,捷運"
3979                 },
3980                 "railway/subway_entrance": {
3981                     "name": "地鐵入口",
3982                     "terms": "Subway Entrance,地下鐵路入口,地鐵入口,地鐵口,捷運入口"
3983                 },
3984                 "railway/tram": {
3985                     "name": "電車",
3986                     "terms": "Tram,電車"
3987                 },
3988                 "railway/tram_stop": {
3989                     "name": "電車站",
3990                     "terms": "Tram Stop, 電車站"
3991                 },
3992                 "relation": {
3993                     "name": "關係",
3994                     "terms": "Relation,關係,關系"
3995                 },
3996                 "roundabout": {
3997                     "name": "迴旋處"
3998                 },
3999                 "route/ferry": {
4000                     "name": "渡輪航綫",
4001                     "terms": "Ferry Route,渡輪航線,航綫,航線"
4002                 },
4003                 "shop": {
4004                     "name": "商店",
4005                     "terms": "Shop,商店,舖"
4006                 },
4007                 "shop/alcohol": {
4008                     "name": "酒類專賣店",
4009                     "terms": "Liquor Store,酒店,酒莊,酒類商店"
4010                 },
4011                 "shop/anime": {
4012                     "name": "動漫店",
4013                     "terms": "動漫店"
4014                 },
4015                 "shop/antiques": {
4016                     "name": "古董店",
4017                     "terms": "古董店, 古玩店"
4018                 },
4019                 "shop/appliance": {
4020                     "name": "電器店",
4021                     "terms": "Appliance Store,家電店,家用電器店"
4022                 },
4023                 "shop/art": {
4024                     "name": "藝術商店",
4025                     "terms": "藝術店,美術店,美術商店"
4026                 },
4027                 "shop/baby_goods": {
4028                     "name": "嬰兒用品店",
4029                     "terms": "嬰兒用品店, BB用品店"
4030                 },
4031                 "shop/bag": {
4032                     "name": "袋/行李箱店",
4033                     "terms": "行李店, 袋店"
4034                 },
4035                 "shop/bakery": {
4036                     "name": "麵包西餅店",
4037                     "terms": "Bakery,餅家,餅店,餅舖,麪包舖,麪飽店,麪飽舖,麵包店,麵包舖,麵飽店,面包店"
4038                 },
4039                 "shop/bathroom_furnishing": {
4040                     "name": "浴室配件店",
4041                     "terms": "衛浴用品店,廁所用品店,洗手間用品店"
4042                 },
4043                 "shop/beauty": {
4044                     "name": "美容院",
4045                     "terms": "Beauty Shop,指甲美容,理容院,美妝店,美容店,美容院,護膚中心"
4046                 },
4047                 "shop/beauty/nails": {
4048                     "name": "美甲店",
4049                     "terms": "Nail Salon, 修甲店"
4050                 },
4051                 "shop/beauty/tanning": {
4052                     "name": "曬燈店",
4053                     "terms": "Tanning Salon, 日光浴店"
4054                 },
4055                 "shop/bed": {
4056                     "name": "寢具/床褥店",
4057                     "terms": "寢具店, 床褥店, 床墊店, 床具店, 寢室用品店, 床上用品店, 睡房用品店"
4058                 },
4059                 "shop/beverages": {
4060                     "name": "飲品店",
4061                     "terms": "Beverage Store,飲品店,飲品舖,飲料店"
4062                 },
4063                 "shop/bicycle": {
4064                     "name": "單車店",
4065                     "terms": "Bicycle Shop,單車店,單車舖,自行車店,腳踏車店    "
4066                 },
4067                 "shop/bookmaker": {
4068                     "name": "投注站",
4069                     "terms": "投注站,收受賭注者"
4070                 },
4071                 "shop/books": {
4072                     "name": "書店",
4073                     "terms": "書局"
4074                 },
4075                 "shop/boutique": {
4076                     "name": "時裝店",
4077                     "terms": "Boutique,時裝店,服飾店,精品店,服裝店"
4078                 },
4079                 "shop/butcher": {
4080                     "name": "肉舖",
4081                     "terms": "Butcher,肉舖,肉販,肉檔,肉枱"
4082                 },
4083                 "shop/candles": {
4084                     "name": "蠟燭店",
4085                     "terms": "蠟燭店"
4086                 },
4087                 "shop/car": {
4088                     "name": "車行",
4089                     "terms": "Car Dealership,車行,汽車店"
4090                 },
4091                 "shop/car_parts": {
4092                     "name": "汽車零件店",
4093                     "terms": "Car Parts Store,汽車配件店,汽車零件店,汽車零件舖"
4094                 },
4095                 "shop/car_repair": {
4096                     "name": "車房",
4097                     "terms": "Car Repair Shop,汽車修理店,汽車維修店,車房"
4098                 },
4099                 "shop/carpet": {
4100                     "name": "地毯店",
4101                     "terms": "地氈店"
4102                 },
4103                 "shop/charity": {
4104                     "name": "慈善商店",
4105                     "terms": "Charity Store, "
4106                 },
4107                 "shop/cheese": {
4108                     "name": "芝士店",
4109                     "terms": "芝士店, 起司店"
4110                 },
4111                 "shop/chemist": {
4112                     "name": "藥店",
4113                     "terms": "藥妝店,藥房"
4114                 },
4115                 "shop/chocolate": {
4116                     "name": "朱古力店",
4117                     "terms": "巧克力店"
4118                 },
4119                 "shop/clothes": {
4120                     "name": "服飾店",
4121                     "terms": "Clothing Store,服裝店,服飾店,衫舖"
4122                 },
4123                 "shop/coffee": {
4124                     "name": "咖啡店",
4125                     "terms": "咖啡店"
4126                 },
4127                 "shop/computer": {
4128                     "name": "電腦店",
4129                     "terms": "Computer Store,電腦店,電腦舖"
4130                 },
4131                 "shop/confectionery": {
4132                     "name": "糖果店",
4133                     "terms": "糖店"
4134                 },
4135                 "shop/convenience": {
4136                     "name": "便利店",
4137                     "terms": "Convenience Store,便利店"
4138                 },
4139                 "shop/copyshop": {
4140                     "name": "影印店",
4141                     "terms": "影印店"
4142                 },
4143                 "shop/cosmetics": {
4144                     "name": "化妝品店",
4145                     "terms": "化妝品店"
4146                 },
4147                 "shop/craft": {
4148                     "name": "工藝品店",
4149                     "terms": "工藝品店,工藝品商店,手工藝店,手作坊"
4150                 },
4151                 "shop/curtain": {
4152                     "name": "窗簾店",
4153                     "terms": "窗簾"
4154                 },
4155                 "shop/dairy": {
4156                     "name": "奶製品店",
4157                     "terms": "奶品店,乳品店,乳製品店"
4158                 },
4159                 "shop/deli": {
4160                     "name": "食肆",
4161                     "terms": "Deli,熟食店,美食店,食肆"
4162                 },
4163                 "shop/department_store": {
4164                     "name": "百貨公司",
4165                     "terms": "Department Store,百貨公司,百貨店"
4166                 },
4167                 "shop/doityourself": {
4168                     "name": "DIY店",
4169                     "terms": "DIY Store,DIY商店,自組舖,自行安裝店"
4170                 },
4171                 "shop/dry_cleaning": {
4172                     "name": "乾洗店",
4173                     "terms": "乾洗店"
4174                 },
4175                 "shop/e-cigarette": {
4176                     "name": "電子煙店",
4177                     "terms": "E-Cigarette Shop, 電子煙店"
4178                 },
4179                 "shop/electronics": {
4180                     "name": "電子舖",
4181                     "terms": "Electronics Store,電器店,電子舖"
4182                 },
4183                 "shop/erotic": {
4184                     "name": "情趣用品店",
4185                     "terms": "性商店,成人用品店"
4186                 },
4187                 "shop/fabric": {
4188                     "name": "布料店",
4189                     "terms": "布匹店,疋頭店"
4190                 },
4191                 "shop/farm": {
4192                     "name": "農產品檔攤",
4193                     "terms": "Produce Stand,檔,水果攤,農場,農產品攤檔"
4194                 },
4195                 "shop/fashion": {
4196                     "name": "時裝店",
4197                     "terms": "時裝店"
4198                 },
4199                 "shop/fishmonger": {
4200                     "name": "魚檔"
4201                 },
4202                 "shop/florist": {
4203                     "name": "花店",
4204                     "terms": "Florist,花店,花舖"
4205                 },
4206                 "shop/frame": {
4207                     "name": "表框店",
4208                     "terms": "表框店, 裱框店,邊框店,框架店"
4209                 },
4210                 "shop/funeral_directors": {
4211                     "name": "殯儀館",
4212                     "terms": "殯儀館"
4213                 },
4214                 "shop/furnace": {
4215                     "name": "暖氣爐店",
4216                     "terms": "火爐店"
4217                 },
4218                 "shop/furniture": {
4219                     "name": "傢俬店",
4220                     "terms": "Furniture Store,傢俬舖,傢具店,家具店"
4221                 },
4222                 "shop/garden_centre": {
4223                     "name": "園藝中心",
4224                     "terms": "Garden Center,園藝中心,園藝舖,花店"
4225                 },
4226                 "shop/gas": {
4227                     "name": "瓶裝石油氣店",
4228                     "terms": "Bottled Gas Shop, 樽裝石油氣店"
4229                 },
4230                 "shop/gift": {
4231                     "name": "禮品店",
4232                     "terms": "Gift Shop,禮品店,禮品舖,禮物店"
4233                 },
4234                 "shop/greengrocer": {
4235                     "name": "菜檔",
4236                     "terms": "Greengrocer,果蔬店,菜檔,蔬果店,生果,菜販"
4237                 },
4238                 "shop/hairdresser": {
4239                     "name": "理髮店",
4240                     "terms": "Hairdresser,理髮店,飛髮舖"
4241                 },
4242                 "shop/hardware": {
4243                     "name": "五金店",
4244                     "terms": "Hardware Store,五金店,五金舖"
4245                 },
4246                 "shop/hearing_aids": {
4247                     "name": "助聽器店",
4248                     "terms": "助聽器商店,耳聾機"
4249                 },
4250                 "shop/herbalist": {
4251                     "name": "草藥店",
4252                     "terms": "草藥店,中藥店"
4253                 },
4254                 "shop/hifi": {
4255                     "name": "音響店",
4256                     "terms": "Hifi Store,音響店,音響舖"
4257                 },
4258                 "shop/houseware": {
4259                     "name": "家庭用品店",
4260                     "terms": "家品店,家居用品店"
4261                 },
4262                 "shop/interior_decoration": {
4263                     "name": "室內設計店",
4264                     "terms": "室內設計店"
4265                 },
4266                 "shop/jewelry": {
4267                     "name": "珠寶店",
4268                     "terms": "Jeweler,珠寶店,珠寶舖,珠寶金行,首飾店,首飾舖,金舖"
4269                 },
4270                 "shop/kiosk": {
4271                     "name": "報紙亭",
4272                     "terms": "報紙檔,報紙檔攤,報紙攤檔,報刊檔"
4273                 },
4274                 "shop/kitchen": {
4275                     "name": "廚房設計店",
4276                     "terms": "廚房設計店"
4277                 },
4278                 "shop/laundry": {
4279                     "name": "洗衣店",
4280                     "terms": "Laundry,洗衣店,洗衣舖"
4281                 },
4282                 "shop/leather": {
4283                     "name": "皮革店",
4284                     "terms": "皮革店"
4285                 },
4286                 "shop/locksmith": {
4287                     "name": "鎖匠",
4288                     "terms": "Locksmith,鎖匠,鎖匠鋪,開鎖佬"
4289                 },
4290                 "shop/lottery": {
4291                     "name": "獎券店",
4292                     "terms": "投注站,六合彩"
4293                 },
4294                 "shop/mall": {
4295                     "name": "購物中心",
4296                     "terms": "Mall,商場,購物中心"
4297                 },
4298                 "shop/massage": {
4299                     "name": "按摩店",
4300                     "terms": "按摩商店, 按摩中心,腳底按摩"
4301                 },
4302                 "shop/medical_supply": {
4303                     "name": "醫療器材行",
4304                     "terms": "醫療用品供應"
4305                 },
4306                 "shop/mobile_phone": {
4307                     "name": "流動電話店",
4308                     "terms": "Mobile Phone Store,手機店,行動電話店,電話舖"
4309                 },
4310                 "shop/money_lender": {
4311                     "name": "放債人",
4312                     "terms": "放款人,借錢,財務公司"
4313                 },
4314                 "shop/motorcycle": {
4315                     "name": "電單車店",
4316                     "terms": "Motorcycle Dealership,摩托車行,電單車行"
4317                 },
4318                 "shop/music": {
4319                     "name": "唱片店",
4320                     "terms": "Music Store,唱片舖,音樂店"
4321                 },
4322                 "shop/musical_instrument": {
4323                     "name": "樂器店",
4324                     "terms": "樂器行,樂器店"
4325                 },
4326                 "shop/newsagent": {
4327                     "name": "報紙/雜誌店",
4328                     "terms": "報刊檔,報刊商店"
4329                 },
4330                 "shop/nutrition_supplements": {
4331                     "name": "營養補充品店",
4332                     "terms": "營養補充品店"
4333                 },
4334                 "shop/optician": {
4335                     "name": "眼鏡店",
4336                     "terms": "Optician,眼鏡店,眼鏡行,眼鏡舖"
4337                 },
4338                 "shop/organic": {
4339                     "name": "有機產品店",
4340                     "terms": "有機產品店"
4341                 },
4342                 "shop/outdoor": {
4343                     "name": "戶外用品店",
4344                     "terms": "戶外用品店"
4345                 },
4346                 "shop/paint": {
4347                     "name": "油漆店",
4348                     "terms": "漆油店"
4349                 },
4350                 "shop/pastry": {
4351                     "name": "榚點店",
4352                     "terms": "Pastry Shop, 西餅店, 榚餅店, 榚點店"
4353                 },
4354                 "shop/pawnbroker": {
4355                     "name": "當舖",
4356                     "terms": "大押,押,當押"
4357                 },
4358                 "shop/perfumery": {
4359                     "name": "香水店",
4360                     "terms": "Perfume Store,香水店"
4361                 },
4362                 "shop/pet": {
4363                     "name": "寵物舖",
4364                     "terms": "Pet Store,寵物店,寵物舖"
4365                 },
4366                 "shop/photo": {
4367                     "name": "相片沖印店",
4368                     "terms": "Photography Store,影相舖,照相館,晒相,曬相"
4369                 },
4370                 "shop/pyrotechnics": {
4371                     "name": "煙花店",
4372                     "terms": "爆竹,煙花,煙火,炮竹"
4373                 },
4374                 "shop/radiotechnics": {
4375                     "name": "無線電/電子零件店",
4376                     "terms": "無線電/電子零件店,對講機店,電子零件店"
4377                 },
4378                 "shop/religion": {
4379                     "name": "宗教用品店",
4380                     "terms": "宗教用品店,香舖,紙紮舖,金銀衣紙店"
4381                 },
4382                 "shop/scuba_diving": {
4383                     "name": "潛水用品店",
4384                     "terms": "水肺式潛水,深海潛水"
4385                 },
4386                 "shop/seafood": {
4387                     "name": "海鮮店",
4388                     "terms": "海產店"
4389                 },
4390                 "shop/second_hand": {
4391                     "name": "寄賣/二手店",
4392                     "terms": "格仔店,二手店"
4393                 },
4394                 "shop/shoes": {
4395                     "name": "鞋舖",
4396                     "terms": "Shoe Store,鞋店,鞋舖"
4397                 },
4398                 "shop/sports": {
4399                     "name": "運動用品店",
4400                     "terms": "Sporting Goods Store,運動用品店,運動舖,體育,體育用品店"
4401                 },
4402                 "shop/stationery": {
4403                     "name": "文具店",
4404                     "terms": "Stationery Store,文具店,文具舖"
4405                 },
4406                 "shop/storage_rental": {
4407                     "name": "存倉",
4408                     "terms": "迷你倉,儲存倉"
4409                 },
4410                 "shop/supermarket": {
4411                     "name": "超級市場",
4412                     "terms": "Supermarket,超級市場"
4413                 },
4414                 "shop/tailor": {
4415                     "name": "裁縫",
4416                     "terms": "裁縫,改衣"
4417                 },
4418                 "shop/tattoo": {
4419                     "name": "紋身店",
4420                     "terms": "刺青店"
4421                 },
4422                 "shop/tea": {
4423                     "name": "茶莊",
4424                     "terms": "茶葉店,茶行"
4425                 },
4426                 "shop/ticket": {
4427                     "name": "門票售賣",
4428                     "terms": "門票出售"
4429                 },
4430                 "shop/tobacco": {
4431                     "name": "煙草店",
4432                     "terms": "煙草店"
4433                 },
4434                 "shop/toys": {
4435                     "name": "玩具店",
4436                     "terms": "Toy Store,玩具店,玩具舖"
4437                 },
4438                 "shop/travel_agency": {
4439                     "name": "旅行社",
4440                     "terms": "Travel Agency,旅行社"
4441                 },
4442                 "shop/tyres": {
4443                     "name": "輪胎店",
4444                     "terms": "Tire Store,軚舖,輪胎店"
4445                 },
4446                 "shop/vacant": {
4447                     "name": "空置商舖"
4448                 },
4449                 "shop/vacuum_cleaner": {
4450                     "name": "吸塵機店",
4451                     "terms": "吸塵器店"
4452                 },
4453                 "shop/variety_store": {
4454                     "name": "十蚊店",
4455                     "terms": "Variety Store,雜貨店,雜貨舖"
4456                 },
4457                 "shop/video": {
4458                     "name": "影視店",
4459                     "terms": "Video Store,影像店,影碟店,影視店"
4460                 },
4461                 "shop/video_games": {
4462                     "name": "電子遊戲店",
4463                     "terms": "電子遊戲店,電視遊戲店"
4464                 },
4465                 "shop/watches": {
4466                     "name": "手錶店",
4467                     "terms": "Watches Shop,錶店,手表店,錶行,表行"
4468                 },
4469                 "shop/water_sports": {
4470                     "name": "水上活動/游泳用品店",
4471                     "terms": "泳具店"
4472                 },
4473                 "shop/weapons": {
4474                     "name": "武器店",
4475                     "terms": "武器商店, 子彈, 槍, 刀"
4476                 },
4477                 "shop/window_blind": {
4478                     "name": "百葉簾店",
4479                     "terms": "捲簾,遮光捲簾,陽光捲簾,百葉窗,百葉窗簾"
4480                 },
4481                 "shop/wine": {
4482                     "name": "酒品店",
4483                     "terms": "紅酒店,白酒店"
4484                 },
4485                 "tourism": {
4486                     "name": "旅遊設施",
4487                     "terms": "Tourism,旅行,旅遊"
4488                 },
4489                 "tourism/alpine_hut": {
4490                     "name": "高山小屋",
4491                     "terms": "Alpine Hut,高山小屋,高山屋仔"
4492                 },
4493                 "tourism/apartment": {
4494                     "name": "民宿公寓 / 短租公寓",
4495                     "terms": "Guest Apartment / Condo, 民宿公寓, 短租公寓"
4496                 },
4497                 "tourism/aquarium": {
4498                     "name": "水族館",
4499                     "terms": "Aquarium, 水族館"
4500                 },
4501                 "tourism/artwork": {
4502                     "name": "藝術品",
4503                     "terms": "Artwork,藝術品"
4504                 },
4505                 "tourism/attraction": {
4506                     "name": "觀光名勝",
4507                     "terms": "Tourist Attraction,旅行名勝,旅遊名勝,觀光點,觀光景點"
4508                 },
4509                 "tourism/camp_site": {
4510                     "name": "營地",
4511                     "terms": "Campground, Camp Site,營地,露營區"
4512                 },
4513                 "tourism/caravan_site": {
4514                     "name": "露營車營地",
4515                     "terms": "RV Park,房車營地,露營車停車場,露營車營地"
4516                 },
4517                 "tourism/chalet": {
4518                     "name": "木屋",
4519                     "terms": "Chalet,木屋"
4520                 },
4521                 "tourism/gallery": {
4522                     "name": "畫廊",
4523                     "terms": "藝廊,藝術廊"
4524                 },
4525                 "tourism/guest_house": {
4526                     "name": "賓館",
4527                     "terms": "Guest House,賓館,招待所"
4528                 },
4529                 "tourism/hostel": {
4530                     "name": "旅舍",
4531                     "terms": "Hostel,招待所,旅舍,宿舍"
4532                 },
4533                 "tourism/hotel": {
4534                     "name": "酒店",
4535                     "terms": "Hotel,酒店,旅館"
4536                 },
4537                 "tourism/information": {
4538                     "name": "旅遊資訊",
4539                     "terms": "Information,資訊,資訊處"
4540                 },
4541                 "tourism/information/board": {
4542                     "name": "資料顯示板",
4543                     "terms": "Information Board, 告示板, 資訊版, 告示牌"
4544                 },
4545                 "tourism/information/guidepost": {
4546                     "name": "指示牌",
4547                     "terms": "Guidepost, 方向指示牌"
4548                 },
4549                 "tourism/information/map": {
4550                     "name": "地圖",
4551                     "terms": "Map, 地圖"
4552                 },
4553                 "tourism/information/office": {
4554                     "name": "遊客中心",
4555                     "terms": "Tourist Information Office, 旅客中心, 遊客中心, 旅客諮詢中心"
4556                 },
4557                 "tourism/motel": {
4558                     "name": "汽車酒店",
4559                     "terms": "Motel,汽車旅館,汽車酒店,時租旅店"
4560                 },
4561                 "tourism/museum": {
4562                     "name": "博物館",
4563                     "terms": "Museum,博物館"
4564                 },
4565                 "tourism/picnic_site": {
4566                     "name": "郊遊地點",
4567                     "terms": "Picnic Site,郊遊地點,野餐地點"
4568                 },
4569                 "tourism/theme_park": {
4570                     "name": "主題公園",
4571                     "terms": "Theme Park,主題公園"
4572                 },
4573                 "tourism/viewpoint": {
4574                     "name": "觀景臺",
4575                     "terms": "Viewpoint,景點,眺望,瞭望台,瞭望臺,觀景台,觀景臺,觀景點"
4576                 },
4577                 "tourism/zoo": {
4578                     "name": "動物園",
4579                     "terms": "Zoo,動物園"
4580                 },
4581                 "traffic_calming": {
4582                     "name": "交通紓緩",
4583                     "terms": "Traffic Calming, 悠閒式街道"
4584                 },
4585                 "traffic_calming/bump": {
4586                     "name": "減速壆",
4587                     "terms": "減速帶,減速器"
4588                 },
4589                 "traffic_calming/chicane": {
4590                     "name": "連續彎道",
4591                     "terms": "Traffic Chicane, 減速彎道"
4592                 },
4593                 "traffic_calming/choker": {
4594                     "name": "道路收窄",
4595                     "terms": "Traffic Choker, 道路收窄"
4596                 },
4597                 "traffic_calming/cushion": {
4598                     "name": "減速墊",
4599                     "terms": "Speed Cushion, 減速軟膠"
4600                 },
4601                 "traffic_calming/dip": {
4602                     "name": "減速坑",
4603                     "terms": "Dip, 減速坡"
4604                 },
4605                 "traffic_calming/hump": {
4606                     "name": "緩衝路拱",
4607                     "terms": "減速壆"
4608                 },
4609                 "traffic_calming/island": {
4610                     "name": "交通島",
4611                     "terms": "Traffic island, 分隔島, 安全島"
4612                 },
4613                 "traffic_calming/rumble_strip": {
4614                     "name": "減速振動帶",
4615                     "terms": "齒紋標誌帶,隆起標誌帶"
4616                 },
4617                 "traffic_calming/table": {
4618                     "name": "設有減速平台的行人過路處",
4619                     "terms": "隆起行人過路處"
4620                 },
4621                 "type/boundary": {
4622                     "name": "邊界",
4623                     "terms": "Boundary,界,邊界"
4624                 },
4625                 "type/boundary/administrative": {
4626                     "name": "行政邊界",
4627                     "terms": "Administrative Boundary,行政界線,行政邊界"
4628                 },
4629                 "type/multipolygon": {
4630                     "name": "多重多邊形"
4631                 },
4632                 "type/restriction": {
4633                     "name": "限制",
4634                     "terms": "Restriction,限制"
4635                 },
4636                 "type/restriction/no_left_turn": {
4637                     "name": "不准左轉",
4638                     "terms": "禁止左轉,不可以左轉,嚴禁左轉"
4639                 },
4640                 "type/restriction/no_right_turn": {
4641                     "name": "不准右轉",
4642                     "terms": "禁止右轉,不可以右轉,嚴禁右轉"
4643                 },
4644                 "type/restriction/no_straight_on": {
4645                     "name": "不准直駛",
4646                     "terms": "禁止進入"
4647                 },
4648                 "type/restriction/no_u_turn": {
4649                     "name": "不准掉頭",
4650                     "terms": "禁止掉頭"
4651                 },
4652                 "type/restriction/only_left_turn": {
4653                     "name": "只准左轉",
4654                     "terms": "只能左轉"
4655                 },
4656                 "type/restriction/only_right_turn": {
4657                     "name": "只准右轉",
4658                     "terms": "只准右轉"
4659                 },
4660                 "type/restriction/only_straight_on": {
4661                     "name": "只准直駛",
4662                     "terms": "禁止轉彎"
4663                 },
4664                 "type/route": {
4665                     "name": "路綫",
4666                     "terms": "Route,路綫,路線"
4667                 },
4668                 "type/route/bicycle": {
4669                     "name": "單車路綫",
4670                     "terms": "Cycle Route,單車路綫,單車路線,腳踏車路線,自行車路線"
4671                 },
4672                 "type/route/bus": {
4673                     "name": "巴士路綫",
4674                     "terms": "Bus Route,公共汽車路線,巴士路綫"
4675                 },
4676                 "type/route/detour": {
4677                     "name": "繞道路綫",
4678                     "terms": "Detour Route,繞道,繞道路綫,繞道路線"
4679                 },
4680                 "type/route/ferry": {
4681                     "name": "渡輪航線",
4682                     "terms": "Ferry Route,渡輪航線,航綫"
4683                 },
4684                 "type/route/foot": {
4685                     "name": "步行路綫",
4686                     "terms": "Foot Route,步行路線,行人路綫,行人路線"
4687                 },
4688                 "type/route/hiking": {
4689                     "name": "遠足路綫",
4690                     "terms": "Hiking Route,行山路綫,行山路線,遠足路線"
4691                 },
4692                 "type/route/horse": {
4693                     "name": "策騎路線",
4694                     "terms": "騎馬路線"
4695                 },
4696                 "type/route/pipeline": {
4697                     "name": "管道路綫",
4698                     "terms": "Pipeline Route,供水路綫,供水路線,水管路綫,管道路線"
4699                 },
4700                 "type/route/power": {
4701                     "name": "供電路綫",
4702                     "terms": "Power Route,供電路綫,供電路線"
4703                 },
4704                 "type/route/road": {
4705                     "name": "道路路綫",
4706                     "terms": "Road Route,行車路綫,行車路線,道路路線"
4707                 },
4708                 "type/route/train": {
4709                     "name": "火車路綫",
4710                     "terms": "Train Route,火車綫,火車線,火車路綫,鐵路綫,鐵路線,鐵路路綫,鐵路路線"
4711                 },
4712                 "type/route/tram": {
4713                     "name": "電車路綫",
4714                     "terms": "Tram Route,電車路綫,電車路線"
4715                 },
4716                 "type/route_master": {
4717                     "name": "路綫總覽",
4718                     "terms": "Route Master,線路總管,路綫總管,路線總目"
4719                 },
4720                 "type/site": {
4721                     "name": "建築群",
4722                     "terms": "一群建築"
4723                 },
4724                 "vertex": {
4725                     "name": "其他",
4726                     "terms": "Other,其他,其它"
4727                 },
4728                 "waterway": {
4729                     "name": "水道"
4730                 },
4731                 "waterway/boatyard": {
4732                     "name": "船廠",
4733                     "terms": "艇廠"
4734                 },
4735                 "waterway/canal": {
4736                     "name": "運河",
4737                     "terms": "Canal,水道,運河"
4738                 },
4739                 "waterway/dam": {
4740                     "name": "堤壩",
4741                     "terms": "Dam,堤壩,壩,水壩"
4742                 },
4743                 "waterway/ditch": {
4744                     "name": "溝渠",
4745                     "terms": "Ditch,溝,溝渠,明溝"
4746                 },
4747                 "waterway/dock": {
4748                     "name": "濕船塢/乾船塢",
4749                     "terms": "濕式船塢,乾式船塢"
4750                 },
4751                 "waterway/drain": {
4752                     "name": "排水道",
4753                     "terms": "Drain,下水道,排水道,渠,排水渠,排水管,污水渠"
4754                 },
4755                 "waterway/fuel": {
4756                     "name": "船舶加油站",
4757                     "terms": "船隻加燃料站,船隻加油站,船用加油站"
4758                 },
4759                 "waterway/river": {
4760                     "name": "河流",
4761                     "terms": "River,江,江河,河,河流,河川"
4762                 },
4763                 "waterway/riverbank": {
4764                     "name": "河岸",
4765                     "terms": "Riverbank,江岸,河堤"
4766                 },
4767                 "waterway/sanitary_dump_station": {
4768                     "name": "船舶污水處理",
4769                     "terms": "船舶污物處理,船隻污物處理,船舶污水處理"
4770                 },
4771                 "waterway/stream": {
4772                     "name": "溪流",
4773                     "terms": "Stream,小河,小溪,涌,溪,溪流, 河溪,溪澗"
4774                 },
4775                 "waterway/water_point": {
4776                     "name": "船隻飲用水",
4777                     "terms": "船舶飲用水,船用飲用水"
4778                 },
4779                 "waterway/waterfall": {
4780                     "name": "瀑布",
4781                     "terms": "Waterfall,瀑布"
4782                 },
4783                 "waterway/weir": {
4784                     "name": "塘堰",
4785                     "terms": "Weir,堤堰,堤壩,堰,壩,塘堰,導流壩"
4786                 }
4787             }
4788         }
4789     }
4790 }