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