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