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