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