]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/zh-TW.json
Pluralize changesets controller
[rails.git] / vendor / assets / iD / iD / locales / zh-TW.json
1 {
2     "zh-TW": {
3         "icons": {
4             "information": "資訊",
5             "remove": "移除",
6             "undo": "復原"
7         },
8         "modes": {
9             "add_area": {
10                 "title": "區域",
11                 "description": "新增公園、建築物、湖泊或其它區域至地圖上。",
12                 "tail": "點擊地圖以繪製一塊區域,如公園、湖泊或建築物。"
13             },
14             "add_line": {
15                 "title": "線",
16                 "description": "新增公路、街道、行人道、運河或其他線段至地圖上。",
17                 "tail": "點擊地圖以繪製道路、路徑或路綫。"
18             },
19             "add_point": {
20                 "title": "點",
21                 "description": "新增餐廳、古蹪、郵箱或其他事物至地圖上。",
22                 "tail": "點擊地圖以新增一個點。"
23             },
24             "add_note": {
25                 "title": "備註",
26                 "description": "發現了問題?讓其他製圖者知道。",
27                 "tail": "在地圖上點擊以新增備註。"
28             },
29             "browse": {
30                 "title": "瀏覽",
31                 "description": "平移及縮放地圖。"
32             },
33             "draw_area": {
34                 "tail": "點擊地圖以添加區域的其它節點。點擊第一點以完成區域的繪製。"
35             },
36             "draw_line": {
37                 "tail": "點擊地圖以添加線段的其它節點。點擊其他線段以連接它們,點擊兩下以完成線段的繪製。"
38             },
39             "drag_node": {
40                 "connected_to_hidden": "這個沒辦法被編輯,因其與其他隱藏的圖徵相連"
41             }
42         },
43         "operations": {
44             "add": {
45                 "annotation": {
46                     "point": "已新增一點。",
47                     "vertex": "已新增一節點至路徑上。",
48                     "relation": "已新增一項關係。",
49                     "note": "已新增備註。"
50                 }
51             },
52             "start": {
53                 "annotation": {
54                     "line": "開始繪製一線段。",
55                     "area": "開始繪製一塊區域。"
56                 }
57             },
58             "continue": {
59                 "key": "A",
60                 "title": "繼續",
61                 "description": "繼續繪製此線段",
62                 "not_eligible": "無法在此繼續繪製線段",
63                 "multiple": "有多條線段可在此延續。要選擇其中一條,請按 Shift 鍵並點擊它。",
64                 "annotation": {
65                     "line": "繼續繪製一線段。",
66                     "area": "繼續繪製一區域。"
67                 }
68             },
69             "cancel_draw": {
70                 "annotation": "取消了繪圖。"
71             },
72             "change_role": {
73                 "annotation": "已更改關係成員的角色。"
74             },
75             "change_tags": {
76                 "annotation": "修改了標籤。"
77             },
78             "circularize": {
79                 "title": "環形化",
80                 "description": {
81                     "line": "把此線段環形化。",
82                     "area": "把此區域環形化。"
83                 },
84                 "key": "O",
85                 "annotation": {
86                     "line": " 將線段變成環形。",
87                     "area": "將一區域製成環形。"
88                 },
89                 "not_closed": "非圈狀物件,不能環形化。",
90                 "too_large": "因物件尚未有足夠部份正在顯示,不能環形化。",
91                 "connected_to_hidden": "這個沒辦法圓形化,因為與其他隱藏的圖徵相連"
92             },
93             "orthogonalize": {
94                 "title": "方角化",
95                 "description": {
96                     "line": "將此線方角化。",
97                     "area": "將此區域方角化。"
98                 },
99                 "key": "S",
100                 "annotation": {
101                     "line": "已將線段上的彎角換成直角。",
102                     "area": "已將區域的彎角換成直角。"
103                 },
104                 "not_squarish": "物件無法被方角化,因為它並非近似方形。",
105                 "too_large": "因物件尚未有足夠部份正在顯示,不能被方角化。",
106                 "connected_to_hidden": "這個沒辦法方形化,因為與其他隱藏的圖徵相連"
107             },
108             "straighten": {
109                 "title": "拉直",
110                 "description": "拉直此線段",
111                 "key": "S",
112                 "annotation": "拉直一條線段。",
113                 "too_bendy": "這條線段無法被拉直,因為有過多彎折。",
114                 "connected_to_hidden": "這個沒辦法直線化,因為與其他隱藏的圖徵相連"
115             },
116             "delete": {
117                 "title": "刪除",
118                 "description": {
119                     "single": "永久刪除此圖徽。",
120                     "multiple": "永久刪除這些圖徽。"
121                 },
122                 "annotation": {
123                     "point": "刪除了一點。",
124                     "vertex": "刪除了路徑上的一個節點。",
125                     "line": "刪除了一線段。",
126                     "area": "刪除了一區域。",
127                     "relation": "刪除了一關係",
128                     "multiple": "刪除 {n} 個圖徽。"
129                 },
130                 "too_large": {
131                     "single": "因為這個圖徽目前可視部份不足,所以無法被刪除。",
132                     "multiple": "因為這些圖徽目前可視部份不足,所以無法被刪除。"
133                 },
134                 "incomplete_relation": {
135                     "single": "因為這個圖徽尚未被完整下載,所以無法被刪除。",
136                     "multiple": "因為這些圖徽尚未被完整下載,所以無法被刪除。"
137                 },
138                 "part_of_relation": {
139                     "single": "因為這個圖徽是一個更大的關係的一部份,所以無法被刪除。您必須先將它從關係清單中移除。",
140                     "multiple": "因為這些圖徽是一個更大的關係的一部份,所以無法被刪除。您必須先將它們從關係清單中移除。"
141                 },
142                 "connected_to_hidden": {
143                     "single": "因為這個圖徽被連接至隱藏的圖徽,所以無法被刪除。",
144                     "multiple": "因為這些圖徽被連接至隱藏的圖徽,所以無法被刪除。"
145                 }
146             },
147             "add_member": {
148                 "annotation": "增加成員到關係。"
149             },
150             "delete_member": {
151                 "annotation": "從關係移除成員。"
152             },
153             "connect": {
154                 "annotation": {
155                     "point": "已連接路徑到一點。",
156                     "vertex": "已連接路徑到另一路徑。",
157                     "line": "已連接路徑到一線段。",
158                     "area": "已連接路徑到一區域。"
159                 },
160                 "relation": "這些特徵並不能連結,因為它們的關聯角色有衝突。",
161                 "restriction": "這些特徵並不能連結,因為會破壞 \"{relation}\" 關聯。"
162             },
163             "disconnect": {
164                 "title": "斷開",
165                 "description": "將這些路徑/區域斷開。",
166                 "key": "D",
167                 "annotation": "斷開了路徑。",
168                 "not_connected": "未有足夠的路徑/區域來斷開。",
169                 "connected_to_hidden": "無法斷開,因為其連接著隱藏的特徵。",
170                 "relation": "因為其連接到了關係中的成員,所以不能斷開。"
171             },
172             "merge": {
173                 "title": "合併",
174                 "description": "合併這些特徵",
175                 "key": "C",
176                 "annotation": "合併 {n} 個特徵",
177                 "not_eligible": "不能合併這些物件。",
178                 "not_adjacent": "這些特徵並不能合併,因為它們的端點並不相連。",
179                 "restriction": "這些圖徽無法合併,因為它會危害到「{relation}」關係。",
180                 "relation": "這些圖徽無法合併,因為它們有衝突的關係。",
181                 "incomplete_relation": "這些物件不能合併,因為其中最少有一件未有完全下載。",
182                 "conflicting_tags": "這些特徵並不能合儀,因為它們有彼此衝突的標籤。"
183             },
184             "move": {
185                 "title": "移動",
186                 "description": {
187                     "single": "移動這個圖徽到不同的位置。",
188                     "multiple": "移動這些圖徽到不同的位置。"
189                 },
190                 "key": "M",
191                 "annotation": {
192                     "point": "移動了一點。",
193                     "vertex": "移動了路徑上的一節點。",
194                     "line": "移動了一線段。",
195                     "area": "移動了一區域。",
196                     "multiple": "已移動多個圖徽。"
197                 },
198                 "incomplete_relation": {
199                     "single": "因為這個圖徽尚未被完整下載,所以無法被移動。",
200                     "multiple": "因為這些圖徽尚未被完整下載,所以無法被移動。"
201                 },
202                 "too_large": {
203                     "single": "因為這個圖徽目前可視部份不足,所以無法被移動。",
204                     "multiple": "因為這些圖徽目前可視部份不足,所以無法被移動。"
205                 },
206                 "connected_to_hidden": {
207                     "single": "因為這個圖徽被連接至隱藏的圖徽,所以無法被移動。",
208                     "multiple": "因為這些圖徽被連接至隱藏的圖徽,所以無法被移動。"
209                 }
210             },
211             "reflect": {
212                 "title": {
213                     "long": "映射長軸",
214                     "short": "映射短軸"
215                 },
216                 "description": {
217                     "long": {
218                         "single": "以其長軸映射這個圖徽。",
219                         "multiple": "以其長軸映射這些圖徽。"
220                     },
221                     "short": {
222                         "single": "以其短軸映射這個圖徽。",
223                         "multiple": "以其短軸映射這些圖徽。"
224                     }
225                 },
226                 "key": {
227                     "long": "T",
228                     "short": "Y"
229                 },
230                 "annotation": {
231                     "long": {
232                         "single": "以其長軸映射圖徽。",
233                         "multiple": "以其長軸映射多個圖徽。"
234                     },
235                     "short": {
236                         "single": "以其短軸映射圖徽。",
237                         "multiple": "以其短軸映射多個圖徽。"
238                     }
239                 },
240                 "incomplete_relation": {
241                     "single": "因為這個圖徽尚未被完整下載,所以無法被映射。",
242                     "multiple": "因為這些圖徽尚未被完整下載,所以無法被映射。"
243                 },
244                 "too_large": {
245                     "single": "因為這個圖徽目前可視部份不足,所以無法被映射。",
246                     "multiple": "因為這些圖徽目前可視部份不足,所以無法被映射。"
247                 },
248                 "connected_to_hidden": {
249                     "single": "因為這個圖徽被連接至隱藏的圖徽,所以無法被映射。",
250                     "multiple": "因為這些圖徽被連接至隱藏的圖徽,所以無法被映射。"
251                 }
252             },
253             "rotate": {
254                 "title": "旋轉",
255                 "description": {
256                     "single": "以圖徽中心點為軸心旋轉這個圖徽。",
257                     "multiple": "以圖徽中心點為軸心旋轉這些圖徽。"
258                 },
259                 "key": "R",
260                 "annotation": {
261                     "line": "旋轉了一線段。",
262                     "area": "旋轉了一區域。",
263                     "multiple": "已旋轉多個圖徽。"
264                 },
265                 "incomplete_relation": {
266                     "single": "因為這個圖徽尚未被完整下載,所以無法被旋轉。",
267                     "multiple": "因為這些圖徽尚未被完整下載,所以無法被旋轉。"
268                 },
269                 "too_large": {
270                     "single": "因為這個圖徽目前可視部份不足,所以無法被旋轉。",
271                     "multiple": "因為這些圖徽目前可視部份不足,所以無法被旋轉。"
272                 },
273                 "connected_to_hidden": {
274                     "single": "因為這個圖徽被連接至隱藏的圖徽,所以無法被旋轉。",
275                     "multiple": "因為這些圖徽被連接至隱藏的圖徽,所以無法被旋轉。"
276                 }
277             },
278             "reverse": {
279                 "title": "反轉",
280                 "description": "讓這線段的方向反轉。",
281                 "key": "V",
282                 "annotation": "反轉一線段。"
283             },
284             "split": {
285                 "title": "分割",
286                 "description": {
287                     "line": "在這一節點分割成兩條線段。",
288                     "area": "將這個區域的邊界一分為二。",
289                     "multiple": "在這一節點將線段/區域的邊界一分為二。"
290                 },
291                 "key": "X",
292                 "annotation": {
293                     "line": "分割一線段。",
294                     "area": "分割一區域的邊界。",
295                     "multiple": "分割{n}項線段/區域的邊界。"
296                 },
297                 "not_eligible": "不能於線段的首尾進行分割。",
298                 "multiple_ways": "太多線段,未能進行分割。",
299                 "connected_to_hidden": "這個沒辦法切割,因為與其他隱藏的圖徵相連."
300             },
301             "restriction": {
302                 "annotation": {
303                     "create": "已增加轉向限制",
304                     "delete": "已移除轉向限制"
305                 }
306             },
307             "detach_node": {
308                 "title": "分離",
309                 "key": "E",
310                 "description": "從這些線/區域分離此節點。",
311                 "annotation": "已從父母線/區域分離節點",
312                 "restriction": "此節點無法被分離,因為它會毀損「{relation}」關係。",
313                 "connected_to_hidden": "此節點無法被分離,因為它連接到隱藏的圖徽。"
314             }
315         },
316         "restriction": {
317             "controls": {
318                 "distance": "距離",
319                 "distance_up_to": "最大 {distance}",
320                 "via": "經由",
321                 "via_node_only": "只有節點",
322                 "via_up_to_one": "最多 1 路徑",
323                 "via_up_to_two": "最多 2 路徑"
324             },
325             "help": {
326                 "indirect": "(間接)",
327                 "turn": {
328                     "no_left_turn": "禁止左轉 {indirect}",
329                     "no_right_turn": "禁止右轉 {indirect}",
330                     "no_u_turn": "禁止迴轉 {indirect}",
331                     "no_straight_on": "禁止直行 {indirect}",
332                     "only_left_turn": "只能左轉 {indirect}",
333                     "only_right_turn": "只能右轉 {indirect}",
334                     "only_u_turn": "只能迴轉 {indirect}",
335                     "only_straight_on": "只能直行 {indirect}",
336                     "allowed_left_turn": "允許左轉 {indirect}",
337                     "allowed_right_turn": "允許右轉 {indirect}",
338                     "allowed_u_turn": "允許迴轉 {indirect}",
339                     "allowed_straight_on": "允許直行 {indirect}"
340                 },
341                 "from": "從",
342                 "via": "經由",
343                 "to": "到",
344                 "from_name": "{from} {fromName}",
345                 "from_name_to_name": "{from} {fromName} {to} {toName}",
346                 "via_names": "{via} {viaNames}",
347                 "select_from": "點選 {from} 片段",
348                 "select_from_name": "點選 {from} 片段 {fromName}",
349                 "toggle": "點 \"{turn}\""
350             }
351         },
352         "undo": {
353             "tooltip": "復原: {action}",
354             "nothing": "沒有動作可以撤銷。"
355         },
356         "redo": {
357             "tooltip": "取消復原: {action}",
358             "nothing": "沒有動作可以重做。"
359         },
360         "tooltip_keyhint": "快速鍵",
361         "browser_notice": "iD 編輯器支援 Firefox、Chrome、Safari、Opera 和 Internet Explorer 11 以上的版本。請升級你的瀏覽器或是使用 Potlatch 2 來編輯地圖。",
362         "translate": {
363             "translate": "翻譯",
364             "localized_translation_label": "多語言名稱",
365             "localized_translation_language": "選擇語言",
366             "localized_translation_name": "名稱"
367         },
368         "zoom_in_edit": "拉近以編輯",
369         "login": "登入",
370         "logout": "登出",
371         "loading_auth": "正在連接 OpenStreetMap...",
372         "report_a_bug": "回報錯誤",
373         "help_translate": "協助翻譯",
374         "feature_info": {
375             "hidden_warning": "{count} 隱藏的圖徵",
376             "hidden_details": "這些圖徵現在被隱藏.: {details}"
377         },
378         "status": {
379             "error": "未能連接至伺服器介面。",
380             "offline": "伺服器介面離線,請稍後再嘗試編輯。",
381             "readonly": "伺服器介面處於唯讀模式,須待介面正常運作,方能儲存您的編輯。",
382             "rateLimit": "API 限制匿名連線。您可以透過登入來修復這個問題。"
383         },
384         "commit": {
385             "title": "上傳到開放街圖",
386             "upload_explanation": "你的修改將會在所有使用OpenStreetMap資料的地圖上看到。",
387             "upload_explanation_with_user": "你以 {user} 具名的修改將會在所有使用OpenStreetMap資料的地圖上看到。",
388             "request_review": "我需要其他人檢視查核我的編輯。",
389             "save": "上傳",
390             "cancel": "取消",
391             "changes": "{count}  變動數",
392             "download_changes": "下載 osmChange 檔案",
393             "warnings": "警告",
394             "modified": "已修改",
395             "deleted": "已刪除",
396             "created": "已建立",
397             "about_changeset_comments": "關於編輯變動",
398             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
399             "google_warning": "您在此留言中提到了 Google:請注意從 Google 地圖是嚴格禁止的。",
400             "google_warning_link": "https://www.openstreetmap.org/copyright"
401         },
402         "contributors": {
403             "list": "正顯示 {users} 的編輯",
404             "truncated_list": "由 {users} 與另外 {count} 人編輯"
405         },
406         "info_panels": {
407             "key": "I",
408             "background": {
409                 "key": "B",
410                 "title": "背景",
411                 "zoom": "縮放",
412                 "vintage": "年代",
413                 "source": "來源",
414                 "description": "描述",
415                 "resolution": "解析度",
416                 "accuracy": "準確度",
417                 "unknown": "未知",
418                 "show_tiles": "顯示圖磚",
419                 "hide_tiles": "隱藏圖磚",
420                 "show_vintage": "顯示年份",
421                 "hide_vintage": "隱藏年份"
422             },
423             "history": {
424                 "key": "H",
425                 "title": "歷史",
426                 "selected": "{n} 被選擇",
427                 "no_history": "無歷史 (新功能)",
428                 "version": "版本",
429                 "last_edit": "最近編輯",
430                 "edited_by": "編輯由",
431                 "changeset": "變更組合",
432                 "unknown": "未知",
433                 "link_text": "在 openstreetmap.org 上的歷史",
434                 "note_no_history": "無歷史 (新節點) ",
435                 "note_comments": " 評論",
436                 "note_created_date": "創建日期",
437                 "note_created_user": "創建者",
438                 "note_link_text": "openstreetmap.org 註記"
439             },
440             "location": {
441                 "key": "L",
442                 "title": "位置",
443                 "unknown_location": "未知位置"
444             },
445             "measurement": {
446                 "key": "M",
447                 "title": "測量",
448                 "selected": "{n} 被選擇",
449                 "geometry": "形狀",
450                 "closed_line": "封閉線段",
451                 "closed_area": "封閉區域",
452                 "center": "中心",
453                 "perimeter": "周長",
454                 "length": "長度",
455                 "area": "區域",
456                 "centroid": "質心",
457                 "location": "位置",
458                 "metric": "公制",
459                 "imperial": "英制",
460                 "node_count": "節點數目"
461             }
462         },
463         "geometry": {
464             "point": "點",
465             "vertex": "頂點",
466             "line": "線",
467             "area": "區域",
468             "relation": "關係",
469             "note": "註記"
470         },
471         "geocoder": {
472             "search": "搜尋全世界...",
473             "no_results_visible": "可見的地圖區域中沒有搜尋結果",
474             "no_results_worldwide": "找不到搜尋結果"
475         },
476         "geolocate": {
477             "title": "顯示我的位置",
478             "locating": "正在定位,請等待..."
479         },
480         "inspector": {
481             "no_documentation_combination": "這個標籤組合沒有可用的說明",
482             "no_documentation_key": "這個鍵值沒有可用的說明",
483             "documentation_redirect": "這份文件已經被重新導向至新頁面",
484             "show_more": "顯示更多",
485             "view_on_osm": "在 openstreetmap.org 中檢視",
486             "all_fields": "全部欄位",
487             "all_tags": "所有標籤",
488             "all_members": "所有成員",
489             "all_relations": "所有關係",
490             "new_relation": "建立新關係...",
491             "role": "角色",
492             "choose": "選擇物件種類",
493             "results": "{search} 的 {n} 個結果",
494             "reference": "在 OpenStreetMap Wiki 中檢閱",
495             "back_tooltip": "修改物件",
496             "remove": "移除",
497             "search": "搜尋",
498             "multiselect": "已選取的圖徽",
499             "unknown": "未知種類",
500             "incomplete": "<未下載>",
501             "feature_list": "搜尋物件",
502             "edit": "編輯特徵",
503             "check": {
504                 "yes": "是",
505                 "no": "否",
506                 "reverser": "變更方向"
507             },
508             "radio": {
509                 "structure": {
510                     "type": "種類",
511                     "default": "預設",
512                     "layer": "圖層"
513                 }
514             },
515             "add": "新增",
516             "none": "無",
517             "node": "節點",
518             "way": "路徑",
519             "relation": "關係",
520             "location": "地點",
521             "add_fields": "新增欄位"
522         },
523         "background": {
524             "title": "背景",
525             "description": "背景圖像設定",
526             "key": "B",
527             "backgrounds": "背景",
528             "none": "無",
529             "best_imagery": "這個地點已知最佳的影像來源",
530             "switch": "切換回此背景",
531             "custom": "客製化",
532             "overlays": "覆疊",
533             "imagery_source_faq": "影像資訊 / 問題回報",
534             "reset": "重設",
535             "display_options": "顯示設定",
536             "brightness": "亮度",
537             "contrast": "對比",
538             "saturation": "飽和度",
539             "sharpness": "銳利度",
540             "minimap": {
541                 "description": "顯示小地圖",
542                 "tooltip": "顯示縮小的地圖幫助你確認所在區域的位置",
543                 "key": "/"
544             },
545             "fix_misalignment": "調整影像偏移",
546             "offset": "在灰色區域內拖拉調整影像偏移,或是輸入偏移公尺數。"
547         },
548         "map_data": {
549             "title": "地圖圖資",
550             "description": "地圖圖資",
551             "key": "F",
552             "data_layers": "資料圖層",
553             "layers": {
554                 "osm": {
555                     "tooltip": "來自開放街圖的地圖資料",
556                     "title": "開放街圖資料"
557                 },
558                 "notes": {
559                     "tooltip": "從開放街圖而來的註記資料",
560                     "title": "開放街圖註記"
561                 },
562                 "custom": {
563                     "tooltip": "拖曳資料檔案到頁面上,或點選按鈕以設定",
564                     "title": "自訂地圖資料",
565                     "zoom": "縮放到資料"
566                 }
567             },
568             "fill_area": "填充選項",
569             "map_features": "地圖圖徵",
570             "autohidden": "因為螢幕中的特徵太多,這些特徵已被自動隱藏。請放大再修編。",
571             "osmhidden": "因為開放街圖的圖層隱藏,所以這些圖徽已自動隱藏。"
572         },
573         "feature": {
574             "points": {
575                 "description": "點",
576                 "tooltip": "興趣點"
577             },
578             "traffic_roads": {
579                 "description": "通勤道路",
580                 "tooltip": "道路、巷弄等"
581             },
582             "service_roads": {
583                 "description": "服務性道路",
584                 "tooltip": "服務性道路,停車場通道、路徑等"
585             },
586             "paths": {
587                 "description": "通道",
588                 "tooltip": "人行道、步行徑、單車道等。"
589             },
590             "buildings": {
591                 "description": "建築物",
592                 "tooltip": "建築、亭子、倉庫等。"
593             },
594             "landuse": {
595                 "description": "土地利用圖徵",
596                 "tooltip": "森林、農莊、公園、住宅區、商業區等。"
597             },
598             "boundaries": {
599                 "description": "邊界",
600                 "tooltip": "行政邊界"
601             },
602             "water": {
603                 "description": "水域圖徵",
604                 "tooltip": "河道、湖泊、池溏、蓄水池等"
605             },
606             "rail": {
607                 "description": "鐵路圖徵",
608                 "tooltip": "鐵路"
609             },
610             "power": {
611                 "description": "電力設施",
612                 "tooltip": "輸電線、發電廠、變電所等。"
613             },
614             "past_future": {
615                 "description": "過去/未來",
616                 "tooltip": "預定地,施工中,廢棄,拆除等。"
617             },
618             "others": {
619                 "description": "其他",
620                 "tooltip": "其他東西"
621             }
622         },
623         "area_fill": {
624             "wireframe": {
625                 "description": "不填充 (線條顯示)",
626                 "tooltip": "啟用線框模式,可以很容易地看到背景圖像。",
627                 "key": "W"
628             },
629             "partial": {
630                 "description": "部分填充",
631                 "tooltip": "區域只有外框部分有顏色填充。(新手畫圖者推薦選項)"
632             },
633             "full": {
634                 "description": "全部填充",
635                 "tooltip": "區域全部用顏色填充"
636             }
637         },
638         "settings": {
639             "custom_background": {
640                 "tooltip": "編輯自訂的背景",
641                 "header": "自訂背景圖片設定",
642                 "instructions": "輸入標題網址模版。有效的代碼是: \n  {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme\n  {-y} or {ty} for flipped TMS-style Y coordinates\n  {u} for quadtile scheme\n {switch:a,b,c} for DNS server multiplexing\n\n範例:\n{example}",
643                 "template": {
644                     "placeholder": "編輯網址模版"
645                 }
646             },
647             "custom_data": {
648                 "tooltip": "編輯自訂資料圖層",
649                 "header": "自訂地圖資料設定",
650                 "file": {
651                     "instructions": "選擇本機資料檔案。支援的檔案類型:\n   .gpx, .kml, .geojson, .json",
652                     "label": "瀏覽檔案"
653                 },
654                 "or": "或",
655                 "url": {
656                     "instructions": "輸入資料檔案 URL 或向量圖磚 URL 模板。有效的代號是:\n   {zoom} 或 {z}, {x}, {y} 為 Z/X/Y 圖磚結構",
657                     "placeholder": "輸入 URL"
658                 }
659             }
660         },
661         "restore": {
662             "heading": "您有未儲存的編輯",
663             "description": "您在上一次編輯時仍有未儲存的修改,你想恢復這些修改嗎﹖",
664             "restore": "復原我的變更",
665             "reset": "丟棄我的變更"
666         },
667         "save": {
668             "title": "儲存",
669             "help": "審閱您的修改並將它們上傳至 OpenStreetMap,讓其他使用者看見。",
670             "no_changes": "沒有修改需要儲存。",
671             "error": "嘗試儲存時發生了故障",
672             "status_code": "伺服器傳回的狀態碼{code}",
673             "unknown_error_details": "請確定你已經連上網路。",
674             "uploading": "正在上傳修改至 OpenStreetMap...",
675             "conflict_progress": "檢查衝突:{total} 中的 {num}",
676             "unsaved_changes": "你有未儲存的編輯",
677             "conflict": {
678                 "header": "解決編輯衝突",
679                 "count": "在{total}中有{num}個衝突 ",
680                 "previous": "< 上一個",
681                 "next": "下一個 >",
682                 "keep_local": "保留我的",
683                 "keep_remote": "使用他們的",
684                 "restore": "復原",
685                 "delete": "放棄資料",
686                 "download_changes": "或下載 osmChange 檔案",
687                 "done": "所有衝突已解決!",
688                 "help": "另一個使用者變更了您變更的相同的某些圖徽。\n在每個圖徽下面點選以取得更多衝突的資訊,並選取要保留\n您的變更或是其他使用者的變更。\n"
689             }
690         },
691         "merge_remote_changes": {
692             "conflict": {
693                 "deleted": "此圖徽已被 {user} 刪除。",
694                 "location": "此圖徽已被您與 {user} 同時移動。",
695                 "nodelist": "節點已被你和{user}改變了.",
696                 "memberlist": "關係成員已被你和{user}改變了。",
697                 "tags": "你改變了 <b>{tag}</b> 標籤為 \"{local}\" 並且 {user} 更改它為 \"{remote}\"。"
698             }
699         },
700         "success": {
701             "just_edited": "您剛剛編輯了OpenStreetMap!",
702             "thank_you": "感謝你改進地圖。",
703             "thank_you_location": "感謝你改進 {where} 週遭的地圖。",
704             "help_html": "你編輯的變動應該過幾分會出現在開放街圖裡。其他的地圖更新需要花久一點時間。",
705             "help_link_text": "詳細資料",
706             "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",
707             "view_on_osm": "在OSM上顯示變動",
708             "changeset_id": "你的變更集 #:{changeset_id}",
709             "like_osm": "喜歡開放街圖嗎?與其他人聯繫:",
710             "more": "更多",
711             "events": "活動",
712             "languages": "語言:{languages}",
713             "missing": "清單上仍有遺漏資訊?",
714             "tell_us": "告訴我們!"
715         },
716         "confirm": {
717             "okay": "OK",
718             "cancel": "取消"
719         },
720         "splash": {
721             "welcome": "歡迎使用iD OpenStreetMap編輯器",
722             "text": "iD編輯器是一個既易用而又功能強大的工具,以助您編輯世界上最好的自由世界地圖。這是版本{version}。欲知詳情,請瀏覽 {website} 及於{github}報告臭蟲。",
723             "walkthrough": "開始新手教學",
724             "start": "現在就編輯"
725         },
726         "source_switch": {
727             "live": "實況模式",
728             "lose_changes": "您有尚未儲存的編輯,切換地圖伺服器會失去這些編輯。您是否確定要切換伺服器?",
729             "dev": "開發模式"
730         },
731         "version": {
732             "whats_new": "iD {version} 有什麼新東西"
733         },
734         "tag_reference": {
735             "description": "描述",
736             "on_wiki": "於wiki.osm.org上的 {tag}",
737             "used_with": "可與 {type} 使用"
738         },
739         "validations": {
740             "disconnected_highway": "未連結道路",
741             "disconnected_highway_tooltip": "道路應該要被連接到其他道路或是建築物的入口。",
742             "old_multipolygon": "在外部路徑上的多邊形標籤",
743             "old_multipolygon_tooltip": "這種多邊形樣式已被棄用。請將標籤加於母多邊形而非外部路徑。",
744             "untagged_point": "未有標籤的點",
745             "untagged_point_tooltip": "選擇適當的物件種類描述該點是什麼。",
746             "untagged_line": "未有標籤的線段",
747             "untagged_line_tooltip": "選擇適當的物件種類描述這條線是什麼。",
748             "untagged_area": "未有標籤的區域",
749             "untagged_area_tooltip": "選擇適當的物件種類描述這區域是什麼。",
750             "untagged_relation": "未標記的關係",
751             "untagged_relation_tooltip": "選取一個可以適當地描述這個關係的圖徽類型。",
752             "many_deletions": "您正要刪除 {n} 個圖徽:{p} 個節點、{l} 條線段、{a} 個區域、{r} 個關係。您確定您要這麼做嗎?這將會把它們從每個人都看得到的 openstreetmap.org 的地圖上刪除。",
753             "tag_suggests_area": "{tag} 標籤所建議的線段應為區域,但這個不是一區域",
754             "deprecated_tags": "已棄用的標籤︰{tags}"
755         },
756         "zoom": {
757             "in": "拉近",
758             "out": "拉遠"
759         },
760         "cannot_zoom": "在此模式下不能再縮小。",
761         "full_screen": "啟動全螢幕",
762         "streetside": {
763             "tooltip": "微軟的街景照片",
764             "title": "照片覆蓋層 (Bing Streetside)",
765             "report": "回報關於此照片的隱私疑慮",
766             "view_on_bing": "在 Bing Maps 上檢視",
767             "hires": "高解析度"
768         },
769         "mapillary_images": {
770             "tooltip": "從 Mapillary 來的街道級照片",
771             "title": "照片覆蓋層 (Mapillary)"
772         },
773         "mapillary_signs": {
774             "tooltip": "從 Mapillary 而來的交通號誌(必須啟用照片重疊)",
775             "title": "紅綠燈覆蓋層 (Mapillary)"
776         },
777         "mapillary": {
778             "view_on_mapillary": "在 Mapillary 檢視這張照片"
779         },
780         "openstreetcam_images": {
781             "tooltip": "從 OpenStreetCam 而來的街道級照片",
782             "title": "照片覆蓋層 (OpenStreetCam)"
783         },
784         "openstreetcam": {
785             "view_on_openstreetcam": "在 OpenStreetCam 檢視這張圖片"
786         },
787         "note": {
788             "note": "註記",
789             "title": "編輯註記",
790             "anonymous": "匿名",
791             "closed": "(已關閉)",
792             "commentTitle": "評論",
793             "status": {
794                 "opened": "已開啟 {when}",
795                 "reopened": "再次開啟 {when}",
796                 "commented": "評論 {when}",
797                 "closed": "關閉 {when}"
798             },
799             "newComment": "新評論",
800             "inputPlaceholder": "輸入評論以與其他使用者分享。",
801             "close": "關閉註記",
802             "open": "重新開啟註記",
803             "comment": "評論",
804             "close_comment": "關閉並評論",
805             "open_comment": "重新開啟並評論",
806             "report": "回報",
807             "new": "新的備註",
808             "newDescription": "描述問題。",
809             "save": "儲存備註",
810             "login": "您必須登入以變更或評論此註記。",
811             "upload_explanation": "您的評論將會讓所有開放街圖的使用者都可以看到。",
812             "upload_explanation_with_user": "您對 {user} 的評論將會讓所有開放街圖的使用者都可以看到。"
813         },
814         "help": {
815             "title": "說明文件",
816             "key": "H",
817             "help": {
818                 "title": "說明文件",
819                 "welcome": "歡迎來到 [開放街圖](https://www.openstreetmap.org/)的 iD 編輯器。使用 iD 編輯器能讓你在網頁瀏覽器更新開放街圖。",
820                 "open_data_h": "開放資料",
821                 "open_data": "在地圖上面的編輯變動會讓所有使用開放街圖的人看到。你的編輯必須基於個人知識,現地踏察,或是收集的空照或是街景影像。從商業來源如 Google 地圖,則[嚴重禁止](https://www.openstreetmap.org/copyright)。",
822                 "before_start_h": "在開始之前",
823                 "before_start": "你應該先熟悉開放街圖以及編輯器之前再開始編輯。iD 編輯器中有教學能教你基本編輯開放街圖的方法。點螢幕上的\"開始新手教學\"進行新手教學-這只會花 15 分鐘。",
824                 "open_source_h": "開源",
825                 "open_source": "iD 編輯器是共同協作的開源專案,你現在則是使用 {version} 版本。專案的原始碥在 [GitHub 上面](https://github.com/openstreetmap/iD)。",
826                 "open_source_help": "你可以藉由[翻譯](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) 或是 [回報臭蟲](https://github.com/openstreetmap/iD/issues),協助 iD 專案的發展。"
827             },
828             "overview": {
829                 "title": "概要",
830                 "navigation_h": "瀏覽",
831                 "navigation_drag": "你藉由按住 {leftclick} 滑鼠左鍵和移動滑鼠拖動地圖。你也可以使用鍵盤上的  `↓`, `↑`, `←`, `→` 方向鍵移動。",
832                 "navigation_zoom": "你可以用滑鼠滾輪或是觸控版放大或縮小,或是按地圖旁的 {plus} / {minus} 按鈕。你也可以用鍵盤上的  `+`, `-` 鍵。",
833                 "features_h": "圖徵",
834                 "features": "我們用字詞*圖徵*來描述地圖上會出現的東西,像是道路、建築、或是興趣點。任何在現實世界出現的東西,都可以當作圖徵畫到開放街圖上面。地圖圖徵在地圖上以*點*、*線*或是*區域*的方式呈現。",
835                 "nodes_ways": "在開放街圖裡,點有時候被稱為*節點*,而線和區域則被稱為*路徑*。"
836             },
837             "editing": {
838                 "title": "編輯及儲存",
839                 "select_h": "選取",
840                 "select_left_click": "對著圖徵按 {leftclick} 左鍵選擇,則會用高亮度顯示加上會發光,而側邊欄則會顯示關於圖徵的詳細內容,像是名稱或是地址。",
841                 "select_right_click": "對著圖徵按 {rightclick} 右鍵則會顯示編輯選單,列出可以執行的指令,像是旋轉、移動和刪除。",
842                 "multiselect_h": "多重選擇",
843                 "multiselect_shift_click": "`{shift}`+{leftclick} 按左鍵來一次選擇多個圖徵,這讓移動或刪除多個物件更為容易。",
844                 "multiselect_lasso": "另一個多重選擇的方式是按住 `{shift}` 鍵,然後按 {leftclick} 左鍵拖動滑鼠拉出選擇方框。而所有在方框區域內的節點都會被選擇。",
845                 "undo_redo_h": "復原及重複動作",
846                 "undo_redo": "你的編輯都會存在本地的瀏覽器裡,直到你選擇上傳到開放街圖伺服器上。你可以點 {undo} **復原**按鈕來復原先前的編輯, {redo} 取消復原按鍵來取消復原。",
847                 "save_h": "儲存",
848                 "save": "點 {save} **儲存** 完成你的編輯並傳送到開放街圖。你應該記得你必須時常儲存你的成果! ",
849                 "save_validation": "在儲存畫面,你有機會回顧你做了什麼。iD 會進行基本的檢查,確保沒有遺失的資料,以及提供有幫助的建議,還有在怪怪的時候提出警告。",
850                 "upload_h": "上傳",
851                 "upload": "在上傳你的變動之前,你必須輸入 [編輯變動留言](https://wiki.openstreetmap.org/wiki/Good_changeset_comments)。接著按**上傳**來傳送你的變動到開放街圖,然後這業變動會合併到地圖上,每個人都看得到。",
852                 "backups_h": "自動備份",
853                 "backups": "如果你無法在一次完成你的編輯,比如說你的電腦當機,或是你關掉瀏覽器分頁,你的編輯仍儲存在瀏覽器的儲存空間。之後你可以回來(同一台電腦的的同一個瀏覽器),iD 會讓你恢復你的工作。",
854                 "keyboard_h": "鍵盤快速鍵",
855                 "keyboard": "您可以透過按下 `?` 鍵瀏覽鍵盤快捷鍵清單"
856             },
857             "feature_editor": {
858                 "title": "圖徵編輯器",
859                 "intro": "*圖徵編輯器*會出現在地圖旁邊,允許你看到和編輯你選擇圖徵所有的資訊。",
860                 "definitions": "上半部分會顯示圖徵的類型,中間部分則有顯示圖徵內容,像是名字或地址的*欄位*。",
861                 "type_h": "圖徵類型",
862                 "type": "你可以點選圖徵類型來改變不同的圖徵類型。所有現實世界存在的東西都可以加到開放街圖上面,所以總共有成千種圖徵類型能夠選擇。",
863                 "type_picker": "類選選擇器顯示最常見的圖徵類儒,像是公園、醫院、餐廳、道路建築。你可以藉由在搜尋框輸入任何東西來搜尋。你也可以點選圖徵類型旁邊的 {inspect} **資訊**圖示來得到更多資訊。",
864                 "fields_h": "欄位",
865                 "fields_all_fields": "\"所有欄位\"部分含有你能編輯,所有圖徵的詳細資訊。在開放街圖,所有的欄位都是選擇性的,你不確定的話可以選擇留空。",
866                 "fields_example": "每一個圖徵類型會有不同的欄位。舉例來說,道路類可能就有路面和速限的欄位,而餐廳則會顯示食物類型,以及營業時間的欄位。",
867                 "fields_add_field": "你也可以按下拉選單\"新增欄位\",增加新的欄位,像是描述、維基百科連結、輪椅通通等項目。",
868                 "tags_h": "標籤",
869                 "tags_all_tags": "下面的欄位選擇,你可以展開\"所有標籤\"部分,替你選擇的圖徵加上任何在開放街圖上面的標籤。每一個標籤由一個\"鍵\"和\"值\"構成,資料元件定義所有在開放街圖上儲存的圖徵。",
870                 "tags_resources": "編輯圖徵的標籤需要開放街圖進階的知識。你應該參考 [開放街圖 Wiki](https://wiki.openstreetmap.org/wiki/Main_Page) 或 [Taginfo](https://taginfo.openstreetmap.org/) 熟悉已經被接受的開放街圖標籤慣例。"
871             },
872             "points": {
873                 "title": "點",
874                 "intro": "*點*可以用來表示像是商店、餐廳和紀念碑的圖徵。他們佔據特定的地點,描述在那裡的東西。",
875                 "add_point_h": "新增點",
876                 "add_point": "要新增一個點,點選地圖上面工具列 {點} **點**按鈕,或是按快速鍵 `1`。這會讓滑鼠遊標變成十字圖樣。",
877                 "add_point_finish": "要在地圖放置新的點,將滑鼠十字移到點的位置,接著按 {leftclick} 左鍵或按`空白鍵`。",
878                 "move_point_h": "移動點",
879                 "move_point": "要移動點的話,請將滑鼠指標移到點的上面,接著按下去然後按住 {leftclick} 左鍵不放,然後移到點到新的位置。",
880                 "delete_point_h": "刪除點",
881                 "delete_point": "刪除現實世界不存在的圖徵是很 OK 的事情。從開放街圖刪除圖徵,意味著從每個人會用到的地圖移除,所以你必須確定圖徵確實不在了,才真的刪除圖徵。",
882                 "delete_point_command": "要刪去一個點,  {rightclick} 右鍵點選該點以打開編輯選單,然後選擇 {delete} **刪除** 指令。"
883             },
884             "lines": {
885                 "title": "線",
886                 "intro": "*線*用來代表像是道路、鐵路和河流。線應沿著被代表物體的中心繪製。",
887                 "add_line_h": "新增線",
888                 "add_line": "要新增線,點地圖上方工具列的 {line} **線**按鈕,或是按快速鍵 `2`。這會讓滑鼠指標變成十字形狀。",
889                 "add_line_draw": "接下來,移動滑鼠指標到線開始的地方,按下 {leftclick} 左鍵,或是按`空白鍵`開始沿著線放置點。按著或是用`空白鍵`增加更多點,而在繪製的過程,你可以放大地圖,或是拖拉地圖來增加更多細節。",
890                 "add_line_finish": "要完成畫線,按下 `{return}` 或對該線最後一個節點點擊一次。",
891                 "modify_line_h": "變更線",
892                 "modify_line_dragnode": "有時候你會看線的形狀並不正確,比方說道路並沒有與背景影像重合。要調整線的形狀,首先按 {leftclick} 左鍵選取線,所有線的點都會變成小的圓圈,接著你可以拖動這些點到更適合的位置。",
893                 "modify_line_addnode": "你也可以沿著線新增點,在線上 {leftclick} **x2** 點兩下,或是拖動點跟點中間的小三角形。",
894                 "connect_line_h": "連結線",
895                 "connect_line": "路要適當連結,不只方便地圖顯示,還是提供導航最基本的方式。",
896                 "connect_line_display": "道路的交叉處會用灰色圓圈表示,而線的尾段如無連到任何東西,則是用較大的白色圓圈代表。",
897                 "connect_line_drag": "要讓線連到其他圖徵,則要將線的節點接到其他圖徵上,直到兩個圖徵接合為止。小技巧:你可以按著 `{alt}` 鍵避免點連到其他圖徵。",
898                 "connect_line_tag": "如果你的交叉處是交通號誌或是穿越道,你可以藉由選取連接的點,然後用圖徵編輯器選取正確的圖徵類似來增加。",
899                 "disconnect_line_h": "切斷線",
900                 "disconnect_line_command": "要將道路從其他圖徵切斷,對著選取的節點按 {rightclick} 右健,然後在編輯選單選取 {disconnect} **切斷命令。",
901                 "move_line_h": "移動線",
902                 "move_line_command": "要移動整條線,用 {rightclick} 右鍵點線然後選擇選單 {move} **移動** 指令。接著移動滑鼠,用 {leftclick} 左鍵點要移動到的新地點。",
903                 "move_line_connected": "有連到其他圖徵的線,則在移動線的同時也被移動到新地點。iD 可能會阻止你不讓你移動線到與其他連接的線交叉。",
904                 "delete_line_h": "刪除線段",
905                 "delete_line": "如果一條線都不對,舉例來說道路並不存在真實世界,當然你可以刪除。當你要刪除圖徵時請小心:背景影像也許過時,而看起來錯誤的道路也許是新修築的。",
906                 "delete_line_command": "要刪除線,對著線按 {rightclick} 右鍵選取,接著在顯示的編輯選單,使用 {delete} **刪除**指令。"
907             },
908             "areas": {
909                 "title": "區域",
910                 "intro": "*區埔通常用來顯示有邊界的圖徵,像是湖泊、建築、住宅區。區域應當沿著圖徵邊緣繪製,舉例來說就是沿著建築物地基繪製。",
911                 "point_or_area_h": "點或區域?",
912                 "point_or_area": "許多圖徵能夠用點或是區域表示。你應該儘可能用區域來畫建築和其他東西的外框。將節點放在建築區域裡來表示商家、便利設施和其他在位於建築的圖徵。",
913                 "add_area_h": "新增區域",
914                 "add_area_command": "要增加區域,在地圖上方工具列點 {aera} **區域**按鈕,或是按快速鍵 `3`,這會讓滑鼠指標變成十字形。",
915                 "add_area_draw": "接著,移動滑鼠指標到圖徵的角落,然後點 {leftclick} 左鍵,或是按`空白鍵`來放置點到區域的邊緣。繼續按著放置更多點,或是按`空白鍵`。當你在繪製的時候,你可以放大或是拖動地圖來增加更多細節。",
916                 "add_area_finish": "要完成繪製區域,按 `{return}` 或再次點第一個點或最後一個點。",
917                 "square_area_h": "直角角落",
918                 "square_area_command": "許多圖徵像是建築有直角,要直角化區域的角落,則對著區域的邊緣按 {rightclick} 右鍵,然後選擇編輯選單 {orthogonalize} **方角化**指令。",
919                 "modify_area_h": "變動區域",
920                 "modify_area_dragnode": "你會常看到形狀不太對的區域,比如說跟背景影像不太符合的建築物。要修正區域的形狀,先按 {leftclick} 左鍵選擇區域,所有區域上的點會以小圓圈顯示,你可以拖動這些點到更適當的地點。",
921                 "modify_area_addnode": "你也可以藉由區域邊緣上 {leftclick} **x2** 點兩下新增點,或是拖動兩點中間的小三角形來新增點。",
922                 "delete_area_h": "刪除區域",
923                 "delete_area": "如果區域畫得完全不對,像是真實世界並不存在那棟建築,那麼你可以放心刪除。但當刪除時請小心 - 背景影像也許已經過時了,那棟怪怪的建築也許只是新蓋好的建築。",
924                 "delete_area_command": "要刪除區域,請對著區域按 {rightclick} 右鍵選取,接著出現編輯選單,然後使用 {delete} **刪除**指令。"
925             },
926             "relations": {
927                 "title": "關聯",
928                 "intro": "*關聯*是開放街圖特殊型態的圖徵,能夠將其他圖徵組織成一組。屬於關聯的圖徵被稱為*成員*,而每個成員在關聯裡都會有*角色*。",
929                 "edit_relation_h": "編輯關聯",
930                 "edit_relation": "在圖徵編輯器裡的最下面,你可以展開\"所有關係\"部分,能看到選擇的圖徵是那些關聯的成員。你可以點選關聯選擇和編輯關聯。",
931                 "edit_relation_add": "要將圖徵加到關聯裡,選擇圖徵,接著點圖徵編輯器中\"所有關係\"部分的 {plus} 加號按鈕。你可以從附近關聯的清單選擇,或是選\"新關係...\"選項。",
932                 "edit_relation_delete": "你也可以按 {delete} **刪除**按鈕將關聯中的選擇圖徵移除。如果你移除關聯中所有的成員,關聯也將被自動刪除。",
933                 "maintain_relation_h": "維護關聯",
934                 "maintain_relation": "大部分的情形來說,你編輯時 iD 會自動維護關聯,你應當特別注意替換關聯中的成員。舉例來說,如果你刪除一段路,用新繪製的路段取代,你應當如同原來的一樣,將新的部分加到同一個關聯 (路線、轉彎限制等)。",
935                 "relation_types_h": "關聯種類",
936                 "multipolygon_h": "多重多邊形",
937                 "multipolygon": "*多重多邊形*關聯是擁有一個或多個*外框*以及一個或多個內部圖徵的群組。外框圖徵定義多重多邊形的外圍,而內部圖徵則定義次區域或是多重多邊形內部的洞。",
938                 "multipolygon_create": "要創建多重多邊形,像是建築內有洞的狀況,要用區域的方式先畫外框,再來用線段或是不同形狀區塊的方式畫內部的邊緣。接著 `{shift}`+{leftclick}  左鍵同時選擇兩個圖徵,{rightclick} 右鍵點下去之後出現編輯選單,接著選 {merge} **合併**命令。 ",
939                 "multipolygon_merge": "合併數個線段或區域會產生以所有選擇區域為成員新的多重多邊形。iD 會自動選擇是內部還是外部的角色,取決於那個圖徵是否在某一個圖徵裡面。",
940                 "turn_restriction_h": "轉彎限制",
941                 "turn_restriction": "*轉彎限制*關聯是有數個交叉道路的群組。轉彎限制由*從*道,*經由*節點或道路,以及*到*道路。",
942                 "turn_restriction_field": "要編輯轉彎限制,選擇兩個以上道路交叉的節點。圖徵編輯器則會顯示特別的\"轉彎限制\"欄位,欄位裡有交叉點相關的模式。",
943                 "turn_restriction_editing": "在\"轉彎限制\"欄位中,點選\"從\"道路,接著看是允許或是限制\"到\"道路。你可以點轉彎圖示切換允許或是限制,iD 會依據從、經由、到的角色,自動新建關聯。",
944                 "route_h": "路線",
945                 "route": "*路線*關聯是一個由一個或多個線段圖徵組成的道路網路群組,像是公車路線、火車路線或是公路路線。",
946                 "route_add": "要增加圖徵到路線關聯,選擇圖徵在圖徵編輯器,向下滾動到\"所有關係\"部分,接著點 {plus} 加號按鈕,增加圖徵到鄰近已存在或是新的關聯中。",
947                 "boundary_h": "邊界",
948                 "boundary": "*邊界*關聯是一個由一個或多個線段圖徵組成的行政邊界。",
949                 "boundary_add": "要增加圖徵到邊界關聯,選擇圖徵在圖徵編輯器,向下滾動到\"所有關係\"部分,接著點 {plus} 加號按鈕,增加圖徵到鄰近已存在或是新的關聯中。"
950             },
951             "notes": {
952                 "title": "備註",
953                 "intro": "*備註*是用於警告其他使用者有圖徽需要修復或注意。備註會在地圖上特定位置標記。要檢視既有的備註或加入新的,點擊 {data} **地圖圖資**面板以啟用開放街圖備註層。",
954                 "add_note_h": "新增備註",
955                 "add_note": "要加入新的備註,在地圖上的工具列點擊 {note} **備註**按鈕,或是按下鍵盤快捷鍵 `4`。這將會把您的滑鼠游標變更為十字符號。要在地圖上放置新的備註,將滑鼠游標放到要新增備註的地方,然後 {leftclick} 用左鍵點擊或按下 `Space` 鍵。",
956                 "move_note": "僅有新的備註可以移動。要移動備註,將滑鼠游標放到新的備註上,然後按住 {leftclick} 滑鼠左鍵,並將備註拖曳到新的位置。",
957                 "update_note_h": "關閉、重新開啟與評論",
958                 "update_note": "既有的備註可以透過將其關閉、重新開啟或是對它新增評論來更新。關閉備註是指出問題已經解決。重新開啟備註則是指出原本的問題沒有被解決。",
959                 "save_note_h": "儲存備註",
960                 "save_note": "您必須分別儲存任何備註的編輯,只要按下在評論下方的按鈕就可以了。備註編輯**不**會包含在您上傳至開放街圖的變更集中。"
961             },
962             "imagery": {
963                 "title": "背景影像",
964                 "intro": "背景影像出現在地圖資料下方,是繪製地圖時相當重要的資源。這些影像可能是從衛星、飛機和無人機收集的空拍影像,或是掃描歷史地圖或是其他自由可用的來源資料。",
965                 "sources_h": "空拍圖來源",
966                 "choosing": "要看有那些影像來源可以用在編輯,點選地圖旁的 {layers} **背景設定**按鈕。",
967                 "sources": "[Bing 地圖](https://www.bing.com/maps/)影像是預設的背景影像。視你在編輯的地方,還有其他的影像來源,有些影像比較新或有更高的解析度,所以請常常檢查有些可用,選擇那個圖層是最好用的繪製地圖參考來源。",
968                 "offsets_h": "調整空拍圖層偏移",
969                 "offset": "有時候影像會與既有地圖資料有些偏移狀況,如果你看到道路或是建築相比背景影像有偏移狀況,也許影像並沒有對準,請別移動全部的資料來吻合背景影像。你可以在背景影像設定,藉由\"調整影像偏移\"調整背景來將影像吻合既有的資料。",
970                 "offset_change": "點小三角形微幅調整影像,或是按住左鍵在灰色區域拖動,來調整影像。"
971             },
972             "streetlevel": {
973                 "title": "街景照片",
974                 "intro": "街道級的照片對於繪製交通號誌與其他您無法在衛星照片或航空照片上看到的細節來說很有用。iD 編輯器支援了從 [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside)、[Mapillary](https://www.mapillary.com) 與 [OpenStreetCam](https://www.openstreetcam.org) 而來的街道級照片。",
975                 "using_h": "使用街景照片",
976                 "using": "要使用街景影像來畫地圖,點地圖旁 {data} **地圖資料**面板,切換不同的影像圖層。",
977                 "photos": "當啟用時,圖片圖層會顯示有一連串有圖片沿著一條線,在更高的縮放程度,圓圈標示代表圖片的位置,而在更高的縮放下面,方向標示會顯示照片拍攝時的鏡頭方向。",
978                 "viewer": "當你點其中一個照片位置,會在圖片下面角落出現照片檢示器。圖片檢示器能控制照片序列要往前進或後退。同時會顯示拍照者的名稱,拍攝日期,以及連到原始網站的連結。"
979             },
980             "gps": {
981                 "title": "GPS 軌跡",
982                 "intro": "收集的 GPS 軌跡對開放街圖是相當可靠的資料來源。編輯器支援本地電腦的 *.gpx*、*,geojson*,以及 *.kml* 檔案。你可以用智慧型手機、運動手錶或其他 GPS 裝置收集 GPS 軌跡。",
983                 "survey": "要知道如何用 GPS 踏查,請閱讀[使用手機、GPS 或紙本繪圖](http://learnosm.org/en/mobile-mapping/)。",
984                 "using_h": "使用 GPS 軌跡",
985                 "using": "要用 GPS 軌跡畫地圖,請把資料檔案拖到地圖編輯器裡。如果成功辨識,則會在地圖上顯示亮紫色的線條。點地圖旁邊的 {data}  **地圖資料**面板啟用、關閉,或是縮放到你的 GPS 資料。",
986                 "tracing": "GPS 軌跡並未傳到開放街圖 - 而最好的使用方式則是照著軌跡的指引,繪製你要新增的圖徵。",
987                 "upload": "您也可以透過[上傳你的 GPS 資訊至 OpenStreetMap 開放街圖](https://www.openstreetmap.org/trace/create)以供其他使用者利用。"
988             },
989             "field": {
990                 "restrictions": {
991                     "title": "轉彎限制說明",
992                     "about": {
993                         "title": "關於",
994                         "about": "這個欄位允許你偵測和變動轉彎限制,顯示選取的交叉路口的模型,以及鄰近連結的道路。",
995                         "from_via_to": "轉彎限制總是有:一個**從路徑**,一個**到路徑**,以及一個**經由節點*,或一個或多個**經由路徑**。",
996                         "maxdist": "\"{distField}\" 滑塊控制怎麼搜尋額外連結的道路。",
997                         "maxvia": "\"{viaField}\"  滑塊調整搜尋時包括有多少經由路徑 (技巧:越簡單越好)"
998                     },
999                     "inspecting": {
1000                         "title": "偵測",
1001                         "about": "飄浮過任何 **FROM** 片段來看轉彎限制,每個可能的 **TO** 目標會用上色的陰影包住,顯示關聯是否存在。",
1002                         "from_shadow": "{fromShadow} **從片段**",
1003                         "allow_shadow": "{allowShadow} **允許到**",
1004                         "restrict_shadow": "{restrictShadow} **禁止到**",
1005                         "only_shadow": "{onlyShadow} **只有到**",
1006                         "restricted": "\"限制\"意著有轉彎限制,例如說\"禁止左轉\"。",
1007                         "only": "\"只有\"意味著汽車從這條路來的時候,只能做這項選擇,例如說,\"只淮直行\"。"
1008                     },
1009                     "modifying": {
1010                         "title": "變動",
1011                         "about": "要變動轉彎限制,請先檢查先選取起始的 **FROM** 片段,選取的片段會放大,然後任何可能的 **TO** 目的地會以轉彎符號顯示。",
1012                         "indicators": "接著,點選轉彎符號切換為\"允許\",\"限制\",和\"只有\"。",
1013                         "allow_turn": "{allowTurn} **到允許**",
1014                         "restrict_turn": "{restrictTurn} **到限制**",
1015                         "only_turn": "{onlyTurn} **只有到**"
1016                     },
1017                     "tips": {
1018                         "title": "技巧",
1019                         "simple": "**偏好簡單限制而不是複雜的限制。**",
1020                         "simple_example": "舉例來說,如果有簡單的經由點轉彎限制的話,避免創建經由道路限制。",
1021                         "indirect": "**一些限制會顯示 \"(indirect)\" 文字,並且畫得比較淡。**",
1022                         "indirect_example": "這此限制存在,因為其他鄰近的限制。舉例來說,一個**只允許直行**的限制會間接為其他經過的道路創建\"不允許轉彎\"限制。",
1023                         "indirect_noedit": "你並不允許編輯間接限制,做為替代,你可以編輯鄰近的方向限制。"
1024                     }
1025                 }
1026             }
1027         },
1028         "intro": {
1029             "done": "完成",
1030             "ok": "OK",
1031             "graph": {
1032                 "block_number": "4鄰",
1033                 "city": "臺北市",
1034                 "county": "TW",
1035                 "district": "松山區",
1036                 "hamlet": "中崙",
1037                 "neighbourhood": "健軍新村",
1038                 "postcode": "116",
1039                 "province": "臺北市",
1040                 "quarter": "中崙",
1041                 "state": "臺灣",
1042                 "subdistrict": "中崙",
1043                 "suburb": "東區",
1044                 "countrycode": "tw",
1045                 "name": {
1046                     "1st-avenue": "塔悠路",
1047                     "2nd-avenue": "中山路",
1048                     "4th-avenue": "南京路",
1049                     "5th-avenue": "長安路",
1050                     "6th-avenue": "林森路",
1051                     "6th-street": "羅斯福路",
1052                     "7th-avenue": "登輝大道",
1053                     "8th-avenue": "市民大道",
1054                     "9th-avenue": "凱達格蘭大道",
1055                     "10th-avenue": "艋舺大道",
1056                     "11th-avenue": "縣民大道",
1057                     "12th-avenue": "市府路",
1058                     "access-point-employment": "就服站",
1059                     "adams-street": "忠孝路",
1060                     "andrews-elementary-school": "介壽國小",
1061                     "andrews-street": "介壽路",
1062                     "armitage-street": "仁愛路",
1063                     "barrows-school": "信義路",
1064                     "battle-street": "和平路",
1065                     "bennett-street": "八德路",
1066                     "bowman-park": "四維路",
1067                     "collins-drive": "格致路",
1068                     "conrail-railroad": "縱貫線",
1069                     "conservation-park": "保護區",
1070                     "constantine-street": "憲政路",
1071                     "cushman-street": "軍校路",
1072                     "dollar-tree": "金城武樹",
1073                     "douglas-avenue": "賴和路",
1074                     "east-street": "溪東街",
1075                     "elm-street": "大安路",
1076                     "flower-street": "中正路",
1077                     "foster-street": "林森南路",
1078                     "french-street": "美援路",
1079                     "garden-street": "花藝路",
1080                     "gem-pawnbroker": "台元汽車借款",
1081                     "golden-finch-framing": "師大錶框行",
1082                     "grant-avenue": "大道路",
1083                     "hoffman-pond": "醉月湖",
1084                     "hoffman-street": "醉月路",
1085                     "hook-avenue": "虎克路",
1086                     "jefferson-street": "中華路",
1087                     "kelsey-street": "朝陽路",
1088                     "lafayette-park": "大安森林公園",
1089                     "las-coffee-cafe": "靈感咖啡",
1090                     "lincoln-avenue": "林肯大道",
1091                     "lowrys-books": "水準書局",
1092                     "lynns-garage": "新遠東水電行",
1093                     "main-street-barbell": "大街吊燈",
1094                     "main-street-cafe": "大街咖啡館",
1095                     "main-street-fitness": "大街健身房",
1096                     "main-street": "大街",
1097                     "maple-street": "三和路",
1098                     "marina-park": "海洋公園",
1099                     "market-street": "市場路",
1100                     "memory-isle-park": "二二八公園",
1101                     "memory-isle": "城中",
1102                     "michigan-avenue": "南昌路",
1103                     "middle-street": "南寧路",
1104                     "millard-street": "福州路",
1105                     "moore-street": "廈門路",
1106                     "morris-avenue": "汕頭路",
1107                     "mural-mall": "101購物中心",
1108                     "paisanos-bar-and-grill": "名人燒肉",
1109                     "paisley-emporium": "微風廣場",
1110                     "paparazzi-tattoo": "Z Tattoo",
1111                     "pealer-street": "蘇州路",
1112                     "pine-street": "杭州路",
1113                     "pizza-hut": "Pizza Hut",
1114                     "portage-avenue": "南京東路",
1115                     "portage-river": "新店溪",
1116                     "preferred-insurance-services": "富邦人壽",
1117                     "railroad-drive": "鐵支路",
1118                     "river-city-appliance": "燦坤3C",
1119                     "river-drive": "河濱路",
1120                     "river-road": "河西路",
1121                     "river-street": "基河路",
1122                     "riverside-cemetery": "富德公墓",
1123                     "riverwalk-trail": "河濱步道",
1124                     "riviera-theatre": "淡水劇場",
1125                     "rocky-river": "淡水河",
1126                     "saint-joseph-river": "基隆河",
1127                     "scidmore-park-petting-zoo": "大安森林公園寵物區",
1128                     "scidmore-park": "大安森林公園",
1129                     "scouter-park": "青年公園",
1130                     "sherwin-williams": "孫中心",
1131                     "south-street": "新生路",
1132                     "southern-michigan-bank": "臺灣銀行",
1133                     "spring-street": "春日街",
1134                     "sturgeon-river-road": "大安路",
1135                     "three-rivers-city-hall": "臺北市政府大廈",
1136                     "three-rivers-elementary-school": "中山國小",
1137                     "three-rivers-fire-department": "城中消防隊",
1138                     "three-rivers-high-school": "建國高中",
1139                     "three-rivers-middle-school": "介壽國中",
1140                     "three-rivers-municipal-airport": "松山機場",
1141                     "three-rivers-post-office": "北門郵局",
1142                     "three-rivers-public-library": "王貫英紀念圖書館",
1143                     "three-rivers": "臺北市",
1144                     "unique-jewelry": "傳奇珠寶",
1145                     "walnut-street": "克強路",
1146                     "washington-street": "山西路",
1147                     "water-street": "塔悠路",
1148                     "west-street": "重陽路",
1149                     "wheeler-street": "成功路",
1150                     "william-towing": "電器行",
1151                     "willow-drive": "大甲路",
1152                     "wood-street": "松山路",
1153                     "world-fare": "環球廣場"
1154                 }
1155             },
1156             "welcome": {
1157                 "title": "歡迎",
1158                 "welcome": "歡迎!這個教學將會教你開放街圖基本的編輯方法。",
1159                 "practice": "所有教學裡的資料都只是為了練習,所以任何你做出來的編輯不會真的儲存下來。",
1160                 "words": "這篇教學會介紹新的辭彙和概念,介紹到的新辭彙我們會用*斜體*標示。",
1161                 "mouse": "你可以使用任何輸入裝置來編輯地圖,但在教學中我們會假設你使用滑鼠的左鍵和右鏈。**如果你想接上滑鼠,那就馬上做吧!接著按OK。**",
1162                 "leftclick": "當教學中請你要按鍵或是按兩次時,我們都意味按左鍵。在觸控板則意味按一次或單指按壓。**用左鍵{num}次。**",
1163                 "rightclick": "有時候我們會請你按右鍵,這意味著相同的control-按或是兩指按壓觸控板。**用右鍵 {num}數次。**",
1164                 "chapters": "到目前為止你表現不錯!你可以使用下面的按鈕隨時跳過章節,或是當卡住時重新開始章節。我們來動手吧!**點'{next}'來繼續。**"
1165             },
1166             "navigation": {
1167                 "title": "導航",
1168                 "drag": "主地圖區域展示了 OpenStreetMap 在背景上的資料。{br}您可以透過在移動滑鼠時按住滑鼠左鍵來拖曳地圖。您也可以使用您鍵盤上的方向鍵。**拖曳地圖!**",
1169                 "zoom": "您可以使用滑鼠滾輪或觸控板來縮放,或是點選 {plus} / {minus} 按鈕也可以。**縮放地圖吧!**",
1170                 "features": "我們使用圖徵這詞來描述出現在地圖上的事物。任何在現實世界中出現的事物都可以被當作圖徵,描述到開放街圖上面。",
1171                 "points_lines_areas": "地圖圖徵用*點、線、區域*來表示。",
1172                 "nodes_ways": "在開放街圖裡,點常被叫做*節點*,而線或是區域被叫做*線段*。",
1173                 "click_townhall": "所有地圖的圖徵都可以用點選的方式選取。**點一個點來選取它。**",
1174                 "selected_townhall": "太好了!這個點已經被選取了。選取的圖徵會以持續閃爍方式呈現。",
1175                 "editor_townhall": "當圖徵被選取時,*圖徵編輯器*會在地圖旁邊顯示。",
1176                 "preset_townhall": "圖徵編輯器的上半部會顯示不同圖徵類型,這個點是{preset}。",
1177                 "fields_townhall": "圖徵編輯器中間部分則是*欄位*,顯示圖徵的屬性,像是名稱和地址。",
1178                 "close_townhall": "**按esc按鍵或是按上方角落{button}按鈕來關閉圖徵編輯器。**",
1179                 "search_street": "你也可以搜尋目前檢視下或是全球的圖徵,**搜尋'{name}'。**",
1180                 "choose_street": "**選擇清單中的{name}。**",
1181                 "selected_street": "太好了!{name} 已經被選取了。",
1182                 "editor_street": "街道的欄位跟市鎮中心的欄位很不一樣。{br}以選取的街道為例,圖徵編輯器的欄位有'{field1}'和'{field2}'。**按esc鍵或是按{button}按鈕來關閉圖徵編輯器。**",
1183                 "play": "嘗試移動地點,並且點選圖徵,觀察有什麼東西可以加到開放街圖。**當你準備繼續下一章節時,請按'{next}'.。**"
1184             },
1185             "points": {
1186                 "title": "點",
1187                 "add_point": "*節點*可以用來代表商店、餐廳和紀念碑。{br}節點可以標記特定地點,並且描述這邊是什麼。**點{button}節點按鈕來新增新點。**",
1188                 "place_point": "要在地圖上放置節點,滑鼠指標對準的地方按下左鍵或是空白鍵節點就會出現。**移動滑鼠指標到建築的位置,接著按左鍵或按空白鍵。**",
1189                 "search_cafe": "有很多不同圖徵可以用節點表示。你剛加的節點是一家咖啡館,**搜尋 '{preset}'",
1190                 "choose_cafe": "**從清單選擇 {preset}。**",
1191                 "feature_editor": "現在這個節點標示為咖啡店。使用圖徵編輯器,我們可以為咖啡店增加更多資訊。",
1192                 "add_name": "在開放街圖中,所有的欄位都是選填,如果你不確定你可以留空。{br}我們假設你對咖啡店有在地知識,而且你知道咖啡店的名字,那就**加上咖啡店的名字。**",
1193                 "add_close": "圖徵編輯器會自動記住你所有的變動。**當你新增完成名稱,按esc鍵,return鍵,或是按 {button} 按鍵關閉圖徵編輯器。**",
1194                 "reselect": "有時候節點早就存在了,但資料填錯或是不完整。我們可以編輯既有的節點。**按一下來選擇剛剛新增的咖啡店。**",
1195                 "update": "我們來填入更多咖啡店的細節資訊吧,你可以改名成,加上料理種類,或是加上地址。**改變咖啡店詳情。**",
1196                 "update_close": "**當你更新咖啡店完成後,按esc鍵,enter鏈,或是按 {button} 鈕關閉圖徵編輯器。**",
1197                 "rightclick": "你可以對任何圖徵按右鍵來開啟*編輯清單*,顯示一系列你可以操作的編輯動作。**右鏈選擇你創建的節點,然後顯示編輯清單。**",
1198                 "delete": "如果現實中圖徵不存在,你當然可以刪除。{br}刪除開放街圖上的圖徵,會讓每位使用地圖的人受影響,所以請確定該圖徵的確不存在了才刪除。**點一下{button}按鈕來刪除節點。**",
1199                 "undo": "在儲存你編輯到開放街圖前,你總是可以復原任何做出的改變。**按{button}按鈕來復原刪除,恢復原先的節點。**",
1200                 "play": "現在你知道怎麼創建和編輯節點了,嘗試練習新增更多節點吧!**當你準備好進入下一章時,請點 '{next}'。**"
1201             },
1202             "areas": {
1203                 "title": "區域",
1204                 "add_playground": "*區域*可以用來顯示圖徵邊界,常用在表示湖泊、建築和住宅區。 {br}。另外區域也可以用在畫更詳盡有更多圖徵的地圖上面,取代先前只用節點表示的圖徵。**點{button}區域按鈕來新增區域。**",
1205                 "start_playground": "讓我們用畫區域的方式來新增遊樂場吧。區域是由增加圖徵邊界的*節點*來繪製。**點或是按空白鍵在遊樂場邊角標上初始節點。**",
1206                 "continue_playground": "繼續在遊樂場邊界標上更多節點來繪製區域。如果遇到既有的人行道,你也可以將區域連接到人行道上。{br}小技巧:你可以按住 '{alt}' 鍵防止節點連到其他圖徵。 **繼續繪製遊樂場區域。** ",
1207                 "finish_playground": "按enter鏈或是按第一個或最後一個節點完成編輯。**完成遊樂場區域繪製**",
1208                 "search_playground": "**搜尋'{preset}'。**",
1209                 "choose_playground": "**從清單選擇{preset}**",
1210                 "add_field": "遊樂場並沒有正式的名稱,所以我們不會在名稱欄位加任何名稱。 {br}不過我們會在描述欄位加上遊樂場的詳情。**開啟新增欄位清單。**",
1211                 "choose_field": "**從清單選擇 {field}。**",
1212                 "retry_add_field": "你沒有選到 {field}欄位。請再試一次。",
1213                 "describe_playground": "**新增描述,接著 {button}按鈕關係圖徵編輯器。**",
1214                 "play": "太棒了!接著嘗試畫更多區域,然後看看你可以新增什麼區域圖徵到開放街圖上。**當你準備好進入下一章,請按 '{next}'。**"
1215             },
1216             "lines": {
1217                 "title": "線",
1218                 "add_line": "*線*被用來表示如道路、鐵路以及河流。 **按下{button}線按鈕來新增一條線。**",
1219                 "start_line": "這邊有一條路並沒有畫出來,讓我們加一上去吧! {br}在開放街圖上,線要對準道路中線開始繪製。你可以在繪圖有需要時,拖拉和縮放地圖。**點缺失道路的最頂端開始畫新的線。**",
1220                 "intersect": "點或按空白鍵為線新增更多節點。 {br}道路和其他類型線段,屬於更大網路的一部分。因此這些線之間必須適當的連接,以便導航軟體能夠運作。**點 {name} 連接兩條線的交叉處。",
1221                 "retry_intersect": "{name}道路必須交叉,讓我們試試接起來吧!",
1222                 "continue_line": "繼續繪製新路的線段。記得如果需要可以拖拉和縮放地圖。 {br}當你完成時,再點最後一個節點。**完成繪製道路。**",
1223                 "choose_category_road": "**從清單選擇 {category}**",
1224                 "choose_preset_residential": "有許多不同型態的道路,但這條路屬於住宅區道路。**請選擇 {preset} 類型。**",
1225                 "retry_preset_residential": "你沒有選到 {preset} 類型。**請再點選一次。**",
1226                 "name_road": "**填入道路名稱,並按escape、return或是按 {button} 按鈕來關閉圖徵編輯器。**",
1227                 "did_name_road": "看起來很好!接下來我們要學習怎麼更新線段的形狀。",
1228                 "update_line": "有時候你需要調整既有的線段形狀。這邊有條道路看起來不太對勁。",
1229                 "add_node": "我們可以在這條線上新增一些節點,改善線的形狀。有一個新增的節點的方法是在想新增節點的地方,對準線上點兩下。**在線上點兩下來新增節點。**",
1230                 "start_drag_endpoint": "當已經選擇線段,你可以在點和按住滑鼠左鍵時,拖拉任何線上的節點。**拖拉最末端節點到道路應該交叉處。",
1231                 "finish_drag_endpoint": "這樣看起好多了。**放開滑鼠左鍵來結束拖拉。**",
1232                 "start_drag_midpoint": "小的三角形會出現在節點和節點之間的*中點*。另一個增加節點的方式是拖拉中點到新的位置。**拖拉中點的三角形在道路線上創建新的節點。**",
1233                 "continue_drag_midpoint": "現在線看起來好多了!用點兩下或是拖拉中點的方式繼續調整線,直到彎曲程度符合道路形狀。**當你覺得線段看起來不錯時,點OK。**",
1234                 "delete_lines": "如果道路沒有實際存在,你當然可以刪除線段。 {br}這裡的例子是城市當局規畫了 {street},但並沒有真的付諸行動建造道路。我們可以刪除既有的線段來增進這一帶的圖資品質。",
1235                 "rightclick_intersection": "最後一條真實存在的道路是 {street1},所以我們*分割* {street2} 交叉口,移除上面的東西。**對著交叉口按右鍵。**",
1236                 "split_intersection": "**點 {button} 按鈕來分割 {street}。**",
1237                 "retry_split": "你沒有按分割按鈕。再試一下。",
1238                 "did_split_multi": "太棒了! {street1} 已經分割為兩段了。上半部可以被移除。**點選 {street2} 的上半部來選取它。**",
1239                 "did_split_single": "**點 {street2} 上半部來選取它。**",
1240                 "multi_select": "已經選取 {selected}。讓我們選另一段 {other1}。你可以用 shift 點選方式多重選擇物件。**Shift 點選  {other2}。**",
1241                 "multi_rightclick": "太好了!兩條選取的線都被刪除了。**對著其中一條線按右鍵顯示編輯目錄。**",
1242                 "multi_delete": "**點  {button} 按鈕刪除多餘的線。**",
1243                 "retry_delete": "你沒有按刪除鍵,再試一次。",
1244                 "play": "太好了!你可以利用這一章學到的技術來練習增加更多線。**當你準備好進入下一章,請按 ' {next}'。**"
1245             },
1246             "buildings": {
1247                 "title": "建築",
1248                 "add_building": "開放街圖是世界最大的建築資料庫。 {br}你可以藉由描繪建築增加建築,幫忙增進資料庫物件。**點  {button} 區域按鍵新增區域。**",
1249                 "start_building": "讓我們描繪這棟建築的外框,新增一棟建築。 {br}描繪建築時要依據建築地基,越精確越好。**點或是按空白鍵在建築角邊新增節點。**",
1250                 "continue_building": "繼續新增更多建築外框的節點。記住你想要增加更多細節時可以放大地圖。{br}當描繪完成時,按 enter,或是再按一次第一個或最後一個節點。**完成描會建築。**",
1251                 "retry_building": "看起你好像加建築邊角的節點時遇到困難了。再試一次!",
1252                 "choose_category_building": "**從清單選擇 {category}。**",
1253                 "choose_preset_house": "有不同種類的建築,但這棟應該是洋房。 {br}如果你不確定建築類型,你可以選擇一般建築類型就婕。**選擇 {preset} 類型。**",
1254                 "close": "**按 esc 鍵或是按 {button} 按鈕選擇圖徵編輯器。**",
1255                 "rightclick_building": "**對著你創建的建築按右鍵,顯示編輯目錄。**",
1256                 "square_building": "你剛創建的洋房如果變得更方正會更好看。點 {button} 按鈕來方角化建築形狀。**",
1257                 "retry_square": "你沒按到方角鈕。再試一次。",
1258                 "done_square": "看到建築的角落移到位置了嗎?讓我們來學習另一個實用技巧。",
1259                 "add_tank": "接下來我們要描繪油槽。**點 {button} 區域按鈕新增區域。**",
1260                 "start_tank": "不用擔心你畫不出來完美的圓形。先沿著油槽邊畫油槽範圍。**點或按空白鍵在油槽邊緣標上起始節點。**",
1261                 "continue_tank": "沿著邊緣新增更多節點。圓圈會依你描繪的節點出現形狀。{br}按 enter 鍵,或是點第一個或最末節點。**完成描繪油槽。**",
1262                 "search_tank": "**搜尋 '{preset}'。**",
1263                 "choose_tank": "**從清單選擇  {preset}。**",
1264                 "rightclick_tank": "**對著新增的油槽按右鍵,接著顯示編輯目錄。**",
1265                 "circle_tank": "**點  {button} 按鈕讓油槽形狀變成圓形。**",
1266                 "retry_circle": "你沒有按到環形化按鈕,再試一次。",
1267                 "play": "太好了!再試著描幾棟建築,試著用編輯目錄的其他指令。**當你準備好進入下一章時,點 ' {next}'。**"
1268             },
1269             "startediting": {
1270                 "title": "開始編輯",
1271                 "help": "你現在準備好可以來編輯開放街圖了! {br}你可以再看一次新手教學,或者按下 {button} 說明按鈕或 '{key}' 鍵看更多使用說明。 ",
1272                 "shortcuts": "您可以透過按下 '{key}' 鍵來檢視指令與它們的快捷鍵的清單。",
1273                 "save": "不要忘記定時儲存您的編輯!",
1274                 "start": "開始製圖!"
1275             }
1276         },
1277         "shortcuts": {
1278             "title": "鍵盤快速鍵",
1279             "tooltip": "顯示鍵盤快速鍵畫面",
1280             "toggle": {
1281                 "key": "?"
1282             },
1283             "key": {
1284                 "alt": "Alt",
1285                 "backspace": "Backspace",
1286                 "cmd": "Cmd",
1287                 "ctrl": "Ctrl",
1288                 "delete": "Delete",
1289                 "del": "Del",
1290                 "end": "End",
1291                 "enter": "Enter",
1292                 "esc": "Esc",
1293                 "home": "Home",
1294                 "option": "Option",
1295                 "pause": "Pause",
1296                 "pgdn": "PgDn",
1297                 "pgup": "PgUp",
1298                 "return": "Return",
1299                 "shift": "Shift",
1300                 "space": "Space"
1301             },
1302             "gesture": {
1303                 "drag": "拖拉"
1304             },
1305             "or": "-or-",
1306             "browsing": {
1307                 "title": "瀏覽",
1308                 "navigation": {
1309                     "title": "導航",
1310                     "pan": "平移地圖",
1311                     "pan_more": "全螢幕平移地圖",
1312                     "zoom": "放大 / 縮小",
1313                     "zoom_more": "大幅度放大 / 縮小"
1314                 },
1315                 "help": {
1316                     "title": "幫助",
1317                     "help": "顯示幫助/文件",
1318                     "keyboard": "顯示鍵盤快速鍵"
1319                 },
1320                 "display_options": {
1321                     "title": "顯示設定",
1322                     "background": "顯示背景設定",
1323                     "background_switch": "切換回上一個背景圖層",
1324                     "map_data": "顯示地圖資料選項",
1325                     "fullscreen": "進入全螢幕模式",
1326                     "wireframe": "切換線框模式",
1327                     "minimap": "切換小地圖"
1328                 },
1329                 "selecting": {
1330                     "title": "選擇圖徵",
1331                     "select_one": "選擇單一圖徵",
1332                     "select_multi": "選擇多個圖徵",
1333                     "lasso": "套索選擇圖徵周圍",
1334                     "search": "尋找與文字搜尋吻合的圖徵"
1335                 },
1336                 "with_selected": {
1337                     "title": "選中圖徵",
1338                     "edit_menu": "切換編輯選單"
1339                 },
1340                 "vertex_selected": {
1341                     "title": "選中節點",
1342                     "previous": "跳轉到上一個節點",
1343                     "next": "跳轉到下一個節點",
1344                     "first": "跳轉到第一個節點",
1345                     "last": "跳轉到最後一個節點",
1346                     "change_parent": "切換到父母路徑"
1347                 }
1348             },
1349             "editing": {
1350                 "title": "編輯",
1351                 "drawing": {
1352                     "title": "繪製",
1353                     "add_point": "'增加節點'模式",
1354                     "add_line": "'增加線段'模式",
1355                     "add_area": "'增加區域'模式",
1356                     "add_note": "「新增備註」模式",
1357                     "place_point": "放置點或備註",
1358                     "disable_snap": "按住可禁用點捕捉模式",
1359                     "stop_line": "完成繪製線段或區域"
1360                 },
1361                 "operations": {
1362                     "title": "操作",
1363                     "continue_line": "從選擇節點繼續繪製線條",
1364                     "merge": "合併選擇圖徵",
1365                     "disconnect": "在選擇節點斷開圖徵",
1366                     "detach_node": "從父母線/區域分離選定的節點",
1367                     "split": "從選擇節點分割成兩條線段",
1368                     "reverse": "反轉線條",
1369                     "move": "移動選擇圖徵",
1370                     "rotate": "旋轉選擇圖徵",
1371                     "orthogonalize": "拉直線 / 形狀角落直角化",
1372                     "circularize": "封閉線條或區域圓形化",
1373                     "reflect_long": "以其長軸映射圖徽。",
1374                     "reflect_short": "以其短軸映射圖徽",
1375                     "delete": "刪除選擇圖徵"
1376                 },
1377                 "commands": {
1378                     "title": "命令",
1379                     "copy": "複製選擇圖徵",
1380                     "paste": "貼上複製的圖徵",
1381                     "undo": "還原上一個動作",
1382                     "redo": "重覆上一個動作",
1383                     "save": "儲存變更"
1384                 }
1385             },
1386             "tools": {
1387                 "title": "工具",
1388                 "info": {
1389                     "title": "資訊",
1390                     "all": "切換所有資訊面板",
1391                     "background": "切換背景面板",
1392                     "history": "切換歷史面板",
1393                     "location": "切換位置面板",
1394                     "measurement": "切換測量面板"
1395                 }
1396             }
1397         },
1398         "units": {
1399             "feet": "{quantity} 英呎",
1400             "miles": "{quantity} 英哩",
1401             "square_feet": "{quantity} 平方英呎",
1402             "square_miles": "{quantity} 平方英哩",
1403             "acres": "{quantity} 英畝",
1404             "meters": "{quantity} 公尺",
1405             "kilometers": "{quantity} 公里",
1406             "square_meters": "{quantity} 平方公尺",
1407             "square_kilometers": "{quantity} 平方公里",
1408             "hectares": "{quantity} 公頃",
1409             "area_pair": "{area1} ({area2})",
1410             "arcdegrees": "{quantity}°",
1411             "arcminutes": "{quantity}′",
1412             "arcseconds": "{quantity}″",
1413             "north": "北",
1414             "south": "南",
1415             "east": "東",
1416             "west": "西",
1417             "coordinate": "{coordinate}{direction}",
1418             "coordinate_pair": "{latitude}, {longitude}"
1419         },
1420         "presets": {
1421             "categories": {
1422                 "category-barrier": {
1423                     "name": "柵欄圖徵"
1424                 },
1425                 "category-building": {
1426                     "name": "建築物圖徵"
1427                 },
1428                 "category-golf": {
1429                     "name": "高爾夫圖徵"
1430                 },
1431                 "category-landuse": {
1432                     "name": "土地利用圖徵"
1433                 },
1434                 "category-natural-area": {
1435                     "name": "自然圖徽"
1436                 },
1437                 "category-natural-line": {
1438                     "name": "自然圖徽"
1439                 },
1440                 "category-natural-point": {
1441                     "name": "自然圖徽"
1442                 },
1443                 "category-path": {
1444                     "name": "通道圖徵"
1445                 },
1446                 "category-rail": {
1447                     "name": "鐵路圖徵"
1448                 },
1449                 "category-restriction": {
1450                     "name": "限制圖徵"
1451                 },
1452                 "category-road": {
1453                     "name": "道路圖徵"
1454                 },
1455                 "category-route": {
1456                     "name": "路線圖徵"
1457                 },
1458                 "category-water-area": {
1459                     "name": "水域圖徵"
1460                 },
1461                 "category-water-line": {
1462                     "name": "水域圖徵"
1463                 }
1464             },
1465             "fields": {
1466                 "access": {
1467                     "label": "允許通行限制",
1468                     "options": {
1469                         "designated": {
1470                             "description": "根據標誌或當地法律可以通過",
1471                             "title": "指定"
1472                         },
1473                         "destination": {
1474                             "description": "僅供前往目的地時通過",
1475                             "title": "目的地"
1476                         },
1477                         "dismount": {
1478                             "description": "可以通過,但騎士必須下車",
1479                             "title": "下車"
1480                         },
1481                         "no": {
1482                             "description": "不供一般大眾使用",
1483                             "title": "禁止進入"
1484                         },
1485                         "permissive": {
1486                             "description": "直到擁有者撤銷許可前都可以通過",
1487                             "title": "獲許可進入"
1488                         },
1489                         "permit": {
1490                             "description": "僅持有有效許可證時方可通過",
1491                             "title": "許可證"
1492                         },
1493                         "private": {
1494                             "description": "僅在擁有者允許的情況下才能通行",
1495                             "title": "私人"
1496                         },
1497                         "yes": {
1498                             "description": "法律允許通行;一種方式",
1499                             "title": "可使用"
1500                         }
1501                     },
1502                     "placeholder": "並未指定",
1503                     "types": {
1504                         "access": "全部",
1505                         "bicycle": "腳踏車",
1506                         "foot": "步行",
1507                         "horse": "馬匹",
1508                         "motor_vehicle": "汽機車"
1509                     }
1510                 },
1511                 "access_simple": {
1512                     "label": "允許通行"
1513                 },
1514                 "address": {
1515                     "label": "地址",
1516                     "placeholders": {
1517                         "block_number": "區塊號碼",
1518                         "block_number!jp": "區塊號碼",
1519                         "city": "城市",
1520                         "city!jp": "城市/鄉鎮/村落/東京特別區",
1521                         "city!vn": "城市/鄉鎮",
1522                         "conscriptionnumber": "123",
1523                         "country": "國家",
1524                         "county": "國家",
1525                         "county!jp": "區",
1526                         "district": "區",
1527                         "district!vn": "郡/鄉鎮/區",
1528                         "floor": "樓層",
1529                         "hamlet": "村莊",
1530                         "housename": "房屋名稱",
1531                         "housenumber": "123",
1532                         "housenumber!jp": "建築物號碼/地號",
1533                         "neighbourhood": "鄰里",
1534                         "neighbourhood!jp": "Chōme/Aza/Koaza",
1535                         "place": "地方",
1536                         "postcode": "郵遞區號",
1537                         "province": "省",
1538                         "province!jp": "州",
1539                         "quarter": "地方",
1540                         "quarter!jp": "Ōaza/Machi",
1541                         "state": "州",
1542                         "street": "街道",
1543                         "subdistrict": "分區",
1544                         "subdistrict!vn": "行政區/社區/小市鎮",
1545                         "suburb": "細區",
1546                         "suburb!jp": "行政區",
1547                         "unit": "單位"
1548                     }
1549                 },
1550                 "admin_level": {
1551                     "label": "行政級別"
1552                 },
1553                 "aerialway": {
1554                     "label": "種類"
1555                 },
1556                 "aerialway/access": {
1557                     "label": "通行方向",
1558                     "options": {
1559                         "both": "雙向",
1560                         "entry": "進入",
1561                         "exit": "離開"
1562                     }
1563                 },
1564                 "aerialway/bubble": {
1565                     "label": "椅罩"
1566                 },
1567                 "aerialway/capacity": {
1568                     "label": "輸送客量(每小時)",
1569                     "placeholder": "500, 2500, 5000..."
1570                 },
1571                 "aerialway/duration": {
1572                     "label": "時間(分鐘)",
1573                     "placeholder": "1, 2, 3..."
1574                 },
1575                 "aerialway/heating": {
1576                     "label": "暖氣"
1577                 },
1578                 "aerialway/occupancy": {
1579                     "label": "載客數",
1580                     "placeholder": "2, 4, 8..."
1581                 },
1582                 "aerialway/summer/access": {
1583                     "label": "通行方向(夏季)",
1584                     "options": {
1585                         "both": "雙向",
1586                         "entry": "進入",
1587                         "exit": "離開"
1588                     }
1589                 },
1590                 "aeroway": {
1591                     "label": "種類"
1592                 },
1593                 "agrarian": {
1594                     "label": "產品"
1595                 },
1596                 "amenity": {
1597                     "label": "種類"
1598                 },
1599                 "animal_boarding": {
1600                     "label": "動物"
1601                 },
1602                 "animal_breeding": {
1603                     "label": "動物"
1604                 },
1605                 "animal_shelter": {
1606                     "label": "動物"
1607                 },
1608                 "area/highway": {
1609                     "label": "種類"
1610                 },
1611                 "artist": {
1612                     "label": "藝術家"
1613                 },
1614                 "artwork_type": {
1615                     "label": "種類"
1616                 },
1617                 "atm": {
1618                     "label": "自動櫃員機"
1619                 },
1620                 "backrest": {
1621                     "label": "椅背"
1622                 },
1623                 "barrier": {
1624                     "label": "種類"
1625                 },
1626                 "bath/open_air": {
1627                     "label": "露天浴場"
1628                 },
1629                 "bath/sand_bath": {
1630                     "label": "沙浴"
1631                 },
1632                 "bath/type": {
1633                     "label": "專業",
1634                     "options": {
1635                         "foot_bath": "泡腳",
1636                         "hot_spring": "熱溫泉",
1637                         "onsen": "日式溫泉"
1638                     }
1639                 },
1640                 "beauty": {
1641                     "label": "商店類型"
1642                 },
1643                 "bench": {
1644                     "label": "長凳"
1645                 },
1646                 "bicycle_parking": {
1647                     "label": "種類"
1648                 },
1649                 "bin": {
1650                     "label": "垃圾筒"
1651                 },
1652                 "blood_components": {
1653                     "label": "血液組成",
1654                     "options": {
1655                         "plasma": "血漿",
1656                         "platelets": "血小板",
1657                         "stemcells": "幹細胞樣品",
1658                         "whole": "全血"
1659                     }
1660                 },
1661                 "board_type": {
1662                     "label": "種類"
1663                 },
1664                 "booth": {
1665                     "label": "亭子"
1666                 },
1667                 "boules": {
1668                     "label": "類型"
1669                 },
1670                 "boundary": {
1671                     "label": "種類"
1672                 },
1673                 "brand": {
1674                     "label": "品牌"
1675                 },
1676                 "brewery": {
1677                     "label": "生啤酒"
1678                 },
1679                 "bridge": {
1680                     "label": "類型",
1681                     "placeholder": "預設"
1682                 },
1683                 "building": {
1684                     "label": "建築物"
1685                 },
1686                 "building_area": {
1687                     "label": "建築物"
1688                 },
1689                 "bunker_type": {
1690                     "label": "類型"
1691                 },
1692                 "cables": {
1693                     "label": "電纜",
1694                     "placeholder": "1, 2, 3..."
1695                 },
1696                 "camera/direction": {
1697                     "label": "方向(順時針)",
1698                     "placeholder": "45, 90, 180, 270"
1699                 },
1700                 "camera/mount": {
1701                     "label": "相機架設"
1702                 },
1703                 "camera/type": {
1704                     "label": "相機類型",
1705                     "options": {
1706                         "dome": "半球形",
1707                         "fixed": "固定式",
1708                         "panning": "全景"
1709                     }
1710                 },
1711                 "capacity": {
1712                     "label": "容量",
1713                     "placeholder": "50, 100, 200..."
1714                 },
1715                 "cash_in": {
1716                     "label": "存款"
1717                 },
1718                 "castle_type": {
1719                     "label": "種類"
1720                 },
1721                 "clothes": {
1722                     "label": "服飾"
1723                 },
1724                 "club": {
1725                     "label": "類型"
1726                 },
1727                 "collection_times": {
1728                     "label": "收集時間"
1729                 },
1730                 "comment": {
1731                     "label": "編輯變動留言",
1732                     "placeholder": "你的貢獻摘要(必填)"
1733                 },
1734                 "communication_multi": {
1735                     "label": "通訊類型"
1736                 },
1737                 "construction": {
1738                     "label": "種類"
1739                 },
1740                 "contact/webcam": {
1741                     "label": "網路攝影機 URL",
1742                     "placeholder": "http://example.com/"
1743                 },
1744                 "content": {
1745                     "label": "內容"
1746                 },
1747                 "country": {
1748                     "label": "國家"
1749                 },
1750                 "covered": {
1751                     "label": "有蓋"
1752                 },
1753                 "craft": {
1754                     "label": "種類"
1755                 },
1756                 "crane/type": {
1757                     "label": "起重機類型",
1758                     "options": {
1759                         "floor-mounted_crane": "落地式起重機",
1760                         "portal_crane": "門式起重機",
1761                         "travel_lift": "移動式起重機"
1762                     }
1763                 },
1764                 "crop": {
1765                     "label": "作物"
1766                 },
1767                 "crossing": {
1768                     "label": "種類"
1769                 },
1770                 "cuisine": {
1771                     "label": "菜系"
1772                 },
1773                 "currency_multi": {
1774                     "label": "貨幣種類"
1775                 },
1776                 "cutting": {
1777                     "label": "類型",
1778                     "placeholder": "預設"
1779                 },
1780                 "cycle_network": {
1781                     "label": "單車網路"
1782                 },
1783                 "cycleway": {
1784                     "label": "單車道",
1785                     "options": {
1786                         "lane": {
1787                             "description": "以標線和汽車區別的單車道",
1788                             "title": "標準單車道"
1789                         },
1790                         "none": {
1791                             "description": "沒有單車道",
1792                             "title": "無"
1793                         },
1794                         "opposite": {
1795                             "description": "可以雙向通行,在單行道的單車道",
1796                             "title": "逆向單車道"
1797                         },
1798                         "opposite_lane": {
1799                             "description": "通行方向與交通通行方向相反的單車道",
1800                             "title": "逆向單車道"
1801                         },
1802                         "share_busway": {
1803                             "description": "與公車專用道共用的單車道",
1804                             "title": "單車道與公車共用"
1805                         },
1806                         "shared_lane": {
1807                             "description": "與動力車無分隔的單車道",
1808                             "title": "共用單車道"
1809                         },
1810                         "track": {
1811                             "description": "與其他交通實體阻絕的單車道",
1812                             "title": "單車路徑"
1813                         }
1814                     },
1815                     "placeholder": "無",
1816                     "types": {
1817                         "cycleway:left": "左側",
1818                         "cycleway:right": "右側"
1819                     }
1820                 },
1821                 "dance/style": {
1822                     "label": "舞蹈類型"
1823                 },
1824                 "date": {
1825                     "label": "日期"
1826                 },
1827                 "delivery": {
1828                     "label": "外送"
1829                 },
1830                 "denomination": {
1831                     "label": "教派"
1832                 },
1833                 "denotation": {
1834                     "label": "表示"
1835                 },
1836                 "description": {
1837                     "label": "描述"
1838                 },
1839                 "devices": {
1840                     "label": "裝置",
1841                     "placeholder": "1, 2, 3..."
1842                 },
1843                 "diaper": {
1844                     "label": "有尿布台"
1845                 },
1846                 "direction": {
1847                     "label": "方向 (順時針角度)",
1848                     "placeholder": "45、90、180、270"
1849                 },
1850                 "direction_cardinal": {
1851                     "label": "方向",
1852                     "options": {
1853                         "E": "東方",
1854                         "ENE": "東北方",
1855                         "ESE": "東南方",
1856                         "N": "北方",
1857                         "NE": "東北方",
1858                         "NNE": "北北東",
1859                         "NNW": "北北西",
1860                         "NW": "西北方",
1861                         "S": "南方",
1862                         "SE": "東南方",
1863                         "SSE": "南南東",
1864                         "SSW": "南南西",
1865                         "SW": "西南方",
1866                         "W": "西方",
1867                         "WNW": "西北西",
1868                         "WSW": "西南西"
1869                     }
1870                 },
1871                 "direction_clock": {
1872                     "label": "方向",
1873                     "options": {
1874                         "anticlockwise": "逆時針",
1875                         "clockwise": "順時針"
1876                     }
1877                 },
1878                 "direction_vertex": {
1879                     "label": "方向",
1880                     "options": {
1881                         "backward": "後退",
1882                         "both": "兩者都有 / 全都有",
1883                         "forward": "前進"
1884                     }
1885                 },
1886                 "dispensing": {
1887                     "label": "發放處方"
1888                 },
1889                 "display": {
1890                     "label": "顯示"
1891                 },
1892                 "distance": {
1893                     "label": "全部距離"
1894                 },
1895                 "dock": {
1896                     "label": "碼頭種類"
1897                 },
1898                 "drive_through": {
1899                     "label": "得來速"
1900                 },
1901                 "duration": {
1902                     "label": "時間",
1903                     "placeholder": "00:00"
1904                 },
1905                 "electrified": {
1906                     "label": "電氣化",
1907                     "options": {
1908                         "contact_line": "架空電車線",
1909                         "no": "否",
1910                         "rail": "第三軌供電",
1911                         "yes": "是 (未指名)"
1912                     },
1913                     "placeholder": "架空電車線, 第三軌供電"
1914                 },
1915                 "elevation": {
1916                     "label": "海拔"
1917                 },
1918                 "email": {
1919                     "label": "Email",
1920                     "placeholder": "example@example.com"
1921                 },
1922                 "embankment": {
1923                     "label": "類型",
1924                     "placeholder": "預設"
1925                 },
1926                 "emergency": {
1927                     "label": "緊急"
1928                 },
1929                 "entrance": {
1930                     "label": "種類"
1931                 },
1932                 "except": {
1933                     "label": "例外"
1934                 },
1935                 "faces": {
1936                     "label": "面"
1937                 },
1938                 "fax": {
1939                     "label": "傳真",
1940                     "placeholder": "+31 42 123 4567"
1941                 },
1942                 "fee": {
1943                     "label": "費用"
1944                 },
1945                 "fence_type": {
1946                     "label": "種類"
1947                 },
1948                 "fire_hydrant/position": {
1949                     "label": "位置",
1950                     "options": {
1951                         "green": "公共草皮",
1952                         "lane": "巷弄",
1953                         "parking_lot": "停車場",
1954                         "sidewalk": "人行道"
1955                     }
1956                 },
1957                 "fire_hydrant/type": {
1958                     "label": "種類",
1959                     "options": {
1960                         "pillar": "支柱式/地面式",
1961                         "pond": "池塘",
1962                         "underground": "地下式",
1963                         "wall": "牆"
1964                     }
1965                 },
1966                 "fitness_station": {
1967                     "label": "設備類型"
1968                 },
1969                 "fixme": {
1970                     "label": "修正我"
1971                 },
1972                 "ford": {
1973                     "label": "類型",
1974                     "placeholder": "預設"
1975                 },
1976                 "frequency": {
1977                     "label": "運作頻率"
1978                 },
1979                 "fuel": {
1980                     "label": "燃料"
1981                 },
1982                 "fuel_multi": {
1983                     "label": "燃料種類"
1984                 },
1985                 "gauge": {
1986                     "label": "軌距"
1987                 },
1988                 "gender": {
1989                     "label": "性別",
1990                     "options": {
1991                         "female": "女性",
1992                         "male": "男性",
1993                         "unisex": "男女通用"
1994                     },
1995                     "placeholder": "未知"
1996                 },
1997                 "generator/method": {
1998                     "label": "方法"
1999                 },
2000                 "generator/output/electricity": {
2001                     "label": "電力輸出",
2002                     "placeholder": "50 MW, 100 MW, 200 MW..."
2003                 },
2004                 "generator/source": {
2005                     "label": "來源"
2006                 },
2007                 "generator/type": {
2008                     "label": "種類"
2009                 },
2010                 "government": {
2011                     "label": "類型"
2012                 },
2013                 "grape_variety": {
2014                     "label": "葡萄品種"
2015                 },
2016                 "handicap": {
2017                     "label": "差點",
2018                     "placeholder": "1-18"
2019                 },
2020                 "handrail": {
2021                     "label": "扶手"
2022                 },
2023                 "hashtags": {
2024                     "label": "建議的資料標籤",
2025                     "placeholder": "#範例"
2026                 },
2027                 "healthcare": {
2028                     "label": "類型"
2029                 },
2030                 "healthcare/speciality": {
2031                     "label": "專科"
2032                 },
2033                 "height": {
2034                     "label": "高度 (公尺)"
2035                 },
2036                 "highway": {
2037                     "label": "種類"
2038                 },
2039                 "historic": {
2040                     "label": "種類"
2041                 },
2042                 "historic/civilization": {
2043                     "label": "古文明"
2044                 },
2045                 "hoops": {
2046                     "label": "藍框數量",
2047                     "placeholder": "1, 2, 4..."
2048                 },
2049                 "horse_dressage": {
2050                     "label": "馬場馬術",
2051                     "options": {
2052                         "equestrian": "是",
2053                         "undefined": "否"
2054                     }
2055                 },
2056                 "horse_riding": {
2057                     "label": "馬背騎乘",
2058                     "options": {
2059                         "horse_riding": "是",
2060                         "undefined": "否"
2061                     }
2062                 },
2063                 "horse_scale": {
2064                     "label": "騎馬難度",
2065                     "options": {
2066                         "common": "容易:沒有問題或困難度。(預設)",
2067                         "critical": "邊緣:有經驗騎士和馬匹可通行,主要障礙,橋樑要小心檢驗。",
2068                         "dangerous": "危險:只適合非常有經驗的騎士和馬匹通行,而且只在天氣好的狀況,下馬狀況。",
2069                         "demanding": "小心使用:不平的道路,時常有難以通行的通道。",
2070                         "difficult": "困難:狹窄和裸露的道路,也許需要踩過障礙物和通過狹窄通道。",
2071                         "impossible": "不可能:道路或橋樑馬匹不可能通行,太狹窄,沒有足夠的支援,有障礙物像是梯子,有生命危險。"
2072                     },
2073                     "placeholder": "危險,困難..."
2074                 },
2075                 "horse_stables": {
2076                     "label": "騎馬馬房",
2077                     "options": {
2078                         "stables": "是",
2079                         "undefined": "否"
2080                     }
2081                 },
2082                 "iata": {
2083                     "label": "IATA"
2084                 },
2085                 "icao": {
2086                     "label": "ICAO"
2087                 },
2088                 "incline": {
2089                     "label": "斜度"
2090                 },
2091                 "incline_steps": {
2092                     "label": "斜坡",
2093                     "options": {
2094                         "down": "下坡",
2095                         "up": "上坡"
2096                     }
2097                 },
2098                 "indoor": {
2099                     "label": "室內"
2100                 },
2101                 "industrial": {
2102                     "label": "類型"
2103                 },
2104                 "information": {
2105                     "label": "種類"
2106                 },
2107                 "inscription": {
2108                     "label": "題詞"
2109                 },
2110                 "intermittent": {
2111                     "label": "週期性的"
2112                 },
2113                 "internet_access": {
2114                     "label": "網際網絡存取",
2115                     "options": {
2116                         "no": "無",
2117                         "terminal": "終端",
2118                         "wired": "有線網絡",
2119                         "wlan": "無線網絡",
2120                         "yes": "有"
2121                     }
2122                 },
2123                 "internet_access/fee": {
2124                     "label": "網路存取費用"
2125                 },
2126                 "internet_access/ssid": {
2127                     "label": "SSID (網路名稱)"
2128                 },
2129                 "kerb": {
2130                     "label": "路邊斜坡"
2131                 },
2132                 "label": {
2133                     "label": "標籤"
2134                 },
2135                 "lamp_type": {
2136                     "label": "種類"
2137                 },
2138                 "landuse": {
2139                     "label": "種類"
2140                 },
2141                 "lanes": {
2142                     "label": "車線數目",
2143                     "placeholder": "1, 2, 3..."
2144                 },
2145                 "layer": {
2146                     "label": "層",
2147                     "placeholder": "0"
2148                 },
2149                 "leaf_cycle": {
2150                     "label": "落葉期",
2151                     "options": {
2152                         "deciduous": "落葉林",
2153                         "evergreen": "長青樹",
2154                         "mixed": "混合林",
2155                         "semi_deciduous": "半落葉林",
2156                         "semi_evergreen": "半長青林"
2157                     }
2158                 },
2159                 "leaf_cycle_singular": {
2160                     "label": "落葉期",
2161                     "options": {
2162                         "deciduous": "落葉樹",
2163                         "evergreen": "常青樹",
2164                         "semi_deciduous": "半落葉樹",
2165                         "semi_evergreen": "半長青樹"
2166                     }
2167                 },
2168                 "leaf_type": {
2169                     "label": "葉子種類",
2170                     "options": {
2171                         "broadleaved": "闊葉林",
2172                         "leafless": "落葉林",
2173                         "mixed": "混合林",
2174                         "needleleaved": "針葉林"
2175                     }
2176                 },
2177                 "leaf_type_singular": {
2178                     "label": "葉子種類",
2179                     "options": {
2180                         "broadleaved": "闊葉樹",
2181                         "leafless": "落葉樹",
2182                         "needleleaved": "針葉樹"
2183                     }
2184                 },
2185                 "leisure": {
2186                     "label": "種類"
2187                 },
2188                 "length": {
2189                     "label": "長度 (公尺)"
2190                 },
2191                 "level": {
2192                     "label": "樓層"
2193                 },
2194                 "levels": {
2195                     "label": "房屋樓層數",
2196                     "placeholder": "2, 4, 6..."
2197                 },
2198                 "lit": {
2199                     "label": "照明"
2200                 },
2201                 "location": {
2202                     "label": "位置"
2203                 },
2204                 "man_made": {
2205                     "label": "種類"
2206                 },
2207                 "manhole": {
2208                     "label": "類型"
2209                 },
2210                 "map_size": {
2211                     "label": "覆蓋範圍"
2212                 },
2213                 "map_type": {
2214                     "label": "種類"
2215                 },
2216                 "maxheight": {
2217                     "label": "最高高度",
2218                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
2219                 },
2220                 "maxspeed": {
2221                     "label": "速度限制",
2222                     "placeholder": "40, 50, 60..."
2223                 },
2224                 "maxspeed/advisory": {
2225                     "label": "建議速限",
2226                     "placeholder": "40, 50, 60..."
2227                 },
2228                 "maxstay": {
2229                     "label": "可停留時間"
2230                 },
2231                 "maxweight": {
2232                     "label": "最大承重"
2233                 },
2234                 "memorial": {
2235                     "label": "類型"
2236                 },
2237                 "monitoring_multi": {
2238                     "label": "監測"
2239                 },
2240                 "mtb/scale": {
2241                     "label": "越越單車難度",
2242                     "options": {
2243                         "0": "0: 堅實的碩石土路,沒有障礙物,大灣曲",
2244                         "1": "1: 鋪面部分鬆散,有小的障礙物,大彎曲",
2245                         "2": "2: 大都是鬆散的鋪面,有的障礙物,容易通過的髮夾彎",
2246                         "3": "3: 鋪面光滑,有大的障礙物,",
2247                         "4": "4: 路面鬆散或是充滿石頭,有危險的髮夾彎",
2248                         "5": "5: 騎乘等級最困難,路面充滿石頭,或者是路面坍方",
2249                         "6": "6: 除非是技巧極好的越野車手,否則並不適合騎乘"
2250                     },
2251                     "placeholder": "0, 1, 2, 3..."
2252                 },
2253                 "mtb/scale/imba": {
2254                     "label": "國際登山車協會路徑難度",
2255                     "options": {
2256                         "0": "最簡單 (白圈)",
2257                         "1": "容易 (綠圈)",
2258                         "2": "中等 (藍方塊)",
2259                         "3": "困難 (黑色鑽石型)",
2260                         "4": "極端困難 (雙重黑色鑽石型)"
2261                     },
2262                     "placeholder": "容易, 中等, 困難..."
2263                 },
2264                 "mtb/scale/uphill": {
2265                     "label": "登山車上坡難度",
2266                     "options": {
2267                         "0": "0: 平均坡度小於 10%,有碎石/夯實的地面,沒有障礙物",
2268                         "1": "1: 平均坡度小於15%,有碎石/夯實的地面,有些許障礙物",
2269                         "2": "2: 平均坡度小於20,堅實的地面,拳頭大的石頭/樹根",
2270                         "3": "3: 平均坡度25%,多變的平面,拳頭大的石頭/樹牆",
2271                         "4": "4: 平均坡度小於30%,很糟的路面狀況,大石頭/樹牆",
2272                         "5": "5: 很陡,單車得牽行或扛車"
2273                     },
2274                     "placeholder": "0, 1, 2, 3..."
2275                 },
2276                 "name": {
2277                     "label": "名稱",
2278                     "placeholder": "常用名稱(如果有)"
2279                 },
2280                 "natural": {
2281                     "label": "自然"
2282                 },
2283                 "network": {
2284                     "label": "網路"
2285                 },
2286                 "network_bicycle": {
2287                     "label": "單車網路類型",
2288                     "options": {
2289                         "icn": "國際",
2290                         "lcn": "區域",
2291                         "ncn": "國家",
2292                         "rcn": "地區型"
2293                     },
2294                     "placeholder": "區域、地區型、國家、國際"
2295                 },
2296                 "network_foot": {
2297                     "label": "徒步網路類型",
2298                     "options": {
2299                         "iwn": "國際",
2300                         "lwn": "區域",
2301                         "nwn": "國家",
2302                         "rwn": "地區型"
2303                     },
2304                     "placeholder": "區域、地區型、國家、國際"
2305                 },
2306                 "network_horse": {
2307                     "label": "騎馬網路類型",
2308                     "options": {
2309                         "ihn": "國際",
2310                         "lhn": "區域",
2311                         "nhn": "國家",
2312                         "rhn": "地區型"
2313                     },
2314                     "placeholder": "區域、地區型、國家、國際"
2315                 },
2316                 "network_road": {
2317                     "label": "網路"
2318                 },
2319                 "note": {
2320                     "label": "備註"
2321                 },
2322                 "office": {
2323                     "label": "種類"
2324                 },
2325                 "oneway": {
2326                     "label": "單行道",
2327                     "options": {
2328                         "alternating": "交替",
2329                         "no": "否",
2330                         "reversible": "可反轉",
2331                         "undefined": "假設為否",
2332                         "yes": "是"
2333                     }
2334                 },
2335                 "oneway_yes": {
2336                     "label": "單程路",
2337                     "options": {
2338                         "alternating": "交替",
2339                         "no": "否",
2340                         "reversible": "可反轉",
2341                         "undefined": "假設為是",
2342                         "yes": "是"
2343                     }
2344                 },
2345                 "opening_hours": {
2346                     "label": "小時"
2347                 },
2348                 "operator": {
2349                     "label": "營運商"
2350                 },
2351                 "outdoor_seating": {
2352                     "label": "戶外座位"
2353                 },
2354                 "par": {
2355                     "label": "標準桿數",
2356                     "placeholder": "3,4,5..."
2357                 },
2358                 "park_ride": {
2359                     "label": "停車轉乘"
2360                 },
2361                 "parking": {
2362                     "label": "種類",
2363                     "options": {
2364                         "carports": "車棚",
2365                         "garage_boxes": "垃圾桶",
2366                         "lane": "路邊",
2367                         "multi-storey": "立體",
2368                         "sheds": "有覆蓋",
2369                         "surface": "平面",
2370                         "underground": "地下"
2371                     }
2372                 },
2373                 "passenger_information_display": {
2374                     "label": "乘客資訊顯示器"
2375                 },
2376                 "payment_multi": {
2377                     "label": "付款種類"
2378                 },
2379                 "phases": {
2380                     "label": "相位數",
2381                     "placeholder": "1, 2, 3..."
2382                 },
2383                 "phone": {
2384                     "label": "電話",
2385                     "placeholder": "+31 42 123 4567"
2386                 },
2387                 "piste/difficulty": {
2388                     "label": "難度",
2389                     "options": {
2390                         "advanced": "進階 (黑色鑽石型)",
2391                         "easy": "容易 (綠圈)",
2392                         "expert": "專家 (雙重黑色鑽石型)",
2393                         "extreme": "極端困難 (需要攀登工具)",
2394                         "freeride": "自由滑行 (場地外)",
2395                         "intermediate": "中階 (藍方塊)",
2396                         "novice": "新手 (教學)"
2397                     },
2398                     "placeholder": "容易, 中階, 進階"
2399                 },
2400                 "piste/grooming": {
2401                     "label": "雪道種類",
2402                     "options": {
2403                         "backcountry": "偏遠地區",
2404                         "classic": "經典",
2405                         "classic+skating": "經典和滑行",
2406                         "mogul": "蒙古人",
2407                         "scooter": "滑行艇/雪車",
2408                         "skating": "滑行"
2409                     }
2410                 },
2411                 "piste/type": {
2412                     "label": "種類",
2413                     "options": {
2414                         "downhill": "滑降",
2415                         "hike": "徒步旅行",
2416                         "ice_skate": "冰刀",
2417                         "nordic": "北歐人",
2418                         "playground": "練習場",
2419                         "skitour": "滑雪旅行",
2420                         "sled": "雪橇",
2421                         "sleigh": "簡易雪橇",
2422                         "snow_park": "滑雪場"
2423                     }
2424                 },
2425                 "place": {
2426                     "label": "種類"
2427                 },
2428                 "plant": {
2429                     "label": "電廠"
2430                 },
2431                 "plant/output/electricity": {
2432                     "label": "電力輸出",
2433                     "placeholder": "500 MW, 1000 MW, 2000 MW..."
2434                 },
2435                 "playground/baby": {
2436                     "label": "嬰兒座椅"
2437                 },
2438                 "playground/max_age": {
2439                     "label": "最大年齡"
2440                 },
2441                 "playground/min_age": {
2442                     "label": "最小年齡"
2443                 },
2444                 "population": {
2445                     "label": "人口數"
2446                 },
2447                 "power": {
2448                     "label": "種類"
2449                 },
2450                 "power_supply": {
2451                     "label": "電源供應器"
2452                 },
2453                 "produce": {
2454                     "label": "生產產品"
2455                 },
2456                 "product": {
2457                     "label": "產品"
2458                 },
2459                 "railway": {
2460                     "label": "種類"
2461                 },
2462                 "railway/position": {
2463                     "label": "里程牌位置",
2464                     "placeholder": "距離達小數點一位數 (123.4)"
2465                 },
2466                 "railway/signal/direction": {
2467                     "label": "方向",
2468                     "options": {
2469                         "backward": "後退",
2470                         "both": "兩個方向 / 全部",
2471                         "forward": "前進"
2472                     }
2473                 },
2474                 "rating": {
2475                     "label": "電力頻率"
2476                 },
2477                 "recycling_accepts": {
2478                     "label": "接受"
2479                 },
2480                 "ref": {
2481                     "label": "參考編號"
2482                 },
2483                 "ref/isil": {
2484                     "label": "ISIL 代碼"
2485                 },
2486                 "ref_aeroway_gate": {
2487                     "label": "閘門編號"
2488                 },
2489                 "ref_golf_hole": {
2490                     "label": "球洞編號",
2491                     "placeholder": "1-18"
2492                 },
2493                 "ref_highway_junction": {
2494                     "label": "路口編號"
2495                 },
2496                 "ref_platform": {
2497                     "label": "站台編號"
2498                 },
2499                 "ref_road_number": {
2500                     "label": "道路編號"
2501                 },
2502                 "ref_route": {
2503                     "label": "路線編號"
2504                 },
2505                 "ref_runway": {
2506                     "label": "跑道編號",
2507                     "placeholder": "範例:01L/19R"
2508                 },
2509                 "ref_stop_position": {
2510                     "label": "站體編號"
2511                 },
2512                 "ref_taxiway": {
2513                     "label": "滑行道號碼",
2514                     "placeholder": "範例:A5"
2515                 },
2516                 "relation": {
2517                     "label": "種類"
2518                 },
2519                 "religion": {
2520                     "label": "宗教"
2521                 },
2522                 "restriction": {
2523                     "label": "種類"
2524                 },
2525                 "restrictions": {
2526                     "label": "轉向限制"
2527                 },
2528                 "rooms": {
2529                     "label": "房間數"
2530                 },
2531                 "route": {
2532                     "label": "種類"
2533                 },
2534                 "route_master": {
2535                     "label": "種類"
2536                 },
2537                 "sac_scale": {
2538                     "label": "旅行難度",
2539                     "options": {
2540                         "alpine_hiking": "T4:高山旅行",
2541                         "demanding_alpine_hiking": "T5:進階高山旅行",
2542                         "demanding_mountain_hiking": "T3:進階登山旅行",
2543                         "difficult_alpine_hiking": "T6:艱困高山旅行",
2544                         "hiking": "T1:徒步旅行",
2545                         "mountain_hiking": "T2:登山旅行"
2546                     },
2547                     "placeholder": "登山旅行、越嶺縱走..."
2548                 },
2549                 "sanitary_dump_station": {
2550                     "label": "廁所處理方式"
2551                 },
2552                 "seasonal": {
2553                     "label": "季節性"
2554                 },
2555                 "second_hand": {
2556                     "label": "販售二手商品",
2557                     "options": {
2558                         "no": "不行",
2559                         "only": "只能",
2560                         "yes": "可以"
2561                     },
2562                     "placeholder": "可以, 不行, 只能"
2563                 },
2564                 "service": {
2565                     "label": "種類"
2566                 },
2567                 "service/bicycle": {
2568                     "label": "服務"
2569                 },
2570                 "service/vehicle": {
2571                     "label": "服務"
2572                 },
2573                 "service_rail": {
2574                     "label": "服務類型",
2575                     "options": {
2576                         "crossover": "橫渡線",
2577                         "siding": "側線",
2578                         "spur": "支線",
2579                         "yard": "調度軌"
2580                     }
2581                 },
2582                 "service_times": {
2583                     "label": "服務時間"
2584                 },
2585                 "shelter": {
2586                     "label": "有蓋範圍"
2587                 },
2588                 "shelter_type": {
2589                     "label": "種類"
2590                 },
2591                 "shop": {
2592                     "label": "種類"
2593                 },
2594                 "siren/purpose": {
2595                     "label": "目的"
2596                 },
2597                 "siren/type": {
2598                     "label": "類型",
2599                     "options": {
2600                         "electronic": "電子式",
2601                         "other": "其他",
2602                         "pneumatic": "氣動式"
2603                     }
2604                 },
2605                 "site": {
2606                     "label": "種類"
2607                 },
2608                 "site_type": {
2609                     "label": "遺址類型"
2610                 },
2611                 "smoking": {
2612                     "label": "吸煙",
2613                     "options": {
2614                         "dedicated": "吸煙者專屬 (例如吸煙者酒吧)",
2615                         "isolated": "有隔離空間的吸煙區",
2616                         "no": "禁止吸煙",
2617                         "outside": "室外允許吸煙",
2618                         "separated": "無隔離空間的吸煙區",
2619                         "yes": "允許吸煙"
2620                     },
2621                     "placeholder": "禁止, 分離空間, 允許"
2622                 },
2623                 "smoothness": {
2624                     "label": "平順度",
2625                     "options": {
2626                         "bad": "強化輪胎:休旅自行車、汽車、人力車",
2627                         "excellent": "軸承:溜冰、滑板",
2628                         "good": "細輪:競速自行車",
2629                         "horrible": "越野:高負重越野車輛",
2630                         "impassable": "無法通行 /  輪車無法通行",
2631                         "intermediate": "輪胎:通勤腳踏車、輪椅、滑板車",
2632                         "very_bad": "輕量化:低負重越野車輛",
2633                         "very_horrible": "越野專用:拖拉機、全地形越野車"
2634                     },
2635                     "placeholder": "軸承、輪胎、越野"
2636                 },
2637                 "social_facility": {
2638                     "label": "種類"
2639                 },
2640                 "social_facility_for": {
2641                     "label": "服務對象"
2642                 },
2643                 "source": {
2644                     "label": "來源"
2645                 },
2646                 "sport": {
2647                     "label": "運動"
2648                 },
2649                 "sport_ice": {
2650                     "label": "運動"
2651                 },
2652                 "sport_racing_motor": {
2653                     "label": "運動"
2654                 },
2655                 "sport_racing_nonmotor": {
2656                     "label": "運動"
2657                 },
2658                 "stars": {
2659                     "label": "星等"
2660                 },
2661                 "start_date": {
2662                     "label": "啟始日期"
2663                 },
2664                 "step_count": {
2665                     "label": "階梯數字"
2666                 },
2667                 "stop": {
2668                     "label": "停車指示種類",
2669                     "options": {
2670                         "all": "全部方向",
2671                         "minor": "非主要道路"
2672                     }
2673                 },
2674                 "structure": {
2675                     "label": "人造結構物",
2676                     "options": {
2677                         "bridge": "橋樑",
2678                         "cutting": "挖土",
2679                         "embankment": "堤",
2680                         "ford": "淺灘",
2681                         "tunnel": "隧道"
2682                     },
2683                     "placeholder": "未知種類"
2684                 },
2685                 "structure_waterway": {
2686                     "label": "結構體",
2687                     "options": {
2688                         "tunnel": "隧道"
2689                     },
2690                     "placeholder": "未知"
2691                 },
2692                 "studio": {
2693                     "label": "種類"
2694                 },
2695                 "substance": {
2696                     "label": "材質"
2697                 },
2698                 "substation": {
2699                     "label": "種類"
2700                 },
2701                 "supervised": {
2702                     "label": "受監察"
2703                 },
2704                 "support": {
2705                     "label": "支援"
2706                 },
2707                 "surface": {
2708                     "label": "路面鋪設"
2709                 },
2710                 "surveillance": {
2711                     "label": "監視種類"
2712                 },
2713                 "surveillance/type": {
2714                     "label": "監視類型",
2715                     "options": {
2716                         "ALPR": "自動牌照讀取器",
2717                         "camera": "相機",
2718                         "guard": "守衛"
2719                     }
2720                 },
2721                 "surveillance/zone": {
2722                     "label": "監視區域"
2723                 },
2724                 "switch": {
2725                     "label": "類型",
2726                     "options": {
2727                         "circuit_breaker": "斷路器",
2728                         "disconnector": "分段開關",
2729                         "earthing": "接地開關",
2730                         "mechanical": "機械開關"
2731                     }
2732                 },
2733                 "tactile_paving": {
2734                     "label": "人行道視障引導設施"
2735                 },
2736                 "takeaway": {
2737                     "label": "外帶",
2738                     "options": {
2739                         "no": "不行",
2740                         "only": "只能外帶",
2741                         "yes": "可以"
2742                     },
2743                     "placeholder": "可以, 不行, 只能外帶 ..."
2744                 },
2745                 "toilets/disposal": {
2746                     "label": "處置方式",
2747                     "options": {
2748                         "bucket": "尿筒",
2749                         "chemical": "化工",
2750                         "flush": "沖水式",
2751                         "pitlatrine": "旱廁/翼坑"
2752                     }
2753                 },
2754                 "toll": {
2755                     "label": "收費站"
2756                 },
2757                 "tomb": {
2758                     "label": "類型"
2759                 },
2760                 "tourism": {
2761                     "label": "種類"
2762                 },
2763                 "tourism_attraction": {
2764                     "label": "旅遊"
2765                 },
2766                 "tower/construction": {
2767                     "label": "建材",
2768                     "placeholder": "拉線、鋼格、偽裝、..."
2769                 },
2770                 "tower/type": {
2771                     "label": "類型"
2772                 },
2773                 "tracktype": {
2774                     "label": "產業道路種類",
2775                     "options": {
2776                         "grade1": "剛性鋪面:鋪面為柏油、水泥或由剛性材質密實組成",
2777                         "grade2": "近剛性鋪面:礫石與石塊混合柔性材質",
2778                         "grade3": "混合剛性與柔性材質",
2779                         "grade4": "近柔性鋪面:土壤、砂土與草地混合其他剛性材質",
2780                         "grade5": "柔性鋪面:只有土壤、砂土與草地"
2781                     },
2782                     "placeholder": "堅硬地面、硬物鋪面、軟鋪面"
2783                 },
2784                 "trade": {
2785                     "label": "類型"
2786                 },
2787                 "traffic_calming": {
2788                     "label": "種類"
2789                 },
2790                 "traffic_signals": {
2791                     "label": "號誌種類"
2792                 },
2793                 "traffic_signals/direction": {
2794                     "label": "方向",
2795                     "options": {
2796                         "backward": "後退",
2797                         "both": "兩個方向 / 全部",
2798                         "forward": "前後"
2799                     }
2800                 },
2801                 "trail_visibility": {
2802                     "label": "路徑可見度",
2803                     "options": {
2804                         "bad": "差勁:沒有標示、路徑有時候消失",
2805                         "excellent": "良好:路徑明顯或標示充分",
2806                         "good": "尚可:有標示但可能不明顯",
2807                         "horrible": "可怕:路徑常消失、需要部分定向能力",
2808                         "intermediate": "略差:標示稀少、路徑大致可見",
2809                         "no": "無:沒有路徑、需具備完整的定向能力"
2810                     },
2811                     "placeholder": "良好、尚可、稍差..."
2812                 },
2813                 "transformer": {
2814                     "label": "類型",
2815                     "options": {
2816                         "auto": "自動變壓",
2817                         "auxiliary": "輔助",
2818                         "converter": "變流器",
2819                         "distribution": "分配",
2820                         "generator": "發電機",
2821                         "phase_angle_regulator": "相角調節器",
2822                         "traction": "牽引",
2823                         "yes": "未知"
2824                     }
2825                 },
2826                 "trees": {
2827                     "label": "樹"
2828                 },
2829                 "tunnel": {
2830                     "label": "類型",
2831                     "placeholder": "預設"
2832                 },
2833                 "usage_rail": {
2834                     "label": "用途類型",
2835                     "options": {
2836                         "branch": "支線",
2837                         "industrial": "工業用",
2838                         "main": "主線",
2839                         "military": "軍事用",
2840                         "test": "測試",
2841                         "tourism": "觀光"
2842                     }
2843                 },
2844                 "vending": {
2845                     "label": "貨物類型"
2846                 },
2847                 "visibility": {
2848                     "label": "可見度",
2849                     "options": {
2850                         "area": "超過 20 公尺(65 英呎)",
2851                         "house": "約 5 公尺(16 英呎)",
2852                         "street": "5 到 20 公尺(16 到 65 英呎)"
2853                     }
2854                 },
2855                 "volcano/status": {
2856                     "label": "火山狀態",
2857                     "options": {
2858                         "active": "活",
2859                         "dormant": "休眠",
2860                         "extinct": "死"
2861                     }
2862                 },
2863                 "volcano/type": {
2864                     "label": "火山類型",
2865                     "options": {
2866                         "scoria": "火山渣",
2867                         "shield": "盾狀",
2868                         "stratovolcano": "複式火山"
2869                     }
2870                 },
2871                 "voltage": {
2872                     "label": "伏特"
2873                 },
2874                 "voltage/primary": {
2875                     "label": "主要電壓"
2876                 },
2877                 "voltage/secondary": {
2878                     "label": "次要電壓"
2879                 },
2880                 "voltage/tertiary": {
2881                     "label": "三次電壓"
2882                 },
2883                 "wall": {
2884                     "label": "種類"
2885                 },
2886                 "water": {
2887                     "label": "種類"
2888                 },
2889                 "water_point": {
2890                     "label": "取水點"
2891                 },
2892                 "waterway": {
2893                     "label": "種類"
2894                 },
2895                 "website": {
2896                     "label": "網站",
2897                     "placeholder": "http://example.com/"
2898                 },
2899                 "wetland": {
2900                     "label": "種類"
2901                 },
2902                 "wheelchair": {
2903                     "label": "輪椅通道"
2904                 },
2905                 "wholesale": {
2906                     "label": "批發"
2907                 },
2908                 "width": {
2909                     "label": "寬度 (公尺)"
2910                 },
2911                 "wikipedia": {
2912                     "label": "維基百科"
2913                 },
2914                 "windings": {
2915                     "label": "線圈",
2916                     "placeholder": "1, 2, 3..."
2917                 },
2918                 "windings/configuration": {
2919                     "label": "繞組設定",
2920                     "options": {
2921                         "delta": "Delta",
2922                         "leblanc": "勒布朗",
2923                         "open": "開放",
2924                         "open-delta": "Open Delta",
2925                         "scott": "Scott",
2926                         "star": "Star / Wye",
2927                         "zigzag": "Zig Zag"
2928                     }
2929                 }
2930             },
2931             "presets": {
2932                 "address": {
2933                     "name": "地址",
2934                     "terms": "地址,位置,位址"
2935                 },
2936                 "advertising/billboard": {
2937                     "name": "廣告牌",
2938                     "terms": "廣告看板"
2939                 },
2940                 "advertising/column": {
2941                     "name": "廣告看板",
2942                     "terms": "廣告看板,廣告欄"
2943                 },
2944                 "aerialway": {
2945                     "name": "纜車路線"
2946                 },
2947                 "aerialway/cable_car": {
2948                     "name": "纜車",
2949                     "terms": "街車"
2950                 },
2951                 "aerialway/chair_lift": {
2952                     "name": "吊椅",
2953                     "terms": "纜椅"
2954                 },
2955                 "aerialway/drag_lift": {
2956                     "name": "牽引纜車",
2957                     "terms": "牽引纜車"
2958                 },
2959                 "aerialway/gondola": {
2960                     "name": "空中纜車",
2961                     "terms": "吊車"
2962                 },
2963                 "aerialway/goods": {
2964                     "name": "載貨纜車",
2965                     "terms": "載貨纜車,貨運纜車,流籠"
2966                 },
2967                 "aerialway/magic_carpet": {
2968                     "name": "輸送帶",
2969                     "terms": "輸送帶"
2970                 },
2971                 "aerialway/mixed_lift": {
2972                     "name": "混合纜車",
2973                     "terms": "混合纜車"
2974                 },
2975                 "aerialway/platter": {
2976                     "name": "吊盤",
2977                     "terms": "吊盤"
2978                 },
2979                 "aerialway/pylon": {
2980                     "name": "纜車塔柱",
2981                     "terms": "吊道塔,纜車塔"
2982                 },
2983                 "aerialway/rope_tow": {
2984                     "name": "牽繩",
2985                     "terms": "牽繩"
2986                 },
2987                 "aerialway/station": {
2988                     "name": "纜車站"
2989                 },
2990                 "aerialway/t-bar": {
2991                     "name": "T型吊桿",
2992                     "terms": "T型吊桿"
2993                 },
2994                 "aeroway": {
2995                     "name": "機場相關設施"
2996                 },
2997                 "aeroway/aerodrome": {
2998                     "name": "機場",
2999                     "terms": "機場,飛機場"
3000                 },
3001                 "aeroway/apron": {
3002                     "name": "停機坪",
3003                     "terms": "停機坪"
3004                 },
3005                 "aeroway/gate": {
3006                     "name": "登機閘門",
3007                     "terms": "機場閘口,機場閘門,登機門,登機口"
3008                 },
3009                 "aeroway/hangar": {
3010                     "name": "機庫",
3011                     "terms": "飛機庫"
3012                 },
3013                 "aeroway/helipad": {
3014                     "name": "直昇機坪",
3015                     "terms": "直昇機停機坪,直升機停機坪"
3016                 },
3017                 "aeroway/runway": {
3018                     "name": "機場跑道",
3019                     "terms": "跑道"
3020                 },
3021                 "aeroway/taxiway": {
3022                     "name": "滑行道",
3023                     "terms": "滑行道"
3024                 },
3025                 "aeroway/terminal": {
3026                     "name": "機場航廈",
3027                     "terms": "航廈,機場大堂"
3028                 },
3029                 "allotments/plot": {
3030                     "name": "社區園圃",
3031                     "terms": "社區園圃,社區農圃,社區花園"
3032                 },
3033                 "amenity": {
3034                     "name": "便利設施"
3035                 },
3036                 "amenity/animal_boarding": {
3037                     "name": "寵物度假村",
3038                     "terms": "寵物度假村, 寵物飯店"
3039                 },
3040                 "amenity/animal_breeding": {
3041                     "name": "動物繁殖場",
3042                     "terms": "動物繁殖場"
3043                 },
3044                 "amenity/animal_shelter": {
3045                     "name": "動物收容中心",
3046                     "terms": "動物收容中心"
3047                 },
3048                 "amenity/arts_centre": {
3049                     "name": "藝文中心",
3050                     "terms": "文化中心,文化局,藝術中心"
3051                 },
3052                 "amenity/atm": {
3053                     "name": "自動櫃員機",
3054                     "terms": "提款機,ATM"
3055                 },
3056                 "amenity/bank": {
3057                     "name": "銀行",
3058                     "terms": "銀行,信用合作社"
3059                 },
3060                 "amenity/bar": {
3061                     "name": "酒吧",
3062                     "terms": "酒吧"
3063                 },
3064                 "amenity/bbq": {
3065                     "name": "燒烤",
3066                     "terms": "BBQ,燒烤"
3067                 },
3068                 "amenity/bench": {
3069                     "name": "長椅",
3070                     "terms": "長椅"
3071                 },
3072                 "amenity/bicycle_parking": {
3073                     "name": "單車停車場",
3074                     "terms": "腳踏車停車場,自行車停車場"
3075                 },
3076                 "amenity/bicycle_rental": {
3077                     "name": "單車出租",
3078                     "terms": "腳踏車出租,自行車出租"
3079                 },
3080                 "amenity/bicycle_repair_station": {
3081                     "name": "自行車維修工具站",
3082                     "terms": "單車維修工具站,自行車自助維修站,單車自助維修站"
3083                 },
3084                 "amenity/biergarten": {
3085                     "name": "啤酒花園 ",
3086                     "terms": "啤酒花園,屋外花園酒店"
3087                 },
3088                 "amenity/boat_rental": {
3089                     "name": "小艇出租",
3090                     "terms": "租船處,小艇租賃"
3091                 },
3092                 "amenity/bureau_de_change": {
3093                     "name": "外幣兌換",
3094                     "terms": "錢幣兌換,貨幣兌換"
3095                 },
3096                 "amenity/bus_station": {
3097                     "name": "客運站"
3098                 },
3099                 "amenity/cafe": {
3100                     "name": "咖啡廳",
3101                     "terms": "咖啡店"
3102                 },
3103                 "amenity/car_pooling": {
3104                     "name": "汽車共乘",
3105                     "terms": "共乘,拚車"
3106                 },
3107                 "amenity/car_rental": {
3108                     "name": "汽車租車店",
3109                     "terms": "汽車出租店,租車店,汽車租車店"
3110                 },
3111                 "amenity/car_sharing": {
3112                     "name": "汽車共享站",
3113                     "terms": "共享汽車站,汽車共享站"
3114                 },
3115                 "amenity/car_wash": {
3116                     "name": "洗車店",
3117                     "terms": "洗車行,洗車店"
3118                 },
3119                 "amenity/casino": {
3120                     "name": "賭場",
3121                     "terms": "賭城"
3122                 },
3123                 "amenity/charging_station": {
3124                     "name": "充電站",
3125                     "terms": "充電站, 電池交換站, 充電處"
3126                 },
3127                 "amenity/childcare": {
3128                     "name": "托兒所/托嬰處",
3129                     "terms": "托兒所/托嬰處"
3130                 },
3131                 "amenity/cinema": {
3132                     "name": "電影院",
3133                     "terms": "戲館,說書樓,Cinema"
3134                 },
3135                 "amenity/clinic": {
3136                     "name": "診所",
3137                     "terms": "診療所,醫務所"
3138                 },
3139                 "amenity/clinic/abortion": {
3140                     "name": "墮胎診所",
3141                     "terms": "墮胎診所"
3142                 },
3143                 "amenity/clinic/fertility": {
3144                     "name": "生產診所",
3145                     "terms": "生產診所,不孕診所"
3146                 },
3147                 "amenity/clock": {
3148                     "name": "時鐘",
3149                     "terms": "時鐘,鐘塔"
3150                 },
3151                 "amenity/college": {
3152                     "name": "學院範圍",
3153                     "terms": "學院,學院用地,技術學院,獨立學院,學校,College Grounds,College"
3154                 },
3155                 "amenity/community_centre": {
3156                     "name": "社區中心",
3157                     "terms": "社區發展協會,里活動中心,村活動中心,市民活動中心"
3158                 },
3159                 "amenity/compressed_air": {
3160                     "name": "壓縮空氣",
3161                     "terms": "冷氣,冷氣機"
3162                 },
3163                 "amenity/courthouse": {
3164                     "name": "法院",
3165                     "terms": "法庭,地方法院,高等法院,最高法院"
3166                 },
3167                 "amenity/coworking_space": {
3168                     "name": "共同工作空間"
3169                 },
3170                 "amenity/crematorium": {
3171                     "name": "火葬場",
3172                     "terms": "火葬場"
3173                 },
3174                 "amenity/dentist": {
3175                     "name": "牙醫",
3176                     "terms": "牙醫診所"
3177                 },
3178                 "amenity/doctors": {
3179                     "name": "醫生",
3180                     "terms": "醫生診療處"
3181                 },
3182                 "amenity/dojo": {
3183                     "name": "道場/武術研習班",
3184                     "terms": "道場/武術學院,道場/武藝研習班"
3185                 },
3186                 "amenity/drinking_water": {
3187                     "name": "飲水機",
3188                     "terms": "飲水,水源,活水,飲處,取水處"
3189                 },
3190                 "amenity/driving_school": {
3191                     "name": "駕訓班",
3192                     "terms": "駕訓班,駕訓學校"
3193                 },
3194                 "amenity/embassy": {
3195                     "name": "使館",
3196                     "terms": "大使館,代表處,經濟文化辦事處"
3197                 },
3198                 "amenity/fast_food": {
3199                     "name": "速食餐廳",
3200                     "terms": "速食店"
3201                 },
3202                 "amenity/ferry_terminal": {
3203                     "name": "水運碼頭"
3204                 },
3205                 "amenity/fire_station": {
3206                     "name": "消防局",
3207                     "terms": "消防隊,救火隊"
3208                 },
3209                 "amenity/food_court": {
3210                     "name": "美食街",
3211                     "terms": "美食街,美食中心,食堂"
3212                 },
3213                 "amenity/fountain": {
3214                     "name": "噴水池",
3215                     "terms": "噴水泉"
3216                 },
3217                 "amenity/fuel": {
3218                     "name": "加油站",
3219                     "terms": "加油站"
3220                 },
3221                 "amenity/grave_yard": {
3222                     "name": "墓地",
3223                     "terms": "墳場,墓地"
3224                 },
3225                 "amenity/grit_bin": {
3226                     "name": "沙盒",
3227                     "terms": "儲存用來加速路面融雪的沙、鹽混合物容器"
3228                 },
3229                 "amenity/hospital": {
3230                     "name": "醫院用地",
3231                     "terms": "醫院"
3232                 },
3233                 "amenity/hunting_stand": {
3234                     "name": "獵寮",
3235                     "terms": "獵寮"
3236                 },
3237                 "amenity/ice_cream": {
3238                     "name": "冰淇淋店",
3239                     "terms": "冰淇淋店,冰淇淋"
3240                 },
3241                 "amenity/internet_cafe": {
3242                     "name": "網咖",
3243                     "terms": "網咖,網吧,網路咖啡店,Internet Cafe"
3244                 },
3245                 "amenity/kindergarten": {
3246                     "name": "育幼院/幼兒園範圍",
3247                     "terms": "育幼院/幼稚園,育幼院/幼稚園用地,育幼院,幼兒園,幼稚園,Preschool,Kindergarten"
3248                 },
3249                 "amenity/library": {
3250                     "name": "圖書館",
3251                     "terms": "圖書室,閱覽室"
3252                 },
3253                 "amenity/love_hotel": {
3254                     "name": "情趣旅館",
3255                     "terms": "愛情旅館,情人旅館"
3256                 },
3257                 "amenity/marketplace": {
3258                     "name": "市場",
3259                     "terms": "市集,傳統市場,marketplace"
3260                 },
3261                 "amenity/monastery": {
3262                     "name": "修道院",
3263                     "terms": "修道院"
3264                 },
3265                 "amenity/motorcycle_parking": {
3266                     "name": "機車停車場",
3267                     "terms": "機車停車場,速克達停車場,摩托車停車場"
3268                 },
3269                 "amenity/music_school": {
3270                     "name": "音樂學校",
3271                     "terms": "音樂學院,音樂學校"
3272                 },
3273                 "amenity/nightclub": {
3274                     "name": "夜總會",
3275                     "terms": "夜店"
3276                 },
3277                 "amenity/nursing_home": {
3278                     "name": "養老院"
3279                 },
3280                 "amenity/parking": {
3281                     "name": "停車場",
3282                     "terms": "汽車停車場"
3283                 },
3284                 "amenity/parking_entrance": {
3285                     "name": "停車場入口/出口",
3286                     "terms": "停車場入口/出口,停車塔入口/出口,立體停車場入口/出口"
3287                 },
3288                 "amenity/parking_space": {
3289                     "name": "停車位",
3290                     "terms": "停車格,停車空間"
3291                 },
3292                 "amenity/pavilion": {
3293                     "name": "亭",
3294                     "terms": "亭,亭子"
3295                 },
3296                 "amenity/pharmacy": {
3297                     "name": "藥房",
3298                     "terms": "藥房,藥局"
3299                 },
3300                 "amenity/place_of_worship": {
3301                     "name": "宗教祟拜場所",
3302                     "terms": "廟,教堂,寺廟,清真寺,禮拜堂,寺,聚會所,教會"
3303                 },
3304                 "amenity/place_of_worship/buddhist": {
3305                     "name": "佛寺",
3306                     "terms": "寺,廟,閣,寶殿"
3307                 },
3308                 "amenity/place_of_worship/christian": {
3309                     "name": "教堂",
3310                     "terms": "教堂,教會,聚會所"
3311                 },
3312                 "amenity/place_of_worship/hindu": {
3313                     "name": "印度寺廟",
3314                     "terms": "印度寺廟,Hindu Temple"
3315                 },
3316                 "amenity/place_of_worship/jewish": {
3317                     "name": "猶太教堂",
3318                     "terms": "猶太會堂,synagogue"
3319                 },
3320                 "amenity/place_of_worship/muslim": {
3321                     "name": "清真寺",
3322                     "terms": "清真寺,回教寺"
3323                 },
3324                 "amenity/place_of_worship/shinto": {
3325                     "name": "神社",
3326                     "terms": "神社,日本神社"
3327                 },
3328                 "amenity/place_of_worship/sikh": {
3329                     "name": "錫克教寺廟",
3330                     "terms": "錫克教寺廟"
3331                 },
3332                 "amenity/place_of_worship/taoist": {
3333                     "name": "道教寺廟",
3334                     "terms": "道教寺廟"
3335                 },
3336                 "amenity/planetarium": {
3337                     "name": "天文臺",
3338                     "terms": "天文臺,天文台,觀象台"
3339                 },
3340                 "amenity/police": {
3341                     "name": "警察局",
3342                     "terms": "警局,派出所"
3343                 },
3344                 "amenity/post_box": {
3345                     "name": "郵筒",
3346                     "terms": "郵箱,Postbox,Mailbox,投遞處"
3347                 },
3348                 "amenity/post_office": {
3349                     "name": "郵局",
3350                     "terms": "中華郵政,郵政公司,郵便局"
3351                 },
3352                 "amenity/prison": {
3353                     "name": "監獄範圍",
3354                     "terms": "監獄,監獄範圍,看守所"
3355                 },
3356                 "amenity/pub": {
3357                     "name": "Pub",
3358                     "terms": "酒館,Pub"
3359                 },
3360                 "amenity/public_bath": {
3361                     "name": "公共澡堂",
3362                     "terms": "公共浴池,錢湯,公共浴場"
3363                 },
3364                 "amenity/public_bookcase": {
3365                     "name": "漂書站",
3366                     "terms": "可以自由取用、放置書籍的書架, 開放書架,公共書架"
3367                 },
3368                 "amenity/ranger_station": {
3369                     "name": "國家公園管理站",
3370                     "terms": "郊野公園管理站,自然保護區管理站"
3371                 },
3372                 "amenity/recycling": {
3373                     "name": "資源回收箱",
3374                     "terms": "資源回收筒,回收筒,回收箱"
3375                 },
3376                 "amenity/recycling_centre": {
3377                     "name": "資源回收中心",
3378                     "terms": "回收中心"
3379                 },
3380                 "amenity/register_office": {
3381                     "name": "戶政事務所"
3382                 },
3383                 "amenity/restaurant": {
3384                     "name": "餐廳",
3385                     "terms": "飯店,飯館,酒樓,餐館"
3386                 },
3387                 "amenity/sanitary_dump_station": {
3388                     "name": "RV移動廁所",
3389                     "terms": "RV流動廁所,流動廁所"
3390                 },
3391                 "amenity/school": {
3392                     "name": "中小學範圍",
3393                     "terms": "學校,中學,小學,國中,國小,高中,學校用地,學校範圍,School Grounds,School"
3394                 },
3395                 "amenity/scrapyard": {
3396                     "name": "汽車廢料場"
3397                 },
3398                 "amenity/shelter": {
3399                     "name": "涼亭",
3400                     "terms": "遮雨棚,亭,亭子"
3401                 },
3402                 "amenity/shower": {
3403                     "name": "淋浴間",
3404                     "terms": "淋浴間,淋浴,淋浴設施"
3405                 },
3406                 "amenity/smoking_area": {
3407                     "name": "吸煙區",
3408                     "terms": "吸煙區,吸菸區"
3409                 },
3410                 "amenity/social_facility": {
3411                     "name": "社福機構",
3412                     "terms": "社福設施"
3413                 },
3414                 "amenity/social_facility/food_bank": {
3415                     "name": "食物銀行",
3416                     "terms": "食物銀行,Food Bank"
3417                 },
3418                 "amenity/social_facility/group_home": {
3419                     "name": "老人之家",
3420                     "terms": "老人安養院,榮民之家"
3421                 },
3422                 "amenity/social_facility/homeless_shelter": {
3423                     "name": "遊民收容所",
3424                     "terms": "露宿者中心,街友中心,遊民收容中心,遊民收容機構,街友收容機構"
3425                 },
3426                 "amenity/social_facility/nursing_home": {
3427                     "name": "養老院",
3428                     "terms": "療養院,老人安養中心,Nursing Home"
3429                 },
3430                 "amenity/studio": {
3431                     "name": "工作室",
3432                     "terms": "工作室,Studio"
3433                 },
3434                 "amenity/swimming_pool": {
3435                     "name": "游泳池"
3436                 },
3437                 "amenity/taxi": {
3438                     "name": "計程車招呼站",
3439                     "terms": "計程車站,招呼站"
3440                 },
3441                 "amenity/telephone": {
3442                     "name": "公用電話",
3443                     "terms": "話亭,電話亭,電話"
3444                 },
3445                 "amenity/theatre": {
3446                     "name": "戲劇院",
3447                     "terms": "戲院,劇場"
3448                 },
3449                 "amenity/toilets": {
3450                     "name": "廁所",
3451                     "terms": "便所,公廁,洗手間,盥洗室,公共廁所"
3452                 },
3453                 "amenity/townhall": {
3454                     "name": "市政廳",
3455                     "terms": "市政府,縣政府,區公所,鄉公所,鎮公所,市公所,政府辦公大樓"
3456                 },
3457                 "amenity/university": {
3458                     "name": "大學範圍",
3459                     "terms": "大學,大專,大學用地,學校,University Grounds,University"
3460                 },
3461                 "amenity/vending_machine": {
3462                     "name": "自動販賣機",
3463                     "terms": "自動販賣機,販賣機"
3464                 },
3465                 "amenity/vending_machine/cigarettes": {
3466                     "name": "香菸販賣機",
3467                     "terms": "香菸自動販賣機,販賣機"
3468                 },
3469                 "amenity/vending_machine/coffee": {
3470                     "name": "咖啡販賣機",
3471                     "terms": "咖啡販賣機,咖啡自動販賣機"
3472                 },
3473                 "amenity/vending_machine/condoms": {
3474                     "name": "保險套販賣機",
3475                     "terms": "保險套自動販賣機,販賣機"
3476                 },
3477                 "amenity/vending_machine/drinks": {
3478                     "name": "飲料販賣機",
3479                     "terms": "飲料自動販賣機,販賣機"
3480                 },
3481                 "amenity/vending_machine/electronics": {
3482                     "name": "電子設備販賣機",
3483                     "terms": "電子設備販賣機,電子設備自動販賣機"
3484                 },
3485                 "amenity/vending_machine/elongated_coin": {
3486                     "name": "扁平紀念幣販賣機",
3487                     "terms": "扁平紀念幣販賣機,扁平紀念幣自動販賣機"
3488                 },
3489                 "amenity/vending_machine/excrement_bags": {
3490                     "name": "糞便袋販賣機",
3491                     "terms": "糞便袋自動販賣機,販賣機"
3492                 },
3493                 "amenity/vending_machine/feminine_hygiene": {
3494                     "name": "女性衛生用品自動販賣機",
3495                     "terms": "女性衛生用品自動販賣機,衛生棉自動販賣機,棉條自動販賣機"
3496                 },
3497                 "amenity/vending_machine/food": {
3498                     "name": "食物販賣機",
3499                     "terms": "食物販賣機,食物自動販賣機"
3500                 },
3501                 "amenity/vending_machine/fuel": {
3502                     "name": "自助加油機",
3503                     "terms": "自助加油機"
3504                 },
3505                 "amenity/vending_machine/ice_cream": {
3506                     "name": "冰淇淋販賣機",
3507                     "terms": "冰淇淋販賣機,冰淇淋自動販賣機"
3508                 },
3509                 "amenity/vending_machine/news_papers": {
3510                     "name": "報紙販賣機"
3511                 },
3512                 "amenity/vending_machine/newspapers": {
3513                     "name": "報紙自動販賣機",
3514                     "terms": "報紙自動販賣機,報紙販賣機"
3515                 },
3516                 "amenity/vending_machine/parcel_pickup_dropoff": {
3517                     "name": "包裹分揀/寄物販賣機",
3518                     "terms": "包裹分揀/寄物自動販賣機,販賣機"
3519                 },
3520                 "amenity/vending_machine/parking_tickets": {
3521                     "name": "停車場繳費機",
3522                     "terms": "停車場自動繳費機,停車場收費機,販賣機"
3523                 },
3524                 "amenity/vending_machine/public_transport_tickets": {
3525                     "name": "車票販賣機",
3526                     "terms": "車票自動販賣機,交通票券販賣機"
3527                 },
3528                 "amenity/vending_machine/stamps": {
3529                     "name": "郵票販賣機",
3530                     "terms": "郵票販賣機,郵票自動販賣機"
3531                 },
3532                 "amenity/vending_machine/sweets": {
3533                     "name": "零食販賣機",
3534                     "terms": "點心販賣機,販 賣機"
3535                 },
3536                 "amenity/veterinary": {
3537                     "name": "獸醫院",
3538                     "terms": "獸醫診所, 動物醫院"
3539                 },
3540                 "amenity/waste/dog_excrement": {
3541                     "name": "狗排洩物箱",
3542                     "terms": "寵物排洩物箱,狗糞便棄置箱"
3543                 },
3544                 "amenity/waste_basket": {
3545                     "name": "垃圾筒",
3546                     "terms": "廢物箱,垃圾箱"
3547                 },
3548                 "amenity/waste_disposal": {
3549                     "name": "垃圾場",
3550                     "terms": "垃圾集中處,垃圾放置點"
3551                 },
3552                 "amenity/waste_transfer_station": {
3553                     "name": "垃圾清運站",
3554                     "terms": "垃圾轉運站"
3555                 },
3556                 "amenity/water_point": {
3557                     "name": "RV 飲用水",
3558                     "terms": "運水車"
3559                 },
3560                 "amenity/watering_place": {
3561                     "name": "動物飲水區",
3562                     "terms": "動物飲水區"
3563                 },
3564                 "area": {
3565                     "name": "區域",
3566                     "terms": "區域"
3567                 },
3568                 "area/highway": {
3569                     "name": "路面材質",
3570                     "terms": "路面材質,路面"
3571                 },
3572                 "attraction/amusement_ride": {
3573                     "name": "遊樂園",
3574                     "terms": "遊樂場"
3575                 },
3576                 "attraction/animal": {
3577                     "name": "動物",
3578                     "terms": "動物圍欄"
3579                 },
3580                 "attraction/big_wheel": {
3581                     "name": "摩天輪",
3582                     "terms": "摩天輪"
3583                 },
3584                 "attraction/bumper_car": {
3585                     "name": "碰碰車",
3586                     "terms": "碰碰車"
3587                 },
3588                 "attraction/bungee_jumping": {
3589                     "name": "高空彈跳",
3590                     "terms": "高空彈跳"
3591                 },
3592                 "attraction/carousel": {
3593                     "name": "旋轉木馬",
3594                     "terms": "旋轉木馬"
3595                 },
3596                 "attraction/dark_ride": {
3597                     "name": "黑暗探險",
3598                     "terms": "黑暗探險"
3599                 },
3600                 "attraction/drop_tower": {
3601                     "name": "自由落體",
3602                     "terms": "大怒神"
3603                 },
3604                 "attraction/maze": {
3605                     "name": "迷宮",
3606                     "terms": "迷宮"
3607                 },
3608                 "attraction/pirate_ship": {
3609                     "name": "海盜船",
3610                     "terms": "海盜船"
3611                 },
3612                 "attraction/river_rafting": {
3613                     "name": "激流船",
3614                     "terms": "激流船"
3615                 },
3616                 "attraction/roller_coaster": {
3617                     "name": "雲霄飛車",
3618                     "terms": "雲霄飛車"
3619                 },
3620                 "attraction/train": {
3621                     "name": "遊樂園小火車",
3622                     "terms": "遊樂園小火車"
3623                 },
3624                 "attraction/water_slide": {
3625                     "name": "滑水道",
3626                     "terms": "滑水道"
3627                 },
3628                 "barrier": {
3629                     "name": "柵欄",
3630                     "terms": "關卡"
3631                 },
3632                 "barrier/block": {
3633                     "name": "阻礙物",
3634                     "terms": "阻礙物"
3635                 },
3636                 "barrier/bollard": {
3637                     "name": "護柱",
3638                     "terms": "護柱,船柱"
3639                 },
3640                 "barrier/border_control": {
3641                     "name": "國境口岸",
3642                     "terms": "出入境管制站,邊境管制站,口岸,國境管制站"
3643                 },
3644                 "barrier/cattle_grid": {
3645                     "name": "防畜欄",
3646                     "terms": "攔畜溝柵,攔牛木柵"
3647                 },
3648                 "barrier/city_wall": {
3649                     "name": "城牆",
3650                     "terms": "城牆,City Wall"
3651                 },
3652                 "barrier/cycle_barrier": {
3653                     "name": "單車矮欄",
3654                     "terms": "單車欄杆"
3655                 },
3656                 "barrier/ditch": {
3657                     "name": "溝",
3658                     "terms": "溝"
3659                 },
3660                 "barrier/entrance": {
3661                     "name": "入口"
3662                 },
3663                 "barrier/fence": {
3664                     "name": "柵欄",
3665                     "terms": "欄柵"
3666                 },
3667                 "barrier/gate": {
3668                     "name": "閘門",
3669                     "terms": "閘門"
3670                 },
3671                 "barrier/hedge": {
3672                     "name": "樹籬",
3673                     "terms": "樹籬"
3674                 },
3675                 "barrier/kerb": {
3676                     "name": "路緣",
3677                     "terms": "路緣"
3678                 },
3679                 "barrier/kissing_gate": {
3680                     "name": "單人轉門",
3681                     "terms": "U形旋轉小門,V形旋轉小門"
3682                 },
3683                 "barrier/lift_gate": {
3684                     "name": "道閘",
3685                     "terms": "閘門"
3686                 },
3687                 "barrier/retaining_wall": {
3688                     "name": "擋土牆",
3689                     "terms": "護土牆"
3690                 },
3691                 "barrier/stile": {
3692                     "name": "梯磴",
3693                     "terms": "牆兩邊的階梯"
3694                 },
3695                 "barrier/toll_booth": {
3696                     "name": "收費亭",
3697                     "terms": "收費站"
3698                 },
3699                 "barrier/wall": {
3700                     "name": "牆",
3701                     "terms": "牆壁"
3702                 },
3703                 "boundary/administrative": {
3704                     "name": "行政界線",
3705                     "terms": "行政邊界"
3706                 },
3707                 "building": {
3708                     "name": "建築物",
3709                     "terms": "建物"
3710                 },
3711                 "building/apartments": {
3712                     "name": "公寓",
3713                     "terms": "分層公寓"
3714                 },
3715                 "building/barn": {
3716                     "name": "穀倉",
3717                     "terms": "穀倉,糧倉"
3718                 },
3719                 "building/boathouse": {
3720                     "name": "船屋",
3721                     "terms": "船屋,船庫,艇庫"
3722                 },
3723                 "building/bungalow": {
3724                     "name": "平房",
3725                     "terms": "平房"
3726                 },
3727                 "building/bunker": {
3728                     "name": "地堡"
3729                 },
3730                 "building/cabin": {
3731                     "name": "小木屋",
3732                     "terms": "小屋,船艙"
3733                 },
3734                 "building/cathedral": {
3735                     "name": "大教堂建築",
3736                     "terms": "大教堂"
3737                 },
3738                 "building/chapel": {
3739                     "name": "小聖堂建築",
3740                     "terms": "小聖堂"
3741                 },
3742                 "building/church": {
3743                     "name": "教堂建築",
3744                     "terms": "教堂"
3745                 },
3746                 "building/civic": {
3747                     "name": "公民建築",
3748                     "terms": "公民建築"
3749                 },
3750                 "building/college": {
3751                     "name": "學院校舍",
3752                     "terms": "學院建築,學院建築物,技術學院建築,學校建築,College Building,校舍"
3753                 },
3754                 "building/commercial": {
3755                     "name": "商業建築物",
3756                     "terms": "商業建築,商業建物,商業大樓"
3757                 },
3758                 "building/construction": {
3759                     "name": "施工中建築",
3760                     "terms": "大樓施工建造,施工中屋宇"
3761                 },
3762                 "building/detached": {
3763                     "name": "獨立式房屋",
3764                     "terms": "獨立式住宅,獨立式房子"
3765                 },
3766                 "building/dormitory": {
3767                     "name": "宿舍",
3768                     "terms": "學舍,學生宿舍,學寮"
3769                 },
3770                 "building/entrance": {
3771                     "name": "入口/出口"
3772                 },
3773                 "building/farm": {
3774                     "name": "農舍",
3775                     "terms": "農舍"
3776                 },
3777                 "building/farm_auxiliary": {
3778                     "name": "農場建築物",
3779                     "terms": "農場建築物"
3780                 },
3781                 "building/garage": {
3782                     "name": "車庫",
3783                     "terms": "車庫"
3784                 },
3785                 "building/garages": {
3786                     "name": "車庫",
3787                     "terms": "車庫"
3788                 },
3789                 "building/grandstand": {
3790                     "name": "正面看臺",
3791                     "terms": "正面看臺,看臺"
3792                 },
3793                 "building/greenhouse": {
3794                     "name": "溫室",
3795                     "terms": "溫室"
3796                 },
3797                 "building/hospital": {
3798                     "name": "醫院建築物",
3799                     "terms": "醫院"
3800                 },
3801                 "building/hotel": {
3802                     "name": "旅館建築物",
3803                     "terms": "酒店建築物,旅店建築物,賓館建築物"
3804                 },
3805                 "building/house": {
3806                     "name": "洋房",
3807                     "terms": "洋房,獨棟公寓"
3808                 },
3809                 "building/hut": {
3810                     "name": "棚屋",
3811                     "terms": "棚屋"
3812                 },
3813                 "building/industrial": {
3814                     "name": "工業建築物",
3815                     "terms": "工業建物"
3816                 },
3817                 "building/kindergarten": {
3818                     "name": "育幼院/幼兒園校舍",
3819                     "terms": "育幼院/幼兒園校舍,育幼院校舍,幼兒園校舍,幼稚園校舍"
3820                 },
3821                 "building/mosque": {
3822                     "name": "清真寺建築",
3823                     "terms": "清真寺大院,清真寺大廈"
3824                 },
3825                 "building/public": {
3826                     "name": "公共建築物",
3827                     "terms": "公共建築"
3828                 },
3829                 "building/residential": {
3830                     "name": "住宅建築物",
3831                     "terms": "住宅建物"
3832                 },
3833                 "building/retail": {
3834                     "name": "零售建築物",
3835                     "terms": "零售建築"
3836                 },
3837                 "building/roof": {
3838                     "name": "屋頂",
3839                     "terms": "上蓋"
3840                 },
3841                 "building/ruins": {
3842                     "name": "建築廢墟",
3843                     "terms": "建築廢墟"
3844                 },
3845                 "building/school": {
3846                     "name": "中小學建築物",
3847                     "terms": "學校建物,學校建築,小學建築,中學建築,高中建築,國中建築,國小建築,School Building,校舍"
3848                 },
3849                 "building/semidetached_house": {
3850                     "name": "半獨立式房屋",
3851                     "terms": "半獨立式住宅,半獨立式房子"
3852                 },
3853                 "building/service": {
3854                     "name": "服務建築",
3855                     "terms": "服務建築"
3856                 },
3857                 "building/shed": {
3858                     "name": "小屋",
3859                     "terms": "小屋"
3860                 },
3861                 "building/stable": {
3862                     "name": "馬房",
3863                     "terms": "馬房"
3864                 },
3865                 "building/stadium": {
3866                     "name": "體育館大廈",
3867                     "terms": "體育場大廈"
3868                 },
3869                 "building/static_caravan": {
3870                     "name": "固定的拖掛式房車",
3871                     "terms": "固定的拖掛式房車"
3872                 },
3873                 "building/temple": {
3874                     "name": "寺廟建築",
3875                     "terms": "寺廟建築,寺廟大樓"
3876                 },
3877                 "building/terrace": {
3878                     "name": "排屋",
3879                     "terms": "行列式房屋,連棟式住宅"
3880                 },
3881                 "building/train_station": {
3882                     "name": "火車站建築物"
3883                 },
3884                 "building/transportation": {
3885                     "name": "大眾運輸大樓",
3886                     "terms": "交通運輸大樓,轉運站大樓"
3887                 },
3888                 "building/university": {
3889                     "name": "大學建築",
3890                     "terms": "大學建築物,大學校舍,校舍,學校建築,University Building"
3891                 },
3892                 "building/warehouse": {
3893                     "name": "倉庫",
3894                     "terms": "倉庫"
3895                 },
3896                 "camp_site/camp_pitch": {
3897                     "name": "露營營地",
3898                     "terms": "露營營地,露營場地,營地"
3899                 },
3900                 "circular": {
3901                     "name": "圓環"
3902                 },
3903                 "club": {
3904                     "name": "俱樂部",
3905                     "terms": "俱樂部,Club"
3906                 },
3907                 "craft": {
3908                     "name": "工藝",
3909                     "terms": "工藝"
3910                 },
3911                 "craft/basket_maker": {
3912                     "name": "编筐",
3913                     "terms": "编筐"
3914                 },
3915                 "craft/beekeeper": {
3916                     "name": "養蜂",
3917                     "terms": "養蜂戶"
3918                 },
3919                 "craft/blacksmith": {
3920                     "name": "鐵匠",
3921                     "terms": "打鐵匠"
3922                 },
3923                 "craft/boatbuilder": {
3924                     "name": "造船匠",
3925                     "terms": "造船廠"
3926                 },
3927                 "craft/bookbinder": {
3928                     "name": "書籍釘裝",
3929                     "terms": "書籍釘裝"
3930                 },
3931                 "craft/brewery": {
3932                     "name": "釀酒匠",
3933                     "terms": "釀酒廠"
3934                 },
3935                 "craft/carpenter": {
3936                     "name": "木匠",
3937                     "terms": "木匠"
3938                 },
3939                 "craft/carpet_layer": {
3940                     "name": "地氈工程",
3941                     "terms": "地氈工程"
3942                 },
3943                 "craft/caterer": {
3944                     "name": "辦桌",
3945                     "terms": "辦桌,包辦伙食者,備辦宴會者"
3946                 },
3947                 "craft/chimney_sweeper": {
3948                     "name": "煙囪清掃工 ",
3949                     "terms": "掃煙囪"
3950                 },
3951                 "craft/clockmaker": {
3952                     "name": "製鐘匠",
3953                     "terms": "製鐘店"
3954                 },
3955                 "craft/confectionery": {
3956                     "name": "糖果製造匠",
3957                     "terms": "糖果製造商,甜食製造匠"
3958                 },
3959                 "craft/distillery": {
3960                     "name": "酒廠",
3961                     "terms": "釀酒廠,造酒廠"
3962                 },
3963                 "craft/dressmaker": {
3964                     "name": "製衣店",
3965                     "terms": "製衣匠,訂做衣服"
3966                 },
3967                 "craft/electrician": {
3968                     "name": "電氣工程",
3969                     "terms": "電氣匠"
3970                 },
3971                 "craft/electronics_repair": {
3972                     "name": "電器維修店",
3973                     "terms": "維修店,修電器店"
3974                 },
3975                 "craft/gardener": {
3976                     "name": "園藝師",
3977                     "terms": "園藝師"
3978                 },
3979                 "craft/glaziery": {
3980                     "name": "玻璃工程",
3981                     "terms": "玻璃工程,吹玻璃"
3982                 },
3983                 "craft/handicraft": {
3984                     "name": "手工藝",
3985                     "terms": "手工藝"
3986                 },
3987                 "craft/hvac": {
3988                     "name": "空調工程",
3989                     "terms": "空調工程"
3990                 },
3991                 "craft/insulator": {
3992                     "name": "隔熱工程",
3993                     "terms": "隔熱工程"
3994                 },
3995                 "craft/jeweler": {
3996                     "name": "首飾店"
3997                 },
3998                 "craft/key_cutter": {
3999                     "name": "配匙店",
4000                     "terms": "鑰匙店"
4001                 },
4002                 "craft/locksmith": {
4003                     "name": "鎖匠"
4004                 },
4005                 "craft/metal_construction": {
4006                     "name": "鐵工工程",
4007                     "terms": "鐵工工程"
4008                 },
4009                 "craft/optician": {
4010                     "name": "眼鏡行"
4011                 },
4012                 "craft/painter": {
4013                     "name": "油漆工程",
4014                     "terms": "油漆工程"
4015                 },
4016                 "craft/photographer": {
4017                     "name": "攝影店",
4018                     "terms": "攝影店"
4019                 },
4020                 "craft/photographic_laboratory": {
4021                     "name": "影像研究室",
4022                     "terms": "影像實驗室"
4023                 },
4024                 "craft/plasterer": {
4025                     "name": "泥水匠",
4026                     "terms": "批盪工程"
4027                 },
4028                 "craft/plumber": {
4029                     "name": "水管工",
4030                     "terms": "水喉匠"
4031                 },
4032                 "craft/pottery": {
4033                     "name": "陶器工場",
4034                     "terms": "陶器工場"
4035                 },
4036                 "craft/rigger": {
4037                     "name": "吊運服務",
4038                     "terms": "吊運服務"
4039                 },
4040                 "craft/roofer": {
4041                     "name": "屋頂工程",
4042                     "terms": "屋頂工"
4043                 },
4044                 "craft/saddler": {
4045                     "name": "車船坐椅",
4046                     "terms": "汽車坐椅"
4047                 },
4048                 "craft/sailmaker": {
4049                     "name": "遊艇廠",
4050                     "terms": "遊艇廠"
4051                 },
4052                 "craft/sawmill": {
4053                     "name": "鋸木廠",
4054                     "terms": "鋸木廠"
4055                 },
4056                 "craft/scaffolder": {
4057                     "name": "棚架工程",
4058                     "terms": "棚架工程"
4059                 },
4060                 "craft/sculptor": {
4061                     "name": "雕塑家"
4062                 },
4063                 "craft/shoemaker": {
4064                     "name": "鞋匠",
4065                     "terms": "鞋匠"
4066                 },
4067                 "craft/stonemason": {
4068                     "name": "切石廠",
4069                     "terms": "切石廠"
4070                 },
4071                 "craft/tailor": {
4072                     "name": "裁縫"
4073                 },
4074                 "craft/tiler": {
4075                     "name": "地磚鋪設工程",
4076                     "terms": "地磚鋪設工程"
4077                 },
4078                 "craft/tinsmith": {
4079                     "name": "錫匠",
4080                     "terms": "錫匠"
4081                 },
4082                 "craft/upholsterer": {
4083                     "name": "室内裝修",
4084                     "terms": "室内設計"
4085                 },
4086                 "craft/watchmaker": {
4087                     "name": "鐘錶匠",
4088                     "terms": "鐘錶匠"
4089                 },
4090                 "craft/window_construction": {
4091                     "name": "窗廠製作",
4092                     "terms": "製窗廠"
4093                 },
4094                 "craft/winery": {
4095                     "name": "釀酒廠",
4096                     "terms": "釀酒廠"
4097                 },
4098                 "embankment": {
4099                     "name": "路堤",
4100                     "terms": "堤防,基堤"
4101                 },
4102                 "emergency/ambulance_station": {
4103                     "name": "救護站",
4104                     "terms": "急救站"
4105                 },
4106                 "emergency/defibrillator": {
4107                     "name": "去顫器",
4108                     "terms": "去顫器,心臟去顫器,自動體外心臟去顫器,AED"
4109                 },
4110                 "emergency/designated": {
4111                     "name": "專用緊急通道"
4112                 },
4113                 "emergency/destination": {
4114                     "name": "緊急通道目的地"
4115                 },
4116                 "emergency/fire_alarm": {
4117                     "name": "火災警鈴",
4118                     "terms": "火警警報點"
4119                 },
4120                 "emergency/fire_extinguisher": {
4121                     "name": "滅火器",
4122                     "terms": "滅火器"
4123                 },
4124                 "emergency/fire_hydrant": {
4125                     "name": "消防栓",
4126                     "terms": "消防栓,消防設施,"
4127                 },
4128                 "emergency/first_aid_kit": {
4129                     "name": "急救箱",
4130                     "terms": "急救包"
4131                 },
4132                 "emergency/life_ring": {
4133                     "name": "救生圈",
4134                     "terms": "救生圈"
4135                 },
4136                 "emergency/lifeguard": {
4137                     "name": "救生員",
4138                     "terms": "救生員"
4139                 },
4140                 "emergency/no": {
4141                     "name": "不開放緊急通行"
4142                 },
4143                 "emergency/official": {
4144                     "name": "供官方緊急通行"
4145                 },
4146                 "emergency/phone": {
4147                     "name": "緊急電話",
4148                     "terms": "緊急電話"
4149                 },
4150                 "emergency/private": {
4151                     "name": "供私人緊急通行"
4152                 },
4153                 "emergency/siren": {
4154                     "name": "警笛",
4155                     "terms": "警笛"
4156                 },
4157                 "emergency/water_tank": {
4158                     "name": "緊急水箱",
4159                     "terms": "緊急水箱"
4160                 },
4161                 "emergency/yes": {
4162                     "name": "開放緊急通行"
4163                 },
4164                 "entrance": {
4165                     "name": "入口/出口",
4166                     "terms": "入口/出口"
4167                 },
4168                 "footway/crossing": {
4169                     "name": "行人穿越道",
4170                     "terms": "行人穿越道"
4171                 },
4172                 "footway/crossing-raised": {
4173                     "name": "突起穿越道",
4174                     "terms": "突起穿越道,穿越道"
4175                 },
4176                 "footway/crosswalk": {
4177                     "name": "人行穿越道",
4178                     "terms": "斑馬線"
4179                 },
4180                 "footway/crosswalk-raised": {
4181                     "name": "突起行人穿越道",
4182                     "terms": "突起行人穿越道,行人穿越道"
4183                 },
4184                 "footway/sidewalk": {
4185                     "name": "人行道",
4186                     "terms": "路邊行人路,路邊人行路"
4187                 },
4188                 "ford": {
4189                     "name": "淺灘",
4190                     "terms": "淺灘"
4191                 },
4192                 "golf/bunker": {
4193                     "name": "沙坑",
4194                     "terms": "沙坑"
4195                 },
4196                 "golf/fairway": {
4197                     "name": "球道",
4198                     "terms": "球道"
4199                 },
4200                 "golf/green": {
4201                     "name": "果嶺",
4202                     "terms": "果嶺"
4203                 },
4204                 "golf/hole": {
4205                     "name": "球洞",
4206                     "terms": "球洞"
4207                 },
4208                 "golf/lateral_water_hazard_area": {
4209                     "name": "側面水障礙區",
4210                     "terms": "側面水障礙區"
4211                 },
4212                 "golf/lateral_water_hazard_line": {
4213                     "name": "側面水障礙區",
4214                     "terms": "側面水障礙區"
4215                 },
4216                 "golf/rough": {
4217                     "name": "深草區",
4218                     "terms": "深草區"
4219                 },
4220                 "golf/tee": {
4221                     "name": "開球區",
4222                     "terms": "開球區"
4223                 },
4224                 "golf/water_hazard_area": {
4225                     "name": "水障礙區",
4226                     "terms": "水障礙區"
4227                 },
4228                 "golf/water_hazard_line": {
4229                     "name": "水障礙區",
4230                     "terms": "水障礙區"
4231                 },
4232                 "healthcare": {
4233                     "name": "醫療設施",
4234                     "terms": "醫療設施"
4235                 },
4236                 "healthcare/alternative": {
4237                     "name": "替代療法",
4238                     "terms": "替代療法"
4239                 },
4240                 "healthcare/alternative/chiropractic": {
4241                     "name": "脊骨神經醫師",
4242                     "terms": "脊骨神經醫師,脊骨按摩治療師,脊椎指壓治療者"
4243                 },
4244                 "healthcare/audiologist": {
4245                     "name": "聽覺矯正",
4246                     "terms": "聽覺矯正"
4247                 },
4248                 "healthcare/birthing_center": {
4249                     "name": "生育中心",
4250                     "terms": "生育中心,分娩中心"
4251                 },
4252                 "healthcare/blood_donation": {
4253                     "name": "捐血中心",
4254                     "terms": "捐血中心,捐血站,捐血車"
4255                 },
4256                 "healthcare/hospice": {
4257                     "name": "安養院",
4258                     "terms": "安養院"
4259                 },
4260                 "healthcare/laboratory": {
4261                     "name": "醫事檢驗所",
4262                     "terms": "醫檢"
4263                 },
4264                 "healthcare/midwife": {
4265                     "name": "助產士",
4266                     "terms": "助產士"
4267                 },
4268                 "healthcare/occupational_therapist": {
4269                     "name": "職能治療師",
4270                     "terms": "職能治療師"
4271                 },
4272                 "healthcare/optometrist": {
4273                     "name": "驗光師",
4274                     "terms": "驗光師"
4275                 },
4276                 "healthcare/physiotherapist": {
4277                     "name": "物理治療師",
4278                     "terms": "物理治療師"
4279                 },
4280                 "healthcare/podiatrist": {
4281                     "name": "足科醫師",
4282                     "terms": "足科醫師,足科醫生"
4283                 },
4284                 "healthcare/psychotherapist": {
4285                     "name": "心理治療師",
4286                     "terms": "心理治療師"
4287                 },
4288                 "healthcare/rehabilitation": {
4289                     "name": "復建設施",
4290                     "terms": "復建設施"
4291                 },
4292                 "healthcare/speech_therapist": {
4293                     "name": "語言治療師",
4294                     "terms": "語言治療師"
4295                 },
4296                 "highway": {
4297                     "name": "道路"
4298                 },
4299                 "highway/bridleway": {
4300                     "name": "馬道",
4301                     "terms": "馬道"
4302                 },
4303                 "highway/bus_guideway": {
4304                     "name": "導向公車道",
4305                     "terms": "導向公車道"
4306                 },
4307                 "highway/bus_stop": {
4308                     "name": "公車站牌/公車月台"
4309                 },
4310                 "highway/corridor": {
4311                     "name": "室內走廊",
4312                     "terms": "室內通道"
4313                 },
4314                 "highway/crossing": {
4315                     "name": "十字路口",
4316                     "terms": "十字路口"
4317                 },
4318                 "highway/crossing-raised": {
4319                     "name": "突起穿越道",
4320                     "terms": "突起穿越道,穿越道"
4321                 },
4322                 "highway/crosswalk": {
4323                     "name": "行人穿越道",
4324                     "terms": "行人穿越道"
4325                 },
4326                 "highway/crosswalk-raised": {
4327                     "name": "突起行人穿越道",
4328                     "terms": "突起行人穿越道,行人穿越道"
4329                 },
4330                 "highway/cycleway": {
4331                     "name": "單車路線",
4332                     "terms": "單車徑,腳踏車路線"
4333                 },
4334                 "highway/elevator": {
4335                     "name": "電梯",
4336                     "terms": "電梯,升降梯"
4337                 },
4338                 "highway/footway": {
4339                     "name": "步道",
4340                     "terms": "步行徑,人行步道"
4341                 },
4342                 "highway/give_way": {
4343                     "name": "通行標誌",
4344                     "terms": "讓車標誌"
4345                 },
4346                 "highway/living_street": {
4347                     "name": "生活街道",
4348                     "terms": "生活街道"
4349                 },
4350                 "highway/mini_roundabout": {
4351                     "name": "小型迴轉處",
4352                     "terms": "小型迴旋處"
4353                 },
4354                 "highway/motorway": {
4355                     "name": "高速公路",
4356                     "terms": "高速公路"
4357                 },
4358                 "highway/motorway_junction": {
4359                     "name": "交流道/出口",
4360                     "terms": "高速公路交流道/出口,高速公路交匯處/出口,快速道路交流道/出口"
4361                 },
4362                 "highway/motorway_link": {
4363                     "name": "高速公路引道",
4364                     "terms": "高速公路引道"
4365                 },
4366                 "highway/passing_place": {
4367                     "name": "避車彎",
4368                     "terms": "避車彎"
4369                 },
4370                 "highway/path": {
4371                     "name": "路徑",
4372                     "terms": "路徑"
4373                 },
4374                 "highway/pedestrian_area": {
4375                     "name": "徒步區",
4376                     "terms": "行人徒步區"
4377                 },
4378                 "highway/pedestrian_line": {
4379                     "name": "行人徒步街道",
4380                     "terms": "行人徒步道路"
4381                 },
4382                 "highway/primary": {
4383                     "name": "主要道路",
4384                     "terms": "主要道路"
4385                 },
4386                 "highway/primary_link": {
4387                     "name": "主要道路連接路",
4388                     "terms": "主要道路連接路"
4389                 },
4390                 "highway/raceway": {
4391                     "name": "操場(摩托賽道)",
4392                     "terms": "摩托賽道,賽道"
4393                 },
4394                 "highway/residential": {
4395                     "name": "住宅區道路",
4396                     "terms": "住宅區道路"
4397                 },
4398                 "highway/rest_area": {
4399                     "name": "公路休憩區",
4400                     "terms": "公路休息站"
4401                 },
4402                 "highway/road": {
4403                     "name": "未知種類的道路",
4404                     "terms": "未知種類的道路"
4405                 },
4406                 "highway/secondary": {
4407                     "name": "次要道路",
4408                     "terms": "次要道路"
4409                 },
4410                 "highway/secondary_link": {
4411                     "name": "次級道路連接路",
4412                     "terms": "次級道路連接道"
4413                 },
4414                 "highway/service": {
4415                     "name": "服務道路",
4416                     "terms": "輔助道路"
4417                 },
4418                 "highway/service/alley": {
4419                     "name": "巷弄",
4420                     "terms": "小巷,巷弄,後巷,橫巷,窄巷,胡同"
4421                 },
4422                 "highway/service/drive-through": {
4423                     "name": "德來速車道",
4424                     "terms": "駕駛通過以獲取服務,德來速車道"
4425                 },
4426                 "highway/service/driveway": {
4427                     "name": "車道",
4428                     "terms": "車線"
4429                 },
4430                 "highway/service/emergency_access": {
4431                     "name": "緊急通道",
4432                     "terms": "緊急通道"
4433                 },
4434                 "highway/service/parking_aisle": {
4435                     "name": "停車場通道",
4436                     "terms": "停車場通道"
4437                 },
4438                 "highway/services": {
4439                     "name": "公路服務區",
4440                     "terms": "公路服務區,公路休息區"
4441                 },
4442                 "highway/speed_camera": {
4443                     "name": "測速照相機",
4444                     "terms": "測速攝影機,測速照相機,測速照相,測速攝影"
4445                 },
4446                 "highway/steps": {
4447                     "name": "階梯",
4448                     "terms": "樓梯,階梯,石階"
4449                 },
4450                 "highway/stop": {
4451                     "name": "停車標誌",
4452                     "terms": "停車再開"
4453                 },
4454                 "highway/street_lamp": {
4455                     "name": "路燈",
4456                     "terms": "街燈"
4457                 },
4458                 "highway/tertiary": {
4459                     "name": "三級道路",
4460                     "terms": "三級道路"
4461                 },
4462                 "highway/tertiary_link": {
4463                     "name": "三級道路連接路",
4464                     "terms": "三級道路連接道"
4465                 },
4466                 "highway/track": {
4467                     "name": "未舖設路面的車徑",
4468                     "terms": "未舖設路面的車徑"
4469                 },
4470                 "highway/traffic_mirror": {
4471                     "name": "道路反射鏡",
4472                     "terms": "反射鏡,交通反射鏡"
4473                 },
4474                 "highway/traffic_signals": {
4475                     "name": "紅綠燈",
4476                     "terms": "交通燈,交通號誌,交通信號燈"
4477                 },
4478                 "highway/trunk": {
4479                     "name": "幹道",
4480                     "terms": "幹道"
4481                 },
4482                 "highway/trunk_link": {
4483                     "name": "幹道連接路",
4484                     "terms": "幹道連接道"
4485                 },
4486                 "highway/turning_circle": {
4487                     "name": "回轉圈",
4488                     "terms": "回轉圈"
4489                 },
4490                 "highway/turning_loop": {
4491                     "name": "迴轉圓環",
4492                     "terms": "迴轉圓環,迴轉道"
4493                 },
4494                 "highway/unclassified": {
4495                     "name": "小道路/未分類道路",
4496                     "terms": "小道路/未分類道路"
4497                 },
4498                 "historic": {
4499                     "name": "歷史景點",
4500                     "terms": "歷史景點, 古蹟"
4501                 },
4502                 "historic/archaeological_site": {
4503                     "name": "考古地點",
4504                     "terms": "考古遺址"
4505                 },
4506                 "historic/boundary_stone": {
4507                     "name": "界石",
4508                     "terms": "界碑"
4509                 },
4510                 "historic/castle": {
4511                     "name": "城堡",
4512                     "terms": "城堡"
4513                 },
4514                 "historic/memorial": {
4515                     "name": "紀念碑",
4516                     "terms": "紀念碑"
4517                 },
4518                 "historic/monument": {
4519                     "name": "纪念建築物",
4520                     "terms": "纪念碑,紀念塔,古蹟"
4521                 },
4522                 "historic/ruins": {
4523                     "name": "遺址",
4524                     "terms": "遺址"
4525                 },
4526                 "historic/tomb": {
4527                     "name": "墳墓",
4528                     "terms": "墳墓,墓,墓碑"
4529                 },
4530                 "historic/wayside_cross": {
4531                     "name": "路邊十字架",
4532                     "terms": "路邊十字架"
4533                 },
4534                 "historic/wayside_shrine": {
4535                     "name": "路邊神祠",
4536                     "terms": "路邊小廟"
4537                 },
4538                 "junction": {
4539                     "name": "路口",
4540                     "terms": "槽化車道,道路交叉,十字路口,丁字路,路"
4541                 },
4542                 "landuse": {
4543                     "name": "土地利用",
4544                     "terms": "土地利用,國土利用,使用分區"
4545                 },
4546                 "landuse/allotments": {
4547                     "name": "社區農園",
4548                     "terms": "社區田圃,城市農園,社區園圃,社區農地,都市農園"
4549                 },
4550                 "landuse/aquaculture": {
4551                     "name": "養殖漁業",
4552                     "terms": "養殖漁業,水產養殖,Aquaculture"
4553                 },
4554                 "landuse/basin": {
4555                     "name": "水池",
4556                     "terms": "水池"
4557                 },
4558                 "landuse/brownfield": {
4559                     "name": "棕色地帶",
4560                     "terms": "棕色地帶"
4561                 },
4562                 "landuse/cemetery": {
4563                     "name": "墓園",
4564                     "terms": "墓園"
4565                 },
4566                 "landuse/churchyard": {
4567                     "name": "教堂院落",
4568                     "terms": "教堂用地"
4569                 },
4570                 "landuse/commercial": {
4571                     "name": "商業區",
4572                     "terms": "商業區"
4573                 },
4574                 "landuse/construction": {
4575                     "name": "建築工地",
4576                     "terms": "建築工程"
4577                 },
4578                 "landuse/farm": {
4579                     "name": "農田"
4580                 },
4581                 "landuse/farmland": {
4582                     "name": "農田",
4583                     "terms": "農田,稻田,農地,田,耕地"
4584                 },
4585                 "landuse/farmyard": {
4586                     "name": "農莊",
4587                     "terms": "莊園"
4588                 },
4589                 "landuse/forest": {
4590                     "name": "森林",
4591                     "terms": "森林"
4592                 },
4593                 "landuse/garages": {
4594                     "name": "車庫用地",
4595                     "terms": "車庫用地,車庫"
4596                 },
4597                 "landuse/grass": {
4598                     "name": "草地",
4599                     "terms": "草地"
4600                 },
4601                 "landuse/greenfield": {
4602                     "name": "未開發地帶",
4603                     "terms": "未開發地帶,未開發地區"
4604                 },
4605                 "landuse/greenhouse_horticulture": {
4606                     "name": "溫室園藝",
4607                     "terms": "溫室農業"
4608                 },
4609                 "landuse/harbour": {
4610                     "name": "港灣",
4611                     "terms": "港灣,海港"
4612                 },
4613                 "landuse/industrial": {
4614                     "name": "工業用地",
4615                     "terms": "工業區"
4616                 },
4617                 "landuse/industrial/scrap_yard": {
4618                     "name": "廢料場",
4619                     "terms": "廢料儲存地"
4620                 },
4621                 "landuse/industrial/slaughterhouse": {
4622                     "name": "屠宰場",
4623                     "terms": "屠宰場"
4624                 },
4625                 "landuse/landfill": {
4626                     "name": "埯埋場",
4627                     "terms": "堆填區"
4628                 },
4629                 "landuse/meadow": {
4630                     "name": "牧場",
4631                     "terms": "放牧用地"
4632                 },
4633                 "landuse/military": {
4634                     "name": "軍事用地",
4635                     "terms": "營區,軍營,部隊用地,軍事區,軍用地"
4636                 },
4637                 "landuse/military/airfield": {
4638                     "name": "軍用機場",
4639                     "terms": "軍用機場,軍機場"
4640                 },
4641                 "landuse/military/barracks": {
4642                     "name": "軍事建築",
4643                     "terms": "營房,軍營,營舍"
4644                 },
4645                 "landuse/military/bunker": {
4646                     "name": "軍事碉堡",
4647                     "terms": "軍事碉堡,碉堡"
4648                 },
4649                 "landuse/military/checkpoint": {
4650                     "name": "崗哨",
4651                     "terms": "軍事崗哨,哨點"
4652                 },
4653                 "landuse/military/danger_area": {
4654                     "name": "危險區",
4655                     "terms": "危險地區,危險區域,危險區,禁區"
4656                 },
4657                 "landuse/military/naval_base": {
4658                     "name": "海軍基地",
4659                     "terms": "軍港,海軍基地"
4660                 },
4661                 "landuse/military/nuclear_explosion_site": {
4662                     "name": "核子爆炸場址",
4663                     "terms": "核子爆炸場址,核子試爆場"
4664                 },
4665                 "landuse/military/obstacle_course": {
4666                     "name": "障礙課程場地",
4667                     "terms": "障礙課程場地,障礙課程"
4668                 },
4669                 "landuse/military/office": {
4670                     "name": "軍事單位辦公室",
4671                     "terms": "軍事辦公室"
4672                 },
4673                 "landuse/military/range": {
4674                     "name": "軍用靶場",
4675                     "terms": "靶場,軍用靶場,射擊場,軍事靶場"
4676                 },
4677                 "landuse/military/training_area": {
4678                     "name": "訓練場地",
4679                     "terms": "教練場,訓練場"
4680                 },
4681                 "landuse/orchard": {
4682                     "name": "果園",
4683                     "terms": "果園"
4684                 },
4685                 "landuse/plant_nursery": {
4686                     "name": "育苗場",
4687                     "terms": "種苗中心"
4688                 },
4689                 "landuse/quarry": {
4690                     "name": "礦區",
4691                     "terms": "礦場,採礦場"
4692                 },
4693                 "landuse/railway": {
4694                     "name": "鐵路通道",
4695                     "terms": "鐵路通道"
4696                 },
4697                 "landuse/recreation_ground": {
4698                     "name": "遊憩區",
4699                     "terms": "休憩區,遊樂場,遊樂園"
4700                 },
4701                 "landuse/religious": {
4702                     "name": "宗教設施用地",
4703                     "terms": "寺廟用地,教會用地,廟宇用地"
4704                 },
4705                 "landuse/residential": {
4706                     "name": "住宅用地",
4707                     "terms": "住宅區"
4708                 },
4709                 "landuse/retail": {
4710                     "name": "零售區",
4711                     "terms": "零售區域,零售"
4712                 },
4713                 "landuse/vineyard": {
4714                     "name": "酒莊",
4715                     "terms": "酒莊"
4716                 },
4717                 "leisure": {
4718                     "name": "休閒設施",
4719                     "terms": "休閒設施,休閒娛樂"
4720                 },
4721                 "leisure/adult_gaming_centre": {
4722                     "name": "成人遊戲中心",
4723                     "terms": "成人遊樂場"
4724                 },
4725                 "leisure/amusement_arcade": {
4726                     "name": "遊樂場",
4727                     "terms": "遊樂場"
4728                 },
4729                 "leisure/beach_resort": {
4730                     "name": "海灘渡假村",
4731                     "terms": "海灘渡假村,海濱渡假村"
4732                 },
4733                 "leisure/bird_hide": {
4734                     "name": "鳥類棲息處",
4735                     "terms": "鳥類棲息處,鳥類棲地,鳥類藏身處"
4736                 },
4737                 "leisure/bleachers": {
4738                     "name": "看台",
4739                     "terms": "看台,看臺"
4740                 },
4741                 "leisure/bowling_alley": {
4742                     "name": "保齡球館",
4743                     "terms": "保齡球館,保齡球場,地球社"
4744                 },
4745                 "leisure/common": {
4746                     "name": "公共用地",
4747                     "terms": "公有地"
4748                 },
4749                 "leisure/dance": {
4750                     "name": "舞廳",
4751                     "terms": "跳舞場所"
4752                 },
4753                 "leisure/dancing_school": {
4754                     "name": "舞蹈學校",
4755                     "terms": "舞蹈學校"
4756                 },
4757                 "leisure/dog_park": {
4758                     "name": "狗公園",
4759                     "terms": "寵物公園"
4760                 },
4761                 "leisure/firepit": {
4762                     "name": "火坑",
4763                     "terms": "火爐"
4764                 },
4765                 "leisure/fitness_centre": {
4766                     "name": "健身房/健身中心",
4767                     "terms": "健身房,健身中心,Gym"
4768                 },
4769                 "leisure/fitness_centre/yoga": {
4770                     "name": "瑜珈教室",
4771                     "terms": "瑜珈教室,瑜珈中心"
4772                 },
4773                 "leisure/fitness_station": {
4774                     "name": "戶外健身站",
4775                     "terms": "戶外健身站,健身站"
4776                 },
4777                 "leisure/fitness_station/balance_beam": {
4778                     "name": "運動平衡梁",
4779                     "terms": "運動平衡梁"
4780                 },
4781                 "leisure/fitness_station/box": {
4782                     "name": "運動箱",
4783                     "terms": "運動箱"
4784                 },
4785                 "leisure/fitness_station/horizontal_bar": {
4786                     "name": "運動平衡單槓",
4787                     "terms": "運動平衡單槓"
4788                 },
4789                 "leisure/fitness_station/horizontal_ladder": {
4790                     "name": "橫爬架",
4791                     "terms": "橫爬架"
4792                 },
4793                 "leisure/fitness_station/hyperextension": {
4794                     "name": "羅馬凳站",
4795                     "terms": "羅馬凳站"
4796                 },
4797                 "leisure/fitness_station/parallel_bars": {
4798                     "name": "雙槓",
4799                     "terms": "雙槓"
4800                 },
4801                 "leisure/fitness_station/push-up": {
4802                     "name": "伏地挺身站",
4803                     "terms": "伏地挺身站"
4804                 },
4805                 "leisure/fitness_station/rings": {
4806                     "name": "運動吊環",
4807                     "terms": "運動吊環"
4808                 },
4809                 "leisure/fitness_station/sign": {
4810                     "name": "運動指示標誌",
4811                     "terms": "運動指示說明"
4812                 },
4813                 "leisure/fitness_station/sit-up": {
4814                     "name": "仰臥起坐台",
4815                     "terms": "仰臥起坐台"
4816                 },
4817                 "leisure/fitness_station/stairs": {
4818                     "name": "運動椅",
4819                     "terms": "運動椅"
4820                 },
4821                 "leisure/garden": {
4822                     "name": "花園",
4823                     "terms": "花園,果園,菜園,植物園,公園"
4824                 },
4825                 "leisure/golf_course": {
4826                     "name": "高爾夫球場",
4827                     "terms": "高爾夫球場"
4828                 },
4829                 "leisure/hackerspace": {
4830                     "name": "駭客空間",
4831                     "terms": "駭客空間,Hackerspace"
4832                 },
4833                 "leisure/horse_riding": {
4834                     "name": "騎馬場",
4835                     "terms": "馬場,騎馬設施"
4836                 },
4837                 "leisure/ice_rink": {
4838                     "name": "溜冰場",
4839                     "terms": "溜冰場"
4840                 },
4841                 "leisure/marina": {
4842                     "name": "遊艇碼頭",
4843                     "terms": "遊艇碼頭"
4844                 },
4845                 "leisure/miniature_golf": {
4846                     "name": "迷你高爾夫",
4847                     "terms": "迷你高爾夫,高爾夫"
4848                 },
4849                 "leisure/nature_reserve": {
4850                     "name": "自然保留區",
4851                     "terms": "自然保護區"
4852                 },
4853                 "leisure/outdoor_seating": {
4854                     "name": "戶外座位區",
4855                     "terms": "戶外座位區,戶外座位"
4856                 },
4857                 "leisure/park": {
4858                     "name": "公園",
4859                     "terms": "綠地,遊樂場"
4860                 },
4861                 "leisure/picnic_table": {
4862                     "name": "野餐桌",
4863                     "terms": "野餐桌"
4864                 },
4865                 "leisure/pitch": {
4866                     "name": "運動場地",
4867                     "terms": "運動場"
4868                 },
4869                 "leisure/pitch/american_football": {
4870                     "name": "美式足球場",
4871                     "terms": "美式足球場"
4872                 },
4873                 "leisure/pitch/badminton": {
4874                     "name": "羽毛球場",
4875                     "terms": "羽毛球場"
4876                 },
4877                 "leisure/pitch/baseball": {
4878                     "name": "棒球場",
4879                     "terms": "棒球場"
4880                 },
4881                 "leisure/pitch/basketball": {
4882                     "name": "籃球場",
4883                     "terms": "籃球場,球場"
4884                 },
4885                 "leisure/pitch/beachvolleyball": {
4886                     "name": "沙灘排球場",
4887                     "terms": "沙灘排球場,沙灘排球"
4888                 },
4889                 "leisure/pitch/boules": {
4890                     "name": "法式滾球場",
4891                     "terms": "法式滾球場"
4892                 },
4893                 "leisure/pitch/bowls": {
4894                     "name": "保齡球綠地",
4895                     "terms": "保齡球綠地"
4896                 },
4897                 "leisure/pitch/cricket": {
4898                     "name": "板球場",
4899                     "terms": "板球場"
4900                 },
4901                 "leisure/pitch/equestrian": {
4902                     "name": "馬場",
4903                     "terms": "馬場"
4904                 },
4905                 "leisure/pitch/rugby_league": {
4906                     "name": "聯盟式橄欖球",
4907                     "terms": "聯盟式橄欖球"
4908                 },
4909                 "leisure/pitch/rugby_union": {
4910                     "name": "聯合式橄欖球",
4911                     "terms": "聯合式橄欖球"
4912                 },
4913                 "leisure/pitch/skateboard": {
4914                     "name": "滑板公園",
4915                     "terms": "滑板場,極限公園,極限運動公園"
4916                 },
4917                 "leisure/pitch/soccer": {
4918                     "name": "足球場",
4919                     "terms": "足球場,球場"
4920                 },
4921                 "leisure/pitch/table_tennis": {
4922                     "name": "乒乓球桌",
4923                     "terms": "乒乓球桌,桌球桌"
4924                 },
4925                 "leisure/pitch/tennis": {
4926                     "name": "網球場",
4927                     "terms": "網球場,球場"
4928                 },
4929                 "leisure/pitch/volleyball": {
4930                     "name": "排球場",
4931                     "terms": "排球場,球場"
4932                 },
4933                 "leisure/playground": {
4934                     "name": "遊樂場",
4935                     "terms": "遊樂場"
4936                 },
4937                 "leisure/resort": {
4938                     "name": "度假勝地",
4939                     "terms": "度假村"
4940                 },
4941                 "leisure/running_track": {
4942                     "name": "操場(跑步)",
4943                     "terms": "操場"
4944                 },
4945                 "leisure/sauna": {
4946                     "name": "桑拿",
4947                     "terms": "桑拿,芬蘭浴,三溫暖"
4948                 },
4949                 "leisure/slipway": {
4950                     "name": "船架滑道",
4951                     "terms": "船架滑道"
4952                 },
4953                 "leisure/sports_centre": {
4954                     "name": "體育中心/設施",
4955                     "terms": "體育中心,體育設施"
4956                 },
4957                 "leisure/sports_centre/swimming": {
4958                     "name": "游泳池附屬設施",
4959                     "terms": "游泳池設施,游池附屬設施,游池設施"
4960                 },
4961                 "leisure/stadium": {
4962                     "name": "體育場",
4963                     "terms": "體育場"
4964                 },
4965                 "leisure/swimming_pool": {
4966                     "name": "游泳池",
4967                     "terms": "泳池"
4968                 },
4969                 "leisure/track": {
4970                     "name": "操場(非摩托賽道)",
4971                     "terms": "操場(非摩托賽道), 操場"
4972                 },
4973                 "leisure/water_park": {
4974                     "name": "水上樂園",
4975                     "terms": "水上公園,水上遊樂園"
4976                 },
4977                 "line": {
4978                     "name": "線段",
4979                     "terms": "線"
4980                 },
4981                 "man_made": {
4982                     "name": "人工設施",
4983                     "terms": "人造構築,人造建築,人造設施"
4984                 },
4985                 "man_made/adit": {
4986                     "name": "坑口",
4987                     "terms": "坑道口,礦坑口"
4988                 },
4989                 "man_made/antenna": {
4990                     "name": "天線",
4991                     "terms": "天線"
4992                 },
4993                 "man_made/breakwater": {
4994                     "name": "防波堤",
4995                     "terms": "防波堤"
4996                 },
4997                 "man_made/bridge": {
4998                     "name": "橋樑",
4999                     "terms": "橋樑,橋,陸橋,天橋"
5000                 },
5001                 "man_made/bunker_silo": {
5002                     "name": "地面筒倉",
5003                     "terms": "地面筒倉;筒倉"
5004                 },
5005                 "man_made/chimney": {
5006                     "name": "煙囪",
5007                     "terms": "煙筒"
5008                 },
5009                 "man_made/clearcut": {
5010                     "name": "伐木林",
5011                     "terms": "人工林"
5012                 },
5013                 "man_made/crane": {
5014                     "name": "起重機",
5015                     "terms": "起重機"
5016                 },
5017                 "man_made/cutline": {
5018                     "name": "山林分界線",
5019                     "terms": "山林分界線"
5020                 },
5021                 "man_made/embankment": {
5022                     "name": "基堤"
5023                 },
5024                 "man_made/flagpole": {
5025                     "name": "旗桿",
5026                     "terms": "旗桿"
5027                 },
5028                 "man_made/gasometer": {
5029                     "name": "煤氣鼓",
5030                     "terms": "煤氣筒"
5031                 },
5032                 "man_made/groyne": {
5033                     "name": "堤防",
5034                     "terms": "河堤,海堤"
5035                 },
5036                 "man_made/lighthouse": {
5037                     "name": "燈塔",
5038                     "terms": "燈塔"
5039                 },
5040                 "man_made/mast": {
5041                     "name": "塔狀天線",
5042                     "terms": "塔狀天線,天線"
5043                 },
5044                 "man_made/monitoring_station": {
5045                     "name": "監測站",
5046                     "terms": "監測點"
5047                 },
5048                 "man_made/observation": {
5049                     "name": "瞭望塔",
5050                     "terms": "瞭望塔"
5051                 },
5052                 "man_made/observatory": {
5053                     "name": "天文台",
5054                     "terms": "天文館"
5055                 },
5056                 "man_made/petroleum_well": {
5057                     "name": "油井",
5058                     "terms": "油井"
5059                 },
5060                 "man_made/pier": {
5061                     "name": "碼頭",
5062                     "terms": "碼頭"
5063                 },
5064                 "man_made/pipeline": {
5065                     "name": "管道",
5066                     "terms": "管線"
5067                 },
5068                 "man_made/pumping_station": {
5069                     "name": "抽水站",
5070                     "terms": "抽水站"
5071                 },
5072                 "man_made/silo": {
5073                     "name": "地窖",
5074                     "terms": "地窖,筒倉"
5075                 },
5076                 "man_made/storage_tank": {
5077                     "name": "儲油槽",
5078                     "terms": "存放槽,油罐,儲罐,儲水槽,儲汽槽"
5079                 },
5080                 "man_made/surveillance": {
5081                     "name": "監視器",
5082                     "terms": "監視錄影器"
5083                 },
5084                 "man_made/surveillance_camera": {
5085                     "name": "監視器",
5086                     "terms": "監視器"
5087                 },
5088                 "man_made/survey_point": {
5089                     "name": "測量點",
5090                     "terms": "三角點,土地測量點,控制點"
5091                 },
5092                 "man_made/tower": {
5093                     "name": "塔",
5094                     "terms": "塔"
5095                 },
5096                 "man_made/wastewater_plant": {
5097                     "name": "污水處理廠",
5098                     "terms": "污水處理廠,水資源回收中心"
5099                 },
5100                 "man_made/water_tower": {
5101                     "name": "水塔",
5102                     "terms": "水塔"
5103                 },
5104                 "man_made/water_well": {
5105                     "name": "水井",
5106                     "terms": "水井,井,取水井"
5107                 },
5108                 "man_made/water_works": {
5109                     "name": "淨水廠",
5110                     "terms": "水務設施"
5111                 },
5112                 "man_made/watermill": {
5113                     "name": "水力磨坊",
5114                     "terms": "水力磨坊"
5115                 },
5116                 "man_made/windmill": {
5117                     "name": "風力磨坊",
5118                     "terms": "風力磨坊"
5119                 },
5120                 "man_made/works": {
5121                     "name": "工廠",
5122                     "terms": "工廠,加工廠,Factory"
5123                 },
5124                 "manhole": {
5125                     "name": "人孔",
5126                     "terms": "人孔,下水道口"
5127                 },
5128                 "manhole/drain": {
5129                     "name": "排水系統",
5130                     "terms": "排水系統,排水道"
5131                 },
5132                 "manhole/telecom": {
5133                     "name": "電信公司人孔",
5134                     "terms": "電信公司人孔,電信人孔"
5135                 },
5136                 "natural": {
5137                     "name": "自然景觀",
5138                     "terms": "自然物件"
5139                 },
5140                 "natural/bare_rock": {
5141                     "name": "裸露的岩石",
5142                     "terms": "裸露的岩石,裸岩"
5143                 },
5144                 "natural/bay": {
5145                     "name": "海灣",
5146                     "terms": "海灣"
5147                 },
5148                 "natural/beach": {
5149                     "name": "沙灘",
5150                     "terms": "沙灘,海灘"
5151                 },
5152                 "natural/cave_entrance": {
5153                     "name": "洞穴入口",
5154                     "terms": "洞穴入口"
5155                 },
5156                 "natural/cliff": {
5157                     "name": "懸崖",
5158                     "terms": "懸崖,峭壁"
5159                 },
5160                 "natural/coastline": {
5161                     "name": "海岸線",
5162                     "terms": "海岸線"
5163                 },
5164                 "natural/fell": {
5165                     "name": "高原荒地",
5166                     "terms": "高原荒地"
5167                 },
5168                 "natural/glacier": {
5169                     "name": "冰川",
5170                     "terms": "冰川,冰河"
5171                 },
5172                 "natural/grassland": {
5173                     "name": "草原",
5174                     "terms": "草地"
5175                 },
5176                 "natural/heath": {
5177                     "name": "荒地",
5178                     "terms": "荒地"
5179                 },
5180                 "natural/mud": {
5181                     "name": "泥地",
5182                     "terms": "泥地"
5183                 },
5184                 "natural/peak": {
5185                     "name": "山頂",
5186                     "terms": "山峰,山巔"
5187                 },
5188                 "natural/reef": {
5189                     "name": "暗礁",
5190                     "terms": "暗礁,礁"
5191                 },
5192                 "natural/ridge": {
5193                     "name": "山脊",
5194                     "terms": "山陵"
5195                 },
5196                 "natural/saddle": {
5197                     "name": "埡口",
5198                     "terms": "埡口,山口,鞍部"
5199                 },
5200                 "natural/sand": {
5201                     "name": "沙",
5202                     "terms": "沙,砂"
5203                 },
5204                 "natural/scree": {
5205                     "name": "碎石崖錐",
5206                     "terms": "碎石灘"
5207                 },
5208                 "natural/scrub": {
5209                     "name": "灌木叢",
5210                     "terms": "灌木"
5211                 },
5212                 "natural/spring": {
5213                     "name": "溫泉",
5214                     "terms": "溫泉"
5215                 },
5216                 "natural/tree": {
5217                     "name": "樹木",
5218                     "terms": "樹"
5219                 },
5220                 "natural/tree_row": {
5221                     "name": "一排樹",
5222                     "terms": "一行樹"
5223                 },
5224                 "natural/volcano": {
5225                     "name": "火山口",
5226                     "terms": "火山,火山口"
5227                 },
5228                 "natural/water": {
5229                     "name": "水",
5230                     "terms": "水體"
5231                 },
5232                 "natural/water/lake": {
5233                     "name": "湖泊",
5234                     "terms": "湖"
5235                 },
5236                 "natural/water/pond": {
5237                     "name": "池塘",
5238                     "terms": "池塘"
5239                 },
5240                 "natural/water/reservoir": {
5241                     "name": "水庫",
5242                     "terms": "水塘,貯水庫"
5243                 },
5244                 "natural/wetland": {
5245                     "name": "濕地",
5246                     "terms": "濕地,潮間帶"
5247                 },
5248                 "natural/wood": {
5249                     "name": "樹林",
5250                     "terms": "樹林"
5251                 },
5252                 "noexit/yes": {
5253                     "name": "死路",
5254                     "terms": "死路"
5255                 },
5256                 "office": {
5257                     "name": "辦公室",
5258                     "terms": "辦公室"
5259                 },
5260                 "office/accountant": {
5261                     "name": "會計師事務所",
5262                     "terms": "會計師辦公室,會計師"
5263                 },
5264                 "office/administrative": {
5265                     "name": "行政辦公室"
5266                 },
5267                 "office/adoption_agency": {
5268                     "name": "領養代理",
5269                     "terms": "領養事務所"
5270                 },
5271                 "office/advertising_agency": {
5272                     "name": "廣告代理公司",
5273                     "terms": "廣告代理商"
5274                 },
5275                 "office/architect": {
5276                     "name": "建築師事務所",
5277                     "terms": "建築師辦公室,建築師"
5278                 },
5279                 "office/association": {
5280                     "name": "非營利組織辦公室",
5281                     "terms": "NGO,非營利組織"
5282                 },
5283                 "office/charity": {
5284                     "name": "慈善事業辦公室",
5285                     "terms": "慈善事業"
5286                 },
5287                 "office/company": {
5288                     "name": "公司辦公室",
5289                     "terms": "辦公室,企業辦事處,企業辦公室"
5290                 },
5291                 "office/coworking": {
5292                     "name": "共同工作空間",
5293                     "terms": "共同工作空間,共用工作空間,coworking space"
5294                 },
5295                 "office/educational_institution": {
5296                     "name": "教育機構",
5297                     "terms": "教育機構,教育單位,補習班"
5298                 },
5299                 "office/employment_agency": {
5300                     "name": "就業服務站",
5301                     "terms": "職業介紹所"
5302                 },
5303                 "office/energy_supplier": {
5304                     "name": "電力供應辦公室",
5305                     "terms": "電力公司辦公室,台電,台電辦事處"
5306                 },
5307                 "office/estate_agent": {
5308                     "name": "房地產仲介",
5309                     "terms": "地產代理,房仲,不動產仲介"
5310                 },
5311                 "office/financial": {
5312                     "name": "金融機構辦公室",
5313                     "terms": "金融機構,金融單位"
5314                 },
5315                 "office/forestry": {
5316                     "name": "林務辦公室",
5317                     "terms": "林務局"
5318                 },
5319                 "office/foundation": {
5320                     "name": "基金會辦公室",
5321                     "terms": "基金會"
5322                 },
5323                 "office/government": {
5324                     "name": "政府辦公室",
5325                     "terms": "政府機關"
5326                 },
5327                 "office/government/register_office": {
5328                     "name": "戶政事務所",
5329                     "terms": "戶政事務所,戶政機關"
5330                 },
5331                 "office/government/tax": {
5332                     "name": "稅務辦公室",
5333                     "terms": "稅捐處"
5334                 },
5335                 "office/guide": {
5336                     "name": "導遊辦公室",
5337                     "terms": "導遊"
5338                 },
5339                 "office/insurance": {
5340                     "name": "保險公司辦公室",
5341                     "terms": "保險公司,人壽公司"
5342                 },
5343                 "office/it": {
5344                     "name": "資訊公司辦公室",
5345                     "terms": "IT"
5346                 },
5347                 "office/lawyer": {
5348                     "name": "律師事務所",
5349                     "terms": "法律事務所,律師樓"
5350                 },
5351                 "office/lawyer/notary": {
5352                     "name": "公證處"
5353                 },
5354                 "office/moving_company": {
5355                     "name": "搬家公司辦公室",
5356                     "terms": "搬家公司"
5357                 },
5358                 "office/newspaper": {
5359                     "name": "報社辦公室",
5360                     "terms": "媒體,報社,電視台,網路媒體"
5361                 },
5362                 "office/ngo": {
5363                     "name": "非政府機構辦公室",
5364                     "terms": "NGO辦公室,非政府組織"
5365                 },
5366                 "office/notary": {
5367                     "name": "公證處",
5368                     "terms": "公證處"
5369                 },
5370                 "office/physician": {
5371                     "name": "醫務所"
5372                 },
5373                 "office/political_party": {
5374                     "name": "政黨辦公室",
5375                     "terms": "黨部,競選總部,服務處"
5376                 },
5377                 "office/private_investigator": {
5378                     "name": "私家偵探辦公室",
5379                     "terms": "私家偵探"
5380                 },
5381                 "office/quango": {
5382                     "name": "準非政府組織辦公室",
5383                     "terms": "準非政府組織辦公室"
5384                 },
5385                 "office/research": {
5386                     "name": "研究機構",
5387                     "terms": "研究辦公室,研究中心"
5388                 },
5389                 "office/surveyor": {
5390                     "name": "測量員辦公室",
5391                     "terms": "地圖測繪"
5392                 },
5393                 "office/tax_advisor": {
5394                     "name": "稅務顧問辦公室",
5395                     "terms": "稅務顧問辦公室"
5396                 },
5397                 "office/telecommunication": {
5398                     "name": "電信公司辦事處",
5399                     "terms": "電訊公司辦事處,電信門市"
5400                 },
5401                 "office/therapist": {
5402                     "name": "治療師辦公室",
5403                     "terms": "治療師辦公室"
5404                 },
5405                 "office/travel_agent": {
5406                     "name": "旅行社"
5407                 },
5408                 "office/water_utility": {
5409                     "name": "自來水設施辦公室",
5410                     "terms": "自來水事務處,自來水公司"
5411                 },
5412                 "piste": {
5413                     "name": "滑雪場",
5414                     "terms": "滑雪場"
5415                 },
5416                 "place": {
5417                     "name": "地方"
5418                 },
5419                 "place/city": {
5420                     "name": "城市",
5421                     "terms": "都市"
5422                 },
5423                 "place/farm": {
5424                     "name": "農場"
5425                 },
5426                 "place/hamlet": {
5427                     "name": "村莊",
5428                     "terms": "村鎮"
5429                 },
5430                 "place/island": {
5431                     "name": "島嶼",
5432                     "terms": "島,island"
5433                 },
5434                 "place/islet": {
5435                     "name": "小島",
5436                     "terms": "小島"
5437                 },
5438                 "place/isolated_dwelling": {
5439                     "name": "獨立聚落",
5440                     "terms": "孤立民居"
5441                 },
5442                 "place/locality": {
5443                     "name": "地點(無人定居)",
5444                     "terms": "地方"
5445                 },
5446                 "place/neighbourhood": {
5447                     "name": "鄰里",
5448                     "terms": "四鄰,Neighborhood"
5449                 },
5450                 "place/plot": {
5451                     "name": "地籍",
5452                     "terms": "地籍"
5453                 },
5454                 "place/quarter": {
5455                     "name": "自治市區",
5456                     "terms": "自治市區"
5457                 },
5458                 "place/square": {
5459                     "name": "廣場",
5460                     "terms": "徒步廣場,人行廣場"
5461                 },
5462                 "place/suburb": {
5463                     "name": "郊區",
5464                     "terms": "郊區"
5465                 },
5466                 "place/town": {
5467                     "name": "市鎮",
5468                     "terms": "市鎮"
5469                 },
5470                 "place/village": {
5471                     "name": "村鎮",
5472                     "terms": "村落,village"
5473                 },
5474                 "playground/balance_beam": {
5475                     "name": "平衡梁",
5476                     "terms": "平衡梁"
5477                 },
5478                 "playground/basket_spinner": {
5479                     "name": "籃子旋轉器",
5480                     "terms": "籃子旋轉器"
5481                 },
5482                 "playground/basket_swing": {
5483                     "name": "籃子鞦韆",
5484                     "terms": "籃子鞦韆"
5485                 },
5486                 "playground/climbing_frame": {
5487                     "name": "攀爬架",
5488                     "terms": "攀爬架"
5489                 },
5490                 "playground/cushion": {
5491                     "name": "彈力靠墊",
5492                     "terms": "彈力靠墊"
5493                 },
5494                 "playground/horizontal_bar": {
5495                     "name": "單槓",
5496                     "terms": "單槓"
5497                 },
5498                 "playground/rocker": {
5499                     "name": "彈簧椅",
5500                     "terms": "彈簧椅"
5501                 },
5502                 "playground/roundabout": {
5503                     "name": "旋轉輪",
5504                     "terms": "旋轉輪"
5505                 },
5506                 "playground/sandpit": {
5507                     "name": "沙坑",
5508                     "terms": "沙坑"
5509                 },
5510                 "playground/seesaw": {
5511                     "name": "蹺蹺板",
5512                     "terms": "蹺蹺板"
5513                 },
5514                 "playground/slide": {
5515                     "name": "溜滑梯",
5516                     "terms": "溜滑梯"
5517                 },
5518                 "playground/structure": {
5519                     "name": "遊樂場設施",
5520                     "terms": "遊樂場設施"
5521                 },
5522                 "playground/swing": {
5523                     "name": "鞦韆",
5524                     "terms": "鞦韆"
5525                 },
5526                 "playground/zipwire": {
5527                     "name": "Zip Wire",
5528                     "terms": "Zip Wire"
5529                 },
5530                 "point": {
5531                     "name": "點",
5532                     "terms": "點"
5533                 },
5534                 "power": {
5535                     "name": "電力設施"
5536                 },
5537                 "power/generator": {
5538                     "name": "發電機",
5539                     "terms": "發電機"
5540                 },
5541                 "power/generator/source_nuclear": {
5542                     "name": "核子反應爐",
5543                     "terms": "核子反應爐,核反應爐,核電廠"
5544                 },
5545                 "power/generator/source_wind": {
5546                     "name": "風力發電機",
5547                     "terms": "風力發電機"
5548                 },
5549                 "power/line": {
5550                     "name": "電纜",
5551                     "terms": "電線"
5552                 },
5553                 "power/minor_line": {
5554                     "name": "次要電纜",
5555                     "terms": "次要電纜"
5556                 },
5557                 "power/plant": {
5558                     "name": "發電廠用地",
5559                     "terms": "發電廠用地,發電廠廠區,發電廠範圍,發電廠,Power Station Grounds"
5560                 },
5561                 "power/pole": {
5562                     "name": "電線桿",
5563                     "terms": "電線桿"
5564                 },
5565                 "power/sub_station": {
5566                     "name": "變電所"
5567                 },
5568                 "power/substation": {
5569                     "name": "變電所",
5570                     "terms": "變電站"
5571                 },
5572                 "power/switch": {
5573                     "name": "電力開關",
5574                     "terms": "電力開關"
5575                 },
5576                 "power/tower": {
5577                     "name": "高壓電塔",
5578                     "terms": "高壓輸電塔"
5579                 },
5580                 "power/transformer": {
5581                     "name": "變壓器",
5582                     "terms": "變壓器"
5583                 },
5584                 "public_transport/linear_platform": {
5585                     "name": "轉運站 / 月台",
5586                     "terms": "站牌,客運站牌,客運月台"
5587                 },
5588                 "public_transport/linear_platform_aerialway": {
5589                     "name": "纜車站/月台",
5590                     "terms": "纜車站,纜車月台"
5591                 },
5592                 "public_transport/linear_platform_bus": {
5593                     "name": "公車站/公車月台",
5594                     "terms": "公車月台"
5595                 },
5596                 "public_transport/linear_platform_ferry": {
5597                     "name": "船運停船處 / 船運月台",
5598                     "terms": "渡輪停船處,船運月台"
5599                 },
5600                 "public_transport/linear_platform_light_rail": {
5601                     "name": "輕軌停車處/ 月台",
5602                     "terms": "輕軌停車處,輕軌月台"
5603                 },
5604                 "public_transport/linear_platform_monorail": {
5605                     "name": "單軌電車停車處 / 月台",
5606                     "terms": "單軌電車停車處,"
5607                 },
5608                 "public_transport/linear_platform_subway": {
5609                     "name": "捷運停車處 / 月台",
5610                     "terms": "地鐵停車處,地鐵月台"
5611                 },
5612                 "public_transport/linear_platform_train": {
5613                     "name": "火車停車處 / 月台",
5614                     "terms": "火車停車處,火車月台"
5615                 },
5616                 "public_transport/linear_platform_tram": {
5617                     "name": "街車停車處 / 月台",
5618                     "terms": "街車停車處,街車月台"
5619                 },
5620                 "public_transport/linear_platform_trolleybus": {
5621                     "name": "無軌電車停車處 / 月台",
5622                     "terms": "無軌電車停車處,無軌電車月台"
5623                 },
5624                 "public_transport/platform": {
5625                     "name": "公車專用道停車處 / 月台",
5626                     "terms": "公車專用道停車處,公車專用道月台"
5627                 },
5628                 "public_transport/platform_aerialway": {
5629                     "name": "纜車站 / 月台",
5630                     "terms": "纜車站,纜車月台"
5631                 },
5632                 "public_transport/platform_bus": {
5633                     "name": "公車站牌 / 公車月台",
5634                     "terms": "公車站牌,公車月台,巴士站牌,巴士月台"
5635                 },
5636                 "public_transport/platform_ferry": {
5637                     "name": "船運停船處 / 船運月台",
5638                     "terms": "船運停船處,船運月台,"
5639                 },
5640                 "public_transport/platform_light_rail": {
5641                     "name": "輕軌停車處/ 月台",
5642                     "terms": "輕軌停車處,輕軌月台"
5643                 },
5644                 "public_transport/platform_monorail": {
5645                     "name": "單軌電車停車處 / 月台",
5646                     "terms": "單軌電車停車處,單軌月台"
5647                 },
5648                 "public_transport/platform_subway": {
5649                     "name": "捷運停車處 / 月台",
5650                     "terms": "捷運停車處,捷運月台,地鐵停車處,地鐵月台"
5651                 },
5652                 "public_transport/platform_train": {
5653                     "name": "火車停車處 / 月台",
5654                     "terms": "火車停車處,火車月台"
5655                 },
5656                 "public_transport/platform_tram": {
5657                     "name": "路面電車停車處 / 月台",
5658                     "terms": "路面電車停車處,路面電車月台"
5659                 },
5660                 "public_transport/platform_trolleybus": {
5661                     "name": "無軌電車站 / 月台",
5662                     "terms": "無軌電車站,無軌電車月台"
5663                 },
5664                 "public_transport/station": {
5665                     "name": "轉運站",
5666                     "terms": "客運站"
5667                 },
5668                 "public_transport/station_aerialway": {
5669                     "name": "纜車站",
5670                     "terms": "纜車車站"
5671                 },
5672                 "public_transport/station_bus": {
5673                     "name": "轉運站",
5674                     "terms": "客運站"
5675                 },
5676                 "public_transport/station_ferry": {
5677                     "name": "船運站",
5678                     "terms": "船運站,渡輪站"
5679                 },
5680                 "public_transport/station_light_rail": {
5681                     "name": "輕軌站",
5682                     "terms": "輕軌車站"
5683                 },
5684                 "public_transport/station_monorail": {
5685                     "name": "單軌站",
5686                     "terms": "單軌車站"
5687                 },
5688                 "public_transport/station_subway": {
5689                     "name": "捷運站",
5690                     "terms": "地鐵站,地下鐵站"
5691                 },
5692                 "public_transport/station_train": {
5693                     "name": "火車站",
5694                     "terms": "鐵路車站,車站"
5695                 },
5696                 "public_transport/station_train_halt": {
5697                     "name": "火車站 (小站/招呼)",
5698                     "terms": "招呼站,小站"
5699                 },
5700                 "public_transport/station_tram": {
5701                     "name": "電車站",
5702                     "terms": "電車站"
5703                 },
5704                 "public_transport/station_trolleybus": {
5705                     "name": "無軌電車站",
5706                     "terms": "無軌電車站"
5707                 },
5708                 "public_transport/stop_area": {
5709                     "name": "轉運站區",
5710                     "terms": "客運站區"
5711                 },
5712                 "public_transport/stop_position": {
5713                     "name": "轉運站停車位置",
5714                     "terms": "客運站停車位置"
5715                 },
5716                 "public_transport/stop_position_aerialway": {
5717                     "name": "纜車停車位置",
5718                     "terms": "纜車停車位置"
5719                 },
5720                 "public_transport/stop_position_bus": {
5721                     "name": "公車停靠位置",
5722                     "terms": "巴士停靠位置"
5723                 },
5724                 "public_transport/stop_position_ferry": {
5725                     "name": "船運停船位置",
5726                     "terms": "船運停船點"
5727                 },
5728                 "public_transport/stop_position_light_rail": {
5729                     "name": "輕軌鐵路停車位置",
5730                     "terms": "輕軌電車停車點"
5731                 },
5732                 "public_transport/stop_position_monorail": {
5733                     "name": "單軌電車停車位置",
5734                     "terms": "單軌電車停車點"
5735                 },
5736                 "public_transport/stop_position_subway": {
5737                     "name": "捷運停車位置",
5738                     "terms": "捷運停車點"
5739                 },
5740                 "public_transport/stop_position_train": {
5741                     "name": "火車停車位置",
5742                     "terms": "火車停車點"
5743                 },
5744                 "public_transport/stop_position_tram": {
5745                     "name": "街車停車位置",
5746                     "terms": "街車停車點"
5747                 },
5748                 "public_transport/stop_position_trolleybus": {
5749                     "name": "無軌電車停車位置",
5750                     "terms": "無軌電車停車點"
5751                 },
5752                 "railway": {
5753                     "name": "鐵路"
5754                 },
5755                 "railway/abandoned": {
5756                     "name": "鐵路線遺跡",
5757                     "terms": "舊鐵路線"
5758                 },
5759                 "railway/buffer_stop": {
5760                     "name": "緩衝站",
5761                     "terms": "緩衝站"
5762                 },
5763                 "railway/crossing": {
5764                     "name": "鐵路平交道(路徑)",
5765                     "terms": "鐵路平交道,平交道"
5766                 },
5767                 "railway/derail": {
5768                     "name": "鐵路脫軌器",
5769                     "terms": "鐵路脫軌器"
5770                 },
5771                 "railway/disused": {
5772                     "name": "廢棄鐵路",
5773                     "terms": "廢棄鐵道,廢棄的鐵路"
5774                 },
5775                 "railway/funicular": {
5776                     "name": "纜車",
5777                     "terms": "纜車"
5778                 },
5779                 "railway/halt": {
5780                     "name": "火車站 (小站/招呼)"
5781                 },
5782                 "railway/level_crossing": {
5783                     "name": "鐵路平交道(道路)",
5784                     "terms": "鐵路平交道,平交道"
5785                 },
5786                 "railway/light_rail": {
5787                     "name": "輕軌",
5788                     "terms": "輕軌鐵路"
5789                 },
5790                 "railway/milestone": {
5791                     "name": "鐵路里程碑",
5792                     "terms": "鐵路里程碑"
5793                 },
5794                 "railway/miniature": {
5795                     "name": "微型鐵路",
5796                     "terms": "微型鐵路,微型鐵軌"
5797                 },
5798                 "railway/monorail": {
5799                     "name": "單軌電車",
5800                     "terms": "畢軌電車"
5801                 },
5802                 "railway/narrow_gauge": {
5803                     "name": "窄軌鐵路",
5804                     "terms": "窄軌鐵路"
5805                 },
5806                 "railway/platform": {
5807                     "name": "街車站/月台"
5808                 },
5809                 "railway/rail": {
5810                     "name": "鐵軌",
5811                     "terms": "路軌"
5812                 },
5813                 "railway/signal": {
5814                     "name": "鐵道信號",
5815                     "terms": "鐵道信號"
5816                 },
5817                 "railway/station": {
5818                     "name": "火車站"
5819                 },
5820                 "railway/subway": {
5821                     "name": "捷運",
5822                     "terms": "地鐵,地下鐵,管子"
5823                 },
5824                 "railway/subway_entrance": {
5825                     "name": "捷運入口",
5826                     "terms": "地鐵入口,地下鐵入口,捷運出入口,地鐵出入口,地下鐵出入口"
5827                 },
5828                 "railway/switch": {
5829                     "name": "鐵路轉轍器",
5830                     "terms": "鐵路轉轍器"
5831                 },
5832                 "railway/train_wash": {
5833                     "name": "火車清洗處",
5834                     "terms": "火車清洗處"
5835                 },
5836                 "railway/tram": {
5837                     "name": "電車",
5838                     "terms": "電車"
5839                 },
5840                 "railway/tram_stop": {
5841                     "name": "街車停靠點"
5842                 },
5843                 "relation": {
5844                     "name": "關係",
5845                     "terms": "關係"
5846                 },
5847                 "roundabout": {
5848                     "name": "圓環"
5849                 },
5850                 "route/ferry": {
5851                     "name": "渡輪航線",
5852                     "terms": "渡輪航線"
5853                 },
5854                 "shop": {
5855                     "name": "商店",
5856                     "terms": "商店,商行"
5857                 },
5858                 "shop/agrarian": {
5859                     "name": "農業用品補給店",
5860                     "terms": "農用品店"
5861                 },
5862                 "shop/alcohol": {
5863                     "name": "酒類專賣店",
5864                     "terms": "酒類商店,酒品專賣店,酒莊"
5865                 },
5866                 "shop/anime": {
5867                     "name": "動漫店",
5868                     "terms": "動漫店"
5869                 },
5870                 "shop/antiques": {
5871                     "name": "古董店",
5872                     "terms": "古董商店"
5873                 },
5874                 "shop/appliance": {
5875                     "name": "家用電器店",
5876                     "terms": "家電店,電器店"
5877                 },
5878                 "shop/art": {
5879                     "name": "藝術商店",
5880                     "terms": "藝術商店"
5881                 },
5882                 "shop/baby_goods": {
5883                     "name": "嬰兒用品店",
5884                     "terms": "嬰兒用品商店"
5885                 },
5886                 "shop/bag": {
5887                     "name": "包包/行李店",
5888                     "terms": "包包/行李商店"
5889                 },
5890                 "shop/bakery": {
5891                     "name": "麵包店",
5892                     "terms": "烘培坊"
5893                 },
5894                 "shop/bathroom_furnishing": {
5895                     "name": "衛浴用品店",
5896                     "terms": "衛浴店"
5897                 },
5898                 "shop/beauty": {
5899                     "name": "美容店",
5900                     "terms": "理容院,美妝店,護膚中心,指甲美容"
5901                 },
5902                 "shop/beauty/nails": {
5903                     "name": "指甲美容店",
5904                     "terms": "修指甲店,修指甲"
5905                 },
5906                 "shop/beauty/tanning": {
5907                     "name": "日曬沙龍",
5908                     "terms": "日光浴店,曬黑沙龍"
5909                 },
5910                 "shop/bed": {
5911                     "name": "床具/寐具店",
5912                     "terms": "床具店,寐具店,寢具店"
5913                 },
5914                 "shop/beverages": {
5915                     "name": "飲品店",
5916                     "terms": "飲料店,手搖杯"
5917                 },
5918                 "shop/bicycle": {
5919                     "name": "單車店",
5920                     "terms": "腳踏車店"
5921                 },
5922                 "shop/bookmaker": {
5923                     "name": "書商",
5924                     "terms": "出版社"
5925                 },
5926                 "shop/books": {
5927                     "name": "書店",
5928                     "terms": "書局"
5929                 },
5930                 "shop/boutique": {
5931                     "name": "服飾店",
5932                     "terms": "精品服飾店"
5933                 },
5934                 "shop/butcher": {
5935                     "name": "肉販",
5936                     "terms": "肉販"
5937                 },
5938                 "shop/candles": {
5939                     "name": "燈具店",
5940                     "terms": "燈具行"
5941                 },
5942                 "shop/car": {
5943                     "name": "汽車行",
5944                     "terms": "賣車處"
5945                 },
5946                 "shop/car_parts": {
5947                     "name": "汽車零件店",
5948                     "terms": "汽車零件店"
5949                 },
5950                 "shop/car_repair": {
5951                     "name": "汽車維修店",
5952                     "terms": "汽車保養店"
5953                 },
5954                 "shop/carpet": {
5955                     "name": "地毯店",
5956                     "terms": "地毯商店"
5957                 },
5958                 "shop/charity": {
5959                     "name": "慈善商店",
5960                     "terms": "慈善商店,義賣店"
5961                 },
5962                 "shop/cheese": {
5963                     "name": "起士店",
5964                     "terms": "起士商店,芝士店"
5965                 },
5966                 "shop/chemist": {
5967                     "name": "藥妝店",
5968                     "terms": "藥妝店"
5969                 },
5970                 "shop/chocolate": {
5971                     "name": "巧克力店",
5972                     "terms": "巧克力商店"
5973                 },
5974                 "shop/clothes": {
5975                     "name": "服飾店",
5976                     "terms": "衣服店,賣衣店"
5977                 },
5978                 "shop/coffee": {
5979                     "name": "咖啡店",
5980                     "terms": "咖啡廳, 咖啡館"
5981                 },
5982                 "shop/computer": {
5983                     "name": "電腦店",
5984                     "terms": "電腦店"
5985                 },
5986                 "shop/confectionery": {
5987                     "name": "糖果店",
5988                     "terms": "糖果商店"
5989                 },
5990                 "shop/convenience": {
5991                     "name": "便利商店",
5992                     "terms": "便利商店"
5993                 },
5994                 "shop/copyshop": {
5995                     "name": "影印店",
5996                     "terms": "影印行"
5997                 },
5998                 "shop/cosmetics": {
5999                     "name": "化妝品店",
6000                     "terms": "化妝品店,保養品店,化妝品商店"
6001                 },
6002                 "shop/craft": {
6003                     "name": "工藝品店",
6004                     "terms": "工藝品店,工藝品商店,手工藝店,手作工坊"
6005                 },
6006                 "shop/curtain": {
6007                     "name": "窗廉店",
6008                     "terms": "窗廉商店"
6009                 },
6010                 "shop/dairy": {
6011                     "name": "奶製品店",
6012                     "terms": "奶製品店,乳品店"
6013                 },
6014                 "shop/deli": {
6015                     "name": "美食店",
6016                     "terms": "美食店"
6017                 },
6018                 "shop/department_store": {
6019                     "name": "百貨公司",
6020                     "terms": "百貨公司"
6021                 },
6022                 "shop/doityourself": {
6023                     "name": "DIY商店",
6024                     "terms": "DIY商店"
6025                 },
6026                 "shop/dry_cleaning": {
6027                     "name": "乾洗店",
6028                     "terms": "乾洗商店"
6029                 },
6030                 "shop/e-cigarette": {
6031                     "name": "電子菸商店",
6032                     "terms": "電子菸商店,電子菸販賣店,電子菸販賣處"
6033                 },
6034                 "shop/electronics": {
6035                     "name": "電器店",
6036                     "terms": "電器行"
6037                 },
6038                 "shop/erotic": {
6039                     "name": "情趣用品店",
6040                     "terms": "情趣用品商店"
6041                 },
6042                 "shop/fabric": {
6043                     "name": "帆布店",
6044                     "terms": "織布店,布店"
6045                 },
6046                 "shop/farm": {
6047                     "name": "產地直銷店",
6048                     "terms": "農場直賣店,農場直銷店,特產店"
6049                 },
6050                 "shop/fashion": {
6051                     "name": "時尚店",
6052                     "terms": "時裝店,時常衣服店"
6053                 },
6054                 "shop/fishmonger": {
6055                     "name": "魚販"
6056                 },
6057                 "shop/florist": {
6058                     "name": "花店",
6059                     "terms": "花卉行"
6060                 },
6061                 "shop/frame": {
6062                     "name": "表框店",
6063                     "terms": "表框店, 裱框店"
6064                 },
6065                 "shop/funeral_directors": {
6066                     "name": "生命禮儀公司",
6067                     "terms": "禮儀公司"
6068                 },
6069                 "shop/furnace": {
6070                     "name": "火爐店"
6071                 },
6072                 "shop/furniture": {
6073                     "name": "傢具店",
6074                     "terms": "家具店"
6075                 },
6076                 "shop/garden_centre": {
6077                     "name": "園藝中心",
6078                     "terms": "園藝店,園藝行"
6079                 },
6080                 "shop/gas": {
6081                     "name": "瓦斯店",
6082                     "terms": "瓦斯店"
6083                 },
6084                 "shop/gift": {
6085                     "name": "禮品店",
6086                     "terms": "禮物店"
6087                 },
6088                 "shop/greengrocer": {
6089                     "name": "蔬果店",
6090                     "terms": "蔬果店"
6091                 },
6092                 "shop/hairdresser": {
6093                     "name": "理髮店",
6094                     "terms": "理髮店,髮廏,男士理髮"
6095                 },
6096                 "shop/hardware": {
6097                     "name": "五金店",
6098                     "terms": "五金行"
6099                 },
6100                 "shop/health_food": {
6101                     "name": "健康食品店",
6102                     "terms": "保康食品店"
6103                 },
6104                 "shop/hearing_aids": {
6105                     "name": "助聽器店",
6106                     "terms": "助聽器商店"
6107                 },
6108                 "shop/herbalist": {
6109                     "name": "草藥店",
6110                     "terms": "草藥店"
6111                 },
6112                 "shop/hifi": {
6113                     "name": "音響店",
6114                     "terms": "音響店"
6115                 },
6116                 "shop/houseware": {
6117                     "name": "家庭用品店",
6118                     "terms": "家居用品店"
6119                 },
6120                 "shop/interior_decoration": {
6121                     "name": "室內設計店",
6122                     "terms": "室內設計店"
6123                 },
6124                 "shop/jewelry": {
6125                     "name": "珠寶店",
6126                     "terms": "銀樓,首飾店"
6127                 },
6128                 "shop/kiosk": {
6129                     "name": "販賣亭",
6130                     "terms": "書報攤,零售亭,售貨亭"
6131                 },
6132                 "shop/kitchen": {
6133                     "name": "廚房設計行",
6134                     "terms": "廚房設計店,廚房用品店"
6135                 },
6136                 "shop/laundry": {
6137                     "name": "洗衣店",
6138                     "terms": "洗衣店"
6139                 },
6140                 "shop/leather": {
6141                     "name": "皮革店",
6142                     "terms": "皮革店"
6143                 },
6144                 "shop/locksmith": {
6145                     "name": "鎖匠",
6146                     "terms": "鎖匠"
6147                 },
6148                 "shop/lottery": {
6149                     "name": "彩券行",
6150                     "terms": "投注站,公益彩券"
6151                 },
6152                 "shop/mall": {
6153                     "name": "購物中心",
6154                     "terms": "商場"
6155                 },
6156                 "shop/massage": {
6157                     "name": "按摩店",
6158                     "terms": "按摩商店, 舒壓中心"
6159                 },
6160                 "shop/medical_supply": {
6161                     "name": "醫療器材行",
6162                     "terms": "醫療用品店"
6163                 },
6164                 "shop/mobile_phone": {
6165                     "name": "行動電話店",
6166                     "terms": "手機商店,手機店,手機行,行動通訊店"
6167                 },
6168                 "shop/money_lender": {
6169                     "name": "地下錢莊",
6170                     "terms": "借貸人,放款人,汽車借款"
6171                 },
6172                 "shop/motorcycle": {
6173                     "name": "機車行",
6174                     "terms": "摩托車行,機器腳踏車行"
6175                 },
6176                 "shop/motorcycle_repair": {
6177                     "name": "摩托車維修店",
6178                     "terms": "摩托車維修店,機車維修店,機車行,摩托車行"
6179                 },
6180                 "shop/music": {
6181                     "name": "音樂店",
6182                     "terms": "唱片行"
6183                 },
6184                 "shop/musical_instrument": {
6185                     "name": "音樂樂器行",
6186                     "terms": "樂器行"
6187                 },
6188                 "shop/newsagent": {
6189                     "name": "報紙/雜誌攤",
6190                     "terms": "報刊攤,報刊商店"
6191                 },
6192                 "shop/nutrition_supplements": {
6193                     "name": "營養補充品店",
6194                     "terms": "營養補充品店, 保健食品專賣店"
6195                 },
6196                 "shop/optician": {
6197                     "name": "眼鏡行",
6198                     "terms": "眼鏡行"
6199                 },
6200                 "shop/organic": {
6201                     "name": "有機產品店",
6202                     "terms": "有機食品店"
6203                 },
6204                 "shop/outdoor": {
6205                     "name": "戶外用品店",
6206                     "terms": "戶外用具店"
6207                 },
6208                 "shop/paint": {
6209                     "name": "油漆行",
6210                     "terms": "油漆店"
6211                 },
6212                 "shop/pastry": {
6213                     "name": "糕餅店",
6214                     "terms": "糕餅店,蛋糕店,烘焙店"
6215                 },
6216                 "shop/pawnbroker": {
6217                     "name": "汽機車借款",
6218                     "terms": "地下錢莊"
6219                 },
6220                 "shop/perfumery": {
6221                     "name": "香水店",
6222                     "terms": "香水店"
6223                 },
6224                 "shop/pet": {
6225                     "name": "寵物店",
6226                     "terms": "寵物用品店"
6227                 },
6228                 "shop/pet_grooming": {
6229                     "name": "寵物美容店",
6230                     "terms": "寵物美容店"
6231                 },
6232                 "shop/photo": {
6233                     "name": "攝影用品店",
6234                     "terms": "照相店"
6235                 },
6236                 "shop/pyrotechnics": {
6237                     "name": "煙火商",
6238                     "terms": "煙火用品店"
6239                 },
6240                 "shop/radiotechnics": {
6241                     "name": "無線電/電子零件店",
6242                     "terms": "無線電/電子零件店"
6243                 },
6244                 "shop/religion": {
6245                     "name": "宗教用品店",
6246                     "terms": "宗教用品商店, 金紙店, 香鋪,佛具店"
6247                 },
6248                 "shop/scuba_diving": {
6249                     "name": "潛水用品店",
6250                     "terms": "潛水用具店"
6251                 },
6252                 "shop/seafood": {
6253                     "name": "海產店",
6254                     "terms": "海產店"
6255                 },
6256                 "shop/second_hand": {
6257                     "name": "格仔鋪/二手店",
6258                     "terms": "格仔店/二手店"
6259                 },
6260                 "shop/shoes": {
6261                     "name": "鞋店",
6262                     "terms": "鞋店"
6263                 },
6264                 "shop/sports": {
6265                     "name": "運動用品店",
6266                     "terms": "運動用品店"
6267                 },
6268                 "shop/stationery": {
6269                     "name": "文具店",
6270                     "terms": "文具店"
6271                 },
6272                 "shop/storage_rental": {
6273                     "name": "儲物空間出租",
6274                     "terms": "儲物空間出租"
6275                 },
6276                 "shop/supermarket": {
6277                     "name": "超級市場",
6278                     "terms": "超市"
6279                 },
6280                 "shop/tailor": {
6281                     "name": "裁縫",
6282                     "terms": "裁縫師,成衣訂作,成衣匠"
6283                 },
6284                 "shop/tattoo": {
6285                     "name": "刺青店",
6286                     "terms": "刺青行,Tattoo Parlor"
6287                 },
6288                 "shop/tea": {
6289                     "name": "茶行",
6290                     "terms": "茶葉店"
6291                 },
6292                 "shop/ticket": {
6293                     "name": "賣票亭",
6294                     "terms": "售票處"
6295                 },
6296                 "shop/tiles": {
6297                     "name": "磁磚商店",
6298                     "terms": "磁磚商店,磁磚店,瓷磚商店,瓷磚店"
6299                 },
6300                 "shop/tobacco": {
6301                     "name": "菸店",
6302                     "terms": "香菸店"
6303                 },
6304                 "shop/toys": {
6305                     "name": "玩具店",
6306                     "terms": "玩具店"
6307                 },
6308                 "shop/trade": {
6309                     "name": "材料行",
6310                     "terms": "材料行,供應商,貿易商"
6311                 },
6312                 "shop/travel_agency": {
6313                     "name": "旅行社",
6314                     "terms": "旅行社"
6315                 },
6316                 "shop/tyres": {
6317                     "name": "輪胎店",
6318                     "terms": "輪胎店"
6319                 },
6320                 "shop/vacant": {
6321                     "name": "閒置商店"
6322                 },
6323                 "shop/vacuum_cleaner": {
6324                     "name": "吸塵器店",
6325                     "terms": "吸塵器商店"
6326                 },
6327                 "shop/variety_store": {
6328                     "name": "雜貨店",
6329                     "terms": "雜貨店,39元商店"
6330                 },
6331                 "shop/video": {
6332                     "name": "錄影帶店",
6333                     "terms": "影碟店"
6334                 },
6335                 "shop/video_games": {
6336                     "name": "電子遊戲店",
6337                     "terms": "電子遊戲商店,電玩店"
6338                 },
6339                 "shop/watches": {
6340                     "name": "鐘錶行",
6341                     "terms": "手錶店"
6342                 },
6343                 "shop/water_sports": {
6344                     "name": "水上活動/泳具店",
6345                     "terms": "水上活動/游泳用品店"
6346                 },
6347                 "shop/weapons": {
6348                     "name": "武器店",
6349                     "terms": "武器商店,槍店"
6350                 },
6351                 "shop/wholesale": {
6352                     "name": "批發商",
6353                     "terms": "批發商,批發店"
6354                 },
6355                 "shop/window_blind": {
6356                     "name": "窗廉店",
6357                     "terms": "窗廉商店"
6358                 },
6359                 "shop/wine": {
6360                     "name": "販酒店",
6361                     "terms": "酒店"
6362                 },
6363                 "tourism": {
6364                     "name": "旅遊設施",
6365                     "terms": "旅遊設施"
6366                 },
6367                 "tourism/alpine_hut": {
6368                     "name": "高山小屋",
6369                     "terms": "高山小屋"
6370                 },
6371                 "tourism/apartment": {
6372                     "name": "假日公寓",
6373                     "terms": "假日公寓,日租型套房"
6374                 },
6375                 "tourism/aquarium": {
6376                     "name": "水族館(展覽館)",
6377                     "terms": "水族館,海洋世界,海洋公園"
6378                 },
6379                 "tourism/artwork": {
6380                     "name": "公共藝術",
6381                     "terms": "藝術品,街頭藝術"
6382                 },
6383                 "tourism/attraction": {
6384                     "name": "觀光景點",
6385                     "terms": "觀光點"
6386                 },
6387                 "tourism/camp_site": {
6388                     "name": "露營地",
6389                     "terms": "營地"
6390                 },
6391                 "tourism/caravan_site": {
6392                     "name": "露營車停車場",
6393                     "terms": "房車營地"
6394                 },
6395                 "tourism/chalet": {
6396                     "name": "假日小屋",
6397                     "terms": "假日小屋"
6398                 },
6399                 "tourism/gallery": {
6400                     "name": "藝廊",
6401                     "terms": "藝廊"
6402                 },
6403                 "tourism/guest_house": {
6404                     "name": "招待所",
6405                     "terms": "私人招待所"
6406                 },
6407                 "tourism/hostel": {
6408                     "name": "旅舍",
6409                     "terms": "青年旅社"
6410                 },
6411                 "tourism/hotel": {
6412                     "name": "旅館",
6413                     "terms": "酒店,旅店,賓館"
6414                 },
6415                 "tourism/information": {
6416                     "name": "旅遊資訊",
6417                     "terms": "旅遊資訊"
6418                 },
6419                 "tourism/information/board": {
6420                     "name": "資訊告示牌",
6421                     "terms": "資訊告示牌,告示牌,看版"
6422                 },
6423                 "tourism/information/guidepost": {
6424                     "name": "指示牌",
6425                     "terms": "方向指引牌"
6426                 },
6427                 "tourism/information/map": {
6428                     "name": "地圖",
6429                     "terms": "地圖,指示圖,範圍圖,旅遊景點圖,景點圖"
6430                 },
6431                 "tourism/information/office": {
6432                     "name": "旅遊服務中心",
6433                     "terms": "遊客中心"
6434                 },
6435                 "tourism/motel": {
6436                     "name": "汽車旅館",
6437                     "terms": "motel"
6438                 },
6439                 "tourism/museum": {
6440                     "name": "博物館",
6441                     "terms": "博物館"
6442                 },
6443                 "tourism/picnic_site": {
6444                     "name": "野餐場地",
6445                     "terms": "野餐地點"
6446                 },
6447                 "tourism/theme_park": {
6448                     "name": "主題公園",
6449                     "terms": "主題樂園"
6450                 },
6451                 "tourism/trail_riding_station": {
6452                     "name": "騎馬車站",
6453                     "terms": "騎馬車站"
6454                 },
6455                 "tourism/viewpoint": {
6456                     "name": "觀景點",
6457                     "terms": "風景點"
6458                 },
6459                 "tourism/wilderness_hut": {
6460                     "name": "野外小屋",
6461                     "terms": "野外小屋"
6462                 },
6463                 "tourism/zoo": {
6464                     "name": "動物園",
6465                     "terms": "動物園"
6466                 },
6467                 "traffic_calming": {
6468                     "name": "減速標線",
6469                     "terms": "減速標線,減速坡,跳動路面"
6470                 },
6471                 "traffic_calming/bump": {
6472                     "name": "減速丘",
6473                     "terms": "減速帶,減速器"
6474                 },
6475                 "traffic_calming/chicane": {
6476                     "name": "減速彎道",
6477                     "terms": "減速彎道"
6478                 },
6479                 "traffic_calming/choker": {
6480                     "name": "交通阻塞",
6481                     "terms": "交通阻塞"
6482                 },
6483                 "traffic_calming/cushion": {
6484                     "name": "減速墊",
6485                     "terms": "減速墊"
6486                 },
6487                 "traffic_calming/dip": {
6488                     "name": "減速坡",
6489                     "terms": "減速坡,斜坡"
6490                 },
6491                 "traffic_calming/hump": {
6492                     "name": "減速標線",
6493                     "terms": "減速標線"
6494                 },
6495                 "traffic_calming/island": {
6496                     "name": "分隔島",
6497                     "terms": "分隔島"
6498                 },
6499                 "traffic_calming/rumble_strip": {
6500                     "name": "跳動路面",
6501                     "terms": "起皺狹長路段"
6502                 },
6503                 "traffic_calming/table": {
6504                     "name": "減速丘",
6505                     "terms": "減速丘"
6506                 },
6507                 "type/boundary": {
6508                     "name": "邊界",
6509                     "terms": "界線"
6510                 },
6511                 "type/boundary/administrative": {
6512                     "name": "行政界線",
6513                     "terms": "行政邊界"
6514                 },
6515                 "type/multipolygon": {
6516                     "name": "多重多邊形"
6517                 },
6518                 "type/restriction": {
6519                     "name": "限制",
6520                     "terms": "限制"
6521                 },
6522                 "type/restriction/no_left_turn": {
6523                     "name": "不准左轉",
6524                     "terms": "禁止左轉,不可以左轉"
6525                 },
6526                 "type/restriction/no_right_turn": {
6527                     "name": "不准右轉",
6528                     "terms": "禁止右轉,不可以右轉"
6529                 },
6530                 "type/restriction/no_straight_on": {
6531                     "name": "不准直駛",
6532                     "terms": "禁止進入"
6533                 },
6534                 "type/restriction/no_u_turn": {
6535                     "name": "不准掉頭",
6536                     "terms": "禁止迴轉"
6537                 },
6538                 "type/restriction/only_left_turn": {
6539                     "name": "只能左轉",
6540                     "terms": "只能左轉"
6541                 },
6542                 "type/restriction/only_right_turn": {
6543                     "name": "只能右轉",
6544                     "terms": "只能右轉"
6545                 },
6546                 "type/restriction/only_straight_on": {
6547                     "name": "只能直行",
6548                     "terms": "只能直行"
6549                 },
6550                 "type/restriction/only_u_turn": {
6551                     "name": "只能迴轉",
6552                     "terms": "只能迴轉"
6553                 },
6554                 "type/route": {
6555                     "name": "路線",
6556                     "terms": "路線"
6557                 },
6558                 "type/route/bicycle": {
6559                     "name": "單車路線",
6560                     "terms": "腳踏車路線"
6561                 },
6562                 "type/route/bus": {
6563                     "name": "公車路線",
6564                     "terms": "公共汽車路線,客運路線,巴士路線"
6565                 },
6566                 "type/route/detour": {
6567                     "name": "繞道路線",
6568                     "terms": "繞道路線"
6569                 },
6570                 "type/route/ferry": {
6571                     "name": "渡輪航線",
6572                     "terms": "渡輪路線"
6573                 },
6574                 "type/route/foot": {
6575                     "name": "步行路線",
6576                     "terms": "步行路線"
6577                 },
6578                 "type/route/hiking": {
6579                     "name": "遠足路線",
6580                     "terms": "遠足路線"
6581                 },
6582                 "type/route/horse": {
6583                     "name": "騎馬路線",
6584                     "terms": "騎馬路線,騎乘路線"
6585                 },
6586                 "type/route/light_rail": {
6587                     "name": "輕軌路線",
6588                     "terms": "輕軌路線"
6589                 },
6590                 "type/route/pipeline": {
6591                     "name": "管道路線",
6592                     "terms": "管線路線"
6593                 },
6594                 "type/route/piste": {
6595                     "name": "滑雪路線",
6596                     "terms": "滑雪路線"
6597                 },
6598                 "type/route/power": {
6599                     "name": "供電路線",
6600                     "terms": "輸電線路"
6601                 },
6602                 "type/route/road": {
6603                     "name": "道路路線",
6604                     "terms": "公路路線"
6605                 },
6606                 "type/route/subway": {
6607                     "name": "地下鐵路線",
6608                     "terms": "地下鐵路線,捷運路線"
6609                 },
6610                 "type/route/train": {
6611                     "name": "鐵路路線",
6612                     "terms": "列車路線"
6613                 },
6614                 "type/route/tram": {
6615                     "name": "電車路線",
6616                     "terms": "電車路線"
6617                 },
6618                 "type/route_master": {
6619                     "name": "路線總纜",
6620                     "terms": "路線總目"
6621                 },
6622                 "type/site": {
6623                     "name": "地點",
6624                     "terms": "場地"
6625                 },
6626                 "type/waterway": {
6627                     "name": "水路",
6628                     "terms": "水路"
6629                 },
6630                 "vertex": {
6631                     "name": "其他",
6632                     "terms": "其他"
6633                 },
6634                 "waterway": {
6635                     "name": "水道"
6636                 },
6637                 "waterway/boatyard": {
6638                     "name": "船塢",
6639                     "terms": "船塢"
6640                 },
6641                 "waterway/canal": {
6642                     "name": "運河",
6643                     "terms": "運河"
6644                 },
6645                 "waterway/dam": {
6646                     "name": "堤壩",
6647                     "terms": "水庫,水壩"
6648                 },
6649                 "waterway/ditch": {
6650                     "name": "溝",
6651                     "terms": "水溝"
6652                 },
6653                 "waterway/dock": {
6654                     "name": "濕塢 / 乾塢",
6655                     "terms": "濕塢 / 乾塢"
6656                 },
6657                 "waterway/drain": {
6658                     "name": "渠",
6659                     "terms": "灌溉水圳"
6660                 },
6661                 "waterway/fuel": {
6662                     "name": "船用加油站",
6663                     "terms": "船隻加油站"
6664                 },
6665                 "waterway/river": {
6666                     "name": "河流",
6667                     "terms": "河川"
6668                 },
6669                 "waterway/riverbank": {
6670                     "name": "河床",
6671                     "terms": "河岸"
6672                 },
6673                 "waterway/sanitary_dump_station": {
6674                     "name": "污水處理放流管",
6675                     "terms": "放流口,放流管,污水海洋放流口,污水海洋放流管"
6676                 },
6677                 "waterway/stream": {
6678                     "name": "溪流",
6679                     "terms": "小溪"
6680                 },
6681                 "waterway/stream_intermittent": {
6682                     "name": "週期性水流",
6683                     "terms": "週期性水流"
6684                 },
6685                 "waterway/water_point": {
6686                     "name": "海洋飲用水",
6687                     "terms": "海洋飲用水"
6688                 },
6689                 "waterway/waterfall": {
6690                     "name": "瀑布",
6691                     "terms": "Waterfall,瀑布,跌水"
6692                 },
6693                 "waterway/weir": {
6694                     "name": "水壩",
6695                     "terms": "堰堤"
6696                 }
6697             }
6698         },
6699         "imagery": {
6700             "AGIV": {
6701                 "attribution": {
6702                     "text": "Orthophoto Flanders 最新 © AGIV"
6703                 },
6704                 "name": "AGIV Flanders 最新空照圖"
6705             },
6706             "AGIV10cm": {
6707                 "attribution": {
6708                     "text": "Orthophoto Flanders © AGIV"
6709                 },
6710                 "name": "AGIV Flanders 2013-2015 空照圖 10公分"
6711             },
6712             "AGIVFlandersGRB": {
6713                 "attribution": {
6714                     "text": "GRB Flanders © AGIV"
6715                 },
6716                 "name": "AGIV Flanders GRB"
6717             },
6718             "Bing": {
6719                 "description": "衛星與空照圖",
6720                 "name": "Bing 空照圖"
6721             },
6722             "DigitalGlobe-Premium": {
6723                 "attribution": {
6724                     "text": "使用條款與意見回饋"
6725                 },
6726                 "description": "DigitalGlobe-Premium 是以 DigitalGlobe 底圖鑲嵌 +Vivid,或是局部區域有興趣的影像,有 50 公分或更高解析度,以及更新更頻繁。 ",
6727                 "name": "DigitalGlobe Premium 空照圖"
6728             },
6729             "DigitalGlobe-Premium-vintage": {
6730                 "attribution": {
6731                     "text": "使用條款與意見回饋"
6732                 },
6733                 "description": "影像邊界與拍攝日期。標籤將會在縮放等級大於等於 13 時出現。",
6734                 "name": "DigitalGlobe Premium 空照圖年份"
6735             },
6736             "DigitalGlobe-Standard": {
6737                 "attribution": {
6738                     "text": "使用條款與意見回饋"
6739                 },
6740                 "description": "DigitalGlobe-Standard  累積全球陸地 86% 的影像,有影像的部分具有 30-60 公分解析度,部分用 Ladnsat 補充。平均的影像年齡是 2.31 年,有些地方一年更新兩次。",
6741                 "name": "DigitalGlobe Standard 空照圖"
6742             },
6743             "DigitalGlobe-Standard-vintage": {
6744                 "attribution": {
6745                     "text": "使用條款與意見回饋"
6746                 },
6747                 "description": "影像邊界與拍攝日期。標籤將會在縮放等級大於等於 13 時出現。",
6748                 "name": "DigitalGlobe Standard 空照圖年份"
6749             },
6750             "EsriWorldImagery": {
6751                 "attribution": {
6752                     "text": "使用條款與回饋"
6753                 },
6754                 "description": "Esri 世界衛星圖。",
6755                 "name": "Esri 世界衛星圖"
6756             },
6757             "EsriWorldImageryClarity": {
6758                 "attribution": {
6759                     "text": "使用條款與意見回饋"
6760                 },
6761                 "description": "Ersi 的封存衛星圖可能比預設的圖層更清晰且更精確。",
6762                 "name": "Esri 世界衛星圖(清晰版)Beta"
6763             },
6764             "MAPNIK": {
6765                 "attribution": {
6766                     "text": "© OpenStreetMap 貢獻者,CC-BY-SA"
6767                 },
6768                 "description": "預設的 OpenStreetMap 圖層",
6769                 "name": "OpenStreetMap(標準)"
6770             },
6771             "Mapbox": {
6772                 "attribution": {
6773                     "text": "使用條款與意見回饋"
6774                 },
6775                 "description": "衛星與空照圖",
6776                 "name": "Mapbox 衛星圖"
6777             },
6778             "OSM_Inspector-Addresses": {
6779                 "attribution": {
6780                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
6781                 },
6782                 "name": "OSM 檢查器:地址"
6783             },
6784             "OSM_Inspector-Geometry": {
6785                 "attribution": {
6786                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
6787                 },
6788                 "name": "OSM 檢查器:幾何"
6789             },
6790             "OSM_Inspector-Highways": {
6791                 "attribution": {
6792                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
6793                 },
6794                 "name": "OSM 檢查器:道路"
6795             },
6796             "OSM_Inspector-Multipolygon": {
6797                 "attribution": {
6798                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
6799                 },
6800                 "name": "OSM 檢查器:區域"
6801             },
6802             "OSM_Inspector-Places": {
6803                 "attribution": {
6804                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
6805                 },
6806                 "name": "OSM 檢查器:地區"
6807             },
6808             "OSM_Inspector-Routing": {
6809                 "attribution": {
6810                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
6811                 },
6812                 "name": "OSM 檢查器:路徑"
6813             },
6814             "OSM_Inspector-Tagging": {
6815                 "attribution": {
6816                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
6817                 },
6818                 "name": "OSM 檢查器:標籤"
6819             },
6820             "SPW_ORTHO_LAST": {
6821                 "name": "SPW(allonie) 最新空照圖"
6822             },
6823             "SPW_PICC": {
6824                 "name": "SPW(allonie) PICC 數值圖"
6825             },
6826             "US-TIGER-Roads-2012": {
6827                 "name": "TIGER 道路 2012"
6828             },
6829             "US-TIGER-Roads-2014": {
6830                 "description": "在縮放等級 16 以上的資料是從美國人口普查局的公眾領域圖資取得的。較低縮放等級的則僅有自2006年開放街圖刪除部份不合授權條款的資料後併入開放街圖的資料",
6831                 "name": "TIGER 道路 2014"
6832             },
6833             "US-TIGER-Roads-2017": {
6834                 "description": "黃 = 自美國人口普查局的公共領域地圖資料取得。紅 = 在開放街圖上找不到資料",
6835                 "name": "TIGER 道路 2017"
6836             },
6837             "US_Forest_Service_roads_overlay": {
6838                 "description": "道路:綠色外框 = 非分類道路。棕色外框 = 土路。路面:碎石路 = 亮棕色實心填滿,柏油 = 黑色,有舖面 = 灰色,地面 = 白色,水泥 = 藍色,草地 = 綠色。季節性 = 白色條紋",
6839                 "name": "美國森林道路覆蓋層"
6840             },
6841             "UrbISOrtho2016": {
6842                 "attribution": {
6843                     "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
6844                 },
6845                 "name": "UrbIS-Ortho 2016"
6846             },
6847             "UrbISOrtho2017": {
6848                 "attribution": {
6849                     "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
6850                 },
6851                 "name": "UrbIS-Ortho 2017"
6852             },
6853             "UrbisAdmFR": {
6854                 "attribution": {
6855                     "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
6856                 },
6857                 "name": "UrbisAdm FR"
6858             },
6859             "UrbisAdmNL": {
6860                 "attribution": {
6861                     "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
6862                 },
6863                 "name": "UrbisAdm NL"
6864             },
6865             "Waymarked_Trails-Cycling": {
6866                 "attribution": {
6867                     "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
6868                 },
6869                 "name": "小徑標示:自行車"
6870             },
6871             "Waymarked_Trails-Hiking": {
6872                 "attribution": {
6873                     "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
6874                 },
6875                 "name": "小徑標示:健行"
6876             },
6877             "Waymarked_Trails-MTB": {
6878                 "attribution": {
6879                     "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
6880                 },
6881                 "name": "小徑標示:MTB"
6882             },
6883             "Waymarked_Trails-Skating": {
6884                 "attribution": {
6885                     "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
6886                 },
6887                 "name": "小徑標示:溜冰"
6888             },
6889             "Waymarked_Trails-Winter_Sports": {
6890                 "attribution": {
6891                     "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
6892                 },
6893                 "name": "小徑標示:冬季運動"
6894             },
6895             "basemap.at": {
6896                 "attribution": {
6897                     "text": "basemap.at"
6898                 },
6899                 "description": "奧地利的底圖,基於政府資料。",
6900                 "name": "basemap.at"
6901             },
6902             "basemap.at-orthofoto": {
6903                 "attribution": {
6904                     "text": "basemap.at"
6905                 },
6906                 "description": "由 basemap.at 提供的 Orthofoto 圖層。geoimage.at 圖的「繼承者」。",
6907                 "name": "basemap.at Orthofoto"
6908             },
6909             "hike_n_bike": {
6910                 "attribution": {
6911                     "text": "© OpenStreetMap 貢獻者"
6912                 },
6913                 "name": "健行與自行車"
6914             },
6915             "kelkkareitit": {
6916                 "attribution": {
6917                     "text": "© Kelkkareitit.fi"
6918                 },
6919                 "description": "來自 OSM 的 Kelkkareitit.fi 雪車賽道(包含北歐)",
6920                 "name": "北歐雪車覆蓋層"
6921             },
6922             "lantmateriet-orto1960": {
6923                 "attribution": {
6924                     "text": "© Lantmäteriet, CC0"
6925                 },
6926                 "description": "瑞典自1955-1965的正射影像馬賽克。可能會同時出現較舊與較新的照片。",
6927                 "name": "Lantmäteriet 歷史正射影像 1960"
6928             },
6929             "lantmateriet-orto1975": {
6930                 "attribution": {
6931                     "text": "© Lantmäteriet, CC0"
6932                 },
6933                 "description": "瑞典自1970-1980的正射影像馬賽克。正在建構中。",
6934                 "name": "Lantmäteriet 歷史正射影像 1975"
6935             },
6936             "mapbox_locator_overlay": {
6937                 "attribution": {
6938                     "text": "使用條款與意見回饋"
6939                 },
6940                 "description": "顯示主要的圖徽以協助您定位。",
6941                 "name": "定位器覆蓋層"
6942             },
6943             "openpt_map": {
6944                 "attribution": {
6945                     "text": "© OpenStreetMap 貢獻者,CC-BY-SA"
6946                 },
6947                 "name": "OpenPT 地圖(覆蓋層)"
6948             },
6949             "osm-gps": {
6950                 "attribution": {
6951                     "text": "© OpenStreetMap 貢獻者"
6952                 },
6953                 "description": "上傳至開放街圖的公開 GPS 軌跡。",
6954                 "name": "OpenStreetMap GPS 軌跡"
6955             },
6956             "osm-mapnik-black_and_white": {
6957                 "attribution": {
6958                     "text": "© OpenStreetMap 貢獻者,CC-BY-SA"
6959                 },
6960                 "name": "OpenStreetMap(標準黑與白)"
6961             },
6962             "osm-mapnik-german_style": {
6963                 "attribution": {
6964                     "text": "© OpenStreetMap 貢獻者,CC-BY-SA"
6965                 },
6966                 "name": "OpenStreetMap(德國樣式)"
6967             },
6968             "osmse-ekonomiska": {
6969                 "attribution": {
6970                     "text": "© Lantmäteriet"
6971                 },
6972                 "description": "掃描「經濟地圖」1950-1980",
6973                 "name": "Lantmäteriet 經濟地圖 1950-1980"
6974             },
6975             "qa_no_address": {
6976                 "attribution": {
6977                     "text": "Simon Poole,資料 ©OpenStreetMap 貢獻者"
6978                 },
6979                 "name": "QA 無地址"
6980             },
6981             "skobbler": {
6982                 "attribution": {
6983                     "text": "© 圖磚:skobbler 圖資:OpenStreetMap 貢獻者"
6984                 },
6985                 "name": "skobbler"
6986             },
6987             "skoterleder": {
6988                 "attribution": {
6989                     "text": "© Skoterleder.org"
6990                 },
6991                 "description": "Snowmobile 路徑",
6992                 "name": "Snowmobile 地圖瑞典"
6993             },
6994             "stamen-terrain-background": {
6995                 "attribution": {
6996                     "text": "Stamen Design 的圖磚,以 CC BY 3.0 授權。資料自 OpenStreetMap 處取得,以 ODbL 授權"
6997                 },
6998                 "name": "Stamen Terrain"
6999             },
7000             "tf-cycle": {
7001                 "attribution": {
7002                     "text": "地圖 © Thunderforest,資料 © OpenStreetMap 貢獻者"
7003                 },
7004                 "name": "Thunderforest OpenCycleMap"
7005             },
7006             "tf-landscape": {
7007                 "attribution": {
7008                     "text": "地圖 © Thunderforest,資料 © OpenStreetMap 貢獻者"
7009                 },
7010                 "name": "Thunderforest Landscape"
7011             },
7012             "trafikverket-baninfo": {
7013                 "attribution": {
7014                     "text": "© Trafikverket, CC0"
7015                 },
7016                 "description": "瑞典鐵路網,包含支線",
7017                 "name": "Trafikverket 鐵路網"
7018             },
7019             "trafikverket-baninfo-option": {
7020                 "attribution": {
7021                     "text": "© Trafikverket, CC0"
7022                 },
7023                 "description": "瑞典鐵路網,包含多個選項的圖層",
7024                 "name": "Trafikverket 鐵路網選項"
7025             },
7026             "trafikverket-vagnat": {
7027                 "attribution": {
7028                     "text": "© Trafikverket, CC0"
7029                 },
7030                 "description": "瑞典 NVDB 路網",
7031                 "name": "Trafikverket 路網"
7032             },
7033             "trafikverket-vagnat-extra": {
7034                 "attribution": {
7035                     "text": "© Trafikverket, CC0"
7036                 },
7037                 "description": "瑞典 NVDB 的額外細節:公路編號、交通寧靜區、休息區、公車站牌、橋、隧道、測速照相機",
7038                 "name": "Trafikverket 路網額外資訊"
7039             },
7040             "trafikverket-vagnat-navn": {
7041                 "attribution": {
7042                     "text": "© Trafikverket, CC0"
7043                 },
7044                 "description": "Swedish NVDB 街道名稱",
7045                 "name": "Trafikverket 街道名稱"
7046             },
7047             "trafikverket-vagnat-option": {
7048                 "attribution": {
7049                     "text": "© Trafikverket, CC0"
7050                 },
7051                 "description": "Swedish NVDB 有多個選項的路網圖層",
7052                 "name": "Trafikverket 路網選項"
7053             }
7054         },
7055         "community": {
7056             "bw-facebook": {
7057                 "name": "在 Facebook 上的 Mapping Botswana",
7058                 "description": "OpenStreetMap in Botswana 專頁"
7059             },
7060             "bw-twitter": {
7061                 "name": "在 Twitter 上的 Mapping Botswana",
7062                 "description": "OpenStreetMap in Botswana 的 Twitter"
7063             },
7064             "cape-coast-youthmappers": {
7065                 "name": "University of Cape Coast YouthMappers",
7066                 "description": "追隨我們的 Twitter: {url} ",
7067                 "extendedDescription": "這是迦納 University of Cape Coast Youth Mappers 分會的官方頻道,我們愛地圖、開放資料和幫助別人。"
7068             },
7069             "osm-gh-facebook": {
7070                 "name": "開放街圖迦納 Facebook",
7071                 "description": "迦納對開放街圖有興趣的人參與的 Facebook 社團。",
7072                 "extendedDescription": " 迦納社群中的圖客,推廣迦納開放街圖和人道救援開放街圖計畫。加入我們吧!"
7073             },
7074             "osm-gh-twitter": {
7075                 "name": "開放街圖迦納 Twitter",
7076                 "description": "追隨我們的 Twitter: {url} "
7077             },
7078             "talk-gh": {
7079                 "name": "Talk-gh 郵件論壇",
7080                 "description": "Talk-gh 是迦納社群的官方郵件論壇 "
7081             },
7082             "osm-mg-facebook": {
7083                 "name": "開放街圖馬達加斯加 Facebook 社團",
7084                 "description": "馬達加斯加對開放街圖有興趣的人參與的 Facebook 社團。"
7085             },
7086             "talk-mg": {
7087                 "name": "Talk-m 郵件論壇",
7088                 "description": "馬達加斯加開放街圖貢獻者、社群和使用者分享和討論的園地"
7089             },
7090             "OSM-BGD-facebook": {
7091                 "name": "開放街圖孟加拉",
7092                 "description": "改進孟加拉的開放街圖",
7093                 "extendedDescription": "在孟加拉畫地圖嗎?想要問問題,想要與社群連結?請加入 {url},所有人都歡迎噢! "
7094             },
7095             "OSM-India-facebook": {
7096                 "name": "開放街圖印度 - 參與社區畫圖",
7097                 "description": "改善印度的 OpenStreetMap",
7098                 "extendedDescription": "在印度畫地圖嗎?想要問問題,想要與社群連結?請加入 {Url},所有人都歡迎噢!",
7099                 "events": {
7100                     "sotmasia2018": {
7101                         "name": "State of the Map Asia 2018",
7102                         "description": "加入 2018 開放街圖在印度的亞洲地區性的大會活動",
7103                         "where": "印度班加羅爾,印度管理學院"
7104                     }
7105                 }
7106             },
7107             "OSM-india-mailinglist": {
7108                 "name": "開放街圖印度郵件論壇",
7109                 "description": "Talk-in 是印度社群的官方郵件論壇"
7110             },
7111             "OSM-india-twitter": {
7112                 "name": "開放街圖印度 Twitter",
7113                 "description": "我們只是喜歡 tweet:{url}"
7114             },
7115             "OSM-India-Puducherry-Facebook": {
7116                 "name": "Free Software Hardware Movement - Facebook",
7117                 "description": "FSHM Facebook 粉絲頁讓你知道社群活動",
7118                 "extendedDescription": "FSHM 組織跟自由軟體/硬體、科技、倡議和開放街圖的活動。FSHM Facebook 粉絲頁是最好跟他們活動保持聯繫的方式。"
7119             },
7120             "OSM-India-Puducherry-Matrix": {
7121                 "name": "自由軟體硬體運動 - Matrix",
7122                 "description": "FSHM Riot 小組討論、分享和更新本地治里一帶畫地圖活動",
7123                 "extendedDescription": "FSHM 社群成員經由 Riot.im 群組分享他們的開放街圖畫地圖狀況 / 經驗,社群也會討論與自由軟體 / 硬體、科技和行動主義。"
7124             },
7125             "OSM-IDN-facebook": {
7126                 "name": "開放街圖印尼",
7127                 "description": "改進印尼的開放街圖",
7128                 "extendedDescription": "在印尼畫地圖嗎?有問題,想要與社群互動?來 {Url} 加入我們,歡迎所有人。"
7129             },
7130             "OSM-japan-facebook": {
7131                 "name": "開放街圖日本社群",
7132                 "description": "日本圖客和開放街圖使用者"
7133             },
7134             "OSM-japan-mailinglist": {
7135                 "name": "開放街圖日本郵件論壇",
7136                 "description": "Talk-ja 是日本社群官方的郵件論壇"
7137             },
7138             "OSM-japan-twitter": {
7139                 "name": "開放街圖日本 Twitter",
7140                 "description": "Twitter 的標籤:{url}"
7141             },
7142             "OSM-japan-website": {
7143                 "name": "開放街圖日本",
7144                 "description": "日本圖客和開放街圖使用者"
7145             },
7146             "OSM-korea-telegram": {
7147                 "name": "開放街圖南韓 Telegram 頻道",
7148                 "description": "南韓開放街圖貢獻者、社群和使用者分享和討論的非官方頻道。"
7149             },
7150             "OSM-MY-facebook": {
7151                 "name": "開放街圖馬來西亞 Facebook",
7152                 "description": "討論任何跟開放街圖相關的事物!"
7153             },
7154             "OSM-MY-forum": {
7155                 "name": "開放街圖馬來西亞論壇",
7156                 "description": "官方開放街圖馬來西亞論壇"
7157             },
7158             "OSM-MY-matrix": {
7159                 "name": "OpenStreetMap 馬來西亞 Riot channel",
7160                 "description": "歡迎所有圖客!在 {signupUrl} 註冊"
7161             },
7162             "OSM-MNG-facebook": {
7163                 "name": "開放街圖蒙古",
7164                 "description": "改進蒙古的開放街圖",
7165                 "extendedDescription": "在蒙古畫地圖嗎?有問題,想要與社群互動?來 {Url} 加入我們,歡迎所有人。"
7166             },
7167             "OSM-MMR-facebook": {
7168                 "name": "開放街圖緬甸",
7169                 "description": "改進緬甸的開放街圖",
7170                 "extendedDescription": "在緬甸畫地圖嗎?有問題,想要與社群互動?來  {Url} 加入我們,歡迎所有人。"
7171             },
7172             "OSM-Nepal-facebook": {
7173                 "name": "開放街圖尼泊爾",
7174                 "description": "改進尼泊爾的開放街圖",
7175                 "extendedDescription": "在尼泊爾畫地圖嗎?有問題,想要與社群互動?來 {Url} 加入我們,歡迎所有人。"
7176             },
7177             "OSM-PH-facebook": {
7178                 "name": "開放街圖菲律賓 Facebook",
7179                 "description": "歡迎來到開放街圖菲律賓,我們歡迎所有菲律賓人貢獻一己之力到開放街圖計畫。"
7180             },
7181             "OSM-PH-mailinglist": {
7182                 "name": "Talk-ph 郵件論壇",
7183                 "description": "討論開放街圖在菲律賓事物的郵件論壇"
7184             },
7185             "OSM-PH-slack": {
7186                 "name": "開放街圖 PH Slack",
7187                 "description": "歡迎所有人加入!在 {signupUrl} 註冊"
7188             },
7189             "OSM-PH-telegram": {
7190                 "name": "開放街圖 PH Telegram",
7191                 "description": "非官方的菲律賓貢獻者和友好者的 Telegram 群組。"
7192             },
7193             "OSM-RU-forum": {
7194                 "name": "開放街圖俄羅斯論壇",
7195                 "description": "開放街圖俄羅斯網頁論壇"
7196             },
7197             "OSM-RU-telegram": {
7198                 "name": "開放街圖 RU Telegram",
7199                 "description": "開放街圖俄羅斯 Telegram 聊天群組"
7200             },
7201             "OSM-LKA-facebook": {
7202                 "name": "開放街圖斯里蘭卡",
7203                 "description": "改進斯里蘭卡的開放街圖",
7204                 "extendedDescription": "在斯里蘭卡畫地圖嗎?有問題,想要與社群互動?來  {Url} 加入我們,歡迎所有人。"
7205             },
7206             "OSM-TW-facebook": {
7207                 "name": "開放街圖台灣社群",
7208                 "description": "台灣社群專門討論有關台灣圖資的臉書社團"
7209             },
7210             "OSM-TW-mailinglist": {
7211                 "name": "開放街圖台灣郵件論壇",
7212                 "description": "Talk-tw 是台灣社群專門討論有關台灣圖資的官方郵件論壇"
7213             },
7214             "OSM-TH-CNX-meetup": {
7215                 "name": "OSM 清邁聚會",
7216                 "description": "開放街圖清邁社群不定期聚會",
7217                 "extendedDescription": "清邁開放街圖社群每隔幾個月的時候的聚會,歡迎接洽以及找尋 {url} 下次聚會時間"
7218             },
7219             "OSM-TH-facebook": {
7220                 "name": "開放街圖泰國 Facebook ",
7221                 "description": "泰國開放街圖的 Facebook 社團。"
7222             },
7223             "OSM-TH-forum": {
7224                 "name": "開放街圖泰國論壇",
7225                 "description": "開放街圖泰國網頁論壇 "
7226             },
7227             "al-forum": {
7228                 "name": "開放街圖阿爾巴尼亞論壇",
7229                 "description": "開放街圖阿爾巴尼亞論壇"
7230             },
7231             "al-maptime-tirana": {
7232                 "name": "Maptime Tirana",
7233                 "description": "與畫地圖相關的社交活動-尤其歡迎新手!",
7234                 "extendedDescription": "Maptime 是開放給所有等級和知識程度的學習環境,提供給初學者的國際教育支援。Maptime 同時具有彈性和架構的環境,創造畫地圖的教學、工作坊,分享共同目標的進行中計畫,以及獨立/協同的工作時間。"
7235             },
7236             "al-telegram": {
7237                 "name": "開放街圖阿爾巴尼亞 Telegram 頻道 ",
7238                 "description": "開放街圖阿爾巴尼亞 Telegram 頻道 "
7239             },
7240             "at-forum": {
7241                 "name": "開放街圖奧地利論壇",
7242                 "description": "開放街圖在奧地利問答的官方論壇"
7243             },
7244             "at-mailinglist": {
7245                 "name": "Talk-at 郵件論壇",
7246                 "description": "Talk-at 是奧地利社群的官方郵件論壇 "
7247             },
7248             "at-twitter": {
7249                 "name": "開放街圖奧地利 Twitter",
7250                 "description": "開放街圖奧地利 Twitter:{url}"
7251             },
7252             "osmgraz-meetup": {
7253                 "name": "OSM community meetup Graz",
7254                 "description": "開放街圖格拉茨社群的每月聚會"
7255             },
7256             "osmgraz-twitter": {
7257                 "name": "OSM community Graz Twitter",
7258                 "description": "開放街圖格拉茨社群的 Twitter"
7259             },
7260             "osm-at": {
7261                 "name": "開放街圖奧地利",
7262                 "description": "開放街圖在奧地利交流資訊的平台"
7263             },
7264             "byosm": {
7265                 "name": "開放街圖白羅斯",
7266                 "description": "開放街圖白羅斯 Telegram 聊天室"
7267             },
7268             "be-facebook": {
7269                 "name": "開放街圖比利時社群",
7270                 "description": "比利時圖客和開放街圖 Facebook"
7271             },
7272             "be-forum": {
7273                 "name": "開放街圖比利時論壇",
7274                 "description": "開放街圖比利時網頁論壇"
7275             },
7276             "be-irc": {
7277                 "name": "開放街圖奧地利 IRC",
7278                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osmbe",
7279                 "extendedDescription": "運用 Matrix chat channel,在 irc.oftc.net (port 6667) 上面加入 #osmbe"
7280             },
7281             "be-mailinglist": {
7282                 "name": "Talk-be 郵件論壇",
7283                 "description": "Talk-be 是比利時社群的官方郵件論壇 "
7284             },
7285             "be-maptime": {
7286                 "name": "Maptime Belgium",
7287                 "description": "圍繞畫地圖的社交活動 - 尤其歡迎新手!",
7288                 "extendedDescription": "Maptime 是開放給所有等級和知識程度的學習環境,提供給初學者的國際教育支援。Maptime 同時具有彈性和架構的環境,創造畫地圖的教學、工作坊,分享共同目標的進行中計畫,以及獨立/協同的工作時間。"
7289             },
7290             "be-matrix": {
7291                 "name": "OpenStreetMap BE Matrix channel",
7292                 "description": "歡迎所有圖客!",
7293                 "extendedDescription": "大部分討論都在 \"OpenStreetMap Belgium\"  頻道。你可以在這裡問任何問題!其他頻道則會針對特定主題。"
7294             },
7295             "be-meetup": {
7296                 "name": "開放街圖比利時聚會",
7297                 "description": "實體聚會中見到每一位對開放街圖有興趣的人",
7298                 "extendedDescription": "實體的聚會是與其他圖客碰面的好機會,能夠論論問題,學到很多事情,特別是歡迎新的貢獻者。"
7299             },
7300             "be-twitter": {
7301                 "name": "開放街圖比利時 Twitter",
7302                 "description": "開放街圖比利時 Twitter:@osm_be"
7303             },
7304             "hr-facebook": {
7305                 "name": "開放街圖克羅埃西亞 Facebook 社團",
7306                 "description": "開放街圖克羅埃西亞 Facebook 社團"
7307             },
7308             "hr-irc": {
7309                 "name": "開放街圖克羅埃西亞 IRC",
7310                 "description": "在 irc.freenode.org (port 6667) 上面加入 #osm-ㄐ"
7311             },
7312             "hr-mailinglist": {
7313                 "name": "Talk-hr 郵件論壇",
7314                 "description": "Talk-hr 郵件論壇"
7315             },
7316             "czech-community": {
7317                 "name": "捷克開放街圖社群",
7318                 "description": "捷克開放街圖成員的地圖入口以及聯繫地方"
7319             },
7320             "osmcz-facebook": {
7321                 "name": "開放街圖捷克在 Facebook",
7322                 "description": "追蹤捷克開放街圖 Facebook -  包括翻譯 WeeklyOSM!"
7323             },
7324             "osmcz-twitter": {
7325                 "name": "捷克 Twitter @osmcz",
7326                 "description": "追蹤捷克開放街圖 Twitter -  包括翻譯 WeeklyOSM!"
7327             },
7328             "talk-cz-mailinglist": {
7329                 "name": "捷克郵件論壇 (Talk-cz ) ",
7330                 "description": "Talk-cz 是捷克社群的官方郵件論壇 "
7331             },
7332             "dk-forum": {
7333                 "name": "開放街圖丹麥網頁論壇",
7334                 "description": "開放街圖丹麥的網頁論壇"
7335             },
7336             "dk-irc": {
7337                 "name": "OpenStreetMap Denmark IRC",
7338                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-dk"
7339             },
7340             "dk-mailinglist": {
7341                 "name": "Talk-dk 郵件論壇",
7342                 "description": "討論開放街圖在丹麥事物的郵件論壇"
7343             },
7344             "fi-forum": {
7345                 "name": "開放街圖芬蘭論壇",
7346                 "description": "開放街圖芬蘭網路論壇"
7347             },
7348             "fi-irc": {
7349                 "name": "開放街圖芬蘭 IRC",
7350                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-fl"
7351             },
7352             "fi-mailinglist": {
7353                 "name": "Talk-fl 郵件論壇",
7354                 "description": "Talk-fl 是芬蘭社群的官方郵件論壇 "
7355             },
7356             "fr-facebook": {
7357                 "name": "開放街圖法國 Facebook 頁面",
7358                 "description": "開放街圖法國 Facebook 頁面"
7359             },
7360             "fr-forum": {
7361                 "name": "開放街圖法國網頁論壇",
7362                 "description": "開放街圖法國網頁論壇"
7363             },
7364             "fr-irc": {
7365                 "name": "開放街圖法國 IRC",
7366                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-fr"
7367             },
7368             "fr-mailinglist": {
7369                 "name": "Talk-fr 郵件論壇",
7370                 "description": "Talk-fr 郵件論壇"
7371             },
7372             "fr-twitter": {
7373                 "name": "開放街圖法國 Twitter",
7374                 "description": "開放街圖法國 Twitter:{url}"
7375             },
7376             "de-berlin-mailinglist": {
7377                 "name": "柏林郵件論壇",
7378                 "description": "這是柏林開放街圖社群的郵件論壇"
7379             },
7380             "de-berlin-meetup": {
7381                 "name": "OpenStreetMap Berlin-Brandenburg Meetup",
7382                 "description": "柏林和布蘭登堡一帶的圖客與開放街圖使用者"
7383             },
7384             "de-berlin-telegram": {
7385                 "name": "Telegram 上的 @osmberlin",
7386                 "description": "開放街圖柏林 Telegram 聊天室"
7387             },
7388             "de-berlin-twitter": {
7389                 "name": "開放街圖柏林 Twitter",
7390                 "description": "追隨我們的 Twitter: {url}"
7391             },
7392             "de-forum": {
7393                 "name": "OpenStreetMap DE forum",
7394                 "description": "開放街圖德國網頁論壇"
7395             },
7396             "de-irc": {
7397                 "name": "OpenStreetMap Germany IRC",
7398                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-de"
7399             },
7400             "de-mailinglist": {
7401                 "name": "Talk-de 郵件論壇",
7402                 "description": "Talk-de 是德國開放街圖社群的郵件論壇 "
7403             },
7404             "de-ostwestfalen-lippe-mailinglist": {
7405                 "name": "OWL 郵件論壇",
7406                 "description": "這是東威斯特法倫 - 利普開放街圖社群的郵件論壇"
7407             },
7408             "de-telegram": {
7409                 "name": "開放街圖德國 Telegram",
7410                 "description": "加入開放街圖德國 Telegram 超級聊天室 {url}"
7411             },
7412             "osm-de": {
7413                 "name": "開放街圖德國",
7414                 "description": "開放街圖在德國交流資訊的平台"
7415             },
7416             "hu-facebook": {
7417                 "name": "開放街圖匈牙利在 Facebook",
7418                 "description": "匈牙利的圖客和開放街圖 Facebook 頁面"
7419             },
7420             "hu-forum": {
7421                 "name": "開放街圖匈牙利論壇",
7422                 "description": "開放街圖匈牙利網頁論壇"
7423             },
7424             "hu-meetup": {
7425                 "name": "開放街圖匈牙利 Meetup",
7426                 "description": "匈牙利舉行聚會的平台"
7427             },
7428             "is-facebook": {
7429                 "name": "在 Facebook 上的 OSM Iceland",
7430                 "description": "OpenStreetMap in Iceland 專頁"
7431             },
7432             "is-mailinglist": {
7433                 "name": "Talk-is 郵件清單",
7434                 "description": "Talk-is 是冰島 OSM 社群的官方郵件清單"
7435             },
7436             "is-twitter": {
7437                 "name": "在 Twittter 上的 OSM Iceland",
7438                 "description": "OpenStreetMap in Iceland 的 Twitter"
7439             },
7440             "it-facebook": {
7441                 "name": "開放街圖義大利 Facebook",
7442                 "description": "加入開放街圖義大利社群 Facebook"
7443             },
7444             "it-irc": {
7445                 "name": "開放街圖義大利 IRC",
7446                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-it"
7447             },
7448             "it-mailinglist": {
7449                 "name": "Talk-it 郵件論壇",
7450                 "description": "Talk-at 是義大利社群的官方郵件論壇 "
7451             },
7452             "it-telegram": {
7453                 "name": "開放街圖義大利在 Telegram",
7454                 "description": "開放街圖義大利 Telegram 聊天室"
7455             },
7456             "it-twitter": {
7457                 "name": "開放街圖義大利 Twitter",
7458                 "description": "在 {url} 上追隨我們的 Twitter"
7459             },
7460             "OSM-Rome-meetup": {
7461                 "name": "Incontro Mappatori Romani",
7462                 "description": "改善羅馬區域的 OpenStreetMap",
7463                 "extendedDescription": "我們是一群熱情討論和分享自由地理資料集知識的人,特別是開放街圖的資料,以及管理、編輯和顯示地理資料的開放地理空間軟體,以及在拉吉歐推廣的團體。"
7464             },
7465             "South-Tyrol-Mailing-List": {
7466                 "name": "開放街圖波爾察諾的郵件論壇",
7467                 "description": "開放街圖義大利波爾察諾地區的郵件論壇"
7468             },
7469             "talk-it-lazio": {
7470                 "name": "開放街圖義大利拉吉歐",
7471                 "description": "歡迎所有人加入!在 {signupUrl} 註冊",
7472                 "extendedDescription": "羅馬和拉吉歐區域的郵件論壇"
7473             },
7474             "Trentino-Mailing-List": {
7475                 "name": "開放街圖特倫托的郵件論壇",
7476                 "description": "開放街圖義大利特倫托地區的郵件論壇"
7477             },
7478             "no-forum": {
7479                 "name": "開放街圖挪威網頁論壇",
7480                 "description": "開放街圖挪威的網頁論壇"
7481             },
7482             "no-irc": {
7483                 "name": "開放街圖挪威 IRC",
7484                 "description": "在挪威的圖客與 OpenStreetMap 使用者、開發者與愛好者"
7485             },
7486             "no-mailinglist": {
7487                 "name": "開放街圖挪威郵件論壇",
7488                 "description": "在挪威的圖客與 OpenStreetMap 使用者、開發者與愛好者的郵件論壇"
7489             },
7490             "OSM-PL-facebook-group": {
7491                 "name": "開放街圖波蘭 Facebook 社團",
7492                 "description": "波蘭的開放街圖圖客和使用者社團"
7493             },
7494             "OSM-PL-forum": {
7495                 "name": "開放街圖波蘭論壇",
7496                 "description": "開放街圖波蘭社群的論壇"
7497             },
7498             "si-forum": {
7499                 "name": "開放街圖斯洛維尼亞論壇",
7500                 "description": "開放街圖斯洛維尼亞社群的論壇"
7501             },
7502             "si-mailinglist": {
7503                 "name": "開放街圖斯洛維尼亞郵件論壇",
7504                 "description": "開放街圖在斯洛維尼亞的郵件論壇"
7505             },
7506             "OSM-ES-mailinglist": {
7507                 "name": "Talk-es 郵件論壇",
7508                 "description": "討論開放街圖在西班牙事物的郵件論壇"
7509             },
7510             "OSM-ES-telegram": {
7511                 "name": "Telegram 上的 @OSMes",
7512                 "description": "開放街圖西班牙 Telegram 聊天室"
7513             },
7514             "osm-se": {
7515                 "name": "OpenStreetMap.se",
7516                 "description": "提供瑞典在地社群 OSM 服務和資訊"
7517             },
7518             "se-facebook": {
7519                 "name": "開放街圖瑞典 Facebook",
7520                 "description": "開放街圖瑞典的 Facebook"
7521             },
7522             "se-forum": {
7523                 "name": "開放街圖瑞典網頁論壇",
7524                 "description": "開放街圖瑞典的網頁論壇"
7525             },
7526             "se-irc": {
7527                 "name": "開放街圖瑞典 IRC",
7528                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm.se"
7529             },
7530             "se-mailinglist": {
7531                 "name": "Talk-se 郵件論壇",
7532                 "description": "討論開放街圖在瑞典事物的郵件論壇"
7533             },
7534             "se-twitter": {
7535                 "name": "開放街圖瑞典 Twitter",
7536                 "description": "追隨我們的 Twitter: {url} "
7537             },
7538             "Nottingham-OSM-pub-meetup": {
7539                 "name": "East Midlands (諾丁漢) 酒吧每月聚會",
7540                 "description": "East Midlands 圖客和使用者的社交聚會",
7541                 "extendedDescription": "一開始 2011 年 3 月時有一群人在諾丁罕開始聚會,後來則大多在德比,以及不時在東密德蘭的其他地方。大多是社交性質的聚會,但也是相當好詢問有關地方 OSM 或是一般性質問題。在夏季時我們通常會趁有日光時在聚會場地附近出外畫地圖,這群人有個特別興趣,就是繪製公共空間,不時會為了畫地圖而聚會。"
7542             },
7543             "gb-mailinglist": {
7544                 "name": "Talk-gb 郵件論壇",
7545                 "description": "Talk-gb 是大英國協 (包括北愛爾蘭) 社群的官方郵件論壇 "
7546             },
7547             "mappa-mercia-group": {
7548                 "name": "Mappa Mercia 地方社群",
7549                 "description": "英格蘭中部區一帶開放街圖熱情參與者的園地",
7550                 "extendedDescription": "Mappa Mercia 計畫宗旨是幫忙英國英格蘭中部區開放街圖的成長,我們運行社群活動,提供訓練和支援當地組織,最終希望能夠開放他們的資料。"
7551             },
7552             "gb-irc": {
7553                 "name": "開放街圖聯合王國 IRC",
7554                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-gb",
7555                 "extendedDescription": "在 irc.oftc.net (port 6667) 加入 #osm-gb,如果你問了問題,請耐心等候數分鐘等待回應"
7556             },
7557             "OSM-CA-Slack": {
7558                 "name": "OSM-CA Slack",
7559                 "description": "歡迎所有人加入!在 {signupUrl} 註冊。"
7560             },
7561             "OSM-Vancouver-meetup": {
7562                 "name": "開放街圖溫哥華",
7563                 "description": "英屬哥倫比亞溫哥華一帶的圖客與開放街圖使用者"
7564             },
7565             "OSM-CU-telegram": {
7566                 "name": "OSM 古巴在 Telegram",
7567                 "description": "開放街圖古巴 Telegram 聊天室"
7568             },
7569             "OSM-NI-telegram": {
7570                 "name": "OSM 尼加拉瓜在 Telegram",
7571                 "description": "開放街圖尼加拉瓜 Telegram 聊天室"
7572             },
7573             "Bay-Area-OpenStreetMappers": {
7574                 "name": "灣區的 OpenStreetMap 圖客",
7575                 "description": "改善在灣區的 OpenStreetMap",
7576                 "extendedDescription": "這個群組是為了讓灣區的 OpenStreetMap 社群成長茁壯而設立。我們的活動開放給所有人參與,開放原始碼支持者、自行車騎士、地理資訊系統 (GIS) 專家、地理藏寶者都可以。只要對地圖、地圖製作與自由地圖資料有興趣的人都歡迎加入我們的群組,以及參與我們的活動。"
7577             },
7578             "Central-Pennsylvania-OSM": {
7579                 "name": "賓州中部 OSM",
7580                 "description": "位於賓州州立大學的線上製圖社群"
7581             },
7582             "Code-for-San-Jose-Slack": {
7583                 "name": "Code for San Jose Slack",
7584                 "description": "歡迎所有人加入!在 {signupUrl} 註冊,並加入 #osm 頻道。"
7585             },
7586             "Dallas-Fort-Worth-OSM": {
7587                 "name": "達拉斯—沃斯堡 OSM",
7588                 "description": "達拉斯—沃斯堡的 OpenStreetMap 使用者群組",
7589                 "extendedDescription": "達拉斯、沃斯堡與其間的所有城市都充滿了極具創造力且技術精湛的人才。這個使用者群組的願景是找出新的方法來使用 OSM 上的驚人資源。"
7590             },
7591             "GeoPhilly": {
7592                 "name": "GeoPhilly",
7593                 "description": "費城地區的地圖愛好者聚會",
7594                 "extendedDescription": "GeoPhilly 將開發者、地理學家、資料極客、開放原始碼愛好者、公民駭客與地圖愛好者聯合起來,並將我們對地圖的熱愛與他們的故事連結起來。如果你在工作中會用到地圖,或僅僅只是想要了解更多,這就是為你而辦的聚會!我們的活動旨在開放、友好、教育與社交,從歡樂時光到閃電講,甚至是工作坊都有。跟我們一起在費城建立一個多元化且激勵人心的地理空間社群!"
7595             },
7596             "MapMinnesota": {
7597                 "name": "MapMinnesota",
7598                 "description": "在雙城區一帶的圖客與開放街圖使用者",
7599                 "extendedDescription": "接觸明尼蘇達和雙城區一帶開放街圖熱情參與者!"
7600             },
7601             "Mapping-DC-meetup": {
7602                 "name": "Mapping DC",
7603                 "description": "改善華府區域的 OpenStreetMap",
7604                 "extendedDescription": "我們是一群致力於改善華府區域的 OpenStreetMap 的群組。我們也努力教導其他人關於 OSM 的生態系、資料分析、製圖與 GIS。我們每隔一個月聚會一次,每次僅聚焦在我們的城市中的一個地區。"
7605             },
7606             "Maptime-ME-meetup": {
7607                 "name": "MaptimeME",
7608                 "description": "緬因州波特蘭區域的圖客與 OpenStreetMap 使用者",
7609                 "extendedDescription": "以字面來說,Maptime 是畫地圖的時間,我們的宗旨是開創一扇讓任何能製作地圖的時間和空問,大家共同學習,探索和運用製作地圖工具和技術製作地圖。"
7610             },
7611             "us-ma-mailinglist": {
7612                 "name": "Talk-us 麻塞諸塞州郵件論壇",
7613                 "description": "麻塞諸塞州 OSM 社群 email 郵件論壇"
7614             },
7615             "OpenCleveland-meetup": {
7616                 "name": "Open Cleveland",
7617                 "description": "改善克里夫蘭區域的 OpenStreetMap",
7618                 "extendedDescription": "Open Geo Cleveland 宗旨是成為人們熱情討論和分享自由地理資料集知識的資源,特別是開放街圖的資料,以及管理、編輯和顯示地理資料的開放地理空間軟體,以及在東北伊犁洛州推廣的團體。我們同時也是 maptime 的在地社群 =)"
7619             },
7620             "OSM-Boston": {
7621                 "name": "開放街圖波士頓",
7622                 "description": "波士頓的圖客與開放街圖使用者",
7623                 "extendedDescription": "開放街圖是一份自由開放的維基風格世界地圖,每天都有數十萬像您這樣的人們做出貢獻。編輯地圖很簡單,而且很有趣!不管是在戶內或是戶外都可以加入我們,來建立波士頓地區與世界其他地方最好的地圖吧!"
7624             },
7625             "OSM-Central-Salish-Sea": {
7626                 "name": "開放街圖中薩利希海",
7627                 "description": "華盛頓州弗農山區域的圖客與 OpenStreetMap 使用者",
7628                 "extendedDescription": "OpenStreetMap 是一幅由像你這樣的人所製作的世界地圖。它是由你所建構,並如同維基百科那樣自由提供給所有人的地圖。看看 osm.org 以取得更多資訊,然後在聚會上加入我們來說說地圖的故事、對 OSM 貢獻然後玩得開心!"
7629             },
7630             "OSM-Chattanooga": {
7631                 "name": "OSM 查塔努加",
7632                 "description": "查塔努加的 OpenStreetMap 使用者群組"
7633             },
7634             "OSM-Colorado": {
7635                 "name": "開放街圖科羅拉多",
7636                 "description": "在美國科羅拉多州的圖客與開放街圖使用者",
7637                 "extendedDescription": "開放街圖 (OpenStreetMap, OSM) 科羅拉多是一個喜歡貢獻他們的心力建立自由地圖的一群地區協作夥伴。我們鼓勵我們所有的圖客組織或建議橫跨整個州的製圖活動。會面活動可以是簡單的社交活動、OSM 基礎到進階訓練,或是社群製圖派對。"
7638             },
7639             "OSM-NYC": {
7640                 "name": "OpenStreetMap NYC",
7641                 "description": "在紐約都會區的圖客與 OpenStreetMap 使用者、開發者與愛好者"
7642             },
7643             "OSM-Portland-forum": {
7644                 "name": "開放街圖 PDX Google 群組",
7645                 "description": "波特蘭一帶開放街圖使用者活動的論壇和郵件論壇",
7646                 "extendedDescription": "團隊宗旨是增進奧勒岡波蘭一帶開放街圖的發展,像是應用如 Open Trip Planner。"
7647             },
7648             "OSM-Portland": {
7649                 "name": "OpenStreetMap 波特蘭",
7650                 "description": "波特蘭區域的圖客與 OpenStreetMap 使用者",
7651                 "extendedDescription": "OpenStreetMap (OSM) 是一幅由像你這樣的人所製作的世界地圖。它是由你所建構,並如同維基百科那樣自由提供給所有人的地圖。看看 osm.org 以取得更多資訊,然後在聚會上加入我們來說說地圖的故事、對 OSM 貢獻然後玩得開心!"
7652             },
7653             "OSM-Seattle": {
7654                 "name": "開放街圖西雅圖",
7655                 "description": "在西雅圖的圖客與開放街圖使用者"
7656             },
7657             "OSM-SoCal": {
7658                 "name": "開放街圖南加州",
7659                 "description": "讓我們玩樂吧,並且貢獻畫洛杉磯一帶,以及學習有關畫地圖的一切!",
7660                 "extendedDescription": "開放街圖南加州擁抱任何對共同畫開放街圖有興趣的人。開放街圖是維基百科式運作的地圖,是全世界尺度自由開源的地圖,由全球超過 1,000,000 人的志工製作。我們歡迎所有人,如果你不大知道開放街圖,我們會教你,如果你有關於畫地圖計畫,甚至野外實察,也是很棒的事情!"
7661             },
7662             "OSM-South-Bay": {
7663                 "name": "OSM South Bay",
7664                 "description": "由為聖荷西寫程式主辦的地圖之夜",
7665                 "extendedDescription": "為聖荷西寫程式是為美國寫程式的地區分支,週四晚上在聖荷西市中心舉辦每月地圖之夜。結識南灣區的圖客,與當地的製圖專案交流,聽聽其他的公民科技專案。寫程式或 GIS 相關技能都並非必要。"
7666             },
7667             "OSM-Tampa-Bay": {
7668                 "name": "開放街圖坦帕灣",
7669                 "description": "坦帕灣的圖客與開放街圖使用者",
7670                 "extendedDescription": "OSM 坦帕灣群組讓當地居民聚在一起,用開放街圖建立坦帕灣的準確地圖。如果您使用地圖、資料、開放原始碼、GPS、徒步旅行或是騎腳踏車等等,您將會很喜歡與 OSM 合作,所以請加入吧!我們會聚在一起,製圖並討論每月的新主題。"
7671             },
7672             "OSM-US-Slack": {
7673                 "name": "OpenStreetMap US Slack",
7674                 "description": "歡迎所有人加入!在 {signupUrl} 註冊"
7675             },
7676             "OSM-US": {
7677                 "name": "開放街圖美國",
7678                 "description": "我們協助美國的開放街圖成長茁壯並改善它。",
7679                 "extendedDescription": "我們透過舉辦年度研討會、提供社群資源、建立合作關係以及推廣來支援開放街圖。在此加入開放街圖美國:{signupUrl}",
7680                 "events": {
7681                     "sotmus2018": {
7682                         "name": "State of the Map US 2018",
7683                         "description": "加入在密西根底特律的 State of the Map US 開放街圖社群大會,與其他圖客、公司、政府機關以及非營利組織交流,都圍繞貢獻全球的免費編輯地圖。",
7684                         "where": "密西根底特律"
7685                     }
7686                 }
7687             },
7688             "OSM-Utah": {
7689                 "name": "開放街圖猶他",
7690                 "description": "在鹽湖城區域的圖客與開放街圖使用者",
7691                 "extendedDescription": "我們可能會舉辦的活動有:學習製圖工作坊、製圖派對與戶外資料蒐集。活動將會在鹽湖城區舉辦,至少一開始是這樣。我們正在尋找經驗豐富的圖客與 OSM 新手。加入我們,一起來製圖吧!"
7692             },
7693             "OSM-Wyoming": {
7694                 "name": "開放街圖懷俄明",
7695                 "description": "在懷俄明州的圖客與開放街圖使用者",
7696                 "extendedDescription": "開放街圖 (OpenStreetMap, OSM) 懷俄明是一個喜歡貢獻他們的心力建立自由地圖的一群地區協作夥伴。我們鼓勵我們所有的圖客組織或建議橫跨整個州的製圖活動。會面活動可以是簡單的社交活動、OSM 基礎到進階訓練,或是社群製圖派對。"
7697             },
7698             "PHXGeo-meetup": {
7699                 "name": "PHXGeo Meetup",
7700                 "description": "在亞利桑那州鳳凰城的圖客與開放街圖使用者",
7701                 "extendedDescription": "這是一個給住在鳳凰城,喜歡地圖、GIS、開放街圖、製圖與其他東西的群組。"
7702             },
7703             "PHXGeo-twitter": {
7704                 "name": "PHXGeo Twitter",
7705                 "description": "在 {url} 上追隨我們的 Twitter"
7706             },
7707             "Western-Slope-facebook": {
7708                 "name": "Western Slope OSM Facebook",
7709                 "description": "在科羅拉多州大章克申的圖客與開放街圖使用者"
7710             },
7711             "Western-Slope-meetup": {
7712                 "name": "Western Slope OSM Meetup",
7713                 "description": "在科羅拉多州大章克申的圖客與開放街圖使用者",
7714                 "extendedDescription": "此群組的目標是介紹開放街圖給社群知道,並發展圖客社群、利用任何方法建立盡可能多的地理資料並把這些資料提供給社群。想像準確的線索標示!想像自行車道的進一步發展!想像您想要什麼,這就是開放街圖的有趣之處!"
7715             },
7716             "Maptime-Australia-Slack": {
7717                 "name": "Maptime Australia Slack",
7718                 "description": "在 {signupUrl} 註冊"
7719             },
7720             "talk-au": {
7721                 "name": "Talk-au 郵件論壇",
7722                 "description": "讓澳洲圖客聊天的園地"
7723             },
7724             "OSM-AR-facebook": {
7725                 "name": "開放街圖阿根廷 Facebook",
7726                 "description": "加入開放街圖阿根廷社群 Facebook",
7727                 "extendedDescription": "在地社群消息"
7728             },
7729             "OSM-AR-forum": {
7730                 "name": "開放街圖阿根廷的網頁論壇",
7731                 "description": "加入開放街圖阿根廷的網頁論壇",
7732                 "extendedDescription": "適合長篇或重要討論,回應時間慢。"
7733             },
7734             "OSM-AR-irc": {
7735                 "name": "開放街圖阿根廷 IRC",
7736                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-ar",
7737                 "extendedDescription": "你會發現社群中最 geeky 的使用者。"
7738             },
7739             "OSM-AR-mailinglist": {
7740                 "name": "Talk-ar 郵件論壇",
7741                 "description": "從前用過的郵件論壇,如今已經不再使用。"
7742             },
7743             "OSM-AR-telegram": {
7744                 "name": "開放街圖阿根廷 Telegram",
7745                 "description": "加入開放街圖阿根廷 Telegram 聊天室",
7746                 "extendedDescription": "社群最活躍的頻道,適合聊天和馬上解答你的問題,歡迎所有人!"
7747             },
7748             "OSM-AR-twitter": {
7749                 "name": "開放街圖阿根廷 Twitter",
7750                 "description": "在 {url} 上追隨我們的 Twitter ",
7751                 "extendedDescription": "一般在地社群和開放街圖消息。"
7752             },
7753             "OSM-BO-mailinglist": {
7754                 "name": "Talk-bo 郵件論壇",
7755                 "description": "Talk-bo 是玻利維亞社群的官方郵件論壇 ",
7756                 "extendedDescription": "在玻利維亞畫地圖嗎?想要問問題,想要與社群連結?請加入 {Url},所有人都歡迎噢!"
7757             },
7758             "Bahia-telegram": {
7759                 "name": "開放街圖巴伊亞 Telegram",
7760                 "description": "加入開放街圖巴伊亞 Telegram 聊天室",
7761                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
7762             },
7763             "DF-telegram": {
7764                 "name": "開放街圖巴西利亞 Telegram",
7765                 "description": "加入開放街圖巴西利亞 Telegram 聊天室",
7766                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
7767             },
7768             "OSM-br-mailinglist": {
7769                 "name": "Talk-br 郵件論壇",
7770                 "description": "討論開放街圖在巴西事物的郵件論壇"
7771             },
7772             "OSM-br-telegram": {
7773                 "name": "開放街圖巴西 Telegram",
7774                 "description": "加入開放街圖巴西 Telegram 聊天室",
7775                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
7776             },
7777             "OSM-br-twitter": {
7778                 "name": "開放街圖巴西 Twitter",
7779                 "description": "在 {url} 上追隨我們的 Twitter"
7780             },
7781             "RS-telegram": {
7782                 "name": "開放街圖南里奧格蘭德州 Telegram 群組",
7783                 "description": "加入在 Telegram 上的開放街圖南里奧格蘭德州社群",
7784                 "extendedDescription": "加入社群以得知更多關於開放街圖的資訊,也可以問問題或是參與我們的會面。每個人都很歡迎加入!"
7785             },
7786             "OSM-CL-facebook": {
7787                 "name": "開放街圖智利 Facebook",
7788                 "description": "加入開放街圖智利社群 Facebook",
7789                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
7790             },
7791             "OSM-CL-mailinglist": {
7792                 "name": "Talk-cl 郵件論壇",
7793                 "description": "討論開放街圖在智利事物的郵件論壇"
7794             },
7795             "OSM-CL-telegram": {
7796                 "name": "開放街圖智利 Telegram",
7797                 "description": "加入開放街圖智利 Telegram 聊天室",
7798                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
7799             },
7800             "OSM-CL-twitter": {
7801                 "name": "開放街圖智利 Twitter",
7802                 "description": "在 {url} 上追隨我們的 Twitter"
7803             },
7804             "Maptime-Bogota": {
7805                 "name": "Maptime Bogotá",
7806                 "description": "我們是一群關心波哥大一帶開放街圖狀況的圖客。",
7807                 "extendedDescription": "學習在現場收集資料,然後在開放街圖上面數位位。你不需要有先備知識!你只要有心參與、學習以及好好玩。"
7808             },
7809             "OSM-CO-facebook": {
7810                 "name": "開放街圖哥倫比亞 Facebook",
7811                 "description": "加入開放街圖哥倫比亞社群 Facebook",
7812                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,歡迎所有人噢!"
7813             },
7814             "OSM-CO-mailinglist": {
7815                 "name": "Talk-co 郵件論壇",
7816                 "description": "討論開放街圖在哥倫比亞事物的郵件論壇"
7817             },
7818             "OSM-CO-telegram": {
7819                 "name": "OSM 哥倫比亞在 Telegram",
7820                 "description": "開放街圖哥倫比亞 Telegram 聊天室"
7821             },
7822             "OSM-CO-twitter": {
7823                 "name": "開放街圖哥倫比亞 Twitter",
7824                 "description": "在 {url} 上追隨我們的 Twitter"
7825             },
7826             "OSM-CO": {
7827                 "name": "開放街圖哥倫比亞",
7828                 "description": "開放街圖哥倫比亞社群和 OSMCo 基金會的消息"
7829             },
7830             "OSM-EC-telegram": {
7831                 "name": "OSM 厄瓜多在 Telegram",
7832                 "description": "開放街圖厄瓜多 Telegram 聊天室"
7833             },
7834             "OSM-PY-telegram": {
7835                 "name": "OSM 巴拉圭在 Telegram",
7836                 "description": "開放街圖厄瓜多 Telegram 聊天室"
7837             },
7838             "OSM-PE-facebook": {
7839                 "name": "開放街圖祕魯 Facebook",
7840                 "description": "加入開放街圖祕魯社群 Facebook"
7841             },
7842             "OSM-PE-mailinglist": {
7843                 "name": "Talk-pe 郵件論壇",
7844                 "description": "Talk-be 是開放街圖祕魯社群的官方郵件論壇 "
7845             },
7846             "OSM-PE-matrix": {
7847                 "name": "OpenStreetMap 祕魯 Matrix 頻道",
7848                 "description": "在開放街圖祕魯社群的 Matrix 與其他成員聊天。"
7849             },
7850             "OSM-PE-telegram": {
7851                 "name": "開放街圖祕魯 Telegram",
7852                 "description": "加入開放街圖祕魯 Telegram 聊天室"
7853             },
7854             "OSM-PE-twitter": {
7855                 "name": "開放街圖祕魯 Twitter",
7856                 "description": "在 {url} 上追隨我們的 Twitter "
7857             },
7858             "OSM-PE": {
7859                 "name": "開放街圖祕魯",
7860                 "description": "開放街圖社群的新聞和資源頁面"
7861             },
7862             "LATAM-Facebook": {
7863                 "name": "OpenStreetMap Latam Facebook",
7864                 "description": "在 Facebook 上的 OpenStreetMap Latam"
7865             },
7866             "LATAM-Telegram": {
7867                 "name": "OpenStreetMap Latam Telegram",
7868                 "description": "拉丁美洲的 OpenStreetMap Telegram"
7869             },
7870             "LATAM-Twitter": {
7871                 "name": "OpenStreetMap Latam Twitter",
7872                 "description": "在 {url} 上追蹤我們的 Twitter"
7873             },
7874             "osm-latam": {
7875                 "name": "OpenStreetMap Latam",
7876                 "description": "支援在拉丁美洲的開放街圖",
7877                 "events": {
7878                     "sotm-latam-2018": {
7879                         "name": "State of the Map Latam 2018",
7880                         "description": "State of the Map Latam 是拉丁美洲開放街圖圖客和使用者的年度大會,大會有包括演講、論壇、工作坊和圖客趴等開放街圖有關的活動。",
7881                         "where": "阿根庭布宜諾艾利斯"
7882                     }
7883                 }
7884             },
7885             "OSM-Facebook": {
7886                 "name": "開放街圖 Facebook",
7887                 "description": "在 Facebook 為我們按讚,追蹤開放街圖相關的新聞和動態。"
7888             },
7889             "OSM-help": {
7890                 "name": "開放街圖幫助論壇",
7891                 "description": "在開放街圖社群驅動的問答站,詢問問題以及得到答案。",
7892                 "extendedDescription": "{url} 是讓對開放街圖有需要幫助的人,無論你是初學者,或是有技術問題,來到這邊尋求協助吧!"
7893             },
7894             "OSM-Reddit": {
7895                 "name": "在 Reddit 上的 OpenStreetMap",
7896                 "description": "/r/openstreetmap/ 是一個取得更多關於 OpenStreetMap 資訊的好地方。什麼事都能問!"
7897             },
7898             "OSM-Telegram": {
7899                 "name": "開放街圖 Telegram",
7900                 "description": "加入開放街圖 Telegram 超級聊天室 {url}"
7901             },
7902             "OSM-Twitter": {
7903                 "name": "開放街圖 Twitter",
7904                 "description": "在 {url} 上追隨我們的 Twitter"
7905             },
7906             "OSMF": {
7907                 "name": "開放街圖基金會",
7908                 "description": "開放街圖基金會是位於英國,支持開放街圖計劃的非營利組織",
7909                 "extendedDescription": "開放街圖基金會藉由募款,維持開放街圖背後的伺服器,舉行年度 State of the Map 大會,以及協調志工維持開放街圖運作,支援開放街圖計畫。你可以在這裡藉由加入開放街圖基金會成為會員:{signupUrl},顯示你的支持,還有在開放街圖中帶進你的聲音,指導開放街圖的發展方向。",
7910                 "events": {
7911                     "sotm2018": {
7912                         "name": "State of the Map 2018",
7913                         "description": "加入我們這三天在義大利米蘭的年度全球尺度的開放街圖大會,讓社群中的每一個人彼此社交、分享和學習。",
7914                         "where": "義大利米蘭"
7915                     }
7916                 }
7917             }
7918         }
7919     }
7920 }