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