]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/zh-TW.json
Merge remote-tracking branch 'upstream/pull/2505'
[rails.git] / vendor / assets / iD / iD / locales / zh-TW.json
1 {
2     "zh-TW": {
3         "icons": {
4             "download": "下載",
5             "information": "資訊",
6             "remove": "移除",
7             "undo": "復原",
8             "zoom_to": "縮放至",
9             "copy": "複製",
10             "view_on": "在 {domain} 上檢視",
11             "favorite": "最愛"
12         },
13         "toolbar": {
14             "inspect": "檢查",
15             "undo_redo": "復原/重做",
16             "recent": "最近",
17             "favorites": "最愛",
18             "add_feature": "新增圖徽"
19         },
20         "modes": {
21             "add_feature": {
22                 "title": "新增圖徽",
23                 "description": "搜尋要新增至地圖上的圖徽。",
24                 "key": "分頁",
25                 "result": "{count} 個結果",
26                 "results": "{count} 個結果"
27             },
28             "add_area": {
29                 "title": "區域",
30                 "description": "新增公園、建築物、湖泊或其它區域至地圖上。",
31                 "tail": "點擊地圖以繪製一塊區域,如公園、湖泊或建築物。",
32                 "filter_tooltip": "區域"
33             },
34             "add_line": {
35                 "title": "線",
36                 "description": "新增公路、街道、行人道、運河或其他線段至地圖上。",
37                 "tail": "點擊地圖以繪製道路、路徑或路綫。",
38                 "filter_tooltip": "線"
39             },
40             "add_point": {
41                 "title": "點",
42                 "description": "新增餐廳、古蹪、郵箱或其他事物至地圖上。",
43                 "tail": "點擊地圖以新增一個點。",
44                 "filter_tooltip": "點"
45             },
46             "add_note": {
47                 "title": "備註",
48                 "label": "新增註記",
49                 "description": "發現了問題?讓其他製圖者知道。",
50                 "tail": "在地圖上點擊以新增備註。",
51                 "key": "N"
52             },
53             "add_preset": {
54                 "title": "新增 {feature}",
55                 "point": {
56                     "title": "新增 {feature} 為點"
57                 },
58                 "line": {
59                     "title": "新增 {feature} 為線"
60                 },
61                 "area": {
62                     "title": "新增 {feature} 為區域"
63                 },
64                 "building": {
65                     "title": "新增 {feature} 為建築"
66                 }
67             },
68             "browse": {
69                 "title": "瀏覽",
70                 "description": "平移及縮放地圖。"
71             },
72             "draw_area": {
73                 "tail": "點擊地圖以添加區域的其它節點。點擊第一點以完成區域的繪製。"
74             },
75             "draw_line": {
76                 "tail": "點擊地圖以添加線段的其它節點。點擊其他線段以連接它們,點擊兩下以完成線段的繪製。"
77             },
78             "drag_node": {
79                 "connected_to_hidden": "這個沒辦法被編輯,因其與其他隱藏的圖徵相連"
80             }
81         },
82         "operations": {
83             "add": {
84                 "annotation": {
85                     "point": "已新增一點。",
86                     "vertex": "已新增一節點至路徑上。",
87                     "relation": "已新增一項關係。",
88                     "note": "已新增備註。"
89                 }
90             },
91             "start": {
92                 "annotation": {
93                     "line": "開始繪製一線段。",
94                     "area": "開始繪製一塊區域。"
95                 }
96             },
97             "continue": {
98                 "key": "A",
99                 "title": "繼續",
100                 "description": "繼續繪製此線段",
101                 "not_eligible": "無法在此繼續繪製線段",
102                 "multiple": "有多條線段可在此延續。要選擇其中一條,請按 Shift 鍵並點擊它。",
103                 "annotation": {
104                     "line": "繼續繪製一線段。",
105                     "area": "繼續繪製一區域。"
106                 }
107             },
108             "cancel_draw": {
109                 "annotation": "取消了繪圖。"
110             },
111             "change_role": {
112                 "annotation": "已更改關係成員的角色。"
113             },
114             "change_tags": {
115                 "annotation": "修改了標籤。"
116             },
117             "circularize": {
118                 "title": "環形化",
119                 "description": {
120                     "line": "把此線段環形化。",
121                     "area": "把此區域環形化。"
122                 },
123                 "key": "O",
124                 "annotation": {
125                     "line": " 將線段變成環形。",
126                     "area": "將一區域製成環形。"
127                 },
128                 "not_closed": "非圈狀物件,不能環形化。",
129                 "too_large": "因物件尚未有足夠部份正在顯示,不能環形化。",
130                 "connected_to_hidden": "這個沒辦法圓形化,因為與其他隱藏的圖徵相連",
131                 "not_downloaded": "因物件尚未有足夠部份下載,因此不能環形化。 ",
132                 "already_circular": "無法將其變為圓形,因為其已是圓形。"
133             },
134             "orthogonalize": {
135                 "title": "方角化",
136                 "description": {
137                     "corner": {
138                         "single": "將此角落方形化。",
139                         "multiple": "將這些角落方形化。"
140                     },
141                     "feature": {
142                         "single": "將此圖徽方角化。",
143                         "multiple": "將遮些圖徽方角化。"
144                     }
145                 },
146                 "key": "Q",
147                 "annotation": {
148                     "corner": {
149                         "single": "已方形化一個角落。",
150                         "multiple": "已方形化多個角落。"
151                     },
152                     "feature": {
153                         "single": "已將一個圖徽的角落方形化。",
154                         "multiple": "已將多個圖徽的角落方形化。"
155                     }
156                 },
157                 "multiple_blockers": {
158                     "multiple": "由於多重原因,這些無法方形化。"
159                 },
160                 "end_vertex": {
161                     "single": "因為是結束點,所以不能方角化。",
162                     "multiple": "因為是結束點,所以不能方角化。"
163                 },
164                 "square_enough": {
165                     "single": "不能再更方正了。",
166                     "multiple": "不能再更方正了。"
167                 },
168                 "not_squarish": {
169                     "single": "物件無法被方角化,因為它並非近似方形。",
170                     "multiple": "物件無法被方角化,因為它們並非近似方形。"
171                 },
172                 "too_large": {
173                     "single": "因物件尚未有足夠部份正在顯示,不能被方角化。",
174                     "multiple": "因物件尚未有足夠部份正在顯示,不能被方角化。"
175                 },
176                 "connected_to_hidden": {
177                     "single": "這個沒辦法方形化,因為與其他隱藏的圖徵相連。",
178                     "multiple": "這些沒辦法方形化,因為與其他隱藏的圖徵相連。"
179                 },
180                 "not_downloaded": {
181                     "single": "因物件尚未有足夠部份下載,因此不能方角化。 ",
182                     "multiple": "因物件尚未有足夠部份下載,因此不能方角化。 "
183                 }
184             },
185             "straighten": {
186                 "title": "拉直",
187                 "description": {
188                     "points": "拉直這些節點。",
189                     "line": "拉直此線段。"
190                 },
191                 "key": "S",
192                 "annotation": {
193                     "points": "拉直好幾個節點。",
194                     "line": "拉直一條線段。"
195                 },
196                 "too_bendy": "這條線段無法被拉直,因為有過多彎折。",
197                 "connected_to_hidden": "這無法拉直,因為連到其他隱藏的圖微。",
198                 "not_downloaded": "這無法拉直,因為還有部分未下載。"
199             },
200             "delete": {
201                 "title": "刪除",
202                 "description": {
203                     "single": "永久刪除此圖徽。",
204                     "multiple": "永久刪除這些圖徽。"
205                 },
206                 "annotation": {
207                     "point": "刪除了一點。",
208                     "vertex": "刪除了路徑上的一個節點。",
209                     "line": "刪除了一線段。",
210                     "area": "刪除了一區域。",
211                     "relation": "刪除了一關係",
212                     "multiple": "刪除 {n} 個圖徽。"
213                 },
214                 "too_large": {
215                     "single": "因為這個圖徽目前可視部份不足,所以無法被刪除。",
216                     "multiple": "因為這些圖徽目前可視部份不足,所以無法被刪除。"
217                 },
218                 "incomplete_relation": {
219                     "single": "因為這個圖徽尚未被完整下載,所以無法被刪除。",
220                     "multiple": "因為這些圖徽尚未被完整下載,所以無法被刪除。"
221                 },
222                 "part_of_relation": {
223                     "single": "因為這個圖徽是一個更大的關係的一部份,所以無法被刪除。您必須先將它從關係清單中移除。",
224                     "multiple": "因為這些圖徽是一個更大的關係的一部份,所以無法被刪除。您必須先將它們從關係清單中移除。"
225                 },
226                 "connected_to_hidden": {
227                     "single": "因為這個圖徽被連接至隱藏的圖徽,所以無法被刪除。",
228                     "multiple": "因為這些圖徽被連接至隱藏的圖徽,所以無法被刪除。"
229                 },
230                 "not_downloaded": {
231                     "single": "這圖徵無法刪除,因為還有部分未下載。",
232                     "multiple": "這圖徵無法刪除,因為還有部分未下載。"
233                 },
234                 "has_wikidata_tag": {
235                     "single": "因為這個圖徽有 Wikidata 的標籤,所以無法被刪除。",
236                     "multiple": "因為這些圖徽部份有 Wikidata 的標籤,所以無法被刪除。"
237                 }
238             },
239             "downgrade": {
240                 "title": "降級",
241                 "description": {
242                     "building_address": "移除所有非地址與非建築物的標籤。",
243                     "building": "移除所有非建築物的標籤。",
244                     "address": "移除所有非地址的標籤。"
245                 },
246                 "annotation": {
247                     "building": {
248                         "single": "已將圖徽降級到基本建築物。",
249                         "multiple": "已將 {n} 個圖徽降級到基本建築物。"
250                     },
251                     "address": {
252                         "single": "已將圖徽降級為地址。",
253                         "multiple": "已將 {n} 個圖徽降級為地址。"
254                     },
255                     "multiple": "已降級 {n} 個圖徽。"
256                 },
257                 "has_wikidata_tag": {
258                     "single": "此圖徽無法降級,因為它有 Wikidata 的標籤。",
259                     "multiple": "這些圖徽無法降級,因為有些有 Wikidata 的標籤。"
260                 }
261             },
262             "add_member": {
263                 "annotation": "增加成員到關係。"
264             },
265             "delete_member": {
266                 "annotation": "從關係移除成員。"
267             },
268             "reorder_members": {
269                 "annotation": "重新排序關係的成員。"
270             },
271             "connect": {
272                 "annotation": {
273                     "from_vertex": {
274                         "to_point": "已連接路徑到一點。",
275                         "to_vertex": "已連接路徑到另一路徑。",
276                         "to_line": "已連接路徑到一線段。",
277                         "to_area": "已連接路徑到一區域。",
278                         "to_adjacent_vertex": "將鄰近的點合併到路徑中。",
279                         "to_sibling_vertex": "已將路徑連接到它自身。"
280                     },
281                     "from_point": {
282                         "to_point": "將點與其他點合併。",
283                         "to_vertex": "將點與點合併為一條路徑。",
284                         "to_line": "移動點到線段上。",
285                         "to_area": "移動點到區域中。"
286                     }
287                 },
288                 "relation": "這些特徵並不能連結,因為它們的關聯角色有衝突。",
289                 "restriction": "這些特徵並不能連結,因為會破壞 \"{relation}\" 關聯。"
290             },
291             "disconnect": {
292                 "title": "斷開",
293                 "description": "將這些路徑/區域斷開。",
294                 "line": {
295                     "description": "將此線從其他圖徽分離。"
296                 },
297                 "area": {
298                     "description": "將此區域從其他圖徽分離。"
299                 },
300                 "key": "D",
301                 "annotation": "斷開了路徑。",
302                 "too_large": {
303                     "single": "這個不能斷開,因為其可視部份不足。"
304                 },
305                 "not_connected": "未有足夠的路徑/區域來斷開。",
306                 "not_downloaded": "這無法斷開,因為有一部分還沒有下載。",
307                 "connected_to_hidden": "無法斷開,因為其連接著隱藏的特徵。",
308                 "relation": "因為其連接到了關係中的成員,所以不能斷開。"
309             },
310             "merge": {
311                 "title": "合併",
312                 "description": "合併這些特徵",
313                 "key": "C",
314                 "annotation": "合併 {n} 個特徵",
315                 "not_eligible": "不能合併這些物件。",
316                 "not_adjacent": "這些特徵並不能合併,因為它們的端點並不相連。",
317                 "restriction": "這些圖徽無法合併,因為它會危害到「{relation}」關係。",
318                 "relation": "這些圖徽無法合併,因為它們有衝突的關係。",
319                 "incomplete_relation": "這些物件不能合併,因為其中最少有一件未有完全下載。",
320                 "conflicting_tags": "這些特徵並不能合儀,因為它們有彼此衝突的標籤。",
321                 "paths_intersect": "這些圖徽無法合併,因為產生的路徑會自相交叉。"
322             },
323             "move": {
324                 "title": "移動",
325                 "description": {
326                     "single": "移動這個圖徽到不同的位置。",
327                     "multiple": "移動這些圖徽到不同的位置。"
328                 },
329                 "key": "M",
330                 "annotation": {
331                     "point": "移動了一點。",
332                     "vertex": "移動了路徑上的一節點。",
333                     "line": "移動了一線段。",
334                     "area": "移動了一區域。",
335                     "multiple": "已移動多個圖徽。"
336                 },
337                 "incomplete_relation": {
338                     "single": "因為這個圖徽尚未被完整下載,所以無法被移動。",
339                     "multiple": "因為這些圖徽尚未被完整下載,所以無法被移動。"
340                 },
341                 "too_large": {
342                     "single": "因為這個圖徽目前可視部份不足,所以無法被移動。",
343                     "multiple": "因為這些圖徽目前可視部份不足,所以無法被移動。"
344                 },
345                 "connected_to_hidden": {
346                     "single": "因為這個圖徽被連接至隱藏的圖徽,所以無法被移動。",
347                     "multiple": "因為這些圖徽被連接至隱藏的圖徽,所以無法被移動。"
348                 },
349                 "not_downloaded": {
350                     "single": "無法移動這個圖徵,因該圖徵部份資料尚未下載。",
351                     "multiple": "無法移動這些圖徵,因該圖徵部份資料尚未下載。"
352                 }
353             },
354             "reflect": {
355                 "title": {
356                     "long": "映射長軸",
357                     "short": "映射短軸"
358                 },
359                 "description": {
360                     "long": {
361                         "single": "以其長軸映射這個圖徽。",
362                         "multiple": "以其長軸映射這些圖徽。"
363                     },
364                     "short": {
365                         "single": "以其短軸映射這個圖徽。",
366                         "multiple": "以其短軸映射這些圖徽。"
367                     }
368                 },
369                 "key": {
370                     "long": "T",
371                     "short": "Y"
372                 },
373                 "annotation": {
374                     "long": {
375                         "single": "以其長軸映射圖徽。",
376                         "multiple": "以其長軸映射多個圖徽。"
377                     },
378                     "short": {
379                         "single": "以其短軸映射圖徽。",
380                         "multiple": "以其短軸映射多個圖徽。"
381                     }
382                 },
383                 "incomplete_relation": {
384                     "single": "因為這個圖徽尚未被完整下載,所以無法被映射。",
385                     "multiple": "因為這些圖徽尚未被完整下載,所以無法被映射。"
386                 },
387                 "too_large": {
388                     "single": "因為這個圖徽目前可視部份不足,所以無法被映射。",
389                     "multiple": "因為這些圖徽目前可視部份不足,所以無法被映射。"
390                 },
391                 "connected_to_hidden": {
392                     "single": "因為這個圖徽被連接至隱藏的圖徽,所以無法被映射。",
393                     "multiple": "因為這些圖徽被連接至隱藏的圖徽,所以無法被映射。"
394                 },
395                 "not_downloaded": {
396                     "single": "無法映射圖徵,因該圖徵部份資料尚未下載。",
397                     "multiple": "無法映射這些圖徵,因該圖徵部份資料尚未下載。"
398                 }
399             },
400             "rotate": {
401                 "title": "旋轉",
402                 "description": {
403                     "single": "以圖徽中心點為軸心旋轉這個圖徽。",
404                     "multiple": "以圖徽中心點為軸心旋轉這些圖徽。"
405                 },
406                 "key": "R",
407                 "annotation": {
408                     "line": "旋轉了一線段。",
409                     "area": "旋轉了一區域。",
410                     "multiple": "已旋轉多個圖徽。"
411                 },
412                 "incomplete_relation": {
413                     "single": "因為這個圖徽尚未被完整下載,所以無法被旋轉。",
414                     "multiple": "因為這些圖徽尚未被完整下載,所以無法被旋轉。"
415                 },
416                 "too_large": {
417                     "single": "因為這個圖徽目前可視部份不足,所以無法被旋轉。",
418                     "multiple": "因為這些圖徽目前可視部份不足,所以無法被旋轉。"
419                 },
420                 "connected_to_hidden": {
421                     "single": "因為這個圖徽被連接至隱藏的圖徽,所以無法被旋轉。",
422                     "multiple": "因為這些圖徽被連接至隱藏的圖徽,所以無法被旋轉。"
423                 },
424                 "not_downloaded": {
425                     "single": "無法旋轉圖徵,因該圖徵部份資料尚未下載。",
426                     "multiple": "無法旋轉這些圖徵,因該圖徵部份資料尚未下載。"
427                 }
428             },
429             "reverse": {
430                 "title": "反轉",
431                 "description": {
432                     "point": "翻轉這個點的方向。",
433                     "points": "翻轉這些點的方向。",
434                     "line": "讓這條線變相反的方向。",
435                     "lines": "讓這些線變相反的方向。",
436                     "features": "翻轉這些圖徽的方向。"
437                 },
438                 "key": "V",
439                 "annotation": {
440                     "point": "反轉一個點。",
441                     "points": "反轉多個點。",
442                     "line": "反轉一條線。",
443                     "lines": "反轉多條線。",
444                     "features": "反轉多個圖徽。"
445                 }
446             },
447             "split": {
448                 "title": "分割",
449                 "description": {
450                     "line": "在這一節點分割成兩條線段。",
451                     "area": "將這個區域的邊界一分為二。",
452                     "multiple": "在這一節點將線段/區域的邊界一分為二。"
453                 },
454                 "key": "X",
455                 "annotation": {
456                     "line": "分割一線段。",
457                     "area": "分割一區域的邊界。",
458                     "multiple": "分割{n}項線段/區域的邊界。"
459                 },
460                 "not_eligible": "不能於線段的首尾進行分割。",
461                 "multiple_ways": "太多線段,未能進行分割。",
462                 "connected_to_hidden": "這個沒辦法切割,因為與其他隱藏的圖徵相連."
463             },
464             "restriction": {
465                 "annotation": {
466                     "create": "已增加轉向限制",
467                     "delete": "已移除轉向限制"
468                 }
469             },
470             "extract": {
471                 "title": "抽出",
472                 "key": "E",
473                 "description": {
474                     "vertex": {
475                         "single": "將這個點從其上層的線/區域中抽出。"
476                     },
477                     "area": {
478                         "single": "從此區域中抽出點。"
479                     }
480                 },
481                 "annotation": {
482                     "single": "已抽出點。"
483                 },
484                 "too_large": {
485                     "area": {
486                         "single": "無法從此區域中抽出點,因為其可視範圍不夠。"
487                     }
488                 },
489                 "restriction": {
490                     "vertex": {
491                         "single": "這個點無法被抽出,因為其可能會危害到「{relation}」關係。"
492                     }
493                 },
494                 "connected_to_hidden": {
495                     "vertex": {
496                         "single": "此點無法被抽出,因為其連線到了隱藏的圖徽。"
497                     }
498                 }
499             }
500         },
501         "restriction": {
502             "controls": {
503                 "distance": "距離",
504                 "distance_up_to": "最大 {distance}",
505                 "via": "經由",
506                 "via_node_only": "只有節點",
507                 "via_up_to_one": "最多 1 路徑",
508                 "via_up_to_two": "最多 2 路徑"
509             },
510             "help": {
511                 "indirect": "(間接)",
512                 "turn": {
513                     "no_left_turn": "禁止左轉 {indirect}",
514                     "no_right_turn": "禁止右轉 {indirect}",
515                     "no_u_turn": "禁止迴轉 {indirect}",
516                     "no_straight_on": "禁止直行 {indirect}",
517                     "only_left_turn": "只能左轉 {indirect}",
518                     "only_right_turn": "只能右轉 {indirect}",
519                     "only_u_turn": "只能迴轉 {indirect}",
520                     "only_straight_on": "只能直行 {indirect}",
521                     "allowed_left_turn": "允許左轉 {indirect}",
522                     "allowed_right_turn": "允許右轉 {indirect}",
523                     "allowed_u_turn": "允許迴轉 {indirect}",
524                     "allowed_straight_on": "允許直行 {indirect}"
525                 },
526                 "from": "從",
527                 "via": "經由",
528                 "to": "到",
529                 "from_name": "{from} {fromName}",
530                 "from_name_to_name": "{from} {fromName} {to} {toName}",
531                 "via_names": "{via} {viaNames}",
532                 "select_from": "點選 {from} 片段",
533                 "select_from_name": "點選 {from} 片段 {fromName}",
534                 "toggle": "點 \"{turn}\""
535             }
536         },
537         "undo": {
538             "tooltip": "復原: {action}",
539             "nothing": "沒有動作可以撤銷。"
540         },
541         "redo": {
542             "tooltip": "取消復原: {action}",
543             "nothing": "沒有動作可以重做。"
544         },
545         "tooltip_keyhint": "快速鍵",
546         "browser_notice": "iD 編輯器支援 Firefox、Chrome、Safari、Opera 和 Internet Explorer 11 以上的版本。請升級你的瀏覽器或是使用 Potlatch 2 來編輯地圖。",
547         "translate": {
548             "translate": "翻譯",
549             "localized_translation_label": "多語言名稱",
550             "localized_translation_language": "選擇語言",
551             "localized_translation_name": "名稱",
552             "language_and_code": "{language} ({code})"
553         },
554         "zoom_in_edit": "拉近以編輯",
555         "login": "登入",
556         "logout": "登出",
557         "loading_auth": "正在連接 OpenStreetMap...",
558         "report_a_bug": "回報錯誤",
559         "help_translate": "協助翻譯",
560         "sidebar": {
561             "key": "`",
562             "tooltip": "切換側邊欄。"
563         },
564         "feature_info": {
565             "hidden_warning": "{count} 隱藏的圖徵",
566             "hidden_details": "這些圖徵現在被隱藏.: {details}"
567         },
568         "osm_api_status": {
569             "message": {
570                 "error": "無法存取 OpenStreetMap API。您的編輯安全地儲存在本機上。請檢查您的網路連線。",
571                 "offline": "OpenStreetMap API 離線。您的編輯安全地儲存在本機上。請稍後再回來。",
572                 "readonly": "OpenStreetMap API 目前是唯讀狀態。您可以繼續編輯,但必須等待儲存您的變更。",
573                 "rateLimit": "OpenStreetMap API 目前限制匿名連線。您可以透過登入來修復。"
574             },
575             "retry": "重試"
576         },
577         "commit": {
578             "title": "上傳到開放街圖",
579             "upload_explanation": "你的修改將會在所有使用OpenStreetMap資料的地圖上看到。",
580             "upload_explanation_with_user": "你以 {user} 具名的修改將會在所有使用OpenStreetMap資料的地圖上看到。",
581             "request_review": "我需要其他人檢視查核我的編輯。",
582             "save": "上傳",
583             "cancel": "取消",
584             "changes": "{count}  變動數",
585             "download_changes": "下載 osmChange 檔案",
586             "errors": "錯誤",
587             "warnings": "警告",
588             "modified": "已修改",
589             "deleted": "已刪除",
590             "created": "已建立",
591             "outstanding_errors_message": "請先解決所有的錯誤。仍有 {count} 錯誤。",
592             "comment_needed_message": "請先加上編輯變動註解。",
593             "about_changeset_comments": "關於編輯變動",
594             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
595             "google_warning": "您在此留言中提到了 Google:請注意從 Google 地圖是嚴格禁止的。",
596             "google_warning_link": "https://www.openstreetmap.org/copyright"
597         },
598         "contributors": {
599             "list": "正顯示 {users} 的編輯",
600             "truncated_list": "由 {users} 與另外 {count} 人編輯"
601         },
602         "info_panels": {
603             "key": "I",
604             "background": {
605                 "key": "B",
606                 "title": "背景",
607                 "zoom": "縮放",
608                 "vintage": "年代",
609                 "source": "來源",
610                 "description": "描述",
611                 "resolution": "解析度",
612                 "accuracy": "準確度",
613                 "unknown": "未知",
614                 "show_tiles": "顯示圖磚",
615                 "hide_tiles": "隱藏圖磚",
616                 "show_vintage": "顯示年份",
617                 "hide_vintage": "隱藏年份"
618             },
619             "history": {
620                 "key": "H",
621                 "title": "歷史",
622                 "selected": "{n} 被選擇",
623                 "no_history": "無歷史 (新功能)",
624                 "version": "版本",
625                 "last_edit": "最近編輯",
626                 "edited_by": "編輯由",
627                 "changeset": "變更組合",
628                 "unknown": "未知",
629                 "link_text": "在 openstreetmap.org 上的歷史",
630                 "note_no_history": "無歷史 (新節點) ",
631                 "note_comments": " 評論",
632                 "note_created_date": "創建日期",
633                 "note_created_user": "創建者",
634                 "note_link_text": "openstreetmap.org 註記"
635             },
636             "location": {
637                 "key": "L",
638                 "title": "位置",
639                 "unknown_location": "未知位置"
640             },
641             "measurement": {
642                 "key": "M",
643                 "title": "測量",
644                 "selected": "{n} 被選擇",
645                 "geometry": "形狀",
646                 "closed_line": "封閉線段",
647                 "closed_area": "封閉區域",
648                 "center": "中心",
649                 "perimeter": "周長",
650                 "length": "長度",
651                 "area": "區域",
652                 "centroid": "質心",
653                 "location": "位置",
654                 "metric": "公制",
655                 "imperial": "英制",
656                 "node_count": "節點數目"
657             }
658         },
659         "geometry": {
660             "point": "點",
661             "vertex": "頂點",
662             "line": "線",
663             "area": "區域",
664             "relation": "關係",
665             "note": "註記"
666         },
667         "geocoder": {
668             "search": "搜尋全世界...",
669             "no_results_worldwide": "找不到搜尋結果"
670         },
671         "geolocate": {
672             "title": "顯示我的位置",
673             "locating": "正在定位,請等待..."
674         },
675         "inspector": {
676             "zoom_to": {
677                 "key": "Z",
678                 "title": "縮放到這裡",
679                 "tooltip_feature": "置中和縮放地圖到這圖徵。",
680                 "tooltip_note": "置中和縮放地圖到這註解。",
681                 "tooltip_data": "置中和縮放地圖到這資料。",
682                 "tooltip_issue": "置中和縮放地圖到這問題。"
683             },
684             "show_more": "顯示更多",
685             "view_on_osm": "在 openstreetmap.org 中檢視",
686             "view_on_keepRight": "在 keepright.at 檢視",
687             "all_fields": "全部欄位",
688             "all_tags": "所有標籤",
689             "all_members": "所有成員",
690             "all_relations": "所有關係",
691             "add_to_relation": "新增至關係",
692             "new_relation": "建立新關係...",
693             "choose_relation": "選擇父關係",
694             "role": "角色",
695             "choose": "選擇物件種類",
696             "results": "{search} 的 {n} 個結果",
697             "no_documentation_key": "沒有可用的文件。",
698             "edit_reference": "編輯/翻譯",
699             "wiki_reference": "觀看說明文件",
700             "wiki_en_reference": "觀看英文的說明文件",
701             "hidden_preset": {
702                 "manual": "{features} 已隱藏。在地圖資料面板中啟用它們。",
703                 "zoom": "{features} 已隱藏。拉近以啟用它們。"
704             },
705             "back_tooltip": "修改物件",
706             "remove": "移除",
707             "search": "搜尋",
708             "multiselect": "已選取的圖徽",
709             "unknown": "未知種類",
710             "incomplete": "<未下載>",
711             "feature_list": "搜尋物件",
712             "edit": "編輯特徵",
713             "check": {
714                 "yes": "是",
715                 "no": "否",
716                 "reverser": "變更方向"
717             },
718             "radio": {
719                 "structure": {
720                     "type": "種類",
721                     "default": "預設",
722                     "layer": "圖層"
723                 }
724             },
725             "add": "新增",
726             "none": "無",
727             "node": "節點",
728             "way": "路徑",
729             "relation": "關係",
730             "location": "地點",
731             "add_fields": "新增欄位",
732             "lock": {
733                 "suggestion": "\"{label}\" 欄位已經因為是維基數據標籤而鎖住,你可以刪除它或是在\"所有標籤\"部分編輯。"
734             }
735         },
736         "background": {
737             "title": "背景",
738             "description": "背景圖像設定",
739             "key": "B",
740             "backgrounds": "背景",
741             "none": "無",
742             "best_imagery": "這個地點已知最佳的影像來源",
743             "switch": "切換回此背景",
744             "custom": "客製化",
745             "overlays": "覆疊",
746             "imagery_problem_faq": "回報影像問題",
747             "reset": "重設",
748             "reset_all": "所有重設",
749             "display_options": "顯示設定",
750             "brightness": "亮度",
751             "contrast": "對比",
752             "saturation": "飽和度",
753             "sharpness": "銳利度",
754             "minimap": {
755                 "description": "顯示小地圖",
756                 "tooltip": "顯示縮小的地圖幫助你確認所在區域的位置",
757                 "key": "/"
758             },
759             "panel": {
760                 "description": "顯示詳情面板",
761                 "tooltip": "顯示進階背景資訊"
762             },
763             "fix_misalignment": "調整影像偏移",
764             "offset": "在灰色區域內拖拉調整影像偏移,或是輸入偏移公尺數。"
765         },
766         "map_data": {
767             "title": "地圖圖資",
768             "description": "地圖圖資",
769             "key": "F",
770             "data_layers": "資料圖層",
771             "layers": {
772                 "osm": {
773                     "tooltip": "來自開放街圖的地圖資料",
774                     "title": "開放街圖資料"
775                 },
776                 "notes": {
777                     "tooltip": "從開放街圖而來的註記資料",
778                     "title": "開放街圖註記"
779                 },
780                 "keepRight": {
781                     "tooltip": "自動從 keepright.at 偵測地圖問題",
782                     "title": "KeepRight 問題"
783                 },
784                 "improveOSM": {
785                     "tooltip": "由 improveosm.org 自動偵測到遺失資料",
786                     "title": "ImproveOSM 問題"
787                 },
788                 "custom": {
789                     "tooltip": "拖曳資料檔案到頁面上,或點選按鈕以設定",
790                     "title": "自訂地圖資料",
791                     "zoom": "縮放到資料"
792                 }
793             },
794             "style_options": "樣式選項",
795             "highlight_edits": {
796                 "key": "G"
797             },
798             "map_features": "地圖圖徵",
799             "autohidden": "因為螢幕中的特徵太多,這些特徵已被自動隱藏。請放大再修編。",
800             "osmhidden": "因為開放街圖的圖層隱藏,所以這些圖徽已自動隱藏。"
801         },
802         "visual_diff": {
803             "highlight_edits": {
804                 "description": "突顯變更",
805                 "tooltip": "繪出已編輯圖徽的輪廓"
806             }
807         },
808         "photo_overlays": {
809             "title": "照片覆蓋層",
810             "traffic_signs": {
811                 "title": "交通號誌"
812             },
813             "photo_type": {
814                 "flat": {
815                     "title": "平面照片",
816                     "tooltip": "傳統照片"
817                 },
818                 "panoramic": {
819                     "title": "全景照片",
820                     "tooltip": "360度照片"
821                 }
822             }
823         },
824         "feature": {
825             "points": {
826                 "description": "點",
827                 "tooltip": "興趣點"
828             },
829             "traffic_roads": {
830                 "description": "通勤道路",
831                 "tooltip": "道路、巷弄等"
832             },
833             "service_roads": {
834                 "description": "服務性道路",
835                 "tooltip": "服務性道路,停車場通道、路徑等"
836             },
837             "paths": {
838                 "description": "通道",
839                 "tooltip": "人行道、步行徑、單車道等。"
840             },
841             "buildings": {
842                 "description": "建築物",
843                 "tooltip": "建築、亭子、倉庫等。"
844             },
845             "building_parts": {
846                 "description": "建物的一部分 ",
847                 "tooltip": "3D 建物和屋頂物件"
848             },
849             "indoor": {
850                 "description": "室內圖徵",
851                 "tooltip": "房間、走廊、迴廊等"
852             },
853             "landuse": {
854                 "description": "土地利用圖徵",
855                 "tooltip": "森林、農莊、公園、住宅區、商業區等。"
856             },
857             "boundaries": {
858                 "description": "邊界",
859                 "tooltip": "行政邊界"
860             },
861             "water": {
862                 "description": "水域圖徵",
863                 "tooltip": "河道、湖泊、池溏、蓄水池等"
864             },
865             "rail": {
866                 "description": "鐵路圖徵",
867                 "tooltip": "鐵路"
868             },
869             "pistes": {
870                 "description": "滑雪道",
871                 "tooltip": "滑雪場、雪橇道、滑冰道等"
872             },
873             "aerialways": {
874                 "description": "空中圖徵",
875                 "tooltip": "升降椅、吊船、Zip Lines等"
876             },
877             "power": {
878                 "description": "電力設施",
879                 "tooltip": "輸電線、發電廠、變電所等。"
880             },
881             "past_future": {
882                 "description": "過去/未來圖徽",
883                 "tooltip": "預定地,施工中,廢棄,拆除等。"
884             },
885             "others": {
886                 "description": "其他圖徽",
887                 "tooltip": "其他東西"
888             }
889         },
890         "area_fill": {
891             "wireframe": {
892                 "description": "不填充 (線條顯示)",
893                 "tooltip": "啟用線框模式,可以很容易地看到背景圖像。",
894                 "key": "W"
895             },
896             "partial": {
897                 "description": "部分填充",
898                 "tooltip": "區域只有外框部分有顏色填充。(新手畫圖者推薦選項)"
899             },
900             "full": {
901                 "description": "全部填充",
902                 "tooltip": "區域全部用顏色填充"
903             }
904         },
905         "settings": {
906             "custom_background": {
907                 "tooltip": "編輯自訂的背景",
908                 "header": "自訂背景圖片設定",
909                 "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}",
910                 "template": {
911                     "placeholder": "編輯網址模版"
912                 }
913             },
914             "custom_data": {
915                 "tooltip": "編輯自訂資料圖層",
916                 "header": "自訂地圖資料設定",
917                 "file": {
918                     "instructions": "選擇本機資料檔案。支援的檔案類型:\n   .gpx, .kml, .geojson, .json",
919                     "label": "瀏覽檔案"
920                 },
921                 "or": "或",
922                 "url": {
923                     "instructions": "輸入資料檔案 URL 或向量圖磚 URL 模板。有效的代號是:\n   {zoom} 或 {z}, {x}, {y} 為 Z/X/Y 圖磚結構",
924                     "placeholder": "輸入 URL"
925                 }
926             }
927         },
928         "preferences": {
929             "title": "偏好設定",
930             "description": "偏好設定",
931             "key": "P",
932             "privacy": {
933                 "title": "隱私",
934                 "privacy_link": "檢視 iD 的隱私權政策",
935                 "third_party_icons": {
936                     "description": "顯示第三方圖示",
937                     "tooltip": "取消勾選此方塊以避免從第三方網站(如維基共享資源、Facebook 或 Twitter)載入圖示。"
938                 }
939             }
940         },
941         "restore": {
942             "heading": "您有未儲存的變更",
943             "description": "您希望從先前的編輯工作階段中復原未儲存的變更嗎?",
944             "restore": "復原我的變更",
945             "reset": "放棄我的變更"
946         },
947         "save": {
948             "title": "儲存",
949             "help": "審閱您的修改並將它們上傳至 OpenStreetMap,讓其他使用者看見。",
950             "no_changes": "沒有修改需要儲存。",
951             "error": "嘗試儲存時發生了故障",
952             "status_code": "伺服器傳回的狀態碼{code}",
953             "unknown_error_details": "請確定你已經連上網路。",
954             "uploading": "正在上傳修改至 OpenStreetMap...",
955             "conflict_progress": "檢查衝突:{total} 中的 {num}",
956             "unsaved_changes": "你有未儲存的編輯",
957             "conflict": {
958                 "header": "解決編輯衝突",
959                 "count": "在{total}中有{num}個衝突 ",
960                 "previous": "< 上一個",
961                 "next": "下一個 >",
962                 "keep_local": "保留我的",
963                 "keep_remote": "使用他們的",
964                 "restore": "復原",
965                 "delete": "放棄資料",
966                 "download_changes": "或下載 osmChange 檔案",
967                 "done": "所有衝突已解決!",
968                 "help": "另一個使用者變更了您變更的相同的某些圖徽。\n在每個圖徽下面點選以取得更多衝突的資訊,並選取要保留\n您的變更或是其他使用者的變更。\n"
969             }
970         },
971         "merge_remote_changes": {
972             "conflict": {
973                 "deleted": "此圖徽已被 {user} 刪除。",
974                 "location": "此圖徽已被您與 {user} 同時移動。",
975                 "nodelist": "節點已被你和{user}改變了.",
976                 "memberlist": "關係成員已被你和{user}改變了。",
977                 "tags": "你改變了 <b>{tag}</b> 標籤為 \"{local}\" 並且 {user} 更改它為 \"{remote}\"。"
978             }
979         },
980         "success": {
981             "just_edited": "您剛編輯了開放街圖!",
982             "thank_you": "感謝您改進地圖。",
983             "thank_you_location": "感謝您改進了 {where} 附近的地圖。",
984             "thank_you_where": {
985                 "format": "{region}{separator}{place}",
986                 "separator": "-"
987             },
988             "help_html": "你編輯的變動應該過幾分會出現在開放街圖裡。其他的地圖更新需要花久一點時間。",
989             "help_link_text": "詳細資料",
990             "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",
991             "view_on_osm": "在OSM上顯示變動",
992             "changeset_id": "你的變更集 #:{changeset_id}",
993             "like_osm": "喜歡開放街圖嗎?與其他人聯繫:",
994             "more": "更多",
995             "events": "活動",
996             "languages": "語言:{languages}",
997             "missing": "清單上仍有遺漏資訊?",
998             "tell_us": "告訴我們!"
999         },
1000         "confirm": {
1001             "okay": "OK",
1002             "cancel": "取消"
1003         },
1004         "splash": {
1005             "welcome": "歡迎使用 iD 開放街圖編輯器",
1006             "text": "iD 編輯器是一個易用且強大的工具,以助您編輯世界上最好的自由世界地圖。這是版本 {version}。欲知詳情,請瀏覽 {website} 及於 {github} 回報臭蟲。",
1007             "privacy_update": "我們的隱私權政策最近已更新。",
1008             "privacy": "{updateMessage} 使用此軟體,即表示您同意 iD 隱私權政策,可以在 {here} 看到。",
1009             "walkthrough": "開始教學",
1010             "start": "現在就編輯"
1011         },
1012         "source_switch": {
1013             "live": "實況模式",
1014             "lose_changes": "您有尚未儲存的編輯,切換地圖伺服器會失去這些編輯。您是否確定要切換伺服器?",
1015             "dev": "開發模式"
1016         },
1017         "version": {
1018             "whats_new": "iD {version} 有什麼新東西"
1019         },
1020         "tag_reference": {
1021             "description": "描述",
1022             "on_wiki": "於wiki.osm.org上的 {tag}",
1023             "used_with": "可與 {type} 使用"
1024         },
1025         "zoom": {
1026             "in": "拉近",
1027             "out": "拉遠"
1028         },
1029         "cannot_zoom": "在此模式下不能再縮小。",
1030         "full_screen": "啟動全螢幕",
1031         "QA": {
1032             "improveOSM": {
1033                 "title": " ImproveOSM 偵測",
1034                 "geometry_types": {
1035                     "path": "路徑",
1036                     "parking": "停車場",
1037                     "road": "道路",
1038                     "both": "道路和停車場"
1039                 },
1040                 "directions": {
1041                     "east": "東",
1042                     "north": "北",
1043                     "northeast": "東北",
1044                     "northwest": "西北",
1045                     "south": "南",
1046                     "southeast": "東南",
1047                     "southwest": "西南",
1048                     "west": "西"
1049                 },
1050                 "error_types": {
1051                     "ow": {
1052                         "title": "遺失的單行道",
1053                         "description": "沿著選取的 {highway},{num_trips} 中有 {percentage}% 記錄從 {from_node} 到 {to_node} 的旅程,也許遺失 \"oneway\" 標籤。"
1054                     },
1055                     "mr": {
1056                         "title": "遺失幾何性質",
1057                         "description": "{num_trips} 記錄的旅程資料,顯示也許這裡有未繪製的  {geometry_type}。 ",
1058                         "description_alt": "從第三方而來的資料表示這裡可能有未繪製的 {geometry_type}。"
1059                     },
1060                     "tr": {
1061                         "title": "遺失的轉彎限制",
1062                         "description": "{num_trips} 中 {num_passed} 記錄  (travelling {travel_direction}) 的旅程中,有在 {junction} 從  {from_way} 到 {to_way},也許有遺失的 \"{turn_restriction}\" 的限制。"
1063                     }
1064                 }
1065             },
1066             "keepRight": {
1067                 "title": "KeepRIght 錯誤",
1068                 "detail_title": "錯誤",
1069                 "detail_description": "説明",
1070                 "comment": "評論",
1071                 "comment_placeholder": "輸入評論以與其他使用者分享。",
1072                 "close": "關閉(錯誤已修正)",
1073                 "ignore": "忽略(並非錯誤)",
1074                 "save_comment": "儲存評論",
1075                 "close_comment": "關閉並評論",
1076                 "ignore_comment": "忽略並評論",
1077                 "error_parts": {
1078                     "this_node": "這個節點",
1079                     "this_way": "這條路徑",
1080                     "this_relation": "這個關聯",
1081                     "this_oneway": "這條單行道",
1082                     "this_highway": "這條公路",
1083                     "this_railway": "這條鐵道",
1084                     "this_waterway": "這個水路",
1085                     "this_cycleway": "這條自行車道",
1086                     "this_cycleway_footpath": "這條自行車道/人行道",
1087                     "this_riverbank": "這個河濱",
1088                     "this_crossing": "這個人行穿越道",
1089                     "this_railway_crossing": "這個鐵路平交道",
1090                     "this_bridge": "這條橋",
1091                     "this_tunnel": "這個隧道",
1092                     "this_boundary": "這個邊界",
1093                     "this_turn_restriction": "這個轉彎限制",
1094                     "this_roundabout": "這個圓環",
1095                     "this_mini_roundabout": "這個小型迴旋處",
1096                     "this_track": "這個土路",
1097                     "this_feature": "這個圖徵",
1098                     "highway": "公路",
1099                     "railway": "鐵道",
1100                     "waterway": "水道",
1101                     "cycleway": "自行車道",
1102                     "cycleway_footpath": "自行車道/人行道",
1103                     "riverbank": "河濱",
1104                     "place_of_worship": "禮拜場所",
1105                     "pub": "酒館",
1106                     "restaurant": "餐廳",
1107                     "school": "學校",
1108                     "university": "大學",
1109                     "hospital": "醫院",
1110                     "library": "圖書館",
1111                     "theatre": "劇院",
1112                     "courthouse": "法院",
1113                     "bank": "銀行",
1114                     "cinema": "電影院",
1115                     "pharmacy": "藥房",
1116                     "cafe": "咖啡廳",
1117                     "fast_food": "快餐店",
1118                     "fuel": "加油站",
1119                     "from": "從",
1120                     "to": "至",
1121                     "left_hand": "左手",
1122                     "right_hand": "右手"
1123                 },
1124                 "errorTypes": {
1125                     "20": {
1126                         "title": "同一地點有多個節點",
1127                         "description": "這一地點有超過一個節點,Node IDs: {var1}。"
1128                     },
1129                     "30": {
1130                         "title": "非閉合區域",
1131                         "description": "{var1} 被標示為 \"{var2}\" 而且必須是封閉區域。"
1132                     },
1133                     "40": {
1134                         "title": "不合理的單行道",
1135                         "description": "{var2} 的第一個節點 {var1} 並沒有連接到其他路徑。"
1136                     },
1137                     "41": {
1138                         "description": "{var2} 的最後一個節點 {var1} 並沒有連接到其他路徑。"
1139                     },
1140                     "42": {
1141                         "description": "你無法到達 {var1},因為其他到達的路徑都是單行道。"
1142                     },
1143                     "43": {
1144                         "description": "你無法脫離 {var1},因為其他到達的路徑都是單行道。"
1145                     },
1146                     "50": {
1147                         "title": "幾乎是交叉",
1148                         "description": "{var1} 非常接近,但沒有連接到路徑 {var2}。"
1149                     },
1150                     "60": {
1151                         "title": "已棄用的標籤",
1152                         "description": "{var1} 使用已棄用的標籤 \"{var2}\"。請使用 \"{var3}\" 替代。"
1153                     },
1154                     "70": {
1155                         "title": "缺少標籤",
1156                         "description": "{var1} 有空白標籤:\"{var2}\"。"
1157                     },
1158                     "71": {
1159                         "description": "{var1} 並沒有標籤。"
1160                     },
1161                     "72": {
1162                         "description": "{var1} 不屬於任何一項路徑且不具有任何標籤。"
1163                     },
1164                     "73": {
1165                         "description": "{var1} 帶有 \"{var2}\" 標籤但未有 \"highway\" 標籤。"
1166                     },
1167                     "74": {
1168                         "description": "{var1} 有空白標籤:\"{var2}\"。"
1169                     },
1170                     "75": {
1171                         "description": "{var1} 有名稱 \"{var2}\" 但無其他標籤。"
1172                     },
1173                     "90": {
1174                         "title": "高速公路缺少道路編號",
1175                         "description": "因 {var1} 標記為高速公路, 故其應有 \"ref\" 、 \"nat_ref\" 或 \"int_ref\" 任一標籤。"
1176                     },
1177                     "100": {
1178                         "title": "禮拜場所未標註所屬宗教",
1179                         "description": "因 {var1} 標記為禮拜場所,故其應有宗教教派標籤。"
1180                     },
1181                     "110": {
1182                         "title": "興趣點沒有名稱",
1183                         "description": "因 {var1} 被標記為 \"{var2}\",故此應有名稱標籤。"
1184                     },
1185                     "120": {
1186                         "title": "沒有節點的路徑",
1187                         "description": "{var1} 只有單一節點。"
1188                     },
1189                     "130": {
1190                         "title": "未連結路徑",
1191                         "description": "{var1} 沒有連接到地圖其他地方。"
1192                     },
1193                     "150": {
1194                         "title": "缺少標籤的平交道",
1195                         "description": "道路和鐵路交叉的 {var1} 需要被標為 \"railway=crossing\" 或是 \"railway=level_crossing\"。"
1196                     },
1197                     "160": {
1198                         "title": "鐵路圖層衝突",
1199                         "description": "{var1} 此處有不同層數的路徑 (如:隧道或橋樑) 互相連接。"
1200                     },
1201                     "170": {
1202                         "title": "FIXME 標籤的項目",
1203                         "description": "{var1} 帶有 FIXME 標籤: {var2}"
1204                     },
1205                     "180": {
1206                         "title": "沒有類別的關係",
1207                         "description": "{var1} 缺少 \"type\" 標籤。"
1208                     },
1209                     "190": {
1210                         "title": "相交但沒有交插",
1211                         "description": "{var1} 雖與 {var2} {var3} 相交,但其交叉點缺少路口交叉節點、橋樑或隧道。"
1212                     },
1213                     "200": {
1214                         "title": "相互重疊的路徑",
1215                         "description": "{var1} 重疊於 {var2} {var3} 之上。"
1216                     },
1217                     "210": {
1218                         "title": "自我相交路徑",
1219                         "description": "自我交叉的路徑有未明確的問題。"
1220                     },
1221                     "211": {
1222                         "description": "{var1} 多次含有多於一個節點,節點如下: {var2} 。請注意這不一定代表錯誤。"
1223                     },
1224                     "212": {
1225                         "description": "{var1} 僅含有兩個不同節略而其中一個節點被包含在内多於一次。"
1226                     },
1227                     "220": {
1228                         "title": "拼寫錯誤的標籤",
1229                         "description": "{var1} 被標記為 \"{var2}\" 但 \"{var3}\" 看似是屬於 \"{var4}\"。"
1230                     },
1231                     "221": {
1232                         "description": "{var1} 帶有可能不符描述的標籤 \"{var2}\"。"
1233                     },
1234                     "230": {
1235                         "title": "圖層衝突",
1236                         "description": "{var1} 是一個不同層數路徑之交叉點。"
1237                     },
1238                     "231": {
1239                         "description": "{var1} 是一個不同層數路徑 {var2} 之交叉點。",
1240                         "layer": "(圖層: {layer})"
1241                     },
1242                     "232": {
1243                         "description": "{var1} 被標記為 \"layer={var2}\"。雖其看似怪異但未必是錯誤。"
1244                     },
1245                     "270": {
1246                         "title": "不尋常的高速公路連結",
1247                         "description": "{var1} 是高速公路和其他不是 \"motorway\", \"motorway_link\", \"trunk\", \"rest_area\", 或是 \"construction\" 交叉的狀況。連結到 \"service\" 或是 \"unclassified\" 只有在 \"access=no/private\" 狀況才有效,或是連到高速高路服務區,會是有 \"service=parking_aisle\"。"
1248                     },
1249                     "280": {
1250                         "title": "標界問題",
1251                         "description": "這個標界有未指明的問題。"
1252                     },
1253                     "281": {
1254                         "title": "標界缺少名稱",
1255                         "description": "{var1} 缺少名稱。"
1256                     },
1257                     "282": {
1258                         "title": "標界缺少邊界等級",
1259                         "description": " {var1} 的標界並沒有效的 admin_level,請不要加混合的層級 (例如 \"6;7\"),請從最低的標界層級 admin_level 下標籤。"
1260                     },
1261                     "283": {
1262                         "title": "標界不是一個閉合形狀",
1263                         "description": "{var1} 的標界不是一個閉合形狀"
1264                     },
1265                     "284": {
1266                         "title": "邊界已經分割",
1267                         "description": "{var1} 的標界在此處分開。"
1268                     },
1269                     "285": {
1270                         "title": "邊界 admin_level 太高了",
1271                         "description": "{var1} 有 \"admin_level={var2}\",但屬於比較低的 \"admin_level\"(例如較高的優先);應該在所有的關聯中有最低的 \"admin_level\"。"
1272                     },
1273                     "290": {
1274                         "title": "限制問題",
1275                         "description": "這個限制有未指明的問題。"
1276                     },
1277                     "291": {
1278                         "title": "限制遺失種類",
1279                         "description": "{var1} 帶有無法辨識的限制類型。"
1280                     },
1281                     "292": {
1282                         "title": "道路限制缺少 \"from\" 的路徑。",
1283                         "description": "{var1} 擁有 {var2} 個 \"from\" 的成員,但該項應只有1個成員。"
1284                     },
1285                     "293": {
1286                         "title": "道路限制缺少 \"to\" 的路徑。",
1287                         "description": "{var1} 擁有 {var2} 個 \"to\" 的成員,但該項應只有1個成員。"
1288                     },
1289                     "294": {
1290                         "title": "道路限制的 \"from\" 或 \"to\" 的成員並非路徑。",
1291                         "description": "{var1} 擁有\"from\" 或 \"to\" 的成員,但該項應為路徑。{var2}。"
1292                     },
1293                     "295": {
1294                         "title": "道路限制的 \"via\" 的成員並非終點。",
1295                         "description": "{var1} 擁有 \"via\" (節點 {var2}) 並不是 \"{var3}\" (路徑 {var4}) 第一個或最後一個成員。"
1296                     },
1297                     "296": {
1298                         "title": "不常見的限制角度",
1299                         "description": "{var1} 擁有限制類型 \"{var2}\" ,但是角度是 {var3} 度,也許這種限制類型並不洽當?"
1300                     },
1301                     "297": {
1302                         "title": "\"to\" 路徑方向錯誤",
1303                         "description": "{var1} 並不符合往路徑 {var2} 的 \"to\" 方向"
1304                     },
1305                     "298": {
1306                         "title": "冗餘的道路限制 - 單行道",
1307                         "description": "{var1} 可能為冗餘標籤。項目已有 {var2} 的 \"oneway\" 單行道標籤限制進入。"
1308                     },
1309                     "300": {
1310                         "title": "缺少最高速限",
1311                         "description": "{var1}  缺少「最高速限」的標籤,而且也被標為高速公路、快速道路、主要道路或次要道路。"
1312                     },
1313                     "310": {
1314                         "title": "圓環問題",
1315                         "description": "這個圓環有未指明的問題。"
1316                     },
1317                     "311": {
1318                         "title": "圓環並非閉合環狀",
1319                         "description": "{var1} 屬於圓環的一部分,但是並非封閉的路線。(靠近圓環分離的行車道不應該被標為圓環)。"
1320                     },
1321                     "312": {
1322                         "title": "圓環行車方向錯誤",
1323                         "description": "如果 {var1} 在一個有 {var2} 交通規則的國家內,看來交通方向錯了。"
1324                     },
1325                     "313": {
1326                         "title": "圓環有弱的連結",
1327                         "description": "{var1} 僅有連接 {var2} 條道路。圓環一般而言會與 3 條或以上的道路相連。"
1328                     },
1329                     "320": {
1330                         "title": "不當的連絡道連接",
1331                         "description": "{var1} 被標為 \"{var2}\",但是並沒有連到其他 \"{var3}\" 或是\"{var4}\"。"
1332                     },
1333                     "350": {
1334                         "title": "不當的橋樑標籤",
1335                         "description": "{var1} 並沒有像週遭的路徑那樣有共同的標籤,顯示橋樑的目標,應該有標籤: {var2}。"
1336                     },
1337                     "360": {
1338                         "title": "缺少在地名稱標籤",
1339                         "description": "{var1} 如果有在地名稱 \"name:XX={var2}\" 會更好,而 XX 顯示是在地名稱 \"{var2}\" 的語言。"
1340                     },
1341                     "370": {
1342                         "title": "重覆地標",
1343                         "description": "{var1} 擁有與附近路徑  {var2} {var3} 相同的標籤,而且看來是多餘的。",
1344                         "including_the_name": "(含有名稱 {name})"
1345                     },
1346                     "380": {
1347                         "title": "非運動使用的運動標籤",
1348                         "description": "{var1} 被標為 \"{var2}\",但沒有實體標籤 (例如 \"leisure\", \"building\", \"amenity\", 或是 \"highway\")。"
1349                     },
1350                     "390": {
1351                         "title": "缺失道路種類",
1352                         "description": "{var1} 缺少 \"tracktype\" 標籤。"
1353                     },
1354                     "400": {
1355                         "title": "形狀問題",
1356                         "description": "這個幾何形狀有未指明的問題。"
1357                     },
1358                     "401": {
1359                         "title": "缺少轉彎限制",
1360                         "description": "路徑 {var1} 和 {var2} 用很尖銳的角度連接,而且沒有 oneway 標籤或是轉彎限制防止轉彎。"
1361                     },
1362                     "402": {
1363                         "title": "不合理的角度",
1364                         "description": "{var1} 在此以一個陡急的角度彎曲。"
1365                     },
1366                     "410": {
1367                         "title": "網站問題",
1368                         "description": "聯絡網址和 URL 有未指名的問題。"
1369                     },
1370                     "411": {
1371                         "description": "{var1} 也許有過期的 URL:{var2} 回傳 HTTP 狀態代碼 {var3}。"
1372                     },
1373                     "412": {
1374                         "description": "{var1} 也許有過期的 URL:{var2} 包含怪怪的文字 \"{var3}\"。"
1375                     },
1376                     "413": {
1377                         "description": "{var1} 也許有過期的 URL:{var2} 並沒有包含關鍵字 \"{var3}\"。"
1378                     }
1379                 }
1380             }
1381         },
1382         "streetside": {
1383             "tooltip": "微軟的街景照片",
1384             "title": "Bing Streetside",
1385             "report": "回報關於此照片的隱私疑慮",
1386             "view_on_bing": "在 Bing Maps 上檢視",
1387             "hires": "高解析度"
1388         },
1389         "mapillary_images": {
1390             "tooltip": "從 Mapillary 來的街道級照片"
1391         },
1392         "mapillary_map_features": {
1393             "title": "圖徵",
1394             "tooltip": "從 Mapillary 來的圖徵",
1395             "request_data": "請求資料",
1396             "construction": {
1397                 "flat": {
1398                     "crosswalk_plain": "一般人行穿越道"
1399                 }
1400             },
1401             "marking": {
1402                 "discrete": {
1403                     "crosswalk_zebra": "斑馬線人行穿越道"
1404                 }
1405             },
1406             "object": {
1407                 "banner": "橫幅",
1408                 "bench": "長椅",
1409                 "bike_rack": "自行車架",
1410                 "billboard": "廣告牌",
1411                 "catch_basin": "捕撈盆",
1412                 "cctv_camera": "監視器",
1413                 "fire_hydrant": "消防栓",
1414                 "mailbox": "郵筒",
1415                 "manhole": "人孔",
1416                 "phone_booth": "電話亭",
1417                 "sign": {
1418                     "advertisement": "廣告",
1419                     "information": "資訊標誌",
1420                     "store": "商店標誌"
1421                 },
1422                 "street_light": "路燈",
1423                 "support": {
1424                     "utility_pole": "電線桿"
1425                 },
1426                 "traffic_cone": "交通錐",
1427                 "traffic_light": {
1428                     "cyclists": "單車紅綠燈",
1429                     "general_horizontal": "水平紅綠燈",
1430                     "general_single": "單燈紅綠燈",
1431                     "general_upright": "垂直紅綠燈",
1432                     "other": "紅綠燈",
1433                     "pedestrians": "行人紅綠燈"
1434                 },
1435                 "trash_can": "垃圾桶"
1436             }
1437         },
1438         "mapillary": {
1439             "title": "Mapillary",
1440             "signs": {
1441                 "tooltip": "從 Mapillary 偵測到的交通號誌"
1442             },
1443             "view_on_mapillary": "在 Mapillary 檢視這張照片"
1444         },
1445         "openstreetcam_images": {
1446             "tooltip": "從 OpenStreetCam 而來的街道級照片"
1447         },
1448         "openstreetcam": {
1449             "title": "OpenStreetCam",
1450             "view_on_openstreetcam": "在 OpenStreetCam 檢視這張圖片"
1451         },
1452         "note": {
1453             "note": "註記",
1454             "title": "編輯註記",
1455             "anonymous": "匿名",
1456             "closed": "(已關閉)",
1457             "commentTitle": "評論",
1458             "status": {
1459                 "opened": "已開啟 {when}",
1460                 "reopened": "再次開啟 {when}",
1461                 "commented": "評論 {when}",
1462                 "closed": "關閉 {when}"
1463             },
1464             "newComment": "新評論",
1465             "inputPlaceholder": "輸入評論以與其他使用者分享。",
1466             "close": "關閉註記",
1467             "open": "重新開啟註記",
1468             "comment": "評論",
1469             "close_comment": "關閉並評論",
1470             "open_comment": "重新開啟並評論",
1471             "report": "回報",
1472             "new": "新的備註",
1473             "newDescription": "描述問題。",
1474             "save": "儲存備註",
1475             "login": "您必須登入以變更或評論此註記。",
1476             "upload_explanation": "您的評論將會讓所有開放街圖的使用者都可以看到。",
1477             "upload_explanation_with_user": "您對 {user} 的評論將會讓所有開放街圖的使用者都可以看到。"
1478         },
1479         "help": {
1480             "title": "說明文件",
1481             "key": "H",
1482             "help": {
1483                 "title": "說明文件",
1484                 "welcome": "歡迎來到 [開放街圖](https://www.openstreetmap.org/)的 iD 編輯器。使用 iD 編輯器能讓你在網頁瀏覽器更新開放街圖。",
1485                 "open_data_h": "開放資料",
1486                 "open_data": "在地圖上面的編輯變動會讓所有使用開放街圖的人看到。你的編輯必須基於個人知識,現地踏察,或是收集的空照或是街景影像。從商業來源如 Google 地圖,則[嚴重禁止](https://www.openstreetmap.org/copyright)。",
1487                 "before_start_h": "在開始之前",
1488                 "before_start": "你應該先熟悉開放街圖以及編輯器之前再開始編輯。iD 編輯器中有教學能教你基本編輯開放街圖的方法。點螢幕上的\"開始新手教學\"進行新手教學-這只會花 15 分鐘。",
1489                 "open_source_h": "開源",
1490                 "open_source": "iD 編輯器是共同協作的開源專案,你現在則是使用 {version} 版本。專案的原始碥在 [GitHub 上面](https://github.com/openstreetmap/iD)。",
1491                 "open_source_help": "你可以藉由[翻譯](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) 或是 [回報臭蟲](https://github.com/openstreetmap/iD/issues),協助 iD 專案的發展。"
1492             },
1493             "overview": {
1494                 "title": "概要",
1495                 "navigation_h": "瀏覽",
1496                 "navigation_drag": "你藉由按住 {leftclick} 滑鼠左鍵和移動滑鼠拖動地圖。你也可以使用鍵盤上的  `↓`, `↑`, `←`, `→` 方向鍵移動。",
1497                 "navigation_zoom": "你可以用滑鼠滾輪或是觸控版放大或縮小,或是按地圖旁的 {plus} / {minus} 按鈕。你也可以用鍵盤上的  `+`, `-` 鍵。",
1498                 "features_h": "圖徵",
1499                 "features": "我們用字詞*圖徵*來描述地圖上會出現的東西,像是道路、建築、或是興趣點。任何在現實世界出現的東西,都可以當作圖徵畫到開放街圖上面。地圖圖徵在地圖上以*點*、*線*或是*區域*的方式呈現。",
1500                 "nodes_ways": "在開放街圖裡,點有時候被稱為*節點*,而線和區域則被稱為*路徑*。"
1501             },
1502             "editing": {
1503                 "title": "編輯及儲存",
1504                 "select_h": "選取",
1505                 "select_left_click": "對著圖徵按 {leftclick} 左鍵選擇,則會用高亮度顯示加上會發光,而側邊欄則會顯示關於圖徵的詳細內容,像是名稱或是地址。",
1506                 "select_right_click": "對著圖徵按 {rightclick} 右鍵則會顯示編輯選單,列出可以執行的指令,像是旋轉、移動和刪除。",
1507                 "multiselect_h": "多重選擇",
1508                 "multiselect_shift_click": "`{shift}`+{leftclick} 按左鍵來一次選擇多個圖徵,這讓移動或刪除多個物件更為容易。",
1509                 "multiselect_lasso": "另一個多重選擇的方式是按住 `{shift}` 鍵,然後按 {leftclick} 左鍵拖動滑鼠拉出選擇方框。而所有在方框區域內的節點都會被選擇。",
1510                 "undo_redo_h": "復原及重複動作",
1511                 "undo_redo": "你的編輯都會存在本地的瀏覽器裡,直到你選擇上傳到開放街圖伺服器上。你可以點 {undo} **復原**按鈕來復原先前的編輯, {redo} 取消復原按鍵來取消復原。",
1512                 "save_h": "儲存",
1513                 "save": "點 {save} **儲存** 完成你的編輯並傳送到開放街圖。你應該記得你必須時常儲存你的成果! ",
1514                 "save_validation": "在儲存畫面,你有機會回顧你做了什麼。iD 會進行基本的檢查,確保沒有遺失的資料,以及提供有幫助的建議,還有在怪怪的時候提出警告。",
1515                 "upload_h": "上傳",
1516                 "upload": "在上傳你的變動之前,你必須輸入 [編輯變動留言](https://wiki.openstreetmap.org/wiki/Good_changeset_comments)。接著按**上傳**來傳送你的變動到開放街圖,然後這業變動會合併到地圖上,每個人都看得到。",
1517                 "backups_h": "自動備份",
1518                 "backups": "如果你無法在一次完成你的編輯,比如說你的電腦當機,或是你關掉瀏覽器分頁,你的編輯仍儲存在瀏覽器的儲存空間。之後你可以回來(同一台電腦的的同一個瀏覽器),iD 會讓你恢復你的工作。",
1519                 "keyboard_h": "鍵盤快速鍵",
1520                 "keyboard": "您可以透過按下 `?` 鍵瀏覽鍵盤快捷鍵清單"
1521             },
1522             "feature_editor": {
1523                 "title": "圖徵編輯器",
1524                 "intro": "*圖徵編輯器*會出現在地圖旁邊,允許你看到和編輯你選擇圖徵所有的資訊。",
1525                 "definitions": "上半部分會顯示圖徵的類型,中間部分則有顯示圖徵內容,像是名字或地址的*欄位*。",
1526                 "type_h": "圖徵類型",
1527                 "type": "你可以點選圖徵類型來改變不同的圖徵類型。所有現實世界存在的東西都可以加到開放街圖上面,所以總共有成千種圖徵類型能夠選擇。",
1528                 "type_picker": "類選選擇器顯示最常見的圖徵類儒,像是公園、醫院、餐廳、道路建築。你可以藉由在搜尋框輸入任何東西來搜尋。你也可以點選圖徵類型旁邊的 {inspect} **資訊**圖示來得到更多資訊。",
1529                 "fields_h": "欄位",
1530                 "fields_all_fields": "\"所有欄位\"部分含有你能編輯,所有圖徵的詳細資訊。在開放街圖,所有的欄位都是選擇性的,你不確定的話可以選擇留空。",
1531                 "fields_example": "每一個圖徵類型會有不同的欄位。舉例來說,道路類可能就有路面和速限的欄位,而餐廳則會顯示食物類型,以及營業時間的欄位。",
1532                 "fields_add_field": "你也可以按下拉選單\"新增欄位\",增加新的欄位,像是描述、維基百科連結、輪椅通通等項目。",
1533                 "tags_h": "標籤",
1534                 "tags_all_tags": "下面的欄位選擇,你可以展開\"所有標籤\"部分,替你選擇的圖徵加上任何在開放街圖上面的標籤。每一個標籤由一個\"鍵\"和\"值\"構成,資料元件定義所有在開放街圖上儲存的圖徵。",
1535                 "tags_resources": "編輯圖徵的標籤需要開放街圖進階的知識。你應該參考 [開放街圖 Wiki](https://wiki.openstreetmap.org/wiki/Main_Page) 或 [Taginfo](https://taginfo.openstreetmap.org/) 熟悉已經被接受的開放街圖標籤慣例。"
1536             },
1537             "points": {
1538                 "title": "點",
1539                 "intro": "*點*可以用來表示像是商店、餐廳和紀念碑的圖徵。他們佔據特定的地點,描述在那裡的東西。",
1540                 "add_point_h": "新增點",
1541                 "add_point": "要新增一個點,點選地圖上面工具列 {點} **點**按鈕,或是按快速鍵 `1`。這會讓滑鼠遊標變成十字圖樣。",
1542                 "add_point_finish": "要在地圖放置新的點,將滑鼠十字移到點的位置,接著按 {leftclick} 左鍵或按`空白鍵`。",
1543                 "move_point_h": "移動點",
1544                 "move_point": "要移動點的話,請將滑鼠指標移到點的上面,接著按下去然後按住 {leftclick} 左鍵不放,然後移到點到新的位置。",
1545                 "delete_point_h": "刪除點",
1546                 "delete_point": "刪除現實世界不存在的圖徵是很 OK 的事情。從開放街圖刪除圖徵,意味著從每個人會用到的地圖移除,所以你必須確定圖徵確實不在了,才真的刪除圖徵。",
1547                 "delete_point_command": "要刪去一個點,  {rightclick} 右鍵點選該點以打開編輯選單,然後選擇 {delete} **刪除** 指令。"
1548             },
1549             "lines": {
1550                 "title": "線",
1551                 "intro": "*線*用來代表像是道路、鐵路和河流。線應沿著被代表物體的中心繪製。",
1552                 "add_line_h": "新增線",
1553                 "add_line": "要新增線,點地圖上方工具列的 {line} **線**按鈕,或是按快速鍵 `2`。這會讓滑鼠指標變成十字形狀。",
1554                 "add_line_draw": "接下來,移動滑鼠指標到線開始的地方,按下 {leftclick} 左鍵,或是按`空白鍵`開始沿著線放置點。按著或是用`空白鍵`增加更多點,而在繪製的過程,你可以放大地圖,或是拖拉地圖來增加更多細節。",
1555                 "add_line_finish": "要完成畫線,按下 `{return}` 或對該線最後一個節點點擊一次。",
1556                 "modify_line_h": "變更線",
1557                 "modify_line_dragnode": "有時候你會看線的形狀並不正確,比方說道路並沒有與背景影像重合。要調整線的形狀,首先按 {leftclick} 左鍵選取線,所有線的點都會變成小的圓圈,接著你可以拖動這些點到更適合的位置。",
1558                 "modify_line_addnode": "你也可以沿著線新增點,在線上 {leftclick} **x2** 點兩下,或是拖動點跟點中間的小三角形。",
1559                 "connect_line_h": "連結線",
1560                 "connect_line": "路要適當連結,不只方便地圖顯示,還是提供導航最基本的方式。",
1561                 "connect_line_display": "道路的交叉處會用灰色圓圈表示,而線的尾段如無連到任何東西,則是用較大的白色圓圈代表。",
1562                 "connect_line_drag": "要讓線連到其他圖徵,則要將線的節點接到其他圖徵上,直到兩個圖徵接合為止。小技巧:你可以按著 `{alt}` 鍵避免點連到其他圖徵。",
1563                 "connect_line_tag": "如果你的交叉處是交通號誌或是穿越道,你可以藉由選取連接的點,然後用圖徵編輯器選取正確的圖徵類似來增加。",
1564                 "disconnect_line_h": "切斷線",
1565                 "disconnect_line_command": "要將道路從其他圖徵切斷,對著選取的節點按 {rightclick} 右健,然後在編輯選單選取 {disconnect} **切斷命令。",
1566                 "move_line_h": "移動線",
1567                 "move_line_command": "要移動整條線,用 {rightclick} 右鍵點線然後選擇選單 {move} **移動** 指令。接著移動滑鼠,用 {leftclick} 左鍵點要移動到的新地點。",
1568                 "move_line_connected": "有連到其他圖徵的線,則在移動線的同時也被移動到新地點。iD 可能會阻止你不讓你移動線到與其他連接的線交叉。",
1569                 "delete_line_h": "刪除線段",
1570                 "delete_line": "如果一條線都不對,舉例來說道路並不存在真實世界,當然你可以刪除。當你要刪除圖徵時請小心:背景影像也許過時,而看起來錯誤的道路也許是新修築的。",
1571                 "delete_line_command": "要刪除線,對著線按 {rightclick} 右鍵選取,接著在顯示的編輯選單,使用 {delete} **刪除**指令。"
1572             },
1573             "areas": {
1574                 "title": "區域",
1575                 "intro": "*區埔通常用來顯示有邊界的圖徵,像是湖泊、建築、住宅區。區域應當沿著圖徵邊緣繪製,舉例來說就是沿著建築物地基繪製。",
1576                 "point_or_area_h": "點或區域?",
1577                 "point_or_area": "許多圖徵能夠用點或是區域表示。你應該儘可能用區域來畫建築和其他東西的外框。將節點放在建築區域裡來表示商家、便利設施和其他在位於建築的圖徵。",
1578                 "add_area_h": "新增區域",
1579                 "add_area_command": "要增加區域,在地圖上方工具列點 {aera} **區域**按鈕,或是按快速鍵 `3`,這會讓滑鼠指標變成十字形。",
1580                 "add_area_draw": "接著,移動滑鼠指標到圖徵的角落,然後點 {leftclick} 左鍵,或是按`空白鍵`來放置點到區域的邊緣。繼續按著放置更多點,或是按`空白鍵`。當你在繪製的時候,你可以放大或是拖動地圖來增加更多細節。",
1581                 "add_area_finish": "要完成繪製區域,按 `{return}` 或再次點第一個點或最後一個點。",
1582                 "square_area_h": "直角角落",
1583                 "square_area_command": "許多圖徵像是建築有直角,要直角化區域的角落,則對著區域的邊緣按 {rightclick} 右鍵,然後選擇編輯選單 {orthogonalize} **方角化**指令。",
1584                 "modify_area_h": "變動區域",
1585                 "modify_area_dragnode": "你會常看到形狀不太對的區域,比如說跟背景影像不太符合的建築物。要修正區域的形狀,先按 {leftclick} 左鍵選擇區域,所有區域上的點會以小圓圈顯示,你可以拖動這些點到更適當的地點。",
1586                 "modify_area_addnode": "你也可以藉由區域邊緣上 {leftclick} **x2** 點兩下新增點,或是拖動兩點中間的小三角形來新增點。",
1587                 "delete_area_h": "刪除區域",
1588                 "delete_area": "如果區域畫得完全不對,像是真實世界並不存在那棟建築,那麼你可以放心刪除。但當刪除時請小心 - 背景影像也許已經過時了,那棟怪怪的建築也許只是新蓋好的建築。",
1589                 "delete_area_command": "要刪除區域,請對著區域按 {rightclick} 右鍵選取,接著出現編輯選單,然後使用 {delete} **刪除**指令。"
1590             },
1591             "relations": {
1592                 "title": "關聯",
1593                 "intro": "*關聯*是開放街圖特殊型態的圖徵,能夠將其他圖徵組織成一組。屬於關聯的圖徵被稱為*成員*,而每個成員在關聯裡都會有*角色*。",
1594                 "edit_relation_h": "編輯關聯",
1595                 "edit_relation": "在圖徵編輯器裡的最下面,你可以展開\"所有關係\"部分,能看到選擇的圖徵是那些關聯的成員。你可以點選關聯選擇和編輯關聯。",
1596                 "edit_relation_add": "要將圖徵加到關聯裡,選擇圖徵,接著點圖徵編輯器中\"所有關係\"部分的 {plus} 加號按鈕。你可以從附近關聯的清單選擇,或是選\"新關係...\"選項。",
1597                 "edit_relation_delete": "你也可以按 {delete} **刪除**按鈕將關聯中的選擇圖徵移除。如果你移除關聯中所有的成員,關聯也將被自動刪除。",
1598                 "maintain_relation_h": "維護關聯",
1599                 "maintain_relation": "大部分的情形來說,你編輯時 iD 會自動維護關聯,你應當特別注意替換關聯中的成員。舉例來說,如果你刪除一段路,用新繪製的路段取代,你應當如同原來的一樣,將新的部分加到同一個關聯 (路線、轉彎限制等)。",
1600                 "relation_types_h": "關聯種類",
1601                 "multipolygon_h": "多重多邊形",
1602                 "multipolygon": "*多重多邊形*關聯是擁有一個或多個*外框*以及一個或多個內部圖徵的群組。外框圖徵定義多重多邊形的外圍,而內部圖徵則定義次區域或是多重多邊形內部的洞。",
1603                 "multipolygon_create": "要創建多重多邊形,像是建築內有洞的狀況,要用區域的方式先畫外框,再來用線段或是不同形狀區塊的方式畫內部的邊緣。接著 `{shift}`+{leftclick}  左鍵同時選擇兩個圖徵,{rightclick} 右鍵點下去之後出現編輯選單,接著選 {merge} **合併**命令。 ",
1604                 "multipolygon_merge": "合併數個線段或區域會產生以所有選擇區域為成員新的多重多邊形。iD 會自動選擇是內部還是外部的角色,取決於那個圖徵是否在某一個圖徵裡面。",
1605                 "turn_restriction_h": "轉彎限制",
1606                 "turn_restriction": "*轉彎限制*關聯是有數個交叉道路的群組。轉彎限制由*從*道,*經由*節點或道路,以及*到*道路。",
1607                 "turn_restriction_field": "要編輯轉彎限制,選擇兩個以上道路交叉的節點。圖徵編輯器則會顯示特別的\"轉彎限制\"欄位,欄位裡有交叉點相關的模式。",
1608                 "turn_restriction_editing": "在\"轉彎限制\"欄位中,點選\"從\"道路,接著看是允許或是限制\"到\"道路。你可以點轉彎圖示切換允許或是限制,iD 會依據從、經由、到的角色,自動新建關聯。",
1609                 "route_h": "路線",
1610                 "route": "*路線*關聯是一個由一個或多個線段圖徵組成的道路網路群組,像是公車路線、火車路線或是公路路線。",
1611                 "route_add": "要增加圖徵到路線關聯,選擇圖徵在圖徵編輯器,向下滾動到\"所有關係\"部分,接著點 {plus} 加號按鈕,增加圖徵到鄰近已存在或是新的關聯中。",
1612                 "boundary_h": "邊界",
1613                 "boundary": "*邊界*關聯是一個由一個或多個線段圖徵組成的行政邊界。",
1614                 "boundary_add": "要增加圖徵到邊界關聯,選擇圖徵在圖徵編輯器,向下滾動到\"所有關係\"部分,接著點 {plus} 加號按鈕,增加圖徵到鄰近已存在或是新的關聯中。"
1615             },
1616             "notes": {
1617                 "title": "備註",
1618                 "intro": "*備註*是用於警告其他使用者有圖徽需要修復或注意。備註會在地圖上特定位置標記。要檢視既有的備註或加入新的,點擊 {data} **地圖圖資**面板以啟用開放街圖備註層。",
1619                 "add_note_h": "新增備註",
1620                 "add_note": "要加入新的備註,在地圖上的工具列點擊 {note} **備註**按鈕,或是按下鍵盤快捷鍵 `4`。這將會把您的滑鼠游標變更為十字符號。要在地圖上放置新的備註,將滑鼠游標放到要新增備註的地方,然後 {leftclick} 用左鍵點擊或按下 `Space` 鍵。",
1621                 "move_note": "僅有新的備註可以移動。要移動備註,將滑鼠游標放到新的備註上,然後按住 {leftclick} 滑鼠左鍵,並將備註拖曳到新的位置。",
1622                 "update_note_h": "關閉、重新開啟與評論",
1623                 "update_note": "既有的備註可以透過將其關閉、重新開啟或是對它新增評論來更新。關閉備註是指出問題已經解決。重新開啟備註則是指出原本的問題沒有被解決。",
1624                 "save_note_h": "儲存備註",
1625                 "save_note": "您必須分別儲存任何備註的編輯,只要按下在評論下方的按鈕就可以了。備註編輯**不**會包含在您上傳至開放街圖的變更集中。"
1626             },
1627             "imagery": {
1628                 "title": "背景影像",
1629                 "intro": "背景影像出現在地圖資料下方,是繪製地圖時相當重要的資源。這些影像可能是從衛星、飛機和無人機收集的空拍影像,或是掃描歷史地圖或是其他自由可用的來源資料。",
1630                 "sources_h": "空拍圖來源",
1631                 "choosing": "要看有那些影像來源可以用在編輯,點選地圖旁的 {layers} **背景設定**按鈕。",
1632                 "sources": "[Bing 地圖](https://www.bing.com/maps/)影像是預設的背景影像。視你在編輯的地方,還有其他的影像來源,有些影像比較新或有更高的解析度,所以請常常檢查有些可用,選擇那個圖層是最好用的繪製地圖參考來源。",
1633                 "offsets_h": "調整空拍圖層偏移",
1634                 "offset": "有時候影像會與既有地圖資料有些偏移狀況,如果你看到道路或是建築相比背景影像有偏移狀況,也許影像並沒有對準,請別移動全部的資料來吻合背景影像。你可以在背景影像設定,藉由\"調整影像偏移\"調整背景來將影像吻合既有的資料。",
1635                 "offset_change": "點小三角形微幅調整影像,或是按住 {leftclick} 左鍵在灰色區域拖動,來調整影像。"
1636             },
1637             "streetlevel": {
1638                 "title": "街景照片",
1639                 "intro": "街道級的照片對於繪製交通號誌與其他您無法在衛星照片或航空照片上看到的細節來說很有用。iD 編輯器支援了從 [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside)、[Mapillary](https://www.mapillary.com) 與 [OpenStreetCam](https://www.openstreetcam.org) 而來的街道級照片。",
1640                 "using_h": "使用街景照片",
1641                 "using": "要使用街景影像來畫地圖,點地圖旁 {data} **地圖資料**面板,切換不同的影像圖層。",
1642                 "photos": "當啟用時,圖片圖層會顯示有一連串有圖片沿著一條線,在更高的縮放程度,圓圈標示代表圖片的位置,而在更高的縮放下面,方向標示會顯示照片拍攝時的鏡頭方向。",
1643                 "viewer": "當你點其中一個照片位置,會在圖片下面角落出現照片檢示器。圖片檢示器能控制照片序列要往前進或後退。同時會顯示拍照者的名稱,拍攝日期,以及連到原始網站的連結。"
1644             },
1645             "gps": {
1646                 "title": "GPS 軌跡",
1647                 "intro": "收集的 GPS 軌跡對開放街圖是相當可靠的資料來源。編輯器支援本地電腦的 *.gpx*、*,geojson*,以及 *.kml* 檔案。你可以用智慧型手機、運動手錶或其他 GPS 裝置收集 GPS 軌跡。",
1648                 "survey": "要知道如何用 GPS 踏查,請閱讀[使用手機、GPS 或紙本繪圖](http://learnosm.org/en/mobile-mapping/)。",
1649                 "using_h": "使用 GPS 軌跡",
1650                 "using": "要用 GPS 軌跡畫地圖,請把資料檔案拖到地圖編輯器裡。如果成功辨識,則會在地圖上顯示亮紫色的線條。點地圖旁邊的 {data}  **地圖資料**面板啟用、關閉,或是縮放到你的 GPS 資料。",
1651                 "tracing": "GPS 軌跡並未傳到開放街圖 - 而最好的使用方式則是照著軌跡的指引,繪製你要新增的圖徵。",
1652                 "upload": "您也可以透過[上傳你的 GPS 資訊至 OpenStreetMap 開放街圖](https://www.openstreetmap.org/trace/create)以供其他使用者利用。"
1653             },
1654             "qa": {
1655                 "title": "品質保証",
1656                 "intro": "*品質保証* (Q/A, Quality Assurance) 工具能找出開放街圖上,不適當地標籤,為連結的道路或是其他問題,圖客能藉此修復。要檢視現有的 Q/A 問題,,回擊 {data} **地圖資料**儀表板開啓特定 Q/A 圖層。",
1657                 "tools_h": "工具",
1658                 "tools": "目前支援以下的工具:[KeepRight](https://www.keepright.at/) 和[ImproveOSM](https://improveosm.org/en/),之後  iD 將支援 [Osmose](https://osmose.openstreetmap.fr/),未來將支援更多 Q/A 工具。",
1659                 "issues_h": "處理問題",
1660                 "issues": "處理 Q/A 問題類似處理註解。點選已存在的 Q/A 問題會埴滿整個側邊欄,像是問題種類以及相關的圖徵。每個工具都有其能耐,但是一般來說你可以回應和/或關閉問題。"
1661             },
1662             "field": {
1663                 "restrictions": {
1664                     "title": "轉彎限制說明",
1665                     "about": {
1666                         "title": "關於",
1667                         "about": "這個欄位允許你偵測和變動轉彎限制,顯示選取的交叉路口的模型,以及鄰近連結的道路。",
1668                         "from_via_to": "轉彎限制總是有:一個**從路徑**,一個**到路徑**,以及一個**經由節點*,或一個或多個**經由路徑**。",
1669                         "maxdist": "\"{distField}\" 滑塊控制怎麼搜尋額外連結的道路。",
1670                         "maxvia": "\"{viaField}\"  滑塊調整搜尋時包括有多少經由路徑 (技巧:越簡單越好)"
1671                     },
1672                     "inspecting": {
1673                         "title": "偵測",
1674                         "about": "飄浮過任何 **FROM** 片段來看轉彎限制,每個可能的 **TO** 目標會用上色的陰影包住,顯示關聯是否存在。",
1675                         "from_shadow": "{fromShadow} **從片段**",
1676                         "allow_shadow": "{allowShadow} **允許到**",
1677                         "restrict_shadow": "{restrictShadow} **禁止到**",
1678                         "only_shadow": "{onlyShadow} **只有到**",
1679                         "restricted": "\"限制\"意著有轉彎限制,例如說\"禁止左轉\"。",
1680                         "only": "\"只有\"意味著汽車從這條路來的時候,只能做這項選擇,例如說,\"只淮直行\"。"
1681                     },
1682                     "modifying": {
1683                         "title": "變動",
1684                         "about": "要變動轉彎限制,請先檢查先選取起始的 **FROM** 片段,選取的片段會放大,然後任何可能的 **TO** 目的地會以轉彎符號顯示。",
1685                         "indicators": "接著,點選轉彎符號切換為\"允許\",\"限制\",和\"只有\"。",
1686                         "allow_turn": "{allowTurn} **到允許**",
1687                         "restrict_turn": "{restrictTurn} **到限制**",
1688                         "only_turn": "{onlyTurn} **只有到**"
1689                     },
1690                     "tips": {
1691                         "title": "技巧",
1692                         "simple": "**偏好簡單限制而不是複雜的限制。**",
1693                         "simple_example": "舉例來說,如果有簡單的經由點轉彎限制的話,避免創建經由道路限制。",
1694                         "indirect": "**一些限制會顯示 \"(indirect)\" 文字,並且畫得比較淡。**",
1695                         "indirect_example": "這此限制存在,因為其他鄰近的限制。舉例來說,一個**只允許直行**的限制會間接為其他經過的道路創建\"不允許轉彎\"限制。",
1696                         "indirect_noedit": "你並不允許編輯間接限制,做為替代,你可以編輯鄰近的方向限制。"
1697                     }
1698                 }
1699             }
1700         },
1701         "issues": {
1702             "title": "問題",
1703             "key": "I",
1704             "list_title": "({count}) 問題",
1705             "errors": {
1706                 "list_title": "({count}) 錯誤"
1707             },
1708             "warnings": {
1709                 "list_title": "({count}) 警告"
1710             },
1711             "rules": {
1712                 "title": "規則"
1713             },
1714             "user_resolved_issues": "問題已被您的編輯解決",
1715             "warnings_and_errors": "警告與錯誤",
1716             "no_issues": {
1717                 "message": {
1718                     "everything": "所有東西都很好 ",
1719                     "everything_in_view": "所有視野內的東西都很好 ",
1720                     "edits": "你的編輯看來很好",
1721                     "edits_in_view": "視野內你的編輯看來很好",
1722                     "no_edits": "您還沒有編輯"
1723                 },
1724                 "hidden_issues": {
1725                     "none": "偵測到的問題會在這出現",
1726                     "elsewhere": "其他地方的問題:{count}",
1727                     "everything_else": "其他問題:{count}",
1728                     "everything_else_elsewhere": "其他地方的問題:{count}",
1729                     "disabled_rules": "有失效規則圖徵的問題:{count}",
1730                     "disabled_rules_elsewhere": "其他地方有失效規則圖徵的問題:{count}",
1731                     "ignored_issues": "忽略的問題:{count}",
1732                     "ignored_issues_elsewhere": "其他地方忽略的問題:{count}"
1733                 }
1734             },
1735             "options": {
1736                 "what": {
1737                     "title": "檢查:",
1738                     "edited": "我的編輯",
1739                     "all": "全部"
1740                 },
1741                 "where": {
1742                     "title": "地點:",
1743                     "visible": "視野內",
1744                     "all": "所有"
1745                 }
1746             },
1747             "suggested": "建議的更新:",
1748             "enable_all": "啟用所有",
1749             "disable_all": "關閉所有",
1750             "reset_ignored": "重設忽略的 ({count})",
1751             "fix_one": {
1752                 "title": "修正"
1753             },
1754             "fix_all": {
1755                 "title": "全部修正",
1756                 "annotation": "修正了幾項驗證上的問題。"
1757             },
1758             "almost_junction": {
1759                 "title": "幾乎是交叉",
1760                 "message": "{feature} 很接近但是沒有連到 {feature2}",
1761                 "tip": " 尋找應當連接到其他附近的圖徵 ",
1762                 "self": {
1763                     "message": "{feature} 在非常靠近自身,但不會重新連接的地方結束"
1764                 },
1765                 "highway-highway": {
1766                     "reference": "交叉的道路應該共享交叉連接點。 "
1767                 }
1768             },
1769             "close_nodes": {
1770                 "title": "很接近的節點",
1771                 "tip": "尋找多餘及擁擠的點",
1772                 "message": "{way} 的兩個節點相當接近 ",
1773                 "reference": "路徑中多餘的節點應該被合併或是移出。",
1774                 "detached": {
1775                     "message": "{feature} 太靠近 {feature2} 了",
1776                     "reference": "單獨的點不應共享同一個位置。"
1777                 }
1778             },
1779             "crossing_ways": {
1780                 "title": "穿越路徑",
1781                 "message": "{feature} 跨過 {feature2}",
1782                 "tip": "尋找沒有正確跨越另一圖徵的圖徵",
1783                 "building-building": {
1784                     "reference": "除非是不同層,不然建築不該交叉 "
1785                 },
1786                 "building-highway": {
1787                     "reference": "穿越建築物的道路應該使用橋樑、隧道或不同層。"
1788                 },
1789                 "building-railway": {
1790                     "reference": "穿越建築物的鐵路應該使用橋樑、隧道或不同層。"
1791                 },
1792                 "building-waterway": {
1793                     "reference": "只有使用隧道或位在不同層時,水路才能交叉建築。 "
1794                 },
1795                 "highway-highway": {
1796                     "reference": "只有在使用橋樑、隧道或交叉路口時,道路才能交叉。 "
1797                 },
1798                 "highway-railway": {
1799                     "reference": "只有在使用橋樑、隧道或平交道時,道路才能交叉鐵軌。 "
1800                 },
1801                 "highway-waterway": {
1802                     "reference": "只有在使用橋樑、隧道、或淺灘時,道路才能跨越水路。"
1803                 },
1804                 "railway-railway": {
1805                     "reference": "交叉的鐵軌應當要連接,或是使用橋樑或隧道。"
1806                 },
1807                 "railway-waterway": {
1808                     "reference": "只有在使用橋樑或隧道時,鐵軌才能交叉水路。 "
1809                 },
1810                 "waterway-waterway": {
1811                     "reference": "相交的水道應予以連接或使用不同圖層。"
1812                 },
1813                 "tunnel-tunnel": {
1814                     "reference": "相交的隧道應使用不同圖層。"
1815                 },
1816                 "tunnel-tunnel_connectable": {
1817                     "reference": "相交的隧道應予以連接或使用不同圖層。"
1818                 },
1819                 "bridge-bridge": {
1820                     "reference": "相交的橋樑應使用不同圖層。"
1821                 },
1822                 "bridge-bridge_connectable": {
1823                     "reference": "相交的橋樑應予以連接或使用不同圖層。"
1824                 },
1825                 "indoor-indoor": {
1826                     "reference": "相交的室內圖徵應使用不同圖層。"
1827                 },
1828                 "indoor-indoor_connectable": {
1829                     "reference": "相交的室內圖徵應予以連接或使用不同圖層。"
1830                 }
1831             },
1832             "disconnected_way": {
1833                 "title": "未連線的路徑",
1834                 "tip": "尋找無法導航的道路、路徑和水運路線",
1835                 "routable": {
1836                     "message": {
1837                         "multiple": "只有 {count} 可導航的圖徵連結到彼此。"
1838                     },
1839                     "reference": "所有道路、路徑和水運路線應當連結在一起,形成單一的可導航網路。"
1840                 },
1841                 "highway": {
1842                     "message": "{highway} 與其他道路和路徑斷開連接"
1843                 }
1844             },
1845             "fixme_tag": {
1846                 "message": "{feature} 有 \"Fix Me\" 要求",
1847                 "reference": "\"fixme\" 標籤表示圖客標示圖徵時要求協助。"
1848             },
1849             "generic_name": {
1850                 "message": "{feature} 有可疑名稱 \"{name}\"",
1851                 "message_language": "{feature} 有 {language} 的可疑名稱「{name}」",
1852                 "reference": "名稱應當是真實,圖徽實際在地的名稱。"
1853             },
1854             "help_request": {
1855                 "title": "協助請求",
1856                 "tip": "尋找其他人請求協助的圖徽"
1857             },
1858             "incompatible_source": {
1859                 "title": "可疑來源",
1860                 "tip": "尋找有可疑來源標籤的圖徵",
1861                 "google": {
1862                     "feature": {
1863                         "message": "{feature} 將 Google 列為資料來源"
1864                     },
1865                     "reference": "Google 的產品性質是專有的,所以不應被用作參考資料。 "
1866                 }
1867             },
1868             "incorrect_name": {
1869                 "message": "{feature} 有錯誤的名稱「{name}」",
1870                 "message_language": "{feature} 在 {language} 有錯誤的名稱「{name}」"
1871             },
1872             "invalid_format": {
1873                 "title": "無效格式",
1874                 "tip": "尋找有非預期格式的標籤",
1875                 "email": {
1876                     "message": "{feature} 有無效的電子郵件地址",
1877                     "message_multi": "{feature} 有多個無效的電子郵件地址",
1878                     "reference": "Email 地址應該長得像 \"user@example.com\"。"
1879                 }
1880             },
1881             "mismatched_geometry": {
1882                 "title": "幾何不符合",
1883                 "tip": "尋找有衝突的標籤與幾何的圖徽"
1884             },
1885             "missing_role": {
1886                 "title": "缺少角色",
1887                 "message": "{member} 沒有在 {relation} 裡的角色",
1888                 "tip": "尋找成員缺少或錯誤角色的關聯",
1889                 "multipolygon": {
1890                     "reference": "多重多邊形成員必須有內部和外外的角色。"
1891                 }
1892             },
1893             "missing_tag": {
1894                 "title": "缺少標籤",
1895                 "tip": "尋找缺少敘述性標籤的圖徵",
1896                 "reference": "圖徵必須有能定議他們是什麼的標籤。",
1897                 "any": {
1898                     "message": "{feature} 沒有標籤"
1899                 },
1900                 "descriptive": {
1901                     "message": "{feature} 沒有描述性的標籤"
1902                 },
1903                 "relation_type": {
1904                     "message": "{feature} 是沒有類型的關聯"
1905                 }
1906             },
1907             "old_multipolygon": {
1908                 "message": "{multipolygon} 有誤標的標籤",
1909                 "reference": "多重多邊形應該標到關聯上,不是外面的路徑上。"
1910             },
1911             "outdated_tags": {
1912                 "title": "過時的標籤",
1913                 "message": "{feature} 有過時的標籤",
1914                 "tip": "尋找已棄用的標籤圖徵,來更新資料",
1915                 "reference": "有些標籤隨著時間過去而應該更新。",
1916                 "incomplete": {
1917                     "message": "{feature} 的標籤不完整",
1918                     "reference": "一些圖徵應當有額外的標籤。"
1919                 },
1920                 "noncanonical_brand": {
1921                     "message": "{feature} 像是沒有標準標籤的品牌",
1922                     "message_incomplete": "{feature} 看起來是有不完整標籤的品牌",
1923                     "reference": "所有擁有同樣品牌名稱的圖徵,應當用同樣的方式標示標籤。"
1924                 }
1925             },
1926             "point_as_vertex": {
1927                 "message": "基於其標籤,{feature} 應該是單獨的點",
1928                 "reference": "某些圖徽不應該是線或區域的一部份"
1929             },
1930             "private_data": {
1931                 "title": "隱私資訊",
1932                 "tip": "尋找可能有隱私資料的圖徵",
1933                 "reference": "私密資料像是個人電話號碼不應該加上去。",
1934                 "contact": {
1935                     "message": "{feature} 也許標示私人聯絡資訊"
1936                 }
1937             },
1938             "suspicious_name": {
1939                 "title": "可疑名稱",
1940                 "tip": "尋找有通用名稱或可疑名稱"
1941             },
1942             "tag_suggests_area": {
1943                 "message": "{feature} 依據標籤 \"{tag}\",應當是封閉區域",
1944                 "reference": "區域必須有連接的端點。"
1945             },
1946             "unknown_road": {
1947                 "message": "{feature} 沒有分類",
1948                 "reference": "道路沒有特別的類型,可能不會顯示在地圖上,或是能夠導航。"
1949             },
1950             "impossible_oneway": {
1951                 "title": "不可能的單行道",
1952                 "tip": "尋找路線有單行道圖徵的問題",
1953                 "waterway": {
1954                     "connected": {
1955                         "start": {
1956                             "message": "{feature} 流向與連接的水路相同"
1957                         },
1958                         "end": {
1959                             "message": "{feature} 流向與連接的水路不同"
1960                         },
1961                         "reference": "水路片段應該要所有水流指向同一方向。"
1962                     }
1963                 },
1964                 "highway": {
1965                     "start": {
1966                         "message": "{feature} 無法到達",
1967                         "reference": "單行道應該要能連到其他道路。"
1968                     },
1969                     "end": {
1970                         "message": "{feature} 沒有出口",
1971                         "reference": "單行道應該要到其他道路。"
1972                     }
1973                 }
1974             },
1975             "unclosed_multipolygon_part": {
1976                 "message": "{feature} 有未封閉的部份",
1977                 "reference": "多邊形的所有內部與外部部份都應該有連線的端點。"
1978             },
1979             "unsquare_way": {
1980                 "title": "非方角 (最高 {val}°)",
1981                 "message": "{feature} 有非方角",
1982                 "tip": "尋找有非方角的圖徵,可以畫得更好",
1983                 "buildings": {
1984                     "reference": "有非方角的建築,常常可以畫得更精確。"
1985                 }
1986             },
1987             "vertex_as_point": {
1988                 "message": "基於其標籤,{feature} 應該是線或區域的一部份",
1989                 "reference": "某些圖徽不應該是單獨的點。"
1990             },
1991             "fix": {
1992                 "add_a_bridge": {
1993                     "title": "新增橋樑",
1994                     "annotation": "已新增橋樑。"
1995                 },
1996                 "add_a_tunnel": {
1997                     "title": "新增隧道",
1998                     "annotation": "已新增隧道。"
1999                 },
2000                 "address_the_concern": {
2001                     "title": "解決問題"
2002                 },
2003                 "connect_almost_junction": {
2004                     "annotation": "接連相當靠近的圖徽"
2005                 },
2006                 "connect_crossing_features": {
2007                     "annotation": "連接交叉的圖徽"
2008                 },
2009                 "connect_endpoints": {
2010                     "title": "連接結束處",
2011                     "annotation": "連接路徑的端點"
2012                 },
2013                 "connect_feature": {
2014                     "title": "連接這些圖徵"
2015                 },
2016                 "connect_features": {
2017                     "title": "連接圖徽"
2018                 },
2019                 "connect_using_ford": {
2020                     "title": "通過需要涉水"
2021                 },
2022                 "continue_from_start": {
2023                     "title": "繼續從開始處繪製"
2024                 },
2025                 "continue_from_end": {
2026                     "title": "繼續從結束處繪製"
2027                 },
2028                 "delete_feature": {
2029                     "title": "刪除這個圖徶"
2030                 },
2031                 "extract_point": {
2032                     "title": "抽出此點"
2033                 },
2034                 "ignore_issue": {
2035                     "title": "忽略此問題"
2036                 },
2037                 "merge_close_vertices": {
2038                     "annotation": "合併非常親近節點到路徑。"
2039                 },
2040                 "merge_points": {
2041                     "title": "合併這些節點"
2042                 },
2043                 "move_points_apart": {
2044                     "title": "移動分離這些節點"
2045                 },
2046                 "move_tags": {
2047                     "title": "移動這標籤",
2048                     "annotation": "移動標籤"
2049                 },
2050                 "remove_from_relation": {
2051                     "title": "從關係中移除"
2052                 },
2053                 "remove_generic_name": {
2054                     "annotation": "移除常用名稱"
2055                 },
2056                 "remove_mistaken_name": {
2057                     "annotation": "已移除錯誤的名稱。"
2058                 },
2059                 "remove_private_info": {
2060                     "annotation": "移除隱私資訊"
2061                 },
2062                 "remove_proprietary_data": {
2063                     "title": "移除任何專有資料"
2064                 },
2065                 "remove_tag": {
2066                     "title": "移除這個標籤",
2067                     "annotation": "移除標籤。"
2068                 },
2069                 "remove_tags": {
2070                     "title": "移除標籤"
2071                 },
2072                 "remove_the_name": {
2073                     "title": "移除名稱"
2074                 },
2075                 "reposition_features": {
2076                     "title": "重新排列圖徽"
2077                 },
2078                 "reverse_feature": {
2079                     "title": "反轉這圖徵"
2080                 },
2081                 "select_preset": {
2082                     "title": "選擇圖徽類型"
2083                 },
2084                 "select_road_type": {
2085                     "title": "選取道路類型"
2086                 },
2087                 "set_as_inner": {
2088                     "title": "設定為內部"
2089                 },
2090                 "set_as_outer": {
2091                     "title": "設定為外部"
2092                 },
2093                 "square_feature": {
2094                     "title": "方角化這圖徵"
2095                 },
2096                 "tag_as_disconnected": {
2097                     "title": "標示為未連接標籤",
2098                     "annotation": "標示相當近的圖徽為未連接。"
2099                 },
2100                 "tag_as_unsquare": {
2101                     "title": "標示為物理上非方角標籤",
2102                     "annotation": "切換非方角的路徑。"
2103                 },
2104                 "tag_this_as_higher": {
2105                     "title": "標示標籤為較優先的"
2106                 },
2107                 "tag_this_as_lower": {
2108                     "title": "標示標籤為較不重要的"
2109                 },
2110                 "upgrade_tags": {
2111                     "title": "升級標籤",
2112                     "annotation": "已升級舊的標籤。"
2113                 },
2114                 "use_different_layers": {
2115                     "title": "使用不同階層"
2116                 },
2117                 "use_different_layers_or_levels": {
2118                     "title": "使用不同階層或樓層"
2119                 },
2120                 "use_different_levels": {
2121                     "title": "使用不同樓層"
2122                 }
2123             }
2124         },
2125         "intro": {
2126             "done": "完成",
2127             "ok": "OK",
2128             "graph": {
2129                 "block_number": "4鄰",
2130                 "city": "臺北市",
2131                 "county": "TW",
2132                 "district": "松山區",
2133                 "hamlet": "中崙",
2134                 "neighbourhood": "健軍新村",
2135                 "postcode": "116",
2136                 "province": "臺北市",
2137                 "quarter": "中崙",
2138                 "state": "臺灣",
2139                 "subdistrict": "中崙",
2140                 "suburb": "東區",
2141                 "countrycode": "tw",
2142                 "name": {
2143                     "1st-avenue": "塔悠路",
2144                     "2nd-avenue": "中山路",
2145                     "4th-avenue": "南京路",
2146                     "5th-avenue": "長安路",
2147                     "6th-avenue": "林森路",
2148                     "6th-street": "羅斯福路",
2149                     "7th-avenue": "登輝大道",
2150                     "8th-avenue": "市民大道",
2151                     "9th-avenue": "凱達格蘭大道",
2152                     "10th-avenue": "艋舺大道",
2153                     "11th-avenue": "縣民大道",
2154                     "12th-avenue": "市府路",
2155                     "access-point-employment": "就服站",
2156                     "adams-street": "忠孝路",
2157                     "andrews-elementary-school": "介壽國小",
2158                     "andrews-street": "介壽路",
2159                     "armitage-street": "仁愛路",
2160                     "barrows-school": "信義路",
2161                     "battle-street": "和平路",
2162                     "bennett-street": "八德路",
2163                     "bowman-park": "四維路",
2164                     "collins-drive": "格致路",
2165                     "conrail-railroad": "縱貫線",
2166                     "conservation-park": "保護區",
2167                     "constantine-street": "憲政路",
2168                     "cushman-street": "軍校路",
2169                     "dollar-tree": "金城武樹",
2170                     "douglas-avenue": "賴和路",
2171                     "east-street": "溪東街",
2172                     "elm-street": "大安路",
2173                     "flower-street": "中正路",
2174                     "foster-street": "林森南路",
2175                     "french-street": "美援路",
2176                     "garden-street": "花藝路",
2177                     "gem-pawnbroker": "台元汽車借款",
2178                     "golden-finch-framing": "師大錶框行",
2179                     "grant-avenue": "大道路",
2180                     "hoffman-pond": "醉月湖",
2181                     "hoffman-street": "醉月路",
2182                     "hook-avenue": "虎克路",
2183                     "jefferson-street": "中華路",
2184                     "kelsey-street": "朝陽路",
2185                     "lafayette-park": "大安森林公園",
2186                     "las-coffee-cafe": "靈感咖啡",
2187                     "lincoln-avenue": "林肯大道",
2188                     "lowrys-books": "水準書局",
2189                     "lynns-garage": "新遠東水電行",
2190                     "main-street-barbell": "大街吊燈",
2191                     "main-street-cafe": "大街咖啡館",
2192                     "main-street-fitness": "大街健身房",
2193                     "main-street": "大街",
2194                     "maple-street": "三和路",
2195                     "marina-park": "海洋公園",
2196                     "market-street": "市場路",
2197                     "memory-isle-park": "二二八公園",
2198                     "memory-isle": "城中",
2199                     "michigan-avenue": "南昌路",
2200                     "middle-street": "南寧路",
2201                     "millard-street": "福州路",
2202                     "moore-street": "廈門路",
2203                     "morris-avenue": "汕頭路",
2204                     "mural-mall": "101購物中心",
2205                     "paisanos-bar-and-grill": "名人燒肉",
2206                     "paisley-emporium": "微風廣場",
2207                     "paparazzi-tattoo": "Z Tattoo",
2208                     "pealer-street": "蘇州路",
2209                     "pine-street": "杭州路",
2210                     "pizza-hut": "Pizza Hut",
2211                     "portage-avenue": "南京東路",
2212                     "portage-river": "新店溪",
2213                     "preferred-insurance-services": "富邦人壽",
2214                     "railroad-drive": "鐵支路",
2215                     "river-city-appliance": "燦坤3C",
2216                     "river-drive": "河濱路",
2217                     "river-road": "河西路",
2218                     "river-street": "基河路",
2219                     "riverside-cemetery": "富德公墓",
2220                     "riverwalk-trail": "河濱步道",
2221                     "riviera-theatre": "淡水劇場",
2222                     "rocky-river": "淡水河",
2223                     "saint-joseph-river": "基隆河",
2224                     "scidmore-park-petting-zoo": "大安森林公園寵物區",
2225                     "scidmore-park": "大安森林公園",
2226                     "scouter-park": "青年公園",
2227                     "sherwin-williams": "孫中心",
2228                     "south-street": "新生路",
2229                     "southern-michigan-bank": "臺灣銀行",
2230                     "spring-street": "春日街",
2231                     "sturgeon-river-road": "大安路",
2232                     "three-rivers-city-hall": "臺北市政府大廈",
2233                     "three-rivers-elementary-school": "中山國小",
2234                     "three-rivers-fire-department": "城中消防隊",
2235                     "three-rivers-high-school": "建國高中",
2236                     "three-rivers-middle-school": "介壽國中",
2237                     "three-rivers-municipal-airport": "松山機場",
2238                     "three-rivers-post-office": "北門郵局",
2239                     "three-rivers-public-library": "王貫英紀念圖書館",
2240                     "three-rivers": "臺北市",
2241                     "unique-jewelry": "傳奇珠寶",
2242                     "walnut-street": "克強路",
2243                     "washington-street": "山西路",
2244                     "water-street": "塔悠路",
2245                     "west-street": "重陽路",
2246                     "wheeler-street": "成功路",
2247                     "william-towing": "電器行",
2248                     "willow-drive": "大甲路",
2249                     "wood-street": "松山路",
2250                     "world-fare": "環球廣場"
2251                 }
2252             },
2253             "welcome": {
2254                 "title": "歡迎",
2255                 "welcome": "歡迎!這個教學將會教你開放街圖基本的編輯方法。",
2256                 "practice": "所有教學裡的資料都只是為了練習,所以任何你做出來的編輯不會真的儲存下來。",
2257                 "words": "這篇教學會介紹新的辭彙和概念,介紹到的新辭彙我們會用*斜體*標示。",
2258                 "mouse": "你可以使用任何輸入裝置來編輯地圖,但在教學中我們會假設你使用滑鼠的左鍵和右鏈。**如果你想接上滑鼠,那就馬上做吧!接著按OK。**",
2259                 "leftclick": "當教學中請你要按鍵或是按兩次時,我們都意味按左鍵。在觸控板則意味按一次或單指按壓。**用左鍵{num}次。**",
2260                 "rightclick": "有時候我們會請你按右鍵,這意味著相同的control-按或是兩指按壓觸控板。**用右鍵 {num}數次。**",
2261                 "chapters": "到目前為止你表現不錯!你可以使用下面的按鈕隨時跳過章節,或是當卡住時重新開始章節。我們來動手吧!**點'{next}'來繼續。**"
2262             },
2263             "navigation": {
2264                 "title": "導航",
2265                 "drag": "主地圖區域展示了 OpenStreetMap 在背景上的資料。{br}您可以透過在移動滑鼠時按住滑鼠左鍵來拖曳地圖。您也可以使用您鍵盤上的方向鍵。**拖曳地圖!**",
2266                 "zoom": "您可以使用滑鼠滾輪或觸控板來縮放,或是點選 {plus} / {minus} 按鈕也可以。**縮放地圖吧!**",
2267                 "features": "我們使用圖徵這詞來描述出現在地圖上的事物。任何在現實世界中出現的事物都可以被當作圖徵,描述到開放街圖上面。",
2268                 "points_lines_areas": "地圖圖徵用*點、線、區域*來表示。",
2269                 "nodes_ways": "在開放街圖裡,點常被叫做*節點*,而線或是區域被叫做*線段*。",
2270                 "click_townhall": "所有地圖的圖徵都可以用點選的方式選取。**點一個點來選取它。**",
2271                 "selected_townhall": "太好了!這個點已經被選取了。選取的圖徵會以持續閃爍方式呈現。",
2272                 "editor_townhall": "當圖徵被選取時,*圖徵編輯器*會在地圖旁邊顯示。",
2273                 "preset_townhall": "圖徵編輯器的上半部會顯示不同圖徵類型,這個點是{preset}。",
2274                 "fields_townhall": "圖徵編輯器中間部分則是*欄位*,顯示圖徵的屬性,像是名稱和地址。",
2275                 "close_townhall": "**按esc按鍵或是按上方角落{button}按鈕來關閉圖徵編輯器。**",
2276                 "search_street": "你也可以搜尋目前檢視下或是全球的圖徵,**搜尋'{name}'。**",
2277                 "choose_street": "**選擇清單中的{name}。**",
2278                 "selected_street": "太好了!{name} 已經被選取了。",
2279                 "editor_street": "街道的欄位跟市鎮中心的欄位很不一樣。{br}以選取的街道為例,圖徵編輯器的欄位有'{field1}'和'{field2}'。**按esc鍵或是按{button}按鈕來關閉圖徵編輯器。**",
2280                 "play": "嘗試移動地點,並且點選圖徵,觀察有什麼東西可以加到開放街圖。**當你準備繼續下一章節時,請按'{next}'.。**"
2281             },
2282             "points": {
2283                 "title": "點",
2284                 "add_point": "*節點*可以用來代表商店、餐廳和紀念碑。{br}節點可以標記特定地點,並且描述這邊是什麼。**點{button}節點按鈕來新增新點。**",
2285                 "place_point": "要在地圖上放置節點,滑鼠指標對準的地方按下左鍵或是空白鍵節點就會出現。**移動滑鼠指標到建築的位置,接著按左鍵或按空白鍵。**",
2286                 "search_cafe": "有很多不同圖徵可以用節點表示。你剛加的節點是一家咖啡館,**搜尋 '{preset}'",
2287                 "choose_cafe": "**從清單選擇 {preset}。**",
2288                 "feature_editor": "現在這個節點標示為咖啡店。使用圖徵編輯器,我們可以為咖啡店增加更多資訊。",
2289                 "add_name": "在開放街圖中,所有的欄位都是選填,如果你不確定你可以留空。{br}我們假設你對咖啡店有在地知識,而且你知道咖啡店的名字,那就**加上咖啡店的名字。**",
2290                 "add_close": "圖徵編輯器會自動記住你所有的變動。**當你新增完成名稱,按esc鍵,return鍵,或是按 {button} 按鍵關閉圖徵編輯器。**",
2291                 "reselect": "有時候節點早就存在了,但資料填錯或是不完整。我們可以編輯既有的節點。**按一下來選擇剛剛新增的咖啡店。**",
2292                 "update": "我們來填入更多咖啡店的細節資訊吧,你可以改名成,加上料理種類,或是加上地址。**改變咖啡店詳情。**",
2293                 "update_close": "**當你更新咖啡店完成後,按esc鍵,enter鏈,或是按 {button} 鈕關閉圖徵編輯器。**",
2294                 "rightclick": "你可以對任何圖徵按右鍵來開啟*編輯清單*,顯示一系列你可以操作的編輯動作。**右鏈選擇你創建的節點,然後顯示編輯清單。**",
2295                 "delete": "如果現實中圖徵不存在,你當然可以刪除。{br}刪除開放街圖上的圖徵,會讓每位使用地圖的人受影響,所以請確定該圖徵的確不存在了才刪除。**點一下{button}按鈕來刪除節點。**",
2296                 "undo": "在儲存你編輯到開放街圖前,你總是可以復原任何做出的改變。**按{button}按鈕來復原刪除,恢復原先的節點。**",
2297                 "play": "現在你知道怎麼創建和編輯節點了,嘗試練習新增更多節點吧!**當你準備好進入下一章時,請點 '{next}'。**"
2298             },
2299             "areas": {
2300                 "title": "區域",
2301                 "add_playground": "*區域*可以用來顯示圖徵邊界,常用在表示湖泊、建築和住宅區。 {br}。另外區域也可以用在畫更詳盡有更多圖徵的地圖上面,取代先前只用節點表示的圖徵。**點{button}區域按鈕來新增區域。**",
2302                 "start_playground": "讓我們用畫區域的方式來新增遊樂場吧。區域是由增加圖徵邊界的*節點*來繪製。**點或是按空白鍵在遊樂場邊角標上初始節點。**",
2303                 "continue_playground": "繼續在遊樂場邊界標上更多節點來繪製區域。如果遇到既有的人行道,你也可以將區域連接到人行道上。{br}小技巧:你可以按住 '{alt}' 鍵防止節點連到其他圖徵。 **繼續繪製遊樂場區域。** ",
2304                 "finish_playground": "按enter鏈或是按第一個或最後一個節點完成編輯。**完成遊樂場區域繪製**",
2305                 "search_playground": "**搜尋'{preset}'。**",
2306                 "choose_playground": "**從清單選擇{preset}**",
2307                 "add_field": "遊樂場並沒有正式的名稱,所以我們不會在名稱欄位加任何名稱。 {br}不過我們會在描述欄位加上遊樂場的詳情。**開啟新增欄位清單。**",
2308                 "choose_field": "**從清單選擇 {field}。**",
2309                 "retry_add_field": "你沒有選到 {field}欄位。請再試一次。",
2310                 "describe_playground": "**新增描述,接著 {button}按鈕關係圖徵編輯器。**",
2311                 "play": "太棒了!接著嘗試畫更多區域,然後看看你可以新增什麼區域圖徵到開放街圖上。**當你準備好進入下一章,請按 '{next}'。**"
2312             },
2313             "lines": {
2314                 "title": "線",
2315                 "add_line": "*線*被用來表示如道路、鐵路以及河流。 **按下{button}線按鈕來新增一條線。**",
2316                 "start_line": "這邊有一條路並沒有畫出來,讓我們加一上去吧! {br}在開放街圖上,線要對準道路中線開始繪製。你可以在繪圖有需要時,拖拉和縮放地圖。**點缺失道路的最頂端開始畫新的線。**",
2317                 "intersect": "點或按空白鍵為線新增更多節點。 {br}道路和其他類型線段,屬於更大網路的一部分。因此這些線之間必須適當的連接,以便導航軟體能夠運作。**點 {name} 連接兩條線的交叉處。",
2318                 "retry_intersect": "{name}道路必須交叉,讓我們試試接起來吧!",
2319                 "continue_line": "繼續繪製新路的線段。記得如果需要可以拖拉和縮放地圖。 {br}當你完成時,再點最後一個節點。**完成繪製道路。**",
2320                 "choose_category_road": "**從清單選擇 {category}**",
2321                 "choose_preset_residential": "有許多不同型態的道路,但這條路屬於住宅區道路。**請選擇 {preset} 類型。**",
2322                 "retry_preset_residential": "你沒有選到 {preset} 類型。**請再點選一次。**",
2323                 "name_road": "**填入道路名稱,並按escape、return或是按 {button} 按鈕來關閉圖徵編輯器。**",
2324                 "did_name_road": "看起來很好!接下來我們要學習怎麼更新線段的形狀。",
2325                 "update_line": "有時候你需要調整既有的線段形狀。這邊有條道路看起來不太對勁。",
2326                 "add_node": "我們可以在這條線上新增一些節點,改善線的形狀。有一個新增的節點的方法是在想新增節點的地方,對準線上點兩下。**在線上點兩下來新增節點。**",
2327                 "start_drag_endpoint": "當已經選擇線段,你可以在點和按住滑鼠左鍵時,拖拉任何線上的節點。**拖拉最末端節點到道路應該交叉處。",
2328                 "finish_drag_endpoint": "這樣看起好多了。**放開滑鼠左鍵來結束拖拉。**",
2329                 "start_drag_midpoint": "小的三角形會出現在節點和節點之間的*中點*。另一個增加節點的方式是拖拉中點到新的位置。**拖拉中點的三角形在道路線上創建新的節點。**",
2330                 "continue_drag_midpoint": "現在線看起來好多了!用點兩下或是拖拉中點的方式繼續調整線,直到彎曲程度符合道路形狀。**當你覺得線段看起來不錯時,點OK。**",
2331                 "delete_lines": "如果道路沒有實際存在,你當然可以刪除線段。 {br}這裡的例子是城市當局規畫了 {street},但並沒有真的付諸行動建造道路。我們可以刪除既有的線段來增進這一帶的圖資品質。",
2332                 "rightclick_intersection": "最後一條真實存在的道路是 {street1},所以我們*分割* {street2} 交叉口,移除上面的東西。**對著交叉口按右鍵。**",
2333                 "split_intersection": "**點 {button} 按鈕來分割 {street}。**",
2334                 "retry_split": "你沒有按分割按鈕。再試一下。",
2335                 "did_split_multi": "太棒了! {street1} 已經分割為兩段了。上半部可以被移除。**點選 {street2} 的上半部來選取它。**",
2336                 "did_split_single": "**點 {street2} 上半部來選取它。**",
2337                 "multi_select": "已經選取 {selected}。讓我們選另一段 {other1}。你可以用 shift 點選方式多重選擇物件。**Shift 點選  {other2}。**",
2338                 "multi_rightclick": "太好了!兩條選取的線都被刪除了。**對著其中一條線按右鍵顯示編輯目錄。**",
2339                 "multi_delete": "**點  {button} 按鈕刪除多餘的線。**",
2340                 "retry_delete": "你沒有按刪除鍵,再試一次。",
2341                 "play": "太好了!你可以利用這一章學到的技術來練習增加更多線。**當你準備好進入下一章,請按 ' {next}'。**"
2342             },
2343             "buildings": {
2344                 "title": "建築",
2345                 "add_building": "開放街圖是世界最大的建築資料庫。 {br}你可以藉由描繪建築增加建築,幫忙增進資料庫物件。**點  {button} 區域按鍵新增區域。**",
2346                 "start_building": "讓我們描繪這棟建築的外框,新增一棟建築。 {br}描繪建築時要依據建築地基,越精確越好。**點或是按空白鍵在建築角邊新增節點。**",
2347                 "continue_building": "繼續新增更多建築外框的節點。記住你想要增加更多細節時可以放大地圖。{br}當描繪完成時,按 enter,或是再按一次第一個或最後一個節點。**完成描會建築。**",
2348                 "retry_building": "看起你好像加建築邊角的節點時遇到困難了。再試一次!",
2349                 "choose_category_building": "**從清單選擇 {category}。**",
2350                 "choose_preset_house": "有不同種類的建築,但這棟應該是洋房。 {br}如果你不確定建築類型,你可以選擇一般建築類型就婕。**選擇 {preset} 類型。**",
2351                 "close": "**按 esc 鍵或是按 {button} 按鈕選擇圖徵編輯器。**",
2352                 "rightclick_building": "**對著你創建的建築按右鍵,顯示編輯目錄。**",
2353                 "square_building": "你剛創建的洋房如果變得更方正會更好看。點 {button} 按鈕來方角化建築形狀。**",
2354                 "retry_square": "你沒按到方角鈕。再試一次。",
2355                 "done_square": "看到建築的角落移到位置了嗎?讓我們來學習另一個實用技巧。",
2356                 "add_tank": "接下來我們要描繪油槽。**點 {button} 區域按鈕新增區域。**",
2357                 "start_tank": "不用擔心你畫不出來完美的圓形。先沿著油槽邊畫油槽範圍。**點或按空白鍵在油槽邊緣標上起始節點。**",
2358                 "continue_tank": "沿著邊緣新增更多節點。圓圈會依你描繪的節點出現形狀。{br}按 enter 鍵,或是點第一個或最末節點。**完成描繪油槽。**",
2359                 "search_tank": "**搜尋 '{preset}'。**",
2360                 "choose_tank": "**從清單選擇  {preset}。**",
2361                 "rightclick_tank": "**對著新增的油槽按右鍵,接著顯示編輯目錄。**",
2362                 "circle_tank": "**點  {button} 按鈕讓油槽形狀變成圓形。**",
2363                 "retry_circle": "你沒有按到環形化按鈕,再試一次。",
2364                 "play": "太好了!再試著描幾棟建築,試著用編輯目錄的其他指令。**當你準備好進入下一章時,點 ' {next}'。**"
2365             },
2366             "startediting": {
2367                 "title": "開始編輯",
2368                 "help": "你現在準備好可以來編輯開放街圖了! {br}你可以再看一次新手教學,或者按下 {button} 說明按鈕或 '{key}' 鍵看更多使用說明。 ",
2369                 "shortcuts": "您可以透過按下 '{key}' 鍵來檢視指令與它們的快捷鍵的清單。",
2370                 "save": "不要忘記定時儲存您的編輯!",
2371                 "start": "開始製圖!"
2372             }
2373         },
2374         "shortcuts": {
2375             "title": "鍵盤快速鍵",
2376             "tooltip": "顯示鍵盤快速鍵畫面",
2377             "toggle": {
2378                 "key": "?"
2379             },
2380             "key": {
2381                 "alt": "Alt",
2382                 "backspace": "Backspace",
2383                 "cmd": "Cmd",
2384                 "ctrl": "Ctrl",
2385                 "delete": "Delete",
2386                 "del": "Del",
2387                 "end": "End",
2388                 "enter": "Enter",
2389                 "esc": "Esc",
2390                 "home": "Home",
2391                 "option": "Option",
2392                 "pause": "Pause",
2393                 "pgdn": "PgDn",
2394                 "pgup": "PgUp",
2395                 "return": "Return",
2396                 "shift": "Shift",
2397                 "space": "Space"
2398             },
2399             "gesture": {
2400                 "drag": "拖拉"
2401             },
2402             "or": "-or-",
2403             "browsing": {
2404                 "title": "瀏覽",
2405                 "navigation": {
2406                     "title": "導航",
2407                     "pan": "平移地圖",
2408                     "pan_more": "全螢幕平移地圖",
2409                     "zoom": "放大 / 縮小",
2410                     "zoom_more": "大幅度放大 / 縮小"
2411                 },
2412                 "help": {
2413                     "title": "幫助",
2414                     "help": "顯示幫助/文件",
2415                     "keyboard": "顯示鍵盤快速鍵"
2416                 },
2417                 "display_options": {
2418                     "title": "顯示設定",
2419                     "background": "切換背景圖像面板",
2420                     "background_switch": "切換回上一個背景圖層",
2421                     "map_data": "切換地圖資料面板",
2422                     "issues": "切換驗證問題面板",
2423                     "preferences": "切換使用者偏好設定面板",
2424                     "fullscreen": "進入全螢幕模式",
2425                     "sidebar": "切換側邊欄",
2426                     "wireframe": "切換線框模式",
2427                     "osm_data": "切換 OpenStreetMap 資料",
2428                     "minimap": "切換小地圖",
2429                     "highlight_edits": "突顯未儲存的編輯"
2430                 },
2431                 "selecting": {
2432                     "title": "選擇圖徵",
2433                     "select_one": "選擇單一圖徵",
2434                     "select_multi": "選擇多個圖徵",
2435                     "lasso": "套索選擇圖徵周圍",
2436                     "search": "尋找與文字搜尋吻合的圖徵"
2437                 },
2438                 "with_selected": {
2439                     "title": "選取的圖徽",
2440                     "edit_menu": "切換編輯選單",
2441                     "zoom_to": "縮放到選定的圖徽"
2442                 },
2443                 "vertex_selected": {
2444                     "title": "選中節點",
2445                     "previous": "跳轉到上一個節點",
2446                     "next": "跳轉到下一個節點",
2447                     "first": "跳轉到第一個節點",
2448                     "last": "跳轉到最後一個節點",
2449                     "change_parent": "切換到父母路徑"
2450                 }
2451             },
2452             "editing": {
2453                 "title": "編輯",
2454                 "drawing": {
2455                     "title": "繪製",
2456                     "add_point": "'增加節點'模式",
2457                     "add_line": "'增加線段'模式",
2458                     "add_area": "'增加區域'模式",
2459                     "add_note": "「新增備註」模式",
2460                     "place_point": "放置點或備註",
2461                     "disable_snap": "按住可禁用點捕捉模式",
2462                     "stop_line": "完成繪製線段或區域"
2463                 },
2464                 "operations": {
2465                     "title": "操作",
2466                     "continue_line": "從選擇節點繼續繪製線條",
2467                     "merge": "合併選擇圖徵",
2468                     "disconnect": "在選擇節點斷開圖徵",
2469                     "extract": "從圖徽中抽出點",
2470                     "split": "從選擇節點分割成兩條線段",
2471                     "reverse": "反轉選定的圖徽",
2472                     "move": "移動選擇圖徵",
2473                     "rotate": "旋轉選擇圖徵",
2474                     "orthogonalize": "將線或區域的角落方形化",
2475                     "straighten": "直線化路徑或節點",
2476                     "circularize": "封閉線條或區域圓形化",
2477                     "reflect_long": "以其長軸映射圖徽。",
2478                     "reflect_short": "以其短軸映射圖徽",
2479                     "delete": "刪除選擇圖徵"
2480                 },
2481                 "commands": {
2482                     "title": "命令",
2483                     "copy": "複製選擇圖徵",
2484                     "paste": "貼上複製的圖徵",
2485                     "undo": "還原上一個動作",
2486                     "redo": "重覆上一個動作",
2487                     "save": "儲存變更"
2488                 }
2489             },
2490             "tools": {
2491                 "title": "工具",
2492                 "info": {
2493                     "title": "資訊",
2494                     "all": "切換所有資訊面板",
2495                     "background": "切換背景面板",
2496                     "history": "切換歷史面板",
2497                     "location": "切換位置面板",
2498                     "measurement": "切換測量面板"
2499                 }
2500             }
2501         },
2502         "units": {
2503             "feet": "{quantity} 英呎",
2504             "miles": "{quantity} 英哩",
2505             "square_feet": "{quantity} 平方英呎",
2506             "square_miles": "{quantity} 平方英哩",
2507             "acres": "{quantity} 英畝",
2508             "meters": "{quantity} 公尺",
2509             "kilometers": "{quantity} 公里",
2510             "square_meters": "{quantity} 平方公尺",
2511             "square_kilometers": "{quantity} 平方公里",
2512             "hectares": "{quantity} 公頃",
2513             "area_pair": "{area1} ({area2})",
2514             "arcdegrees": "{quantity}°",
2515             "arcminutes": "{quantity}′",
2516             "arcseconds": "{quantity}″",
2517             "north": "北",
2518             "south": "南",
2519             "east": "東",
2520             "west": "西",
2521             "coordinate": "{coordinate}{direction}",
2522             "coordinate_pair": "{latitude}, {longitude}"
2523         },
2524         "wikidata": {
2525             "identifier": "識別碼",
2526             "label": "標籤",
2527             "description": "描述"
2528         },
2529         "presets": {
2530             "categories": {
2531                 "category-barrier": {
2532                     "name": "屏障物圖徵"
2533                 },
2534                 "category-building": {
2535                     "name": "建築物圖徵"
2536                 },
2537                 "category-golf": {
2538                     "name": "高爾夫圖徽"
2539                 },
2540                 "category-landuse": {
2541                     "name": "土地利用圖徵"
2542                 },
2543                 "category-natural": {
2544                     "name": "自然圖徽"
2545                 },
2546                 "category-path": {
2547                     "name": "路徑"
2548                 },
2549                 "category-rail": {
2550                     "name": "軌道"
2551                 },
2552                 "category-restriction": {
2553                     "name": "限制圖徵"
2554                 },
2555                 "category-road_major": {
2556                     "name": "主要道路"
2557                 },
2558                 "category-road_minor": {
2559                     "name": "次要道路"
2560                 },
2561                 "category-road_service": {
2562                     "name": "服務道路"
2563                 },
2564                 "category-route": {
2565                     "name": "路線圖徵"
2566                 },
2567                 "category-utility": {
2568                     "name": "基礎設施圖徵"
2569                 },
2570                 "category-water": {
2571                     "name": "水體"
2572                 },
2573                 "category-waterway": {
2574                     "name": "水路"
2575                 }
2576             },
2577             "fields": {
2578                 "access": {
2579                     "label": "允許通行限制",
2580                     "options": {
2581                         "designated": {
2582                             "description": "根據標誌或當地法律可以通過",
2583                             "title": "指定"
2584                         },
2585                         "destination": {
2586                             "description": "僅供前往目的地時通過",
2587                             "title": "目的地"
2588                         },
2589                         "dismount": {
2590                             "description": "可以通過,但騎士必須下車",
2591                             "title": "下車"
2592                         },
2593                         "no": {
2594                             "description": "不供一般大眾使用",
2595                             "title": "禁止進入"
2596                         },
2597                         "permissive": {
2598                             "description": "直到擁有者撤銷許可前都可以通過",
2599                             "title": "獲許可進入"
2600                         },
2601                         "permit": {
2602                             "description": "僅持有有效許可證時方可通過",
2603                             "title": "許可證"
2604                         },
2605                         "private": {
2606                             "description": "僅在擁有者允許的情況下才能通行",
2607                             "title": "私人"
2608                         },
2609                         "yes": {
2610                             "description": "法律允許通行;一種方式",
2611                             "title": "可使用"
2612                         }
2613                     },
2614                     "placeholder": "並未指定",
2615                     "terms": "並未指明狀況",
2616                     "types": {
2617                         "access": "全部",
2618                         "bicycle": "自行車",
2619                         "foot": "步行",
2620                         "horse": "馬匹",
2621                         "motor_vehicle": "汽機車"
2622                     }
2623                 },
2624                 "access_aisle": {
2625                     "label": "類型"
2626                 },
2627                 "access_simple": {
2628                     "label": "允許通行",
2629                     "terms": "允許通行權限"
2630                 },
2631                 "addr/interpolation": {
2632                     "label": "類型",
2633                     "options": {
2634                         "all": "全部",
2635                         "alphabetic": "字母",
2636                         "even": "偶數",
2637                         "odd": "奇數"
2638                     }
2639                 },
2640                 "address": {
2641                     "label": "地址",
2642                     "placeholders": {
2643                         "block_number": "街區號碼",
2644                         "block_number!jp": "街區號碼",
2645                         "city": "城市",
2646                         "city!cn": "城市/州/聯邦",
2647                         "city!jp": "城市/鄉鎮/村里/東京特別區",
2648                         "city!vn": "城市/鄉鎮",
2649                         "conscriptionnumber": "123",
2650                         "country": "國家",
2651                         "county": "縣",
2652                         "county!jp": "區",
2653                         "district": "區",
2654                         "district!cn": "區/縣/旗幟",
2655                         "district!vn": "郡/鄉鎮/區",
2656                         "floor": "樓層",
2657                         "hamlet": "村莊",
2658                         "housename": "房屋名稱",
2659                         "housenumber": "123",
2660                         "housenumber!jp": "建築物號碼/地號",
2661                         "neighbourhood": "鄰",
2662                         "neighbourhood!jp": "Chōme/Aza/Koaza",
2663                         "place": "地方",
2664                         "postcode": "郵遞區號",
2665                         "province": "省",
2666                         "province!cn": "省/自治市/行政區/特別行政區",
2667                         "province!jp": "州",
2668                         "quarter": "地方",
2669                         "quarter!jp": "Ōaza/Machi",
2670                         "state": "州",
2671                         "street": "街道",
2672                         "subdistrict": "分區",
2673                         "subdistrict!vn": "行政區/社區/小市鎮",
2674                         "suburb": "細區",
2675                         "suburb!jp": "行政區",
2676                         "unit": "單位"
2677                     },
2678                     "terms": "地址,住址"
2679                 },
2680                 "admin_level": {
2681                     "label": "行政級別"
2682                 },
2683                 "aerialway": {
2684                     "label": "種類"
2685                 },
2686                 "aerialway/access": {
2687                     "label": "通行方向",
2688                     "options": {
2689                         "both": "雙向",
2690                         "entry": "進入",
2691                         "exit": "離開"
2692                     }
2693                 },
2694                 "aerialway/bubble": {
2695                     "label": "椅罩"
2696                 },
2697                 "aerialway/capacity": {
2698                     "label": "輸送客量(每小時)",
2699                     "placeholder": "500, 2500, 5000..."
2700                 },
2701                 "aerialway/duration": {
2702                     "label": "時間(分鐘)",
2703                     "placeholder": "1, 2, 3..."
2704                 },
2705                 "aerialway/heating": {
2706                     "label": "暖氣"
2707                 },
2708                 "aerialway/occupancy": {
2709                     "label": "載客數",
2710                     "placeholder": "2, 4, 8..."
2711                 },
2712                 "aerialway/summer/access": {
2713                     "label": "通行方向(夏季)",
2714                     "options": {
2715                         "both": "雙向",
2716                         "entry": "進入",
2717                         "exit": "離開"
2718                     }
2719                 },
2720                 "aeroway": {
2721                     "label": "種類"
2722                 },
2723                 "agrarian": {
2724                     "label": "產品"
2725                 },
2726                 "air_conditioning": {
2727                     "label": "空調",
2728                     "terms": "冷氣,室內空調,空調"
2729                 },
2730                 "amenity": {
2731                     "label": "種類"
2732                 },
2733                 "animal_boarding": {
2734                     "label": "動物"
2735                 },
2736                 "animal_breeding": {
2737                     "label": "動物"
2738                 },
2739                 "animal_shelter": {
2740                     "label": "動物"
2741                 },
2742                 "architect": {
2743                     "label": "建築樣式",
2744                     "terms": "建築師"
2745                 },
2746                 "area/highway": {
2747                     "label": "種類"
2748                 },
2749                 "artist": {
2750                     "label": "藝術家"
2751                 },
2752                 "artwork_type": {
2753                     "label": "種類"
2754                 },
2755                 "atm": {
2756                     "label": "自動提款機"
2757                 },
2758                 "attraction": {
2759                     "label": "類型"
2760                 },
2761                 "baby_seat": {
2762                     "label": "嬰兒座椅"
2763                 },
2764                 "backrest": {
2765                     "label": "椅背"
2766                 },
2767                 "bar": {
2768                     "label": "酒吧",
2769                     "terms": "bar,酒廊"
2770                 },
2771                 "barrier": {
2772                     "label": "種類"
2773                 },
2774                 "basin": {
2775                     "label": "種類"
2776                 },
2777                 "bath/open_air": {
2778                     "label": "露天浴場"
2779                 },
2780                 "bath/sand_bath": {
2781                     "label": "沙浴"
2782                 },
2783                 "bath/type": {
2784                     "label": "專業",
2785                     "options": {
2786                         "foot_bath": "泡腳",
2787                         "hot_spring": "熱溫泉",
2788                         "onsen": "日式溫泉"
2789                     }
2790                 },
2791                 "beauty": {
2792                     "label": "美容專門"
2793                 },
2794                 "bench": {
2795                     "label": "長凳",
2796                     "terms": "椅子"
2797                 },
2798                 "bicycle_parking": {
2799                     "label": "種類"
2800                 },
2801                 "bin": {
2802                     "label": "垃圾筒",
2803                     "terms": "垃圾筒"
2804                 },
2805                 "blind": {
2806                     "label": "盲人通道",
2807                     "options": {
2808                         "limited": "有限制",
2809                         "no": "無",
2810                         "yes": "有"
2811                     },
2812                     "terms": "盲人通道"
2813                 },
2814                 "blood_components": {
2815                     "label": "血液組成",
2816                     "options": {
2817                         "plasma": "血漿",
2818                         "platelets": "血小板",
2819                         "stemcells": "幹細胞樣品",
2820                         "whole": "全血"
2821                     }
2822                 },
2823                 "board_type": {
2824                     "label": "種類"
2825                 },
2826                 "bollard": {
2827                     "label": "類型"
2828                 },
2829                 "booth": {
2830                     "label": "亭子"
2831                 },
2832                 "boules": {
2833                     "label": "類型"
2834                 },
2835                 "boundary": {
2836                     "label": "種類"
2837                 },
2838                 "brand": {
2839                     "label": "品牌",
2840                     "terms": "商標,牌子"
2841                 },
2842                 "brewery": {
2843                     "label": "生啤酒",
2844                     "terms": "乾啤酒"
2845                 },
2846                 "bridge": {
2847                     "label": "類型",
2848                     "placeholder": "預設"
2849                 },
2850                 "bridge/support": {
2851                     "label": "類型"
2852                 },
2853                 "building": {
2854                     "label": "建築物",
2855                     "terms": "建築"
2856                 },
2857                 "building/levels/underground": {
2858                     "label": "地下樓層數",
2859                     "placeholder": "2, 4, 6...",
2860                     "terms": "地下樓層"
2861                 },
2862                 "building/levels_building": {
2863                     "label": "建築物樓層",
2864                     "placeholder": "2, 4, 6...",
2865                     "terms": "建築樓層數"
2866                 },
2867                 "building/material": {
2868                     "label": "材料",
2869                     "terms": "素材,材質"
2870                 },
2871                 "building_area": {
2872                     "label": "建築物"
2873                 },
2874                 "bunker_type": {
2875                     "label": "類型"
2876                 },
2877                 "cables": {
2878                     "label": "電纜",
2879                     "placeholder": "1, 2, 3..."
2880                 },
2881                 "camera/direction": {
2882                     "label": "方向(順時針)",
2883                     "placeholder": "45, 90, 180, 270"
2884                 },
2885                 "camera/mount": {
2886                     "label": "相機架設"
2887                 },
2888                 "camera/type": {
2889                     "label": "相機類型",
2890                     "options": {
2891                         "dome": "半球形",
2892                         "fixed": "固定式",
2893                         "panning": "全景"
2894                     }
2895                 },
2896                 "capacity": {
2897                     "label": "容量",
2898                     "placeholder": "50, 100, 200...",
2899                     "terms": "容量,位子數"
2900                 },
2901                 "cash_in": {
2902                     "label": "存款"
2903                 },
2904                 "castle_type": {
2905                     "label": "種類"
2906                 },
2907                 "changing_table": {
2908                     "label": "尿布更換桌"
2909                 },
2910                 "charge_fee": {
2911                     "label": "收費金額",
2912                     "placeholder": "1 歐元,5 美元,10 日圓...",
2913                     "terms": "費用,收費數目"
2914                 },
2915                 "charge_toll": {
2916                     "label": "收費金額",
2917                     "placeholder": "1 歐元,5 美元,10 日圓...",
2918                     "terms": "收費金額"
2919                 },
2920                 "check_date": {
2921                     "label": "最後檢查日期"
2922                 },
2923                 "clothes": {
2924                     "label": "服飾"
2925                 },
2926                 "club": {
2927                     "label": "類型"
2928                 },
2929                 "collection_times": {
2930                     "label": "收集時間"
2931                 },
2932                 "colour": {
2933                     "label": "顏色",
2934                     "terms": "顏色"
2935                 },
2936                 "comment": {
2937                     "label": "編輯變動留言",
2938                     "placeholder": "你的貢獻摘要(必填)"
2939                 },
2940                 "communication_multi": {
2941                     "label": "通訊類型",
2942                     "terms": "通訊種類"
2943                 },
2944                 "connectivity": {
2945                     "label": "連通"
2946                 },
2947                 "construction": {
2948                     "label": "種類"
2949                 },
2950                 "consulate": {
2951                     "label": "類型"
2952                 },
2953                 "consulting": {
2954                     "label": "專長"
2955                 },
2956                 "contact/webcam": {
2957                     "label": "網路攝影機 URL",
2958                     "placeholder": "http://example.com/"
2959                 },
2960                 "content": {
2961                     "label": "內容"
2962                 },
2963                 "conveying": {
2964                     "label": "移動方向",
2965                     "options": {
2966                         "backward": "逆向",
2967                         "forward": "順向",
2968                         "reversible": "可變動"
2969                     }
2970                 },
2971                 "conveying_escalator": {
2972                     "label": "電扶梯"
2973                 },
2974                 "country": {
2975                     "label": "國家"
2976                 },
2977                 "country_flag": {
2978                     "label": "代表國家"
2979                 },
2980                 "couplings": {
2981                     "label": "接合子",
2982                     "placeholder": "1, 2, 3..."
2983                 },
2984                 "covered": {
2985                     "label": "有遮蓋",
2986                     "terms": "有覆蓋的"
2987                 },
2988                 "craft": {
2989                     "label": "種類"
2990                 },
2991                 "crane/type": {
2992                     "label": "起重機類型",
2993                     "options": {
2994                         "floor-mounted_crane": "落地式起重機",
2995                         "portal_crane": "門式起重機",
2996                         "travel_lift": "移動式起重機"
2997                     }
2998                 },
2999                 "crop": {
3000                     "label": "作物"
3001                 },
3002                 "crossing": {
3003                     "label": "種類"
3004                 },
3005                 "crossing/island": {
3006                     "label": "分隔島"
3007                 },
3008                 "cuisine": {
3009                     "label": "菜系"
3010                 },
3011                 "currency_multi": {
3012                     "label": "貨幣種類",
3013                     "terms": "貨幣種類"
3014                 },
3015                 "cutting": {
3016                     "label": "類型",
3017                     "placeholder": "預設"
3018                 },
3019                 "cycle_network": {
3020                     "label": "單車網路"
3021                 },
3022                 "cycleway": {
3023                     "label": "單車道",
3024                     "options": {
3025                         "lane": {
3026                             "description": "以標線和汽車區別的單車道",
3027                             "title": "標準單車道"
3028                         },
3029                         "none": {
3030                             "description": "沒有單車道",
3031                             "title": "無"
3032                         },
3033                         "opposite": {
3034                             "description": "可以雙向通行,在單行道的單車道",
3035                             "title": "逆向單車道"
3036                         },
3037                         "opposite_lane": {
3038                             "description": "通行方向與交通通行方向相反的單車道",
3039                             "title": "逆向單車道"
3040                         },
3041                         "share_busway": {
3042                             "description": "與公車專用道共用的單車道",
3043                             "title": "單車道與公車共用"
3044                         },
3045                         "shared_lane": {
3046                             "description": "與動力車無分隔的單車道",
3047                             "title": "共用單車道"
3048                         },
3049                         "track": {
3050                             "description": "實體屏障物分隔的單車道",
3051                             "title": "單車路徑"
3052                         }
3053                     },
3054                     "placeholder": "無",
3055                     "terms": "腳踏車道",
3056                     "types": {
3057                         "cycleway:left": "左側",
3058                         "cycleway:right": "右側"
3059                     }
3060                 },
3061                 "dance/style": {
3062                     "label": "舞蹈類型"
3063                 },
3064                 "date": {
3065                     "label": "日期"
3066                 },
3067                 "delivery": {
3068                     "label": "可外送",
3069                     "terms": "送貨"
3070                 },
3071                 "denomination": {
3072                     "label": "教派",
3073                     "terms": "教派"
3074                 },
3075                 "denotation": {
3076                     "label": "表示"
3077                 },
3078                 "departures_board": {
3079                     "label": "出發告示牌",
3080                     "options": {
3081                         "no": "無",
3082                         "realtime": "即時",
3083                         "timetable": "時刻表",
3084                         "yes": "是"
3085                     }
3086                 },
3087                 "description": {
3088                     "label": "描述",
3089                     "terms": "敘述,描述"
3090                 },
3091                 "design": {
3092                     "label": "設計"
3093                 },
3094                 "destination/ref_oneway": {
3095                     "label": "目的地道路編號"
3096                 },
3097                 "destination/symbol_oneway": {
3098                     "label": "目的地符號",
3099                     "terms": "目的地標示"
3100                 },
3101                 "destination_oneway": {
3102                     "label": "目的地"
3103                 },
3104                 "devices": {
3105                     "label": "裝置",
3106                     "placeholder": "1, 2, 3..."
3107                 },
3108                 "diameter": {
3109                     "label": "直徑",
3110                     "placeholder": "5 mm, 10 cm, 15 in…"
3111                 },
3112                 "diet_multi": {
3113                     "label": "飲食類型",
3114                     "terms": "飲食種類"
3115                 },
3116                 "diplomatic": {
3117                     "label": "類型"
3118                 },
3119                 "diplomatic/services": {
3120                     "label": "服務"
3121                 },
3122                 "direction": {
3123                     "label": "方向 (順時針角度)",
3124                     "placeholder": "45、90、180、270"
3125                 },
3126                 "direction_cardinal": {
3127                     "label": "方向",
3128                     "options": {
3129                         "E": "東方",
3130                         "ENE": "東北方",
3131                         "ESE": "東南方",
3132                         "N": "北方",
3133                         "NE": "東北方",
3134                         "NNE": "北北東",
3135                         "NNW": "北北西",
3136                         "NW": "西北方",
3137                         "S": "南方",
3138                         "SE": "東南方",
3139                         "SSE": "南南東",
3140                         "SSW": "南南西",
3141                         "SW": "西南方",
3142                         "W": "西方",
3143                         "WNW": "西北西",
3144                         "WSW": "西南西"
3145                     }
3146                 },
3147                 "direction_clock": {
3148                     "label": "方向",
3149                     "options": {
3150                         "anticlockwise": "逆時針",
3151                         "clockwise": "順時針"
3152                     }
3153                 },
3154                 "direction_vertex": {
3155                     "label": "受影響的方向",
3156                     "options": {
3157                         "backward": "後退",
3158                         "both": "兩者都有 / 全都有",
3159                         "forward": "前進"
3160                     }
3161                 },
3162                 "dispensing": {
3163                     "label": "發放處方"
3164                 },
3165                 "display": {
3166                     "label": "顯示"
3167                 },
3168                 "distance": {
3169                     "label": "距離"
3170                 },
3171                 "disused/railway": {
3172                     "label": "類型"
3173                 },
3174                 "dock": {
3175                     "label": "碼頭種類"
3176                 },
3177                 "dog": {
3178                     "label": "狗",
3179                     "options": {
3180                         "leashed": "只有牽繩套住",
3181                         "no": "不允許",
3182                         "yes": "允許"
3183                     },
3184                     "terms": "犬"
3185                 },
3186                 "door": {
3187                     "label": "門"
3188                 },
3189                 "door_type": {
3190                     "label": "類型"
3191                 },
3192                 "drink_multi": {
3193                     "label": "飲料"
3194                 },
3195                 "drinking_water": {
3196                     "label": "可飲用",
3197                     "terms": "可飲用"
3198                 },
3199                 "drive_through": {
3200                     "label": "得來速",
3201                     "terms": "得來速,免下車,駕車通過"
3202                 },
3203                 "duration": {
3204                     "label": "時間",
3205                     "placeholder": "00:00",
3206                     "terms": "持續時間"
3207                 },
3208                 "electrified": {
3209                     "label": "電氣化",
3210                     "options": {
3211                         "contact_line": "架空電車線",
3212                         "no": "否",
3213                         "rail": "第三軌供電",
3214                         "yes": "是 (未指名)"
3215                     },
3216                     "placeholder": "架空電車線, 第三軌供電"
3217                 },
3218                 "elevation": {
3219                     "label": "海拔高度",
3220                     "terms": "海拔,海拔高度"
3221                 },
3222                 "email": {
3223                     "label": "Email",
3224                     "placeholder": "example@example.com",
3225                     "terms": "電子郵件"
3226                 },
3227                 "embankment": {
3228                     "label": "類型",
3229                     "placeholder": "預設"
3230                 },
3231                 "embassy": {
3232                     "label": "類型"
3233                 },
3234                 "emergency": {
3235                     "label": "緊急"
3236                 },
3237                 "emergency_combo": {
3238                     "label": "類型"
3239                 },
3240                 "enforcement": {
3241                     "label": "類型"
3242                 },
3243                 "entrance": {
3244                     "label": "種類"
3245                 },
3246                 "except": {
3247                     "label": "例外"
3248                 },
3249                 "faces": {
3250                     "label": "面"
3251                 },
3252                 "fax": {
3253                     "label": "傳真",
3254                     "placeholder": "+31 42 123 4567",
3255                     "terms": "傳真,fax"
3256                 },
3257                 "fee": {
3258                     "label": "費用",
3259                     "terms": "費用,收費費用"
3260                 },
3261                 "fence_type": {
3262                     "label": "種類"
3263                 },
3264                 "fire_hydrant/diameter": {
3265                     "label": "直徑(毫米、英呎或 letters)",
3266                     "terms": "直徑 (mm)"
3267                 },
3268                 "fire_hydrant/pressure": {
3269                     "label": "壓力(巴)",
3270                     "terms": "壓力"
3271                 },
3272                 "fire_hydrant/type": {
3273                     "label": "形狀",
3274                     "options": {
3275                         "pillar": "支柱式/地面式",
3276                         "pipe": "加蓋管",
3277                         "underground": "地下式",
3278                         "wall": "牆"
3279                     }
3280                 },
3281                 "fireplace": {
3282                     "label": "壁爐"
3283                 },
3284                 "fishing": {
3285                     "label": "釣魚",
3286                     "terms": "釣魚"
3287                 },
3288                 "fitness_station": {
3289                     "label": "設備類型"
3290                 },
3291                 "fixme": {
3292                     "label": "需要修正",
3293                     "terms": "修正"
3294                 },
3295                 "flag/type": {
3296                     "label": "旗幟種類"
3297                 },
3298                 "floating": {
3299                     "label": "漂浮"
3300                 },
3301                 "flood_prone": {
3302                     "label": "易氾濫",
3303                     "terms": "洪流易發 "
3304                 },
3305                 "ford": {
3306                     "label": "類型",
3307                     "placeholder": "預設"
3308                 },
3309                 "fountain": {
3310                     "label": "類型"
3311                 },
3312                 "frequency": {
3313                     "label": "運作頻率",
3314                     "terms": "運作電壓"
3315                 },
3316                 "frequency_electrified": {
3317                     "label": "運作頻率",
3318                     "terms": "運作頻率"
3319                 },
3320                 "from": {
3321                     "label": "從"
3322                 },
3323                 "fuel": {
3324                     "label": "燃料"
3325                 },
3326                 "fuel_multi": {
3327                     "label": "燃料種類"
3328                 },
3329                 "gauge": {
3330                     "label": "軌距"
3331                 },
3332                 "gender": {
3333                     "label": "性別",
3334                     "options": {
3335                         "female": "女性",
3336                         "male": "男性",
3337                         "unisex": "男女通用"
3338                     },
3339                     "placeholder": "未知",
3340                     "terms": "性別,男女"
3341                 },
3342                 "generator/method": {
3343                     "label": "方法"
3344                 },
3345                 "generator/output/electricity": {
3346                     "label": "電力輸出",
3347                     "placeholder": "50 MW, 100 MW, 200 MW..."
3348                 },
3349                 "generator/source": {
3350                     "label": "來源"
3351                 },
3352                 "generator/type": {
3353                     "label": "種類"
3354                 },
3355                 "gnis/feature_id": {
3356                     "label": "GNIS 特徵 ID",
3357                     "terms": "GNIS 特徵 ID"
3358                 },
3359                 "government": {
3360                     "label": "類型"
3361                 },
3362                 "grape_variety": {
3363                     "label": "葡萄品種"
3364                 },
3365                 "guest_house": {
3366                     "label": "類型"
3367                 },
3368                 "handicap": {
3369                     "label": "差點",
3370                     "placeholder": "1-18"
3371                 },
3372                 "handrail": {
3373                     "label": "扶手",
3374                     "terms": "扶手"
3375                 },
3376                 "hashtags": {
3377                     "label": "主題標籤",
3378                     "placeholder": "#範例"
3379                 },
3380                 "healthcare": {
3381                     "label": "類型"
3382                 },
3383                 "healthcare/speciality": {
3384                     "label": "專科"
3385                 },
3386                 "height": {
3387                     "label": "高度 (公尺)",
3388                     "terms": "高度 (m)"
3389                 },
3390                 "height_building": {
3391                     "label": "建築物高度(公尺)",
3392                     "terms": "建物高度 (m)"
3393                 },
3394                 "highspeed": {
3395                     "label": "高速",
3396                     "terms": "高速運行"
3397                 },
3398                 "highway": {
3399                     "label": "種類"
3400                 },
3401                 "historic": {
3402                     "label": "種類"
3403                 },
3404                 "historic/civilization": {
3405                     "label": "古文明"
3406                 },
3407                 "historic/wreck/date_sunk": {
3408                     "label": "沉沒日期"
3409                 },
3410                 "historic/wreck/visible_at_high_tide": {
3411                     "label": "滿潮時可見"
3412                 },
3413                 "historic/wreck/visible_at_low_tide": {
3414                     "label": "退潮時可見"
3415                 },
3416                 "hoops": {
3417                     "label": "藍框數量",
3418                     "placeholder": "1, 2, 4..."
3419                 },
3420                 "horse_dressage": {
3421                     "label": "馬場馬術",
3422                     "options": {
3423                         "equestrian": "是",
3424                         "undefined": "否"
3425                     }
3426                 },
3427                 "horse_riding": {
3428                     "label": "馬背騎乘",
3429                     "options": {
3430                         "horse_riding": "是",
3431                         "undefined": "否"
3432                     }
3433                 },
3434                 "horse_scale": {
3435                     "label": "騎馬難度",
3436                     "options": {
3437                         "common": "容易:沒有問題或困難度。(預設)",
3438                         "critical": "邊緣:有經驗騎士和馬匹可通行,主要障礙,橋樑要小心檢驗。",
3439                         "dangerous": "危險:只適合非常有經驗的騎士和馬匹通行,而且只在天氣好的狀況,下馬狀況。",
3440                         "demanding": "小心使用:不平的道路,時常有難以通行的通道。",
3441                         "difficult": "困難:狹窄和裸露的道路,也許需要踩過障礙物和通過狹窄通道。",
3442                         "impossible": "無法通行:道路或橋樑不適合馬匹通行,太狹窄、欠缺足夠的支撐結構或是有像是梯子等的障礙物,可能危及生命。"
3443                     },
3444                     "placeholder": "危險,困難...",
3445                     "terms": "騎馬困難度"
3446                 },
3447                 "horse_stables": {
3448                     "label": "騎馬馬房",
3449                     "options": {
3450                         "stables": "是",
3451                         "undefined": "否"
3452                     }
3453                 },
3454                 "iata": {
3455                     "label": "IATA 機場代碼"
3456                 },
3457                 "icao": {
3458                     "label": "ICAO 機場代碼"
3459                 },
3460                 "incline": {
3461                     "label": "斜度",
3462                     "terms": "傾斜程度"
3463                 },
3464                 "incline_steps": {
3465                     "label": "斜坡",
3466                     "options": {
3467                         "down": "下坡",
3468                         "up": "上坡"
3469                     }
3470                 },
3471                 "indoor": {
3472                     "label": "室內",
3473                     "terms": "室內"
3474                 },
3475                 "indoor_type": {
3476                     "label": "種類"
3477                 },
3478                 "industrial": {
3479                     "label": "類型"
3480                 },
3481                 "informal": {
3482                     "label": "非正式的",
3483                     "terms": "非正式的"
3484                 },
3485                 "information": {
3486                     "label": "種類"
3487                 },
3488                 "inscription": {
3489                     "label": "題詞",
3490                     "terms": "提字"
3491                 },
3492                 "intermittent": {
3493                     "label": "週期性的",
3494                     "terms": "週期性水流 "
3495                 },
3496                 "intermittent_yes": {
3497                     "label": "週期性水流"
3498                 },
3499                 "internet_access": {
3500                     "label": "網際網絡存取",
3501                     "options": {
3502                         "no": "無",
3503                         "terminal": "終端",
3504                         "wired": "有線網絡",
3505                         "wlan": "無線網絡",
3506                         "yes": "有"
3507                     },
3508                     "terms": "網路連線"
3509                 },
3510                 "internet_access/fee": {
3511                     "label": "網路存取費用",
3512                     "terms": "網路連線費用"
3513                 },
3514                 "internet_access/ssid": {
3515                     "label": "Wifi 網路名稱",
3516                     "terms": "Wifi 網路名稱, Wifi 名稱"
3517                 },
3518                 "interval": {
3519                     "label": "間隔",
3520                     "terms": "間隔程度"
3521                 },
3522                 "junction/ref_oneway": {
3523                     "label": "路口號碼",
3524                     "terms": "路口編號"
3525                 },
3526                 "junction_line": {
3527                     "label": "連接點",
3528                     "options": {
3529                         "circular": "號誌圓環",
3530                         "jughandle": "槽化車道",
3531                         "roundabout": "圓環"
3532                     },
3533                     "terms": "路口"
3534                 },
3535                 "kerb": {
3536                     "label": "路邊斜坡"
3537                 },
3538                 "kerb/height": {
3539                     "label": "高度"
3540                 },
3541                 "label": {
3542                     "label": "標籤"
3543                 },
3544                 "lamp_type": {
3545                     "label": "種類"
3546                 },
3547                 "landuse": {
3548                     "label": "種類"
3549                 },
3550                 "lanes": {
3551                     "label": "車線數目",
3552                     "placeholder": "1, 2, 3...",
3553                     "terms": "車道數目"
3554                 },
3555                 "language_multi": {
3556                     "label": "語言"
3557                 },
3558                 "layer": {
3559                     "label": "層",
3560                     "placeholder": "0",
3561                     "terms": "層級"
3562                 },
3563                 "leaf_cycle": {
3564                     "label": "落葉期",
3565                     "options": {
3566                         "deciduous": "落葉林",
3567                         "evergreen": "長青樹",
3568                         "mixed": "混合林",
3569                         "semi_deciduous": "半落葉林",
3570                         "semi_evergreen": "半長青林"
3571                     }
3572                 },
3573                 "leaf_cycle_singular": {
3574                     "label": "落葉期",
3575                     "options": {
3576                         "deciduous": "落葉樹",
3577                         "evergreen": "常青樹",
3578                         "semi_deciduous": "半落葉樹",
3579                         "semi_evergreen": "半長青樹"
3580                     }
3581                 },
3582                 "leaf_type": {
3583                     "label": "葉子種類",
3584                     "options": {
3585                         "broadleaved": "闊葉林",
3586                         "leafless": "落葉林",
3587                         "mixed": "混合林",
3588                         "needleleaved": "針葉林"
3589                     }
3590                 },
3591                 "leaf_type_singular": {
3592                     "label": "葉子種類",
3593                     "options": {
3594                         "broadleaved": "闊葉林",
3595                         "leafless": "落葉樹",
3596                         "needleleaved": "針葉樹"
3597                     }
3598                 },
3599                 "leisure": {
3600                     "label": "種類"
3601                 },
3602                 "length": {
3603                     "label": "長度 (公尺)"
3604                 },
3605                 "level": {
3606                     "label": "樓層",
3607                     "terms": "樓層"
3608                 },
3609                 "level_semi": {
3610                     "label": "樓層",
3611                     "terms": "樓層"
3612                 },
3613                 "levels": {
3614                     "label": "房屋樓層數",
3615                     "placeholder": "2, 4, 6...",
3616                     "terms": "樓層"
3617                 },
3618                 "liaison": {
3619                     "label": "類型"
3620                 },
3621                 "line_attachment": {
3622                     "label": "線附件"
3623                 },
3624                 "lit": {
3625                     "label": "照明",
3626                     "terms": "有照明"
3627                 },
3628                 "location": {
3629                     "label": "位置",
3630                     "terms": "地點"
3631                 },
3632                 "location_pool": {
3633                     "label": "位置",
3634                     "options": {
3635                         "indoor": "室內",
3636                         "outdoor": "室外",
3637                         "roof": "屋頂"
3638                     }
3639                 },
3640                 "lock": {
3641                     "label": "船閘"
3642                 },
3643                 "lockable": {
3644                     "label": "可鎖",
3645                     "terms": "可鎖"
3646                 },
3647                 "man_made": {
3648                     "label": "種類"
3649                 },
3650                 "manhole": {
3651                     "label": "類型"
3652                 },
3653                 "manufacturer": {
3654                     "label": "製造者",
3655                     "terms": "製造商,製造廠商"
3656                 },
3657                 "map_size": {
3658                     "label": "覆蓋範圍"
3659                 },
3660                 "map_type": {
3661                     "label": "種類"
3662                 },
3663                 "mapillary": {
3664                     "label": "Mapillary 圖片 ID",
3665                     "terms": "Mapillary 圖片 ID"
3666                 },
3667                 "marker": {
3668                     "label": "類型"
3669                 },
3670                 "material": {
3671                     "label": "材質",
3672                     "terms": "素材,材質"
3673                 },
3674                 "max_age": {
3675                     "label": "最大年齡",
3676                     "terms": "最大年紀"
3677                 },
3678                 "maxheight": {
3679                     "label": "最高高度",
3680                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\"",
3681                     "terms": "限高"
3682                 },
3683                 "maxspeed": {
3684                     "label": "速度限制",
3685                     "placeholder": "40, 50, 60...",
3686                     "terms": "速限"
3687                 },
3688                 "maxspeed/advisory": {
3689                     "label": "建議速限",
3690                     "placeholder": "40, 50, 60...",
3691                     "terms": "建議速限"
3692                 },
3693                 "maxstay": {
3694                     "label": "可停留時間",
3695                     "terms": "最長停留時間"
3696                 },
3697                 "maxweight": {
3698                     "label": "最大承重",
3699                     "terms": "最高承重"
3700                 },
3701                 "maxweight_bridge": {
3702                     "label": "最大重量",
3703                     "terms": "最高承重"
3704                 },
3705                 "memorial": {
3706                     "label": "類型"
3707                 },
3708                 "microbrewery": {
3709                     "label": "微釀啤酒作坊",
3710                     "terms": "私釀酒"
3711                 },
3712                 "min_age": {
3713                     "label": "最小年齡",
3714                     "terms": "最小年紀"
3715                 },
3716                 "minspeed": {
3717                     "label": "最低速限",
3718                     "placeholder": "20, 30, 40...",
3719                     "terms": "最低速限"
3720                 },
3721                 "monitoring_multi": {
3722                     "label": "監測"
3723                 },
3724                 "mtb/scale": {
3725                     "label": "越越單車難度",
3726                     "options": {
3727                         "0": "0: 堅實的碩石土路,沒有障礙物,大灣曲",
3728                         "1": "1: 鋪面部分鬆散,有小的障礙物,大彎曲",
3729                         "2": "2: 大都是鬆散的鋪面,有的障礙物,容易通過的髮夾彎",
3730                         "3": "3: 鋪面光滑,有大的障礙物,",
3731                         "4": "4: 路面鬆散或是充滿石頭,有危險的髮夾彎",
3732                         "5": "5: 騎乘等級最困難,路面充滿石頭,或者是路面坍方",
3733                         "6": "6: 除非是技巧極好的越野車手,否則並不適合騎乘"
3734                     },
3735                     "placeholder": "0, 1, 2, 3...",
3736                     "terms": "登山單車困難度"
3737                 },
3738                 "mtb/scale/imba": {
3739                     "label": "國際登山車協會路徑難度",
3740                     "options": {
3741                         "0": "最簡單 (白圈)",
3742                         "1": "容易 (綠圈)",
3743                         "2": "中等 (藍方塊)",
3744                         "3": "困難 (黑色鑽石型)",
3745                         "4": "極端困難 (雙重黑色鑽石型)"
3746                     },
3747                     "placeholder": "容易, 中等, 困難...",
3748                     "terms": "IMBA 路徑困難度"
3749                 },
3750                 "mtb/scale/uphill": {
3751                     "label": "登山車上坡難度",
3752                     "options": {
3753                         "0": "0: 平均坡度小於 10%,有碎石/夯實的地面,沒有障礙物",
3754                         "1": "1: 平均坡度小於15%,有碎石/夯實的地面,有些許障礙物",
3755                         "2": "2: 平均坡度小於20,堅實的地面,拳頭大的石頭/樹根",
3756                         "3": "3: 平均坡度25%,多變的平面,拳頭大的石頭/樹牆",
3757                         "4": "4: 平均坡度小於30%,很糟的路面狀況,大石頭/樹牆",
3758                         "5": "5: 很陡,單車得牽行或扛車"
3759                     },
3760                     "placeholder": "0, 1, 2, 3...",
3761                     "terms": "登山單車上坡困難度"
3762                 },
3763                 "name": {
3764                     "label": "名稱",
3765                     "placeholder": "常用名稱(如果有)",
3766                     "terms": "名稱,名字"
3767                 },
3768                 "natural": {
3769                     "label": "自然"
3770                 },
3771                 "network": {
3772                     "label": "網路",
3773                     "terms": "網路,連鎖體系"
3774                 },
3775                 "network/type": {
3776                     "label": "網路類型",
3777                     "terms": "網路類型"
3778                 },
3779                 "network_bicycle": {
3780                     "label": "網路類型",
3781                     "options": {
3782                         "icn": "國際",
3783                         "lcn": "區域",
3784                         "ncn": "國家",
3785                         "rcn": "地區型"
3786                     },
3787                     "placeholder": "區域、地區型、國家、國際"
3788                 },
3789                 "network_foot": {
3790                     "label": "網路類型",
3791                     "options": {
3792                         "iwn": "國際",
3793                         "lwn": "區域",
3794                         "nwn": "國家",
3795                         "rwn": "地區型"
3796                     },
3797                     "placeholder": "區域、地區型、國家、國際"
3798                 },
3799                 "network_horse": {
3800                     "label": "網路類型",
3801                     "options": {
3802                         "ihn": "國際",
3803                         "lhn": "區域",
3804                         "nhn": "國家",
3805                         "rhn": "地區型"
3806                     },
3807                     "placeholder": "區域、地區型、國家、國際"
3808                 },
3809                 "network_road": {
3810                     "label": "網路"
3811                 },
3812                 "not/name": {
3813                     "label": "不正確名稱",
3814                     "terms": "不正確名稱,不對的名稱"
3815                 },
3816                 "note": {
3817                     "label": "備註",
3818                     "terms": "註解"
3819                 },
3820                 "office": {
3821                     "label": "種類"
3822                 },
3823                 "oneway": {
3824                     "label": "單行道",
3825                     "options": {
3826                         "alternating": "交替",
3827                         "no": "否",
3828                         "reversible": "可反轉",
3829                         "undefined": "假設為否",
3830                         "yes": "是"
3831                     }
3832                 },
3833                 "oneway/bicycle": {
3834                     "label": "單行道 (單車)",
3835                     "terms": "單行道 (單車),單行道 (腳踏車)"
3836                 },
3837                 "oneway_yes": {
3838                     "label": "單程路",
3839                     "options": {
3840                         "alternating": "交替",
3841                         "no": "否",
3842                         "reversible": "可反轉",
3843                         "undefined": "假設為是",
3844                         "yes": "是"
3845                     }
3846                 },
3847                 "opening_date": {
3848                     "label": "預計開放日期"
3849                 },
3850                 "opening_hours": {
3851                     "label": "小時",
3852                     "placeholder": "未知",
3853                     "terms": "營運小時"
3854                 },
3855                 "operator": {
3856                     "label": "營運商",
3857                     "terms": "營運商,經營商,經營者"
3858                 },
3859                 "operator/type": {
3860                     "label": "營運者類型"
3861                 },
3862                 "outdoor_seating": {
3863                     "label": "戶外座位",
3864                     "terms": "戶外座位,室外座位"
3865                 },
3866                 "par": {
3867                     "label": "標準桿數",
3868                     "placeholder": "3,4,5..."
3869                 },
3870                 "park_ride": {
3871                     "label": "停車轉乘",
3872                     "terms": "轉乘"
3873                 },
3874                 "parking": {
3875                     "label": "種類",
3876                     "options": {
3877                         "carports": "車棚",
3878                         "garage_boxes": "垃圾桶",
3879                         "lane": "路邊停車位",
3880                         "multi-storey": "立體",
3881                         "sheds": "有覆蓋",
3882                         "surface": "平面",
3883                         "underground": "地下"
3884                     }
3885                 },
3886                 "payment_multi": {
3887                     "label": "付款類型",
3888                     "terms": "付費方式,付款方式,付費種類 "
3889                 },
3890                 "payment_multi_fee": {
3891                     "label": "付款類型",
3892                     "terms": "付費方式,付款方式,付費種類 "
3893                 },
3894                 "phases": {
3895                     "label": "相位數",
3896                     "placeholder": "1, 2, 3..."
3897                 },
3898                 "phone": {
3899                     "label": "電話",
3900                     "placeholder": "+31 42 123 4567",
3901                     "terms": "電話,話亭,電話亭"
3902                 },
3903                 "piste/difficulty": {
3904                     "label": "難度",
3905                     "options": {
3906                         "advanced": "進階",
3907                         "easy": "簡單",
3908                         "expert": "專家",
3909                         "extreme": "極端困難",
3910                         "freeride": "自由滑行",
3911                         "intermediate": "中階",
3912                         "novice": "新手"
3913                     },
3914                     "placeholder": "容易, 中階, 進階"
3915                 },
3916                 "piste/difficulty_downhill": {
3917                     "label": "難易度",
3918                     "options": {
3919                         "advanced": "進階 (黑色鑽石型) ",
3920                         "easy": "容易 (綠圈) ",
3921                         "expert": "專家 (雙重黑色鑽石型) ",
3922                         "extreme": "極端困難 (需要攀登工具) ",
3923                         "freeride": "自由滑行 (場地外) ",
3924                         "intermediate": "中階 (藍方塊) ",
3925                         "novice": "新手 (教學) "
3926                     },
3927                     "placeholder": "容易、中階、進階"
3928                 },
3929                 "piste/difficulty_nordic": {
3930                     "label": "難易度",
3931                     "options": {
3932                         "advanced": "進階 - 狹窄,陡或是冰凍路段,急彎",
3933                         "easy": "簡單 - 平緩的小丘,短短的陡路段",
3934                         "expert": "專家 - 附近是危險路面",
3935                         "intermediate": "中階 - 陡路段",
3936                         "novice": "新手 - 平地,沒有加上特殊路面"
3937                     },
3938                     "placeholder": "簡單、中階、進階..."
3939                 },
3940                 "piste/difficulty_skitour": {
3941                     "label": "難易度",
3942                     "options": {
3943                         "advanced": "進階 - S:40-45° 上坡",
3944                         "easy": "容易 - WS:30-35° 上坡",
3945                         "expert": "專家 - SS:45–50° 上坡",
3946                         "extreme": "極限 - EX:大於 55° 上坡",
3947                         "freeride": "自由式 - AS:50–55° 上坡",
3948                         "intermediate": "中階 - ZS:35-40° 上坡",
3949                         "novice": "新手 - L:小於 30° 上坡"
3950                     },
3951                     "placeholder": "容易、中階、進階... "
3952                 },
3953                 "piste/grooming": {
3954                     "label": "雪道種類",
3955                     "options": {
3956                         "backcountry": "偏遠地區",
3957                         "classic": "經典",
3958                         "classic+skating": "經典和滑行",
3959                         "mogul": "蒙古人",
3960                         "scooter": "滑行艇/雪車",
3961                         "skating": "滑行"
3962                     }
3963                 },
3964                 "piste/grooming_downhill": {
3965                     "label": "疏導",
3966                     "options": {
3967                         "backcountry": "偏遠 - 沒有疏導",
3968                         "classic": "經典",
3969                         "mogul": "蒙古"
3970                     }
3971                 },
3972                 "piste/grooming_hike": {
3973                     "label": "疏導",
3974                     "options": {
3975                         "backcountry": "偏遠 - 雪鞋健走",
3976                         "classic": "經典 - 冬季健行"
3977                     }
3978                 },
3979                 "piste/grooming_nordic": {
3980                     "label": "疏導",
3981                     "options": {
3982                         "backcountry": "偏遠, 無疏導",
3983                         "classic": "經典",
3984                         "classic+skating": "經典和滑雪",
3985                         "scooter": "機車/雪車",
3986                         "skating": "滑雪"
3987                     }
3988                 },
3989                 "piste/type": {
3990                     "label": "種類",
3991                     "options": {
3992                         "connection": "連線",
3993                         "downhill": "滑降",
3994                         "hike": "徒步旅行",
3995                         "ice_skate": "冰刀",
3996                         "nordic": "北歐人",
3997                         "playground": "練習場",
3998                         "skitour": "滑雪旅行",
3999                         "sled": "雪橇",
4000                         "sleigh": "簡易雪橇",
4001                         "snow_park": "滑雪場"
4002                     }
4003                 },
4004                 "place": {
4005                     "label": "種類"
4006                 },
4007                 "plant": {
4008                     "label": "電廠"
4009                 },
4010                 "plant/output/electricity": {
4011                     "label": "電力輸出",
4012                     "placeholder": "500 MW, 1000 MW, 2000 MW..."
4013                 },
4014                 "playground": {
4015                     "label": "類型"
4016                 },
4017                 "playground/theme": {
4018                     "label": "主題"
4019                 },
4020                 "polling_station": {
4021                     "label": "投票站",
4022                     "terms": "投票所,投開票所 "
4023                 },
4024                 "population": {
4025                     "label": "人口數"
4026                 },
4027                 "post": {
4028                     "label": "郵寄地址"
4029                 },
4030                 "power": {
4031                     "label": "種類"
4032                 },
4033                 "power_supply": {
4034                     "label": "電源供應器",
4035                     "terms": "供電方式"
4036                 },
4037                 "preschool": {
4038                     "label": "育幼院"
4039                 },
4040                 "produce": {
4041                     "label": "生產產品"
4042                 },
4043                 "product": {
4044                     "label": "產品",
4045                     "terms": "產品,產物,商品"
4046                 },
4047                 "public_bookcase/type": {
4048                     "label": "類型"
4049                 },
4050                 "pump": {
4051                     "label": "幫浦"
4052                 },
4053                 "railway": {
4054                     "label": "種類"
4055                 },
4056                 "railway/position": {
4057                     "label": "里程牌位置",
4058                     "placeholder": "距離達小數點一位數 (123.4)"
4059                 },
4060                 "railway/signal/direction": {
4061                     "label": "受影響的方向",
4062                     "options": {
4063                         "backward": "後退",
4064                         "both": "兩個方向 / 全部",
4065                         "forward": "前進"
4066                     }
4067                 },
4068                 "rating": {
4069                     "label": "電力頻率"
4070                 },
4071                 "rcn_ref": {
4072                     "label": "自行車路線代碼"
4073                 },
4074                 "recycling_accepts": {
4075                     "label": "接受"
4076                 },
4077                 "recycling_type": {
4078                     "label": "種類",
4079                     "options": {
4080                         "centre": "中心",
4081                         "container": "桶"
4082                     },
4083                     "placeholder": "中心, 桶"
4084                 },
4085                 "ref": {
4086                     "label": "參考編號",
4087                     "terms": "參考號碼,參考代碼"
4088                 },
4089                 "ref/isil": {
4090                     "label": "ISIL 代碼"
4091                 },
4092                 "ref/vatin": {
4093                     "label": "VAT ID 號碼",
4094                     "terms": "VAT ID 號碼"
4095                 },
4096                 "ref_aeroway_gate": {
4097                     "label": "閘門編號"
4098                 },
4099                 "ref_golf_hole": {
4100                     "label": "球洞編號",
4101                     "placeholder": "1-18"
4102                 },
4103                 "ref_highway_junction": {
4104                     "label": "路口編號"
4105                 },
4106                 "ref_platform": {
4107                     "label": "站台編號"
4108                 },
4109                 "ref_road_number": {
4110                     "label": "道路編號",
4111                     "terms": "道路編號,道路號碼"
4112                 },
4113                 "ref_room_number": {
4114                     "label": "房間號碼"
4115                 },
4116                 "ref_route": {
4117                     "label": "路線編號",
4118                     "terms": "路線號碼,路線編號"
4119                 },
4120                 "ref_runway": {
4121                     "label": "跑道編號",
4122                     "placeholder": "範例:01L/19R"
4123                 },
4124                 "ref_stop_position": {
4125                     "label": "站體編號"
4126                 },
4127                 "ref_taxiway": {
4128                     "label": "滑行道號碼",
4129                     "placeholder": "範例:A5"
4130                 },
4131                 "relation": {
4132                     "label": "種類"
4133                 },
4134                 "religion": {
4135                     "label": "宗教",
4136                     "terms": "宗教派別"
4137                 },
4138                 "reservation": {
4139                     "label": "訂位",
4140                     "options": {
4141                         "no": "不接受",
4142                         "recommended": "建議",
4143                         "required": "必須",
4144                         "yes": "接受"
4145                     },
4146                     "terms": "訂位"
4147                 },
4148                 "residential": {
4149                     "label": "類型"
4150                 },
4151                 "resort": {
4152                     "label": "類型"
4153                 },
4154                 "resource": {
4155                     "label": "資源"
4156                 },
4157                 "restriction": {
4158                     "label": "種類"
4159                 },
4160                 "restrictions": {
4161                     "label": "轉向限制"
4162                 },
4163                 "roof/colour": {
4164                     "label": "屋頂顏色",
4165                     "terms": "屋頂顏色"
4166                 },
4167                 "room": {
4168                     "label": "類型"
4169                 },
4170                 "rooms": {
4171                     "label": "房間數"
4172                 },
4173                 "route": {
4174                     "label": "種類"
4175                 },
4176                 "route_master": {
4177                     "label": "種類"
4178                 },
4179                 "rwn_ref": {
4180                     "label": "步行路線代碼"
4181                 },
4182                 "sac_scale": {
4183                     "label": "旅行難度",
4184                     "options": {
4185                         "alpine_hiking": "T4:高山旅行",
4186                         "demanding_alpine_hiking": "T5:進階高山旅行",
4187                         "demanding_mountain_hiking": "T3:進階登山旅行",
4188                         "difficult_alpine_hiking": "T6:艱困高山旅行",
4189                         "hiking": "T1:徒步旅行",
4190                         "mountain_hiking": "T2:登山旅行"
4191                     },
4192                     "placeholder": "登山旅行、越嶺縱走...",
4193                     "terms": "健行難度"
4194                 },
4195                 "salt": {
4196                     "label": "鹽份",
4197                     "terms": "鹹水"
4198                 },
4199                 "sanitary_dump_station": {
4200                     "label": "廁所處理方式",
4201                     "terms": "廁所用品"
4202                 },
4203                 "screen": {
4204                     "label": "螢幕",
4205                     "placeholder": "1, 4, 8…"
4206                 },
4207                 "scuba_diving": {
4208                     "label": "水肺潛水服務"
4209                 },
4210                 "seamark/beacon_isolated_danger/shape": {
4211                     "label": "形狀"
4212                 },
4213                 "seamark/beacon_lateral/category": {
4214                     "label": "分類",
4215                     "options": {
4216                         "danger_left": "左方危險",
4217                         "danger_right": "右方危險",
4218                         "port": "港口",
4219                         "starboard": "右舷",
4220                         "waterway_left": "左側水路",
4221                         "waterway_right": "右側水路"
4222                     }
4223                 },
4224                 "seamark/beacon_lateral/colour": {
4225                     "label": "顏色",
4226                     "options": {
4227                         "green": "綠",
4228                         "grey": "灰",
4229                         "red": "紅"
4230                     }
4231                 },
4232                 "seamark/beacon_lateral/shape": {
4233                     "label": "形狀"
4234                 },
4235                 "seamark/beacon_lateral/system": {
4236                     "label": "系統",
4237                     "options": {
4238                         "cevni": "CEVNI",
4239                         "iala-a": "IALA A",
4240                         "iala-b": "IALA B",
4241                         "other": "其他"
4242                     }
4243                 },
4244                 "seamark/buoy_lateral/category": {
4245                     "label": "分類",
4246                     "options": {
4247                         "channel_left": "左側航道",
4248                         "channel_right": "右側航道",
4249                         "danger_left": "左側危險",
4250                         "danger_right": "右側危險",
4251                         "port": "左側",
4252                         "preferred_channel_port": "航道左側優先",
4253                         "preferred_channel_starboard": "航道右側優先",
4254                         "starboard": "右側",
4255                         "waterway_left": "航道左側",
4256                         "waterway_right": "航道右側"
4257                     }
4258                 },
4259                 "seamark/buoy_lateral/colour": {
4260                     "label": "顏色",
4261                     "options": {
4262                         "green": "綠色",
4263                         "green;red;green": "綠-紅-綠",
4264                         "green;white;green;white": "綠-白-綠-白",
4265                         "red": "紅色",
4266                         "red;green;red": "紅-綠-紅",
4267                         "red;white;red;white": "紅-白-紅-白",
4268                         "white": "白色",
4269                         "yellow": "黃色"
4270                     }
4271                 },
4272                 "seamark/buoy_lateral/shape": {
4273                     "label": "形狀"
4274                 },
4275                 "seamark/buoy_lateral/system": {
4276                     "label": "系統",
4277                     "options": {
4278                         "cevni": "CEVNI",
4279                         "iala-a": "IALA A",
4280                         "iala-b": "IALA A",
4281                         "other": "其他"
4282                     }
4283                 },
4284                 "seamark/mooring/category": {
4285                     "label": "類別"
4286                 },
4287                 "seamark/type": {
4288                     "label": "海標",
4289                     "terms": "海事標記"
4290                 },
4291                 "seamark/wreck/category": {
4292                     "label": "種類"
4293                 },
4294                 "seasonal": {
4295                     "label": "季節性"
4296                 },
4297                 "seats": {
4298                     "label": "座位數",
4299                     "placeholder": "2, 4, 6..."
4300                 },
4301                 "second_hand": {
4302                     "label": "販售二手商品",
4303                     "options": {
4304                         "no": "不行",
4305                         "only": "只能",
4306                         "yes": "可以"
4307                     },
4308                     "placeholder": "可以, 不行, 只能",
4309                     "terms": "販售二手貨"
4310                 },
4311                 "self_service": {
4312                     "label": "自助服務"
4313                 },
4314                 "service": {
4315                     "label": "種類"
4316                 },
4317                 "service/bicycle": {
4318                     "label": "服務"
4319                 },
4320                 "service/vehicle": {
4321                     "label": "服務"
4322                 },
4323                 "service_rail": {
4324                     "label": "服務類型",
4325                     "options": {
4326                         "crossover": "橫渡線",
4327                         "siding": "側線",
4328                         "spur": "支線",
4329                         "yard": "調度軌"
4330                     },
4331                     "terms": "服務種類"
4332                 },
4333                 "service_times": {
4334                     "label": "服務時間"
4335                 },
4336                 "shelter": {
4337                     "label": "有蓋範圍"
4338                 },
4339                 "shelter_type": {
4340                     "label": "種類"
4341                 },
4342                 "shop": {
4343                     "label": "種類"
4344                 },
4345                 "siren/purpose": {
4346                     "label": "目的"
4347                 },
4348                 "siren/type": {
4349                     "label": "類型",
4350                     "options": {
4351                         "electronic": "電子式",
4352                         "other": "其他",
4353                         "pneumatic": "氣動式"
4354                     }
4355                 },
4356                 "site": {
4357                     "label": "種類"
4358                 },
4359                 "site_type": {
4360                     "label": "遺址類型"
4361                 },
4362                 "smoking": {
4363                     "label": "吸煙",
4364                     "options": {
4365                         "dedicated": "吸煙者專屬 (例如吸煙者酒吧)",
4366                         "isolated": "有隔離空間的吸煙區",
4367                         "no": "禁止吸煙",
4368                         "outside": "室外允許吸煙",
4369                         "separated": "無隔離空間的吸煙區",
4370                         "yes": "允許吸煙"
4371                     },
4372                     "placeholder": "禁止, 分離空間, 允許",
4373                     "terms": "吸菸"
4374                 },
4375                 "smoothness": {
4376                     "label": "平順度",
4377                     "options": {
4378                         "bad": "強化輪胎:登山車、汽車、人力車",
4379                         "excellent": "軸承:溜冰、滑板",
4380                         "good": "窄輪:公路車",
4381                         "horrible": "越野:重度越野車輛",
4382                         "impassable": "無法通行 /  機動車輛無法通行",
4383                         "intermediate": "輪胎:通勤自行車、輪椅、速克達",
4384                         "very_bad": "高底盤:輕度越野車輛",
4385                         "very_horrible": "越野專用:拖拉機、全地形車"
4386                     },
4387                     "placeholder": "窄軸、輪胎、越野…",
4388                     "terms": "平滑度,平整度"
4389                 },
4390                 "sms": {
4391                     "label": "SMS",
4392                     "terms": "SMS"
4393                 },
4394                 "social_facility": {
4395                     "label": "種類"
4396                 },
4397                 "social_facility_for": {
4398                     "label": "服務對象"
4399                 },
4400                 "source": {
4401                     "label": "來源",
4402                     "terms": "來源,消息來源"
4403                 },
4404                 "species/wikidata": {
4405                     "label": "物種的維基數據",
4406                     "terms": "Wikidata 物種"
4407                 },
4408                 "sport": {
4409                     "label": "運動"
4410                 },
4411                 "sport_ice": {
4412                     "label": "運動"
4413                 },
4414                 "sport_racing_motor": {
4415                     "label": "運動"
4416                 },
4417                 "sport_racing_nonmotor": {
4418                     "label": "運動"
4419                 },
4420                 "stars": {
4421                     "label": "星等",
4422                     "terms": "星等,星等評鑑"
4423                 },
4424                 "start_date": {
4425                     "label": "啟始日期",
4426                     "terms": "開始日期,開工日期,開業日期"
4427                 },
4428                 "step_count": {
4429                     "label": "階梯數字",
4430                     "terms": "階梯數"
4431                 },
4432                 "stile": {
4433                     "label": "類型"
4434                 },
4435                 "stop": {
4436                     "label": "停車指示種類",
4437                     "options": {
4438                         "all": "全部方向",
4439                         "minor": "支線道路停止"
4440                     }
4441                 },
4442                 "street_cabinet": {
4443                     "label": "類型"
4444                 },
4445                 "stroller": {
4446                     "label": "嬰兒車",
4447                     "options": {
4448                         "limited": "有限制",
4449                         "no": "無",
4450                         "yes": "有"
4451                     },
4452                     "terms": "嬰兒車通行"
4453                 },
4454                 "structure": {
4455                     "label": "人造結構物",
4456                     "options": {
4457                         "bridge": "橋樑",
4458                         "cutting": "挖土",
4459                         "embankment": "堤",
4460                         "ford": "淺灘",
4461                         "tunnel": "隧道"
4462                     },
4463                     "placeholder": "未知種類",
4464                     "terms": "結構"
4465                 },
4466                 "structure_waterway": {
4467                     "label": "結構體",
4468                     "options": {
4469                         "tunnel": "隧道"
4470                     },
4471                     "placeholder": "未知"
4472                 },
4473                 "studio": {
4474                     "label": "種類"
4475                 },
4476                 "substance": {
4477                     "label": "材質"
4478                 },
4479                 "substation": {
4480                     "label": "種類"
4481                 },
4482                 "supervised": {
4483                     "label": "受監察",
4484                     "terms": "有監視的"
4485                 },
4486                 "support": {
4487                     "label": "支援"
4488                 },
4489                 "surface": {
4490                     "label": "路面鋪設",
4491                     "terms": "表面"
4492                 },
4493                 "surveillance": {
4494                     "label": "監視種類"
4495                 },
4496                 "surveillance/type": {
4497                     "label": "監視類型",
4498                     "options": {
4499                         "ALPR": "自動牌照讀取器",
4500                         "camera": "相機",
4501                         "guard": "守衛"
4502                     }
4503                 },
4504                 "surveillance/zone": {
4505                     "label": "監視區域"
4506                 },
4507                 "survey/date": {
4508                     "label": "最後調查日期",
4509                     "terms": "最後探察日期,最後探察時間 "
4510                 },
4511                 "swimming_pool": {
4512                     "label": "類型"
4513                 },
4514                 "switch": {
4515                     "label": "類型",
4516                     "options": {
4517                         "circuit_breaker": "斷路器",
4518                         "disconnector": "分段開關",
4519                         "earthing": "接地開關",
4520                         "mechanical": "機械開關"
4521                     }
4522                 },
4523                 "tactile_paving": {
4524                     "label": "人行道視障引導設施",
4525                     "terms": "導盲磚"
4526                 },
4527                 "takeaway": {
4528                     "label": "外帶",
4529                     "options": {
4530                         "no": "不行",
4531                         "only": "只能外帶",
4532                         "yes": "可以"
4533                     },
4534                     "placeholder": "可以, 不行, 只能外帶 ...",
4535                     "terms": "外帶"
4536                 },
4537                 "target": {
4538                     "label": "目標"
4539                 },
4540                 "tidal": {
4541                     "label": "潮汐",
4542                     "terms": "潮汐"
4543                 },
4544                 "to": {
4545                     "label": "到"
4546                 },
4547                 "toilets/disposal": {
4548                     "label": "處置方式",
4549                     "options": {
4550                         "bucket": "尿筒",
4551                         "chemical": "化工",
4552                         "flush": "沖水式",
4553                         "pitlatrine": "旱廁"
4554                     }
4555                 },
4556                 "toilets/handwashing": {
4557                     "label": "洗手台",
4558                     "terms": "手洗"
4559                 },
4560                 "toilets/position": {
4561                     "label": "位置",
4562                     "terms": "位置,地點"
4563                 },
4564                 "toll": {
4565                     "label": "收費站",
4566                     "terms": "收費亭"
4567                 },
4568                 "tomb": {
4569                     "label": "類型"
4570                 },
4571                 "tourism": {
4572                     "label": "種類"
4573                 },
4574                 "tower/construction": {
4575                     "label": "建材",
4576                     "placeholder": "拉線、鋼格、偽裝、..."
4577                 },
4578                 "tower/type": {
4579                     "label": "類型"
4580                 },
4581                 "townhall/type": {
4582                     "label": "類型"
4583                 },
4584                 "tracktype": {
4585                     "label": "產業道路種類",
4586                     "options": {
4587                         "grade1": "剛性鋪面:鋪面為柏油、水泥或由剛性材質密實組成",
4588                         "grade2": "近剛性鋪面:礫石與石塊混合柔性材質",
4589                         "grade3": "混合剛性與柔性材質",
4590                         "grade4": "近柔性鋪面:土壤、砂土與草地混合其他剛性材質",
4591                         "grade5": "柔性鋪面:只有土壤、砂土與草地"
4592                     },
4593                     "placeholder": "堅硬地面、硬物鋪面、軟鋪面"
4594                 },
4595                 "trade": {
4596                     "label": "類型"
4597                 },
4598                 "traffic_calming": {
4599                     "label": "種類"
4600                 },
4601                 "traffic_sign": {
4602                     "label": "交通號誌"
4603                 },
4604                 "traffic_sign/direction": {
4605                     "label": "受影響的方向",
4606                     "options": {
4607                         "backward": "反向",
4608                         "both": "都有/全部",
4609                         "forward": "向前"
4610                     }
4611                 },
4612                 "traffic_signals": {
4613                     "label": "號誌種類"
4614                 },
4615                 "traffic_signals/direction": {
4616                     "label": "受影響的方向",
4617                     "options": {
4618                         "backward": "後退",
4619                         "both": "兩個方向 / 全部",
4620                         "forward": "前後"
4621                     }
4622                 },
4623                 "trail_visibility": {
4624                     "label": "路徑可見度",
4625                     "options": {
4626                         "bad": "差勁:沒有標示、路徑有時候消失",
4627                         "excellent": "良好:路徑明顯或標示充分",
4628                         "good": "尚可:有標示但可能不明顯",
4629                         "horrible": "可怕:路徑常消失、需要部分定向能力",
4630                         "intermediate": "略差:標示稀少、路徑大致可見",
4631                         "no": "無:沒有路徑、需具備完整的定向能力"
4632                     },
4633                     "placeholder": "良好、尚可、稍差...",
4634                     "terms": "路跡可見度"
4635                 },
4636                 "transformer": {
4637                     "label": "類型",
4638                     "options": {
4639                         "auto": "自動變壓",
4640                         "auxiliary": "輔助",
4641                         "converter": "變流器",
4642                         "distribution": "分配",
4643                         "generator": "發電機",
4644                         "phase_angle_regulator": "相角調節器",
4645                         "traction": "牽引",
4646                         "yes": "未知"
4647                     }
4648                 },
4649                 "trees": {
4650                     "label": "樹"
4651                 },
4652                 "trench": {
4653                     "label": "類型"
4654                 },
4655                 "trolley_wire": {
4656                     "label": "架空電車線",
4657                     "terms": "架空電車線"
4658                 },
4659                 "tunnel": {
4660                     "label": "類型",
4661                     "placeholder": "預設"
4662                 },
4663                 "usage_rail": {
4664                     "label": "用途類型",
4665                     "options": {
4666                         "branch": "支線",
4667                         "industrial": "工業用",
4668                         "main": "主線",
4669                         "military": "軍事用途",
4670                         "test": "測試",
4671                         "tourism": "觀光"
4672                     },
4673                     "terms": "使用種類"
4674                 },
4675                 "utility": {
4676                     "label": "公用事業"
4677                 },
4678                 "utility_semi": {
4679                     "label": "公用事業"
4680                 },
4681                 "valve": {
4682                     "label": "類型"
4683                 },
4684                 "vending": {
4685                     "label": "貨物類型"
4686                 },
4687                 "video_calls": {
4688                     "label": "視訊通話",
4689                     "terms": "視訊通話"
4690                 },
4691                 "visibility": {
4692                     "label": "可見度",
4693                     "options": {
4694                         "area": "超過 20 公尺(65 英呎)",
4695                         "house": "約 5 公尺(16 英呎)",
4696                         "street": "5 到 20 公尺(16 到 65 英呎)"
4697                     }
4698                 },
4699                 "volcano/status": {
4700                     "label": "火山狀態",
4701                     "options": {
4702                         "active": "活",
4703                         "dormant": "休眠",
4704                         "extinct": "死"
4705                     }
4706                 },
4707                 "volcano/type": {
4708                     "label": "火山類型",
4709                     "options": {
4710                         "scoria": "火山渣",
4711                         "shield": "盾狀",
4712                         "stratovolcano": "複式火山"
4713                     }
4714                 },
4715                 "voltage": {
4716                     "label": "伏特"
4717                 },
4718                 "voltage/primary": {
4719                     "label": "主要電壓",
4720                     "terms": "主要電壓"
4721                 },
4722                 "voltage/secondary": {
4723                     "label": "次要電壓",
4724                     "terms": "次要電壓"
4725                 },
4726                 "voltage/tertiary": {
4727                     "label": "三次電壓",
4728                     "terms": "三要電壓"
4729                 },
4730                 "voltage_electrified": {
4731                     "label": "電壓",
4732                     "terms": "電壓"
4733                 },
4734                 "wall": {
4735                     "label": "種類"
4736                 },
4737                 "waste": {
4738                     "label": "廢棄物"
4739                 },
4740                 "water": {
4741                     "label": "種類"
4742                 },
4743                 "water_point": {
4744                     "label": "取水點"
4745                 },
4746                 "water_source": {
4747                     "label": "水源"
4748                 },
4749                 "water_volume": {
4750                     "label": "儲水量(立方公尺)",
4751                     "terms": "儲水容量 (m³),儲水容量 (立方公尺)"
4752                 },
4753                 "waterway": {
4754                     "label": "種類"
4755                 },
4756                 "website": {
4757                     "label": "網站",
4758                     "placeholder": "https://example.com",
4759                     "terms": "網站,首頁,網址"
4760                 },
4761                 "wetland": {
4762                     "label": "種類"
4763                 },
4764                 "wheelchair": {
4765                     "label": "輪椅通道",
4766                     "options": {
4767                         "limited": "有限制",
4768                         "no": "無",
4769                         "yes": "有"
4770                     },
4771                     "terms": "無障礙設施通行狀況"
4772                 },
4773                 "wholesale": {
4774                     "label": "批發"
4775                 },
4776                 "width": {
4777                     "label": "寬度 (公尺)",
4778                     "terms": "寬度 (公尺), 寬度 (m)"
4779                 },
4780                 "wikidata": {
4781                     "label": "維基數據",
4782                     "terms": "Wikidata,維基數據,維基資料"
4783                 },
4784                 "wikimedia_commons": {
4785                     "label": "維基共享資源頁面",
4786                     "placeholder": "File:Example.jpg",
4787                     "terms": "維基共享資源頁面"
4788                 },
4789                 "wikipedia": {
4790                     "label": "維基百科",
4791                     "terms": "Wikipedia,維基百科,維基"
4792                 },
4793                 "windings": {
4794                     "label": "線圈",
4795                     "placeholder": "1, 2, 3...",
4796                     "terms": "曲折,彎曲"
4797                 },
4798                 "windings/configuration": {
4799                     "label": "繞組設定",
4800                     "options": {
4801                         "delta": "Delta",
4802                         "leblanc": "勒布朗",
4803                         "open": "開放",
4804                         "open-delta": "Open Delta",
4805                         "scott": "Scott",
4806                         "star": "Star / Wye",
4807                         "zigzag": "Zig Zag"
4808                     },
4809                     "terms": "曲折設定,彎曲設定"
4810                 }
4811             },
4812             "presets": {
4813                 "addr/interpolation": {
4814                     "name": "地址插補"
4815                 },
4816                 "address": {
4817                     "name": "地址",
4818                     "terms": "地址,位置,位址"
4819                 },
4820                 "advertising/billboard": {
4821                     "name": "廣告牌",
4822                     "terms": "廣告看板"
4823                 },
4824                 "advertising/board": {
4825                     "name": "公告欄",
4826                     "terms": "公告欄,公佈欄"
4827                 },
4828                 "advertising/column": {
4829                     "name": "廣告看板",
4830                     "terms": "廣告看板,廣告欄"
4831                 },
4832                 "advertising/poster_box": {
4833                     "name": "海報盒",
4834                     "terms": "海報盒"
4835                 },
4836                 "advertising/totem": {
4837                     "name": "招牌",
4838                     "terms": "招牌"
4839                 },
4840                 "aerialway": {
4841                     "name": "纜車路線"
4842                 },
4843                 "aerialway/cable_car": {
4844                     "name": "纜車",
4845                     "terms": "街車"
4846                 },
4847                 "aerialway/chair_lift": {
4848                     "name": "吊椅",
4849                     "terms": "纜椅"
4850                 },
4851                 "aerialway/drag_lift": {
4852                     "name": "牽引纜車",
4853                     "terms": "牽引纜車"
4854                 },
4855                 "aerialway/gondola": {
4856                     "name": "空中纜車",
4857                     "terms": "吊車"
4858                 },
4859                 "aerialway/goods": {
4860                     "name": "載貨纜車",
4861                     "terms": "載貨纜車,貨運纜車,流籠"
4862                 },
4863                 "aerialway/j-bar": {
4864                     "name": "J 形纜車",
4865                     "terms": "J 形纜車"
4866                 },
4867                 "aerialway/magic_carpet": {
4868                     "name": "輸送帶",
4869                     "terms": "輸送帶"
4870                 },
4871                 "aerialway/mixed_lift": {
4872                     "name": "混合纜車",
4873                     "terms": "混合纜車"
4874                 },
4875                 "aerialway/platter": {
4876                     "name": "吊盤",
4877                     "terms": "吊盤"
4878                 },
4879                 "aerialway/pylon": {
4880                     "name": "纜車塔柱",
4881                     "terms": "吊道塔,纜車塔"
4882                 },
4883                 "aerialway/rope_tow": {
4884                     "name": "牽繩",
4885                     "terms": "牽繩"
4886                 },
4887                 "aerialway/t-bar": {
4888                     "name": "T 形纜車",
4889                     "terms": "T 形纜車"
4890                 },
4891                 "aerialway/zip_line": {
4892                     "name": "溜索",
4893                     "terms": "流籠"
4894                 },
4895                 "aeroway": {
4896                     "name": "機場相關設施"
4897                 },
4898                 "aeroway/aerodrome": {
4899                     "name": "機場",
4900                     "terms": "機場,飛機場"
4901                 },
4902                 "aeroway/apron": {
4903                     "name": "停機坪",
4904                     "terms": "停機坪"
4905                 },
4906                 "aeroway/gate": {
4907                     "name": "登機閘門",
4908                     "terms": "機場閘口,機場閘門,登機門,登機口"
4909                 },
4910                 "aeroway/hangar": {
4911                     "name": "機庫",
4912                     "terms": "飛機庫"
4913                 },
4914                 "aeroway/helipad": {
4915                     "name": "直昇機坪",
4916                     "terms": "直昇機停機坪,直升機停機坪"
4917                 },
4918                 "aeroway/holding_position": {
4919                     "name": "飛機停靠點",
4920                     "terms": "飛機停靠點"
4921                 },
4922                 "aeroway/jet_bridge": {
4923                     "name": "空橋"
4924                 },
4925                 "aeroway/parking_position": {
4926                     "name": "停機坪",
4927                     "terms": "停機坪"
4928                 },
4929                 "aeroway/runway": {
4930                     "name": "機場跑道",
4931                     "terms": "跑道"
4932                 },
4933                 "aeroway/spaceport": {
4934                     "name": "太空發射中心",
4935                     "terms": "太空發射中心"
4936                 },
4937                 "aeroway/taxiway": {
4938                     "name": "滑行道",
4939                     "terms": "滑行道"
4940                 },
4941                 "aeroway/terminal": {
4942                     "name": "機場航廈",
4943                     "terms": "航廈,機場大堂"
4944                 },
4945                 "aeroway/windsock": {
4946                     "name": "風向袋"
4947                 },
4948                 "allotments/plot": {
4949                     "name": "社區園圃",
4950                     "terms": "社區園圃,社區農圃,社區花園"
4951                 },
4952                 "amenity": {
4953                     "name": "便利設施"
4954                 },
4955                 "amenity/animal_boarding": {
4956                     "name": "寵物度假村",
4957                     "terms": "寵物度假村, 寵物飯店"
4958                 },
4959                 "amenity/animal_breeding": {
4960                     "name": "動物繁殖場",
4961                     "terms": "動物繁殖場"
4962                 },
4963                 "amenity/animal_shelter": {
4964                     "name": "動物收容中心",
4965                     "terms": "動物收容中心"
4966                 },
4967                 "amenity/arts_centre": {
4968                     "name": "藝文中心",
4969                     "terms": "文化中心,文化局,藝術中心"
4970                 },
4971                 "amenity/atm": {
4972                     "name": "自動櫃員機",
4973                     "terms": "提款機,ATM"
4974                 },
4975                 "amenity/bank": {
4976                     "name": "銀行",
4977                     "terms": "銀行,信用合作社"
4978                 },
4979                 "amenity/bar": {
4980                     "name": "酒吧",
4981                     "terms": "酒吧"
4982                 },
4983                 "amenity/bar/lgbtq": {
4984                     "name": "LGBTQ+ 酒吧",
4985                     "terms": "LGBTQ+ 酒吧"
4986                 },
4987                 "amenity/bbq": {
4988                     "name": "燒烤",
4989                     "terms": "BBQ,燒烤"
4990                 },
4991                 "amenity/bench": {
4992                     "name": "長椅",
4993                     "terms": "長椅"
4994                 },
4995                 "amenity/bicycle_parking": {
4996                     "name": "單車停車場",
4997                     "terms": "腳踏車停車場,自行車停車場"
4998                 },
4999                 "amenity/bicycle_parking/building": {
5000                     "name": "自行車車庫",
5001                     "terms": "自行車車庫,腳踏車車庫"
5002                 },
5003                 "amenity/bicycle_parking/lockers": {
5004                     "name": "自行車儲物櫃",
5005                     "terms": "自行車儲物櫃,腳踏車儲物櫃"
5006                 },
5007                 "amenity/bicycle_parking/shed": {
5008                     "name": "自行車棚",
5009                     "terms": "自行車棚,腳踏車棚"
5010                 },
5011                 "amenity/bicycle_rental": {
5012                     "name": "單車出租",
5013                     "terms": "腳踏車出租,自行車出租"
5014                 },
5015                 "amenity/bicycle_repair_station": {
5016                     "name": "自行車維修工具站",
5017                     "terms": "單車維修工具站,自行車自助維修站,單車自助維修站"
5018                 },
5019                 "amenity/biergarten": {
5020                     "name": "啤酒花園 ",
5021                     "terms": "啤酒花園,屋外花園酒店"
5022                 },
5023                 "amenity/boat_rental": {
5024                     "name": "小艇出租",
5025                     "terms": "租船處,小艇租賃"
5026                 },
5027                 "amenity/bureau_de_change": {
5028                     "name": "外幣兌換",
5029                     "terms": "錢幣兌換,貨幣兌換"
5030                 },
5031                 "amenity/bus_station": {
5032                     "name": "客運站"
5033                 },
5034                 "amenity/cafe": {
5035                     "name": "咖啡廳",
5036                     "terms": "咖啡店"
5037                 },
5038                 "amenity/car_pooling": {
5039                     "name": "汽車共乘站",
5040                     "terms": "汽車共乘站"
5041                 },
5042                 "amenity/car_rental": {
5043                     "name": "汽車租車店",
5044                     "terms": "汽車出租店,租車店,汽車租車店"
5045                 },
5046                 "amenity/car_sharing": {
5047                     "name": "共享汽車站",
5048                     "terms": "共享汽車站"
5049                 },
5050                 "amenity/car_wash": {
5051                     "name": "洗車店",
5052                     "terms": "洗車行,洗車店"
5053                 },
5054                 "amenity/casino": {
5055                     "name": "賭場",
5056                     "terms": "賭城"
5057                 },
5058                 "amenity/charging_station": {
5059                     "name": "充電站",
5060                     "terms": "充電站, 電池交換站, 充電處"
5061                 },
5062                 "amenity/childcare": {
5063                     "name": "托兒所/托嬰處",
5064                     "terms": "托兒所/托嬰處"
5065                 },
5066                 "amenity/cinema": {
5067                     "name": "電影院",
5068                     "terms": "戲館,說書樓,Cinema"
5069                 },
5070                 "amenity/clinic": {
5071                     "name": "診所",
5072                     "terms": "診療所,醫務所"
5073                 },
5074                 "amenity/clinic/abortion": {
5075                     "name": "墮胎診所",
5076                     "terms": "墮胎診所"
5077                 },
5078                 "amenity/clinic/fertility": {
5079                     "name": "生產診所",
5080                     "terms": "生產診所,不孕診所"
5081                 },
5082                 "amenity/clock": {
5083                     "name": "時鐘",
5084                     "terms": "時鐘,鐘塔"
5085                 },
5086                 "amenity/clock/sundial": {
5087                     "name": "日晷",
5088                     "terms": "日晷"
5089                 },
5090                 "amenity/college": {
5091                     "name": "學院範圍",
5092                     "terms": "學院,學院用地,技術學院,獨立學院,學校,College Grounds,College"
5093                 },
5094                 "amenity/community_centre": {
5095                     "name": "社區中心",
5096                     "terms": "社區發展協會,里活動中心,村活動中心,市民活動中心"
5097                 },
5098                 "amenity/community_centre/lgbtq": {
5099                     "name": "LGBTQ+ 社群中心",
5100                     "terms": "LGBTQ+ 社群中心"
5101                 },
5102                 "amenity/compressed_air": {
5103                     "name": "壓縮空氣",
5104                     "terms": "冷氣,冷氣機"
5105                 },
5106                 "amenity/conference_centre": {
5107                     "name": "會議中心",
5108                     "terms": "會議中心"
5109                 },
5110                 "amenity/courthouse": {
5111                     "name": "法院",
5112                     "terms": "法庭,地方法院,高等法院,最高法院"
5113                 },
5114                 "amenity/coworking_space": {
5115                     "name": "共同工作空間"
5116                 },
5117                 "amenity/crematorium": {
5118                     "name": "火葬場",
5119                     "terms": "火葬場"
5120                 },
5121                 "amenity/dentist": {
5122                     "name": "牙醫",
5123                     "terms": "牙醫診所"
5124                 },
5125                 "amenity/dive_centre": {
5126                     "name": "潛水中心",
5127                     "terms": "潛水服務中心"
5128                 },
5129                 "amenity/doctors": {
5130                     "name": "醫生",
5131                     "terms": "醫生診療處"
5132                 },
5133                 "amenity/dojo": {
5134                     "name": "道場/武術研習班",
5135                     "terms": "道場/武術學院,道場/武藝研習班"
5136                 },
5137                 "amenity/dressing_room": {
5138                     "name": "更衣室",
5139                     "terms": "更衣室"
5140                 },
5141                 "amenity/drinking_water": {
5142                     "name": "飲水機",
5143                     "terms": "飲水,水源,活水,飲處,取水處"
5144                 },
5145                 "amenity/driving_school": {
5146                     "name": "駕訓班",
5147                     "terms": "駕訓班,駕訓學校"
5148                 },
5149                 "amenity/embassy": {
5150                     "name": "使館"
5151                 },
5152                 "amenity/events_venue": {
5153                     "name": "活動場館",
5154                     "terms": "活動場館"
5155                 },
5156                 "amenity/fast_food": {
5157                     "name": "速食餐廳",
5158                     "terms": "速食店"
5159                 },
5160                 "amenity/fast_food/burger": {
5161                     "name": "漢堡速食店",
5162                     "terms": "漢堡店,速食店"
5163                 },
5164                 "amenity/fast_food/chicken": {
5165                     "name": "雞肉速食店",
5166                     "terms": "雞肉速食店"
5167                 },
5168                 "amenity/fast_food/donut": {
5169                     "name": "甜甜圈店",
5170                     "terms": "甜甜圈商店"
5171                 },
5172                 "amenity/fast_food/fish_and_chips": {
5173                     "name": "炸魚速食店",
5174                     "terms": "炸魚店"
5175                 },
5176                 "amenity/fast_food/hot_dog": {
5177                     "name": "熱狗速食",
5178                     "terms": "熱狗速食"
5179                 },
5180                 "amenity/fast_food/ice_cream": {
5181                     "name": "冰淇淋速食"
5182                 },
5183                 "amenity/fast_food/kebab": {
5184                     "name": "炸肉串速食店",
5185                     "terms": "炸肉串店"
5186                 },
5187                 "amenity/fast_food/mexican": {
5188                     "name": "墨西哥速食餐",
5189                     "terms": "墨西哥快餐"
5190                 },
5191                 "amenity/fast_food/pizza": {
5192                     "name": "批薩快餐店",
5193                     "terms": "批薩店"
5194                 },
5195                 "amenity/fast_food/sandwich": {
5196                     "name": "三明治快餐廳",
5197                     "terms": "三明治快餐廳"
5198                 },
5199                 "amenity/ferry_terminal": {
5200                     "name": "水運碼頭"
5201                 },
5202                 "amenity/fire_station": {
5203                     "name": "消防局",
5204                     "terms": "消防隊,救火隊"
5205                 },
5206                 "amenity/food_court": {
5207                     "name": "美食街",
5208                     "terms": "美食街,美食中心,食堂"
5209                 },
5210                 "amenity/fountain": {
5211                     "name": "噴水池",
5212                     "terms": "噴水泉"
5213                 },
5214                 "amenity/fuel": {
5215                     "name": "加油站",
5216                     "terms": "加油站"
5217                 },
5218                 "amenity/grave_yard": {
5219                     "name": "墓地",
5220                     "terms": "墳場,墓地"
5221                 },
5222                 "amenity/grit_bin": {
5223                     "name": "沙盒",
5224                     "terms": "儲存用來加速路面融雪的沙、鹽混合物容器"
5225                 },
5226                 "amenity/hospital": {
5227                     "name": "醫院",
5228                     "terms": "醫院"
5229                 },
5230                 "amenity/hunting_stand": {
5231                     "name": "獵寮",
5232                     "terms": "獵寮"
5233                 },
5234                 "amenity/ice_cream": {
5235                     "name": "冰淇淋店",
5236                     "terms": "冰淇淋店,冰淇淋"
5237                 },
5238                 "amenity/internet_cafe": {
5239                     "name": "網咖",
5240                     "terms": "網咖,網吧,網路咖啡店,Internet Cafe"
5241                 },
5242                 "amenity/karaoke_box": {
5243                     "name": "卡拉 OK 包廂",
5244                     "terms": "卡拉 OK 包廂,卡拉OK包廂,卡拉 OK,卡拉OK"
5245                 },
5246                 "amenity/kindergarten": {
5247                     "name": "育幼院/幼兒園範圍",
5248                     "terms": "育幼院/幼稚園,育幼院/幼稚園用地,育幼院,幼兒園,幼稚園,Preschool,Kindergarten"
5249                 },
5250                 "amenity/language_school": {
5251                     "name": "語言學校",
5252                     "terms": "語言學校"
5253                 },
5254                 "amenity/letter_box": {
5255                     "name": "信箱",
5256                     "terms": "郵箱"
5257                 },
5258                 "amenity/library": {
5259                     "name": "圖書館",
5260                     "terms": "圖書室,閱覽室"
5261                 },
5262                 "amenity/loading_dock": {
5263                     "name": "裝卸碼頭",
5264                     "terms": "裝卸碼頭"
5265                 },
5266                 "amenity/love_hotel": {
5267                     "name": "情趣旅館",
5268                     "terms": "愛情旅館,情人旅館"
5269                 },
5270                 "amenity/marketplace": {
5271                     "name": "市場",
5272                     "terms": "市集,傳統市場,marketplace"
5273                 },
5274                 "amenity/monastery": {
5275                     "name": "修道院",
5276                     "terms": "修道院"
5277                 },
5278                 "amenity/money_transfer": {
5279                     "name": "匯款站",
5280                     "terms": "匯款處"
5281                 },
5282                 "amenity/motorcycle_parking": {
5283                     "name": "機車停車場",
5284                     "terms": "機車停車場,速克達停車場,摩托車停車場"
5285                 },
5286                 "amenity/music_school": {
5287                     "name": "音樂學校",
5288                     "terms": "音樂學院,音樂學校"
5289                 },
5290                 "amenity/nightclub": {
5291                     "name": "夜總會",
5292                     "terms": "夜店"
5293                 },
5294                 "amenity/nightclub/lgbtq": {
5295                     "name": "LGBTQ+ 夜店",
5296                     "terms": "LGBTQ+ 夜店"
5297                 },
5298                 "amenity/nursing_home": {
5299                     "name": "養老院"
5300                 },
5301                 "amenity/parking": {
5302                     "name": "平面停車場",
5303                     "terms": "停車場"
5304                 },
5305                 "amenity/parking/multi-storey": {
5306                     "name": "立體停車場",
5307                     "terms": "多層停車場,停車塔"
5308                 },
5309                 "amenity/parking/park_ride": {
5310                     "name": "轉乘停車場",
5311                     "terms": "泊車轉乘"
5312                 },
5313                 "amenity/parking/underground": {
5314                     "name": "地下停車場"
5315                 },
5316                 "amenity/parking_entrance": {
5317                     "name": "停車場入口/出口",
5318                     "terms": "停車場入口/出口,停車塔入口/出口,立體停車場入口/出口"
5319                 },
5320                 "amenity/parking_space": {
5321                     "name": "停車位",
5322                     "terms": "停車格,停車空間"
5323                 },
5324                 "amenity/payment_centre": {
5325                     "name": "繳費中心",
5326                     "terms": "繳費中心"
5327                 },
5328                 "amenity/payment_terminal": {
5329                     "name": "繳費窗口",
5330                     "terms": "繳費處"
5331                 },
5332                 "amenity/pharmacy": {
5333                     "name": "藥房櫃臺",
5334                     "terms": "藥房櫃臺"
5335                 },
5336                 "amenity/photo_booth": {
5337                     "name": "照相站",
5338                     "terms": "照相站"
5339                 },
5340                 "amenity/place_of_worship": {
5341                     "name": "宗教祟拜場所",
5342                     "terms": "廟,教堂,寺廟,清真寺,禮拜堂,寺,聚會所,教會"
5343                 },
5344                 "amenity/place_of_worship/buddhist": {
5345                     "name": "佛寺",
5346                     "terms": "寺,廟,閣,寶殿"
5347                 },
5348                 "amenity/place_of_worship/christian": {
5349                     "name": "教會",
5350                     "terms": "教會,基督教教會"
5351                 },
5352                 "amenity/place_of_worship/christian/jehovahs_witness": {
5353                     "name": "耶和華見證人王國聚會所",
5354                     "terms": "耶和華見證人"
5355                 },
5356                 "amenity/place_of_worship/christian/la_luz_del_mundo": {
5357                     "name": "La Luz del Mundo Temple",
5358                     "terms": "La Luz del Mundo Temple"
5359                 },
5360                 "amenity/place_of_worship/christian/quaker": {
5361                     "name": "貴格會禮拜堂",
5362                     "terms": "貴格會聚會所"
5363                 },
5364                 "amenity/place_of_worship/hindu": {
5365                     "name": "印度寺廟",
5366                     "terms": "印度寺廟,Hindu Temple"
5367                 },
5368                 "amenity/place_of_worship/jewish": {
5369                     "name": "猶太教堂",
5370                     "terms": "猶太會堂"
5371                 },
5372                 "amenity/place_of_worship/muslim": {
5373                     "name": "清真寺",
5374                     "terms": "清真寺"
5375                 },
5376                 "amenity/place_of_worship/shinto": {
5377                     "name": "神社",
5378                     "terms": "神社,日本神社"
5379                 },
5380                 "amenity/place_of_worship/sikh": {
5381                     "name": "錫克教寺廟",
5382                     "terms": "錫克教寺廟"
5383                 },
5384                 "amenity/place_of_worship/taoist": {
5385                     "name": "道教寺廟",
5386                     "terms": "道教寺廟"
5387                 },
5388                 "amenity/planetarium": {
5389                     "name": "天文臺",
5390                     "terms": "天文臺,天文台,觀象台"
5391                 },
5392                 "amenity/police": {
5393                     "name": "警察局",
5394                     "terms": "警局,派出所"
5395                 },
5396                 "amenity/polling_station": {
5397                     "name": "永久投票處",
5398                     "terms": "永久投票處"
5399                 },
5400                 "amenity/post_box": {
5401                     "name": "郵筒",
5402                     "terms": "郵筒"
5403                 },
5404                 "amenity/post_depot": {
5405                     "name": "郵件處理中心",
5406                     "terms": "郵件分揀處"
5407                 },
5408                 "amenity/post_office": {
5409                     "name": "郵局",
5410                     "terms": "中華郵政,郵政公司,郵便局"
5411                 },
5412                 "amenity/prep_school": {
5413                     "name": "補習班",
5414                     "terms": "補習班"
5415                 },
5416                 "amenity/prison": {
5417                     "name": "監獄範圍",
5418                     "terms": "監獄,監獄範圍,看守所"
5419                 },
5420                 "amenity/pub": {
5421                     "name": "Pub",
5422                     "terms": "酒館,Pub"
5423                 },
5424                 "amenity/pub/lgbtq": {
5425                     "name": "LGBTQ+ Pub",
5426                     "terms": "LGBTQ+ Pub"
5427                 },
5428                 "amenity/pub/microbrewery": {
5429                     "name": "自釀酒吧",
5430                     "terms": "出售自釀啤酒的酒館,自釀酒吧,啤酒吧"
5431                 },
5432                 "amenity/public_bath": {
5433                     "name": "公共澡堂",
5434                     "terms": "公共浴池,錢湯,公共浴場"
5435                 },
5436                 "amenity/public_bookcase": {
5437                     "name": "漂書站",
5438                     "terms": "可以自由取用、放置書籍的書架, 開放書架,公共書架"
5439                 },
5440                 "amenity/ranger_station": {
5441                     "name": "國家公園管理站",
5442                     "terms": "郊野公園管理站,自然保護區管理站"
5443                 },
5444                 "amenity/recycling": {
5445                     "name": "回收"
5446                 },
5447                 "amenity/recycling/container/electrical_items": {
5448                     "name": "電器廢棄物回收處",
5449                     "terms": "電器廢棄物回收箱"
5450                 },
5451                 "amenity/recycling/container/green_waste": {
5452                     "name": "綠色廢棄物回收筒",
5453                     "terms": "綠色廢棄物回收箱"
5454                 },
5455                 "amenity/recycling_centre": {
5456                     "name": "資源回收中心",
5457                     "terms": "回收中心"
5458                 },
5459                 "amenity/recycling_container": {
5460                     "name": "回收筒",
5461                     "terms": "回收箱"
5462                 },
5463                 "amenity/register_office": {
5464                     "name": "戶政事務所"
5465                 },
5466                 "amenity/research_institute": {
5467                     "name": "研究機構場地",
5468                     "terms": "研究機構場地"
5469                 },
5470                 "amenity/restaurant": {
5471                     "name": "餐廳",
5472                     "terms": "飯店,飯館,酒樓,餐館"
5473                 },
5474                 "amenity/restaurant/american": {
5475                     "name": "美國餐廳",
5476                     "terms": "美式餐廳"
5477                 },
5478                 "amenity/restaurant/asian": {
5479                     "name": "亞洲餐廳",
5480                     "terms": "亞洲餐廳"
5481                 },
5482                 "amenity/restaurant/chinese": {
5483                     "name": "中式餐廳",
5484                     "terms": "中國餐廳"
5485                 },
5486                 "amenity/restaurant/french": {
5487                     "name": "法國餐廳",
5488                     "terms": "法式餐廳"
5489                 },
5490                 "amenity/restaurant/german": {
5491                     "name": "德國餐廳",
5492                     "terms": "德式餐廳"
5493                 },
5494                 "amenity/restaurant/greek": {
5495                     "name": "希臘餐廳",
5496                     "terms": "希臘餐廳"
5497                 },
5498                 "amenity/restaurant/indian": {
5499                     "name": "印度餐廳",
5500                     "terms": "印度餐廳"
5501                 },
5502                 "amenity/restaurant/italian": {
5503                     "name": "義大利餐廳",
5504                     "terms": "義式餐廳"
5505                 },
5506                 "amenity/restaurant/japanese": {
5507                     "name": "日式餐廳",
5508                     "terms": "日本餐廳"
5509                 },
5510                 "amenity/restaurant/mexican": {
5511                     "name": "墨西哥餐廳",
5512                     "terms": "墨西哥餐廳"
5513                 },
5514                 "amenity/restaurant/noodle": {
5515                     "name": "麵店",
5516                     "terms": "麵店"
5517                 },
5518                 "amenity/restaurant/pizza": {
5519                     "name": "批薩餐廳",
5520                     "terms": "批薩店"
5521                 },
5522                 "amenity/restaurant/seafood": {
5523                     "name": "海鮮餐廳",
5524                     "terms": "海鮮餐廳"
5525                 },
5526                 "amenity/restaurant/steakhouse": {
5527                     "name": "牛排館",
5528                     "terms": "牛排店"
5529                 },
5530                 "amenity/restaurant/sushi": {
5531                     "name": "壽司餐廳",
5532                     "terms": "壽司店"
5533                 },
5534                 "amenity/restaurant/thai": {
5535                     "name": "泰國餐廳",
5536                     "terms": "泰式餐廳"
5537                 },
5538                 "amenity/restaurant/turkish": {
5539                     "name": "土耳其餐廳",
5540                     "terms": "土耳其餐廳"
5541                 },
5542                 "amenity/restaurant/vietnamese": {
5543                     "name": "越南餐廳",
5544                     "terms": "越式餐廳"
5545                 },
5546                 "amenity/sanitary_dump_station": {
5547                     "name": "RV移動廁所",
5548                     "terms": "RV流動廁所,流動廁所"
5549                 },
5550                 "amenity/school": {
5551                     "name": "中小學範圍",
5552                     "terms": "學校,中學,小學,國中,國小,高中,學校用地,學校範圍,School Grounds,School"
5553                 },
5554                 "amenity/scrapyard": {
5555                     "name": "汽車廢料場"
5556                 },
5557                 "amenity/shelter": {
5558                     "name": "涼亭",
5559                     "terms": "遮雨棚,亭,亭子"
5560                 },
5561                 "amenity/shelter/gazebo": {
5562                     "name": "露臺",
5563                     "terms": "露臺"
5564                 },
5565                 "amenity/shelter/lean_to": {
5566                     "name": "單坡頂棚子",
5567                     "terms": "單坡頂棚子,棚子"
5568                 },
5569                 "amenity/shelter/picnic_shelter": {
5570                     "name": "野餐涼亭",
5571                     "terms": "野餐涼亭"
5572                 },
5573                 "amenity/shelter/public_transport": {
5574                     "name": "轉運站亭子",
5575                     "terms": "轉運站"
5576                 },
5577                 "amenity/shower": {
5578                     "name": "淋浴間",
5579                     "terms": "淋浴間,淋浴,淋浴設施"
5580                 },
5581                 "amenity/smoking_area": {
5582                     "name": "吸煙區",
5583                     "terms": "吸煙區,吸菸區"
5584                 },
5585                 "amenity/social_centre": {
5586                     "name": "社交中心",
5587                     "terms": "社會中心"
5588                 },
5589                 "amenity/social_facility": {
5590                     "name": "社福機構",
5591                     "terms": "社福設施"
5592                 },
5593                 "amenity/social_facility/ambulatory_care": {
5594                     "name": "日間護理服務"
5595                 },
5596                 "amenity/social_facility/food_bank": {
5597                     "name": "食物銀行",
5598                     "terms": "食物銀行,Food Bank"
5599                 },
5600                 "amenity/social_facility/group_home": {
5601                     "name": "老人之家",
5602                     "terms": "老人安養院,榮民之家"
5603                 },
5604                 "amenity/social_facility/homeless_shelter": {
5605                     "name": "遊民收容所",
5606                     "terms": "露宿者中心,街友中心,遊民收容中心,遊民收容機構,街友收容機構"
5607                 },
5608                 "amenity/social_facility/nursing_home": {
5609                     "name": "養老院",
5610                     "terms": "療養院,老人安養中心,Nursing Home"
5611                 },
5612                 "amenity/studio": {
5613                     "name": "工作室",
5614                     "terms": "工作室,Studio"
5615                 },
5616                 "amenity/studio/audio": {
5617                     "name": "錄音室",
5618                     "terms": "錄音室"
5619                 },
5620                 "amenity/studio/radio": {
5621                     "name": "廣播電臺",
5622                     "terms": "廣播電臺,廣播電台"
5623                 },
5624                 "amenity/studio/television": {
5625                     "name": "電視臺",
5626                     "terms": "電視臺,電視台"
5627                 },
5628                 "amenity/studio/video": {
5629                     "name": "電影製片場",
5630                     "terms": "電影製片場"
5631                 },
5632                 "amenity/swimming_pool": {
5633                     "name": "游泳池"
5634                 },
5635                 "amenity/taxi": {
5636                     "name": "計程車招呼站",
5637                     "terms": "計程車站,招呼站"
5638                 },
5639                 "amenity/telephone": {
5640                     "name": "公用電話",
5641                     "terms": "話亭,電話亭,電話"
5642                 },
5643                 "amenity/theatre": {
5644                     "name": "戲劇院",
5645                     "terms": "戲院,劇場"
5646                 },
5647                 "amenity/theatre/type/amphi": {
5648                     "name": "露天劇場",
5649                     "terms": "露天劇場"
5650                 },
5651                 "amenity/toilets": {
5652                     "name": "廁所",
5653                     "terms": "便所,公廁,洗手間,盥洗室,公共廁所"
5654                 },
5655                 "amenity/toilets/disposal/flush": {
5656                     "name": "沖水馬桶",
5657                     "terms": "抽水馬桶"
5658                 },
5659                 "amenity/toilets/disposal/pitlatrine": {
5660                     "name": "旱廁"
5661                 },
5662                 "amenity/townhall": {
5663                     "name": "鄉鎮市區公所",
5664                     "terms": "鄉公所、鎮公所、市公所、區公所、市政廳"
5665                 },
5666                 "amenity/townhall/city": {
5667                     "name": "市政府",
5668                     "terms": "市政府"
5669                 },
5670                 "amenity/toy_library": {
5671                     "name": "玩具圖書館",
5672                     "terms": "玩具圖書館"
5673                 },
5674                 "amenity/university": {
5675                     "name": "大學範圍",
5676                     "terms": "大學,大專,大學用地,學校,University Grounds,University"
5677                 },
5678                 "amenity/vehicle_inspection": {
5679                     "name": "車輛檢查",
5680                     "terms": "車輛檢查肖"
5681                 },
5682                 "amenity/vending_machine": {
5683                     "name": "自動販賣機",
5684                     "terms": "自動販賣機,販賣機"
5685                 },
5686                 "amenity/vending_machine/bottle_return": {
5687                     "name": "瓶罐回收機",
5688                     "terms": "瓶罐回收裝置"
5689                 },
5690                 "amenity/vending_machine/bread": {
5691                     "name": "麵包自動販賣機",
5692                     "terms": "麵包自動販賣機"
5693                 },
5694                 "amenity/vending_machine/cigarettes": {
5695                     "name": "香菸販賣機",
5696                     "terms": "香菸自動販賣機,販賣機"
5697                 },
5698                 "amenity/vending_machine/coffee": {
5699                     "name": "咖啡販賣機",
5700                     "terms": "咖啡販賣機,咖啡自動販賣機"
5701                 },
5702                 "amenity/vending_machine/condoms": {
5703                     "name": "保險套販賣機",
5704                     "terms": "保險套自動販賣機,販賣機"
5705                 },
5706                 "amenity/vending_machine/drinks": {
5707                     "name": "飲料販賣機",
5708                     "terms": "飲料自動販賣機,販賣機"
5709                 },
5710                 "amenity/vending_machine/eggs": {
5711                     "name": "雞蛋自動販賣機",
5712                     "terms": "雞蛋自動販賣機"
5713                 },
5714                 "amenity/vending_machine/electronics": {
5715                     "name": "電子設備販賣機",
5716                     "terms": "電子設備販賣機,電子設備自動販賣機"
5717                 },
5718                 "amenity/vending_machine/elongated_coin": {
5719                     "name": "扁平紀念幣販賣機",
5720                     "terms": "扁平紀念幣販賣機,扁平紀念幣自動販賣機"
5721                 },
5722                 "amenity/vending_machine/excrement_bags": {
5723                     "name": "大便丟棄袋",
5724                     "terms": "排泄物丟棄袋"
5725                 },
5726                 "amenity/vending_machine/feminine_hygiene": {
5727                     "name": "女性衛生用品自動販賣機",
5728                     "terms": "女性衛生用品自動販賣機,衛生棉自動販賣機,棉條自動販賣機"
5729                 },
5730                 "amenity/vending_machine/food": {
5731                     "name": "食物販賣機",
5732                     "terms": "食物販賣機,食物自動販賣機"
5733                 },
5734                 "amenity/vending_machine/fuel": {
5735                     "name": "自助加油機",
5736                     "terms": "自助加油機"
5737                 },
5738                 "amenity/vending_machine/ice_cream": {
5739                     "name": "冰淇淋販賣機",
5740                     "terms": "冰淇淋販賣機,冰淇淋自動販賣機"
5741                 },
5742                 "amenity/vending_machine/ice_cubes": {
5743                     "name": "冰塊自動販賣機",
5744                     "terms": "冰塊自動販賣機"
5745                 },
5746                 "amenity/vending_machine/newspapers": {
5747                     "name": "報紙自動販賣機",
5748                     "terms": "報紙自動販賣機,報紙販賣機"
5749                 },
5750                 "amenity/vending_machine/parcel_pickup": {
5751                     "name": "包裹取件儲物櫃",
5752                     "terms": "包裹取件儲物櫃,儲物櫃,寄物櫃"
5753                 },
5754                 "amenity/vending_machine/parcel_pickup_dropoff": {
5755                     "name": "包裹取/放儲物櫃",
5756                     "terms": "包裹取/放儲物櫃,置物櫃"
5757                 },
5758                 "amenity/vending_machine/parking_tickets": {
5759                     "name": "停車場繳費機",
5760                     "terms": "停車場自動繳費機,停車場收費機,販賣機"
5761                 },
5762                 "amenity/vending_machine/public_transport_tickets": {
5763                     "name": "車票販賣機",
5764                     "terms": "車票自動販賣機,交通票券販賣機"
5765                 },
5766                 "amenity/vending_machine/stamps": {
5767                     "name": "郵票販賣機",
5768                     "terms": "郵票販賣機,郵票自動販賣機"
5769                 },
5770                 "amenity/vending_machine/sweets": {
5771                     "name": "零食販賣機",
5772                     "terms": "點心販賣機,販 賣機"
5773                 },
5774                 "amenity/veterinary": {
5775                     "name": "獸醫院",
5776                     "terms": "獸醫診所, 動物醫院"
5777                 },
5778                 "amenity/waste/dog_excrement": {
5779                     "name": "狗排洩物箱",
5780                     "terms": "寵物排洩物箱,狗糞便棄置箱"
5781                 },
5782                 "amenity/waste_basket": {
5783                     "name": "垃圾筒",
5784                     "terms": "廢物箱,垃圾箱"
5785                 },
5786                 "amenity/waste_disposal": {
5787                     "name": "垃圾場",
5788                     "terms": "垃圾集中處,垃圾放置點"
5789                 },
5790                 "amenity/waste_transfer_station": {
5791                     "name": "垃圾清運站",
5792                     "terms": "垃圾轉運站"
5793                 },
5794                 "amenity/water_point": {
5795                     "name": "RV 飲用水",
5796                     "terms": "運水車"
5797                 },
5798                 "amenity/watering_place": {
5799                     "name": "動物飲水區",
5800                     "terms": "動物飲水區"
5801                 },
5802                 "amenity/weighbridge": {
5803                     "name": "地磅",
5804                     "terms": "地磅"
5805                 },
5806                 "area": {
5807                     "name": "區域",
5808                     "terms": "區域"
5809                 },
5810                 "area/highway": {
5811                     "name": "道路區域",
5812                     "terms": "道路區域"
5813                 },
5814                 "attraction": {
5815                     "name": "旅遊地點"
5816                 },
5817                 "attraction/amusement_ride": {
5818                     "name": "遊樂園",
5819                     "terms": "遊樂場"
5820                 },
5821                 "attraction/animal": {
5822                     "name": "動物圍欄",
5823                     "terms": "動物圍欄"
5824                 },
5825                 "attraction/big_wheel": {
5826                     "name": "摩天輪",
5827                     "terms": "摩天輪"
5828                 },
5829                 "attraction/bumper_car": {
5830                     "name": "碰碰車",
5831                     "terms": "碰碰車"
5832                 },
5833                 "attraction/bungee_jumping": {
5834                     "name": "高空彈跳",
5835                     "terms": "高空彈跳"
5836                 },
5837                 "attraction/carousel": {
5838                     "name": "旋轉木馬",
5839                     "terms": "旋轉木馬"
5840                 },
5841                 "attraction/dark_ride": {
5842                     "name": "黑暗探險",
5843                     "terms": "黑暗探險"
5844                 },
5845                 "attraction/drop_tower": {
5846                     "name": "大怒神",
5847                     "terms": "大怒神"
5848                 },
5849                 "attraction/kiddie_ride": {
5850                     "name": "兒童遊樂設施",
5851                     "terms": "兒童遊樂設施"
5852                 },
5853                 "attraction/log_flume": {
5854                     "name": "原木水道",
5855                     "terms": "原木水道"
5856                 },
5857                 "attraction/maze": {
5858                     "name": "迷宮",
5859                     "terms": "迷宮"
5860                 },
5861                 "attraction/pirate_ship": {
5862                     "name": "海盜船",
5863                     "terms": "海盜船"
5864                 },
5865                 "attraction/river_rafting": {
5866                     "name": "急流泛舟",
5867                     "terms": "急流泛舟"
5868                 },
5869                 "attraction/roller_coaster": {
5870                     "name": "雲霄飛車",
5871                     "terms": "雲霄飛車"
5872                 },
5873                 "attraction/summer_toboggan": {
5874                     "name": "夏季雪橇",
5875                     "terms": "夏天雪橇"
5876                 },
5877                 "attraction/swing_carousel": {
5878                     "name": "旋轉木馬",
5879                     "terms": "旋轉木馬"
5880                 },
5881                 "attraction/train": {
5882                     "name": "遊樂園小火車",
5883                     "terms": "遊樂園小火車"
5884                 },
5885                 "attraction/water_slide": {
5886                     "name": "滑水道",
5887                     "terms": "滑水道"
5888                 },
5889                 "barrier": {
5890                     "name": "屏障物",
5891                     "terms": "屏障物、阻擋物、柵欄"
5892                 },
5893                 "barrier/block": {
5894                     "name": "阻礙物",
5895                     "terms": "阻礙物"
5896                 },
5897                 "barrier/bollard": {
5898                     "name": "護柱",
5899                     "terms": "護柱,船柱"
5900                 },
5901                 "barrier/bollard_line": {
5902                     "name": "成排護柱",
5903                     "terms": "護柱"
5904                 },
5905                 "barrier/border_control": {
5906                     "name": "國境口岸",
5907                     "terms": "出入境管制站,邊境管制站,口岸,國境管制站"
5908                 },
5909                 "barrier/cattle_grid": {
5910                     "name": "防畜欄",
5911                     "terms": "攔畜溝柵,攔牛木柵"
5912                 },
5913                 "barrier/chain": {
5914                     "name": "鏈式柵欄",
5915                     "terms": "鏈式柵欄"
5916                 },
5917                 "barrier/city_wall": {
5918                     "name": "城牆",
5919                     "terms": "城牆,City Wall"
5920                 },
5921                 "barrier/cycle_barrier": {
5922                     "name": "自行車柵欄",
5923                     "terms": "自行車柵欄"
5924                 },
5925                 "barrier/ditch": {
5926                     "name": "溝",
5927                     "terms": "溝"
5928                 },
5929                 "barrier/entrance": {
5930                     "name": "入口"
5931                 },
5932                 "barrier/fence": {
5933                     "name": "柵欄",
5934                     "terms": "欄柵"
5935                 },
5936                 "barrier/fence/railing": {
5937                     "name": "欄杆",
5938                     "terms": "欄杆"
5939                 },
5940                 "barrier/gate": {
5941                     "name": "閘門",
5942                     "terms": "閘門"
5943                 },
5944                 "barrier/guard_rail": {
5945                     "name": "護欄",
5946                     "terms": "護軌"
5947                 },
5948                 "barrier/hedge": {
5949                     "name": "樹籬",
5950                     "terms": "樹籬"
5951                 },
5952                 "barrier/height_restrictor": {
5953                     "name": "限高器",
5954                     "terms": "限高器"
5955                 },
5956                 "barrier/kerb": {
5957                     "name": "路緣",
5958                     "terms": "路緣"
5959                 },
5960                 "barrier/kerb/flush": {
5961                     "name": "平齊路緣",
5962                     "terms": "嵌入式路緣"
5963                 },
5964                 "barrier/kerb/lowered": {
5965                     "name": "低路緣 ",
5966                     "terms": "低路緣"
5967                 },
5968                 "barrier/kerb/raised": {
5969                     "name": "高路緣",
5970                     "terms": "高路緣"
5971                 },
5972                 "barrier/kerb/rolled": {
5973                     "name": "可越式綠石",
5974                     "terms": "容許車輛駛上的緣石"
5975                 },
5976                 "barrier/kissing_gate": {
5977                     "name": "單人轉門",
5978                     "terms": "U形旋轉小門,V形旋轉小門"
5979                 },
5980                 "barrier/lift_gate": {
5981                     "name": "道閘",
5982                     "terms": "閘門"
5983                 },
5984                 "barrier/retaining_wall": {
5985                     "name": "擋土牆",
5986                     "terms": "護土牆"
5987                 },
5988                 "barrier/sally_port": {
5989                     "name": "出擊口",
5990                     "terms": "出擊口"
5991                 },
5992                 "barrier/stile": {
5993                     "name": "梯磴",
5994                     "terms": "牆兩邊的階梯"
5995                 },
5996                 "barrier/toll_booth": {
5997                     "name": "收費亭",
5998                     "terms": "收費站"
5999                 },
6000                 "barrier/turnstile": {
6001                     "name": "旋轉門"
6002                 },
6003                 "barrier/wall": {
6004                     "name": "牆",
6005                     "terms": "牆壁"
6006                 },
6007                 "barrier/wall/noise_barrier": {
6008                     "name": "隔音牆",
6009                     "terms": "隔音牆"
6010                 },
6011                 "boundary": {
6012                     "name": "邊界"
6013                 },
6014                 "boundary/administrative": {
6015                     "name": "行政界線",
6016                     "terms": "行政邊界"
6017                 },
6018                 "bridge/support": {
6019                     "name": "橋樑支撐類型",
6020                     "terms": "橋樑支撐類型"
6021                 },
6022                 "bridge/support/pier": {
6023                     "name": "橋墩",
6024                     "terms": "橋墩"
6025                 },
6026                 "building": {
6027                     "name": "建築物",
6028                     "terms": "建物"
6029                 },
6030                 "building/apartments": {
6031                     "name": "大樓建築物",
6032                     "terms": "大樓建築物,大樓"
6033                 },
6034                 "building/barn": {
6035                     "name": "穀倉",
6036                     "terms": "穀倉,糧倉"
6037                 },
6038                 "building/boathouse": {
6039                     "name": "船屋",
6040                     "terms": "船屋,船庫,艇庫"
6041                 },
6042                 "building/bungalow": {
6043                     "name": "平房",
6044                     "terms": "平房"
6045                 },
6046                 "building/bunker": {
6047                     "name": "地堡"
6048                 },
6049                 "building/cabin": {
6050                     "name": "小木屋",
6051                     "terms": "小屋,船艙"
6052                 },
6053                 "building/carport": {
6054                     "name": "車棚",
6055                     "terms": "車棚"
6056                 },
6057                 "building/cathedral": {
6058                     "name": "大教堂建築",
6059                     "terms": "大教堂"
6060                 },
6061                 "building/chapel": {
6062                     "name": "小聖堂建築",
6063                     "terms": "小聖堂"
6064                 },
6065                 "building/church": {
6066                     "name": "教堂建築",
6067                     "terms": "教堂"
6068                 },
6069                 "building/civic": {
6070                     "name": "公共建築物",
6071                     "terms": "公共建築物、公用建築物、公家機關"
6072                 },
6073                 "building/college": {
6074                     "name": "學院校舍",
6075                     "terms": "學院建築物、技術學院建築、學校建築、大學建築物、大學校舍"
6076                 },
6077                 "building/commercial": {
6078                     "name": "商業建築物",
6079                     "terms": "商業建築,商業建物,商業大樓"
6080                 },
6081                 "building/construction": {
6082                     "name": "施工中建築",
6083                     "terms": "大樓施工建造,施工中屋宇"
6084                 },
6085                 "building/detached": {
6086                     "name": "獨立式房屋",
6087                     "terms": "獨立式住宅,獨立式房子"
6088                 },
6089                 "building/dormitory": {
6090                     "name": "宿舍",
6091                     "terms": "學舍,學生宿舍,學寮"
6092                 },
6093                 "building/entrance": {
6094                     "name": "入口/出口"
6095                 },
6096                 "building/farm": {
6097                     "name": "農舍",
6098                     "terms": "農舍"
6099                 },
6100                 "building/farm_auxiliary": {
6101                     "name": "農業設施",
6102                     "terms": "農業設施"
6103                 },
6104                 "building/garage": {
6105                     "name": "車庫",
6106                     "terms": "車庫"
6107                 },
6108                 "building/garages": {
6109                     "name": "車庫",
6110                     "terms": "車庫"
6111                 },
6112                 "building/grandstand": {
6113                     "name": "正面看臺",
6114                     "terms": "正面看臺,看臺"
6115                 },
6116                 "building/greenhouse": {
6117                     "name": "溫室",
6118                     "terms": "溫室"
6119                 },
6120                 "building/hangar": {
6121                     "name": "機庫建築",
6122                     "terms": "機庫大樓"
6123                 },
6124                 "building/hospital": {
6125                     "name": "醫院建築物",
6126                     "terms": "醫院"
6127                 },
6128                 "building/hotel": {
6129                     "name": "旅館建築物",
6130                     "terms": "酒店建築物,旅店建築物,賓館建築物"
6131                 },
6132                 "building/house": {
6133                     "name": "住宅",
6134                     "terms": "住宅、平房、透天厝"
6135                 },
6136                 "building/houseboat": {
6137                     "name": "船屋",
6138                     "terms": "船屋"
6139                 },
6140                 "building/hut": {
6141                     "name": "棚屋",
6142                     "terms": "棚屋"
6143                 },
6144                 "building/industrial": {
6145                     "name": "工業建築物",
6146                     "terms": "工業建築物"
6147                 },
6148                 "building/kindergarten": {
6149                     "name": "育幼院/幼兒園校舍",
6150                     "terms": "育幼院/幼兒園校舍,育幼院校舍,幼兒園校舍,幼稚園校舍"
6151                 },
6152                 "building/mosque": {
6153                     "name": "清真寺建築",
6154                     "terms": "清真寺大院,清真寺大廈"
6155                 },
6156                 "building/pavilion": {
6157                     "name": "亭樓"
6158                 },
6159                 "building/public": {
6160                     "name": "公共建築物",
6161                     "terms": "公共建築"
6162                 },
6163                 "building/residential": {
6164                     "name": "住宅建築物",
6165                     "terms": "住宅建築物"
6166                 },
6167                 "building/retail": {
6168                     "name": "零售建築物",
6169                     "terms": "商辦大樓"
6170                 },
6171                 "building/roof": {
6172                     "name": "屋頂",
6173                     "terms": "上蓋"
6174                 },
6175                 "building/ruins": {
6176                     "name": "建築廢墟",
6177                     "terms": "建築廢墟"
6178                 },
6179                 "building/school": {
6180                     "name": "中小學建築物",
6181                     "terms": "學校建物,學校建築,小學建築,中學建築,高中建築,國中建築,國小建築,School Building,校舍"
6182                 },
6183                 "building/semidetached_house": {
6184                     "name": "半獨立式房屋",
6185                     "terms": "半獨立式住宅,半獨立式房子"
6186                 },
6187                 "building/service": {
6188                     "name": "服務建築",
6189                     "terms": "服務建築"
6190                 },
6191                 "building/shed": {
6192                     "name": "小屋",
6193                     "terms": "小屋"
6194                 },
6195                 "building/stable": {
6196                     "name": "馬房",
6197                     "terms": "馬房"
6198                 },
6199                 "building/stadium": {
6200                     "name": "體育館",
6201                     "terms": "體育館、運動中心"
6202                 },
6203                 "building/static_caravan": {
6204                     "name": "固定的拖掛式房車",
6205                     "terms": "固定的拖掛式房車"
6206                 },
6207                 "building/temple": {
6208                     "name": "寺廟建築物",
6209                     "terms": "寺廟建築,寺廟大樓"
6210                 },
6211                 "building/terrace": {
6212                     "name": "排屋",
6213                     "terms": "行列式房屋,連棟式住宅"
6214                 },
6215                 "building/train_station": {
6216                     "name": "鐵路車站建築物"
6217                 },
6218                 "building/transportation": {
6219                     "name": "大眾運輸建築物",
6220                     "terms": "轉運站、車站"
6221                 },
6222                 "building/university": {
6223                     "name": "大學建築物",
6224                     "terms": "大學建築物,大學校舍,校舍,學校建築,University Building"
6225                 },
6226                 "building/warehouse": {
6227                     "name": "倉庫",
6228                     "terms": "倉庫"
6229                 },
6230                 "building_part": {
6231                     "name": "建物的一部分 ",
6232                     "terms": "建築物的一部分,建築的一部分"
6233                 },
6234                 "building_point": {
6235                     "name": "建築物"
6236                 },
6237                 "club": {
6238                     "name": "俱樂部",
6239                     "terms": "俱樂部,Club"
6240                 },
6241                 "club/sport": {
6242                     "name": "運動俱樂部",
6243                     "terms": "運動俱樂部,運動隊伍"
6244                 },
6245                 "craft": {
6246                     "name": "工藝",
6247                     "terms": "工藝"
6248                 },
6249                 "craft/agricultural_engines": {
6250                     "name": "農用機械工房"
6251                 },
6252                 "craft/basket_maker": {
6253                     "name": "编筐",
6254                     "terms": "编筐"
6255                 },
6256                 "craft/beekeeper": {
6257                     "name": "養蜂",
6258                     "terms": "養蜂戶"
6259                 },
6260                 "craft/blacksmith": {
6261                     "name": "鐵匠",
6262                     "terms": "打鐵匠"
6263                 },
6264                 "craft/boatbuilder": {
6265                     "name": "造船匠",
6266                     "terms": "造船廠"
6267                 },
6268                 "craft/bookbinder": {
6269                     "name": "書籍釘裝",
6270                     "terms": "書籍釘裝"
6271                 },
6272                 "craft/brewery": {
6273                     "name": "釀酒匠",
6274                     "terms": "釀酒廠"
6275                 },
6276                 "craft/carpenter": {
6277                     "name": "木匠",
6278                     "terms": "木匠"
6279                 },
6280                 "craft/carpet_layer": {
6281                     "name": "地氈工程",
6282                     "terms": "地氈工程"
6283                 },
6284                 "craft/caterer": {
6285                     "name": "辦桌",
6286                     "terms": "辦桌,包辦伙食者,備辦宴會者"
6287                 },
6288                 "craft/chimney_sweeper": {
6289                     "name": "煙囪清掃工 ",
6290                     "terms": "掃煙囪"
6291                 },
6292                 "craft/clockmaker": {
6293                     "name": "製鐘匠",
6294                     "terms": "製鐘店"
6295                 },
6296                 "craft/confectionery": {
6297                     "name": "糖果製造匠",
6298                     "terms": "糖果製造商,甜食製造匠"
6299                 },
6300                 "craft/distillery": {
6301                     "name": "酒廠",
6302                     "terms": "釀酒廠,造酒廠"
6303                 },
6304                 "craft/dressmaker": {
6305                     "name": "製衣店",
6306                     "terms": "製衣匠,訂做衣服"
6307                 },
6308                 "craft/electrician": {
6309                     "name": "電氣工程",
6310                     "terms": "電氣匠"
6311                 },
6312                 "craft/electronics_repair": {
6313                     "name": "電器維修店",
6314                     "terms": "維修店,修電器店"
6315                 },
6316                 "craft/floorer": {
6317                     "name": "地板工匠"
6318                 },
6319                 "craft/gardener": {
6320                     "name": "園藝師",
6321                     "terms": "園藝師"
6322                 },
6323                 "craft/glaziery": {
6324                     "name": "玻璃工程",
6325                     "terms": "玻璃工程,吹玻璃"
6326                 },
6327                 "craft/handicraft": {
6328                     "name": "手工藝",
6329                     "terms": "手工藝"
6330                 },
6331                 "craft/hvac": {
6332                     "name": "空調工程",
6333                     "terms": "空調工程"
6334                 },
6335                 "craft/insulator": {
6336                     "name": "隔熱工程",
6337                     "terms": "隔熱工程"
6338                 },
6339                 "craft/joiner": {
6340                     "name": "細木工匠"
6341                 },
6342                 "craft/key_cutter": {
6343                     "name": "配匙店",
6344                     "terms": "鑰匙店"
6345                 },
6346                 "craft/locksmith": {
6347                     "name": "鎖匠"
6348                 },
6349                 "craft/metal_construction": {
6350                     "name": "鐵工工程",
6351                     "terms": "鐵工工程"
6352                 },
6353                 "craft/painter": {
6354                     "name": "油漆工程",
6355                     "terms": "油漆工程"
6356                 },
6357                 "craft/parquet_layer": {
6358                     "name": " 嵌木細工"
6359                 },
6360                 "craft/photographer": {
6361                     "name": "攝影店",
6362                     "terms": "攝影店"
6363                 },
6364                 "craft/photographic_laboratory": {
6365                     "name": "影像研究室",
6366                     "terms": "影像實驗室"
6367                 },
6368                 "craft/plasterer": {
6369                     "name": "泥水匠",
6370                     "terms": "批盪工程"
6371                 },
6372                 "craft/plumber": {
6373                     "name": "水管工",
6374                     "terms": "水喉匠"
6375                 },
6376                 "craft/rigger": {
6377                     "name": "吊運服務",
6378                     "terms": "吊運服務"
6379                 },
6380                 "craft/roofer": {
6381                     "name": "屋頂工程",
6382                     "terms": "屋頂工"
6383                 },
6384                 "craft/saddler": {
6385                     "name": "車船坐椅",
6386                     "terms": "汽車坐椅"
6387                 },
6388                 "craft/sailmaker": {
6389                     "name": "遊艇廠",
6390                     "terms": "遊艇廠"
6391                 },
6392                 "craft/sawmill": {
6393                     "name": "鋸木廠",
6394                     "terms": "鋸木廠"
6395                 },
6396                 "craft/scaffolder": {
6397                     "name": "棚架工程",
6398                     "terms": "棚架工程"
6399                 },
6400                 "craft/sculptor": {
6401                     "name": "雕塑家"
6402                 },
6403                 "craft/shoemaker": {
6404                     "name": "鞋匠",
6405                     "terms": "鞋匠"
6406                 },
6407                 "craft/signmaker": {
6408                     "name": "招牌製造商",
6409                     "terms": "招牌製造商"
6410                 },
6411                 "craft/stonemason": {
6412                     "name": "切石廠",
6413                     "terms": "切石廠"
6414                 },
6415                 "craft/tailor": {
6416                     "name": "裁縫"
6417                 },
6418                 "craft/tiler": {
6419                     "name": "地磚鋪設工程",
6420                     "terms": "地磚鋪設工程"
6421                 },
6422                 "craft/tinsmith": {
6423                     "name": "錫匠",
6424                     "terms": "錫匠"
6425                 },
6426                 "craft/upholsterer": {
6427                     "name": "室内裝修",
6428                     "terms": "室内設計"
6429                 },
6430                 "craft/watchmaker": {
6431                     "name": "鐘錶匠",
6432                     "terms": "鐘錶匠"
6433                 },
6434                 "craft/window_construction": {
6435                     "name": "窗廠製作",
6436                     "terms": "製窗廠"
6437                 },
6438                 "craft/winery": {
6439                     "name": "釀酒廠",
6440                     "terms": "釀酒廠"
6441                 },
6442                 "cycleway/asl": {
6443                     "name": "進階停止線",
6444                     "terms": "進階停止線"
6445                 },
6446                 "demolished/building": {
6447                     "name": "最近拆除的建築物"
6448                 },
6449                 "disused/railway": {
6450                     "name": "廢棄鐵軌圖徽"
6451                 },
6452                 "embankment": {
6453                     "name": "路堤"
6454                 },
6455                 "emergency": {
6456                     "name": "急救圖徽"
6457                 },
6458                 "emergency/ambulance_station": {
6459                     "name": "救護站",
6460                     "terms": "急救站"
6461                 },
6462                 "emergency/defibrillator": {
6463                     "name": "去顫器",
6464                     "terms": "去顫器,心臟去顫器,自動體外心臟去顫器,AED"
6465                 },
6466                 "emergency/designated": {
6467                     "name": "專用緊急通道"
6468                 },
6469                 "emergency/destination": {
6470                     "name": "緊急通道目的地"
6471                 },
6472                 "emergency/fire_alarm": {
6473                     "name": "火災警鈴",
6474                     "terms": "火警警報點"
6475                 },
6476                 "emergency/fire_extinguisher": {
6477                     "name": "滅火器",
6478                     "terms": "滅火器"
6479                 },
6480                 "emergency/fire_hose": {
6481                     "name": "消防栓"
6482                 },
6483                 "emergency/fire_hydrant": {
6484                     "name": "消防栓",
6485                     "terms": "消防栓,消防設施,"
6486                 },
6487                 "emergency/first_aid_kit": {
6488                     "name": "急救箱",
6489                     "terms": "急救包"
6490                 },
6491                 "emergency/life_ring": {
6492                     "name": "救生圈",
6493                     "terms": "救生圈"
6494                 },
6495                 "emergency/lifeguard": {
6496                     "name": "救生員",
6497                     "terms": "救生員"
6498                 },
6499                 "emergency/no": {
6500                     "name": "不開放緊急通行"
6501                 },
6502                 "emergency/official": {
6503                     "name": "供官方緊急通行"
6504                 },
6505                 "emergency/phone": {
6506                     "name": "緊急電話",
6507                     "terms": "緊急電話"
6508                 },
6509                 "emergency/private": {
6510                     "name": "供私人緊急通行"
6511                 },
6512                 "emergency/siren": {
6513                     "name": "警笛",
6514                     "terms": "警笛"
6515                 },
6516                 "emergency/water_tank": {
6517                     "name": "緊急水箱",
6518                     "terms": "緊急水箱"
6519                 },
6520                 "emergency/yes": {
6521                     "name": "開放緊急通行"
6522                 },
6523                 "entrance": {
6524                     "name": "入口/出口",
6525                     "terms": "入口/出口"
6526                 },
6527                 "ford": {
6528                     "name": "淺灘",
6529                     "terms": "淺灘"
6530                 },
6531                 "ford_line": {
6532                     "name": "淺灘"
6533                 },
6534                 "golf/bunker": {
6535                     "name": "沙坑",
6536                     "terms": "沙坑"
6537                 },
6538                 "golf/cartpath": {
6539                     "name": "高爾夫球車道",
6540                     "terms": "高爾夫球車道"
6541                 },
6542                 "golf/driving_range": {
6543                     "name": "高爾夫球練習場",
6544                     "terms": "高爾夫球練習場,練習場"
6545                 },
6546                 "golf/fairway": {
6547                     "name": "球道",
6548                     "terms": "球道"
6549                 },
6550                 "golf/green": {
6551                     "name": "果嶺",
6552                     "terms": "果嶺"
6553                 },
6554                 "golf/hole": {
6555                     "name": "球洞",
6556                     "terms": "球洞"
6557                 },
6558                 "golf/lateral_water_hazard": {
6559                     "name": "橫向水障礙",
6560                     "terms": "橫向水障礙"
6561                 },
6562                 "golf/path": {
6563                     "name": "高爾夫步道",
6564                     "terms": "高爾夫步道"
6565                 },
6566                 "golf/rough": {
6567                     "name": "深草區",
6568                     "terms": "深草區"
6569                 },
6570                 "golf/tee": {
6571                     "name": "開球區",
6572                     "terms": "開球區"
6573                 },
6574                 "golf/water_hazard": {
6575                     "name": "水障礙",
6576                     "terms": "水障礙"
6577                 },
6578                 "healthcare": {
6579                     "name": "醫療設施",
6580                     "terms": "醫療設施"
6581                 },
6582                 "healthcare/alternative": {
6583                     "name": "替代療法",
6584                     "terms": "替代療法"
6585                 },
6586                 "healthcare/alternative/chiropractic": {
6587                     "name": "脊骨神經醫師",
6588                     "terms": "脊骨神經醫師,脊骨按摩治療師,脊椎指壓治療者"
6589                 },
6590                 "healthcare/audiologist": {
6591                     "name": "聽覺矯正",
6592                     "terms": "聽覺矯正"
6593                 },
6594                 "healthcare/birthing_center": {
6595                     "name": "生育中心",
6596                     "terms": "生育中心,分娩中心"
6597                 },
6598                 "healthcare/blood_donation": {
6599                     "name": "捐血中心",
6600                     "terms": "捐血中心,捐血站,捐血車"
6601                 },
6602                 "healthcare/counselling": {
6603                     "name": "諮詢中心",
6604                     "terms": "諮詢中心"
6605                 },
6606                 "healthcare/hospice": {
6607                     "name": "安養院",
6608                     "terms": "安養院"
6609                 },
6610                 "healthcare/laboratory": {
6611                     "name": "醫事檢驗所",
6612                     "terms": "醫檢"
6613                 },
6614                 "healthcare/midwife": {
6615                     "name": "助產士",
6616                     "terms": "助產士"
6617                 },
6618                 "healthcare/occupational_therapist": {
6619                     "name": "職能治療師",
6620                     "terms": "職能治療師"
6621                 },
6622                 "healthcare/optometrist": {
6623                     "name": "驗光師",
6624                     "terms": "驗光師"
6625                 },
6626                 "healthcare/physiotherapist": {
6627                     "name": "物理治療師",
6628                     "terms": "物理治療師"
6629                 },
6630                 "healthcare/podiatrist": {
6631                     "name": "足科醫師",
6632                     "terms": "足科醫師,足科醫生"
6633                 },
6634                 "healthcare/psychotherapist": {
6635                     "name": "心理治療師",
6636                     "terms": "心理治療師"
6637                 },
6638                 "healthcare/rehabilitation": {
6639                     "name": "復建設施",
6640                     "terms": "復建設施"
6641                 },
6642                 "healthcare/speech_therapist": {
6643                     "name": "語言治療師",
6644                     "terms": "語言治療師"
6645                 },
6646                 "highway": {
6647                     "name": "公路圖徽"
6648                 },
6649                 "highway/bridleway": {
6650                     "name": "馬道",
6651                     "terms": "馬道"
6652                 },
6653                 "highway/bus_guideway": {
6654                     "name": "導向公車道",
6655                     "terms": "導向公車道"
6656                 },
6657                 "highway/bus_stop": {
6658                     "name": "公車站"
6659                 },
6660                 "highway/construction": {
6661                     "name": "道路封閉",
6662                     "terms": "道路封閉"
6663                 },
6664                 "highway/corridor": {
6665                     "name": "室內走廊",
6666                     "terms": "室內通道"
6667                 },
6668                 "highway/crossing": {
6669                     "name": "穿越道"
6670                 },
6671                 "highway/crossing/marked": {
6672                     "name": "標記人行穿越道",
6673                     "terms": "有斑馬線穿越道"
6674                 },
6675                 "highway/crossing/marked-raised": {
6676                     "name": "標記人行穿越道(凸起)",
6677                     "terms": "有斑馬線穿越道(凸起)"
6678                 },
6679                 "highway/crossing/unmarked": {
6680                     "name": "無標記人行穿越道",
6681                     "terms": "無斑馬線穿越道"
6682                 },
6683                 "highway/crossing/unmarked-raised": {
6684                     "name": "無標記人行穿越道(凸起)",
6685                     "terms": "無斑馬線穿越道(凸起)"
6686                 },
6687                 "highway/crossing/zebra": {
6688                     "name": "標記人行穿越道"
6689                 },
6690                 "highway/crossing/zebra-raised": {
6691                     "name": "標記人行穿越道(凸起)"
6692                 },
6693                 "highway/cycleway": {
6694                     "name": "單車路線",
6695                     "terms": "單車徑,腳踏車路線"
6696                 },
6697                 "highway/cycleway/bicycle_foot": {
6698                     "name": "單車或步道",
6699                     "terms": "自行車及人行步道"
6700                 },
6701                 "highway/cycleway/crossing": {
6702                     "name": "自行車穿越道"
6703                 },
6704                 "highway/cycleway/crossing/marked": {
6705                     "name": "有標記的單車穿越道",
6706                     "terms": "有標記的腳踏車穿越道"
6707                 },
6708                 "highway/cycleway/crossing/unmarked": {
6709                     "name": "沒有標記的單車穿越道",
6710                     "terms": "沒有標記的腳踏車穿越道"
6711                 },
6712                 "highway/elevator": {
6713                     "name": "電梯",
6714                     "terms": "電梯,升降梯"
6715                 },
6716                 "highway/emergency_bay": {
6717                     "name": "避車彎",
6718                     "terms": "避車彎"
6719                 },
6720                 "highway/footway": {
6721                     "name": "步道",
6722                     "terms": "步行徑,人行步道"
6723                 },
6724                 "highway/footway/access_aisle": {
6725                     "name": "進入通道",
6726                     "terms": "進入通道"
6727                 },
6728                 "highway/footway/conveying": {
6729                     "name": "移動人行道",
6730                     "terms": "移動人行道"
6731                 },
6732                 "highway/footway/crossing": {
6733                     "name": "行人穿越道"
6734                 },
6735                 "highway/footway/marked": {
6736                     "name": "有標記人行穿越道",
6737                     "terms": "有斑馬線穿越道"
6738                 },
6739                 "highway/footway/marked-raised": {
6740                     "name": "有標記人行穿越道(凸起)",
6741                     "terms": "有斑馬線穿越道(凸起)"
6742                 },
6743                 "highway/footway/sidewalk": {
6744                     "name": "路邊人行道",
6745                     "terms": "人行道"
6746                 },
6747                 "highway/footway/unmarked": {
6748                     "name": "無標記人行穿越道",
6749                     "terms": "無斑馬線穿越道"
6750                 },
6751                 "highway/footway/unmarked-raised": {
6752                     "name": "無標記人行穿越道(凸起)",
6753                     "terms": "無斑馬線穿越道(凸起)"
6754                 },
6755                 "highway/footway/zebra": {
6756                     "name": "標記人行穿越道"
6757                 },
6758                 "highway/footway/zebra-raised": {
6759                     "name": "有斑馬線人行穿越道(凸起)"
6760                 },
6761                 "highway/give_way": {
6762                     "name": "通行標誌",
6763                     "terms": "讓車標誌"
6764                 },
6765                 "highway/living_street": {
6766                     "name": "生活街道",
6767                     "terms": "生活街道"
6768                 },
6769                 "highway/milestone": {
6770                     "name": "公路里程碑",
6771                     "terms": "里程碑"
6772                 },
6773                 "highway/mini_roundabout": {
6774                     "name": "小型迴轉處",
6775                     "terms": "小型迴旋處"
6776                 },
6777                 "highway/motorway": {
6778                     "name": "高速公路",
6779                     "terms": "高速公路"
6780                 },
6781                 "highway/motorway_junction": {
6782                     "name": "交流道/出口",
6783                     "terms": "高速公路交流道/出口,高速公路交匯處/出口,快速道路交流道/出口"
6784                 },
6785                 "highway/motorway_link": {
6786                     "name": "高速公路引道",
6787                     "terms": "高速公路引道"
6788                 },
6789                 "highway/passing_place": {
6790                     "name": "避車彎",
6791                     "terms": "避車彎"
6792                 },
6793                 "highway/path": {
6794                     "name": "路徑",
6795                     "terms": "路徑"
6796                 },
6797                 "highway/path/informal": {
6798                     "name": "非正式的路徑",
6799                     "terms": "非正式的路徑"
6800                 },
6801                 "highway/pedestrian_area": {
6802                     "name": "徒步區",
6803                     "terms": "行人徒步區"
6804                 },
6805                 "highway/pedestrian_line": {
6806                     "name": "行人徒步街道",
6807                     "terms": "行人徒步道路"
6808                 },
6809                 "highway/primary": {
6810                     "name": "一級道路",
6811                     "terms": "一級道路、主要道路、省道"
6812                 },
6813                 "highway/primary_link": {
6814                     "name": "一級道路聯絡道",
6815                     "terms": "主要道路聯絡道"
6816                 },
6817                 "highway/raceway": {
6818                     "name": "賽車賽道",
6819                     "terms": "賽車運動賽道"
6820                 },
6821                 "highway/raceway/karting": {
6822                     "name": "卡丁車賽道",
6823                     "terms": "卡丁車賽道"
6824                 },
6825                 "highway/raceway/motocross": {
6826                     "name": "摩托車越野賽道",
6827                     "terms": "摩托車越野賽道"
6828                 },
6829                 "highway/residential": {
6830                     "name": "住宅區道路",
6831                     "terms": "住宅區道路"
6832                 },
6833                 "highway/rest_area": {
6834                     "name": "公路休憩區",
6835                     "terms": "公路休息站"
6836                 },
6837                 "highway/road": {
6838                     "name": "未知種類的道路",
6839                     "terms": "未知種類的道路"
6840                 },
6841                 "highway/secondary": {
6842                     "name": "二級道路",
6843                     "terms": "次要道路、縣道、主幹道"
6844                 },
6845                 "highway/secondary_link": {
6846                     "name": "二級道路聯絡道",
6847                     "terms": "次級道路聯絡道"
6848                 },
6849                 "highway/service": {
6850                     "name": "服務道路",
6851                     "terms": "服務性道路、設施道路、場域道路、輔助道路"
6852                 },
6853                 "highway/service/alley": {
6854                     "name": "巷弄",
6855                     "terms": "小巷,巷弄,後巷,橫巷,窄巷,胡同"
6856                 },
6857                 "highway/service/drive-through": {
6858                     "name": "德來速車道",
6859                     "terms": "駕駛通過以獲取服務,德來速車道"
6860                 },
6861                 "highway/service/driveway": {
6862                     "name": "車道",
6863                     "terms": "車線"
6864                 },
6865                 "highway/service/emergency_access": {
6866                     "name": "緊急通道",
6867                     "terms": "緊急通道"
6868                 },
6869                 "highway/service/parking_aisle": {
6870                     "name": "停車場通道",
6871                     "terms": "停車場通道"
6872                 },
6873                 "highway/services": {
6874                     "name": "公路服務區",
6875                     "terms": "公路服務區、公路休息站"
6876                 },
6877                 "highway/speed_camera": {
6878                     "name": "測速照相機",
6879                     "terms": "測速攝影機,測速照相機,測速照相,測速攝影"
6880                 },
6881                 "highway/steps": {
6882                     "name": "階梯",
6883                     "terms": "樓梯,階梯,石階"
6884                 },
6885                 "highway/steps/conveying": {
6886                     "name": "電梯",
6887                     "terms": "升降梯"
6888                 },
6889                 "highway/stop": {
6890                     "name": "停車標誌",
6891                     "terms": "停車再開"
6892                 },
6893                 "highway/street_lamp": {
6894                     "name": "路燈",
6895                     "terms": "街燈"
6896                 },
6897                 "highway/tertiary": {
6898                     "name": "三級道路",
6899                     "terms": "三級道路"
6900                 },
6901                 "highway/tertiary_link": {
6902                     "name": "三級道路連接路",
6903                     "terms": "三級道路連接道"
6904                 },
6905                 "highway/track": {
6906                     "name": "農路·林道",
6907                     "terms": "農路、林道"
6908                 },
6909                 "highway/traffic_mirror": {
6910                     "name": "道路反射鏡",
6911                     "terms": "反射鏡,交通反射鏡"
6912                 },
6913                 "highway/traffic_signals": {
6914                     "name": "紅綠燈",
6915                     "terms": "交通燈,交通號誌,交通信號燈"
6916                 },
6917                 "highway/trailhead": {
6918                     "name": "入口處",
6919                     "terms": "入口處"
6920                 },
6921                 "highway/trunk": {
6922                     "name": "快速道路",
6923                     "terms": "快速道路、封閉道路"
6924                 },
6925                 "highway/trunk_link": {
6926                     "name": "幹道連接路",
6927                     "terms": "幹道連接道"
6928                 },
6929                 "highway/turning_circle": {
6930                     "name": "回轉圈",
6931                     "terms": "回轉圈"
6932                 },
6933                 "highway/turning_loop": {
6934                     "name": "迴轉圓環",
6935                     "terms": "迴轉圓環,迴轉道"
6936                 },
6937                 "highway/unclassified": {
6938                     "name": "一般道路/未編制道路",
6939                     "terms": "一般道路/未編制道路"
6940                 },
6941                 "historic": {
6942                     "name": "歷史景點",
6943                     "terms": "歷史景點, 古蹟"
6944                 },
6945                 "historic/archaeological_site": {
6946                     "name": "考古地點",
6947                     "terms": "考古遺址"
6948                 },
6949                 "historic/boundary_stone": {
6950                     "name": "界石",
6951                     "terms": "界碑"
6952                 },
6953                 "historic/castle": {
6954                     "name": "城堡",
6955                     "terms": "城堡"
6956                 },
6957                 "historic/castle/fortress": {
6958                     "name": "歷史城堡",
6959                     "terms": "歷史城堡"
6960                 },
6961                 "historic/castle/palace": {
6962                     "name": "宮殿",
6963                     "terms": "宮殿,皇宮"
6964                 },
6965                 "historic/castle/stately": {
6966                     "name": "法式城堡",
6967                     "terms": "法式城堡"
6968                 },
6969                 "historic/city_gate": {
6970                     "name": "城門",
6971                     "terms": "城門"
6972                 },
6973                 "historic/fort": {
6974                     "name": "歷史堡壘",
6975                     "terms": "歷史堡壘"
6976                 },
6977                 "historic/manor": {
6978                     "name": "莊園別墅",
6979                     "terms": "莊園別墅"
6980                 },
6981                 "historic/memorial": {
6982                     "name": "紀念碑",
6983                     "terms": "紀念碑"
6984                 },
6985                 "historic/memorial/plaque": {
6986                     "name": "紀念牌匾",
6987                     "terms": "紀念牌匾"
6988                 },
6989                 "historic/monument": {
6990                     "name": "纪念建築物",
6991                     "terms": "纪念碑,紀念塔,古蹟"
6992                 },
6993                 "historic/ruins": {
6994                     "name": "遺址",
6995                     "terms": "遺址"
6996                 },
6997                 "historic/tomb": {
6998                     "name": "墳墓",
6999                     "terms": "墳墓,墓,墓碑"
7000                 },
7001                 "historic/wayside_cross": {
7002                     "name": "路邊十字架",
7003                     "terms": "路邊十字架"
7004                 },
7005                 "historic/wayside_shrine": {
7006                     "name": "路邊神祠",
7007                     "terms": "路邊小廟"
7008                 },
7009                 "historic/wreck": {
7010                     "name": "沈船"
7011                 },
7012                 "indoor": {
7013                     "name": "室內圖徵"
7014                 },
7015                 "indoor/area": {
7016                     "name": "室內區域",
7017                     "terms": "室內空間"
7018                 },
7019                 "indoor/corridor": {
7020                     "name": "室內走廊",
7021                     "terms": "屋內走廊"
7022                 },
7023                 "indoor/corridor_line": {
7024                     "name": "室內走廊"
7025                 },
7026                 "indoor/door": {
7027                     "name": "室內房門",
7028                     "terms": "屋內房門"
7029                 },
7030                 "indoor/elevator": {
7031                     "name": "室內電梯井",
7032                     "terms": "室內電梯井"
7033                 },
7034                 "indoor/room": {
7035                     "name": "房間",
7036                     "terms": "房間"
7037                 },
7038                 "indoor/stairs": {
7039                     "name": "室內樓梯間",
7040                     "terms": "室內樓梯間"
7041                 },
7042                 "indoor/wall": {
7043                     "name": "室內牆壁",
7044                     "terms": "屋內牆壁"
7045                 },
7046                 "internet_access/wlan": {
7047                     "name": "Wi-Fi 熱點",
7048                     "terms": "Wi-Fi 熱點"
7049                 },
7050                 "junction": {
7051                     "name": "路口",
7052                     "terms": "槽化車道,道路交叉,十字路口,丁字路,路"
7053                 },
7054                 "landuse": {
7055                     "name": "土地利用圖徵"
7056                 },
7057                 "landuse/allotments": {
7058                     "name": "社區農園",
7059                     "terms": "社區田圃,城市農園,社區園圃,社區農地,都市農園"
7060                 },
7061                 "landuse/aquaculture": {
7062                     "name": "養殖漁業",
7063                     "terms": "養殖漁業,水產養殖,Aquaculture"
7064                 },
7065                 "landuse/basin": {
7066                     "name": "水池"
7067                 },
7068                 "landuse/brownfield": {
7069                     "name": "棕色地帶",
7070                     "terms": "棕色地帶"
7071                 },
7072                 "landuse/cemetery": {
7073                     "name": "殯葬用地",
7074                     "terms": "公墓、墓地、墓園、納骨塔、墳墓"
7075                 },
7076                 "landuse/churchyard": {
7077                     "name": "教堂院落",
7078                     "terms": "教堂用地"
7079                 },
7080                 "landuse/commercial": {
7081                     "name": "商業用地",
7082                     "terms": "商業用地"
7083                 },
7084                 "landuse/construction": {
7085                     "name": "建築工地",
7086                     "terms": "建築工地"
7087                 },
7088                 "landuse/farm": {
7089                     "name": "農場"
7090                 },
7091                 "landuse/farmland": {
7092                     "name": "農業用地",
7093                     "terms": "農田,稻田,農地,田,耕地"
7094                 },
7095                 "landuse/farmyard": {
7096                     "name": "農莊",
7097                     "terms": "農莊"
7098                 },
7099                 "landuse/flowerbed": {
7100                     "name": "花檯",
7101                     "terms": "花園"
7102                 },
7103                 "landuse/forest": {
7104                     "name": "受管理的森林",
7105                     "terms": "受管理的森林,森林"
7106                 },
7107                 "landuse/garages": {
7108                     "name": "車庫用地",
7109                     "terms": "車庫用地,車庫"
7110                 },
7111                 "landuse/grass": {
7112                     "name": "草地",
7113                     "terms": "草地"
7114                 },
7115                 "landuse/greenfield": {
7116                     "name": "未開發地帶",
7117                     "terms": "未開發地帶,未開發地區"
7118                 },
7119                 "landuse/greenhouse_horticulture": {
7120                     "name": "溫室園藝",
7121                     "terms": "溫室農業"
7122                 },
7123                 "landuse/harbour": {
7124                     "name": "港灣",
7125                     "terms": "港灣,海港"
7126                 },
7127                 "landuse/industrial": {
7128                     "name": "工業用地",
7129                     "terms": "工業區"
7130                 },
7131                 "landuse/industrial/scrap_yard": {
7132                     "name": "廢料場",
7133                     "terms": "廢料儲存地"
7134                 },
7135                 "landuse/industrial/slaughterhouse": {
7136                     "name": "屠宰場",
7137                     "terms": "屠宰場"
7138                 },
7139                 "landuse/landfill": {
7140                     "name": "埯埋場",
7141                     "terms": "堆填區"
7142                 },
7143                 "landuse/meadow": {
7144                     "name": "畜牧用地",
7145                     "terms": "牧場、放牧地"
7146                 },
7147                 "landuse/military": {
7148                     "name": "軍事用地",
7149                     "terms": "營區,軍營,部隊用地,軍事區,軍用地"
7150                 },
7151                 "landuse/military/airfield": {
7152                     "name": "軍用機場",
7153                     "terms": "軍用機場,軍機場"
7154                 },
7155                 "landuse/military/barracks": {
7156                     "name": "軍事建築",
7157                     "terms": "營房,軍營,營舍"
7158                 },
7159                 "landuse/military/danger_area": {
7160                     "name": "危險區",
7161                     "terms": "危險地區,危險區域,危險區,禁區"
7162                 },
7163                 "landuse/military/naval_base": {
7164                     "name": "海軍基地",
7165                     "terms": "軍港,海軍基地"
7166                 },
7167                 "landuse/military/obstacle_course": {
7168                     "name": "障礙課程場地",
7169                     "terms": "障礙課程場地,障礙課程"
7170                 },
7171                 "landuse/military/range": {
7172                     "name": "軍用靶場",
7173                     "terms": "靶場,軍用靶場,射擊場,軍事靶場"
7174                 },
7175                 "landuse/military/training_area": {
7176                     "name": "訓練場地",
7177                     "terms": "教練場,訓練場"
7178                 },
7179                 "landuse/orchard": {
7180                     "name": "果園",
7181                     "terms": "果園"
7182                 },
7183                 "landuse/plant_nursery": {
7184                     "name": "育苗場",
7185                     "terms": "種苗中心"
7186                 },
7187                 "landuse/pond": {
7188                     "name": "池塘"
7189                 },
7190                 "landuse/quarry": {
7191                     "name": "礦區",
7192                     "terms": "礦場,採礦場"
7193                 },
7194                 "landuse/railway": {
7195                     "name": "鐵路用地",
7196                     "terms": "鐵路通道"
7197                 },
7198                 "landuse/recreation_ground": {
7199                     "name": "遊憩區",
7200                     "terms": "休憩區,遊樂場,遊樂園"
7201                 },
7202                 "landuse/religious": {
7203                     "name": "宗教用地",
7204                     "terms": "寺廟、教會用地"
7205                 },
7206                 "landuse/reservoir": {
7207                     "name": "貯水庫"
7208                 },
7209                 "landuse/residential": {
7210                     "name": "住宅用地",
7211                     "terms": "住宅區"
7212                 },
7213                 "landuse/residential/apartments": {
7214                     "name": "公寓大樓",
7215                     "terms": "公寓大樓,公寓"
7216                 },
7217                 "landuse/retail": {
7218                     "name": "零售用地",
7219                     "terms": "商店街"
7220                 },
7221                 "landuse/vineyard": {
7222                     "name": "酒莊",
7223                     "terms": "酒莊"
7224                 },
7225                 "landuse/winter_sports": {
7226                     "name": "冬季運動區域",
7227                     "terms": "冬季運動區,冬天運動區"
7228                 },
7229                 "leisure": {
7230                     "name": "休閒娛樂圖徽"
7231                 },
7232                 "leisure/adult_gaming_centre": {
7233                     "name": "成人遊戲中心",
7234                     "terms": "成人遊樂場"
7235                 },
7236                 "leisure/amusement_arcade": {
7237                     "name": "遊樂場",
7238                     "terms": "遊樂場"
7239                 },
7240                 "leisure/bandstand": {
7241                     "name": "演奏臺",
7242                     "terms": "演奏臺,露天音樂臺,音樂臺"
7243                 },
7244                 "leisure/beach_resort": {
7245                     "name": "海灘渡假村",
7246                     "terms": "海灘渡假村,海濱渡假村"
7247                 },
7248                 "leisure/bird_hide": {
7249                     "name": "鳥類棲息處",
7250                     "terms": "鳥類棲息處,鳥類棲地,鳥類藏身處"
7251                 },
7252                 "leisure/bleachers": {
7253                     "name": "看台",
7254                     "terms": "看台,看臺"
7255                 },
7256                 "leisure/bowling_alley": {
7257                     "name": "保齡球館",
7258                     "terms": "保齡球館,保齡球場,地球社"
7259                 },
7260                 "leisure/common": {
7261                     "name": "公共用地",
7262                     "terms": "公有地"
7263                 },
7264                 "leisure/dance": {
7265                     "name": "舞廳",
7266                     "terms": "跳舞場所"
7267                 },
7268                 "leisure/dancing_school": {
7269                     "name": "舞蹈學校",
7270                     "terms": "舞蹈學校"
7271                 },
7272                 "leisure/disc_golf_course": {
7273                     "name": "飛盤高爾夫球場",
7274                     "terms": "飛盤高爾夫球場"
7275                 },
7276                 "leisure/dog_park": {
7277                     "name": "狗公園",
7278                     "terms": "寵物公園"
7279                 },
7280                 "leisure/escape_game": {
7281                     "name": "密室逃脫",
7282                     "terms": "密室逃脫"
7283                 },
7284                 "leisure/firepit": {
7285                     "name": "篝火",
7286                     "terms": "篝火"
7287                 },
7288                 "leisure/fishing": {
7289                     "name": "釣魚點",
7290                     "terms": "釣魚熱點,釣魚處"
7291                 },
7292                 "leisure/fitness_centre": {
7293                     "name": "健身房/健身中心",
7294                     "terms": "健身房,健身中心,Gym"
7295                 },
7296                 "leisure/fitness_centre/yoga": {
7297                     "name": "瑜珈教室",
7298                     "terms": "瑜珈教室,瑜珈中心"
7299                 },
7300                 "leisure/fitness_station": {
7301                     "name": "戶外健身站",
7302                     "terms": "戶外健身站,健身站"
7303                 },
7304                 "leisure/fitness_station/balance_beam": {
7305                     "name": "運動平衡梁",
7306                     "terms": "運動平衡梁"
7307                 },
7308                 "leisure/fitness_station/box": {
7309                     "name": "運動箱",
7310                     "terms": "運動箱"
7311                 },
7312                 "leisure/fitness_station/horizontal_bar": {
7313                     "name": "運動平衡單槓",
7314                     "terms": "運動平衡單槓"
7315                 },
7316                 "leisure/fitness_station/horizontal_ladder": {
7317                     "name": "橫爬架",
7318                     "terms": "橫爬架"
7319                 },
7320                 "leisure/fitness_station/hyperextension": {
7321                     "name": "羅馬凳站",
7322                     "terms": "羅馬凳站"
7323                 },
7324                 "leisure/fitness_station/parallel_bars": {
7325                     "name": "雙槓",
7326                     "terms": "雙槓"
7327                 },
7328                 "leisure/fitness_station/push-up": {
7329                     "name": "伏地挺身站",
7330                     "terms": "伏地挺身站"
7331                 },
7332                 "leisure/fitness_station/rings": {
7333                     "name": "運動吊環",
7334                     "terms": "運動吊環"
7335                 },
7336                 "leisure/fitness_station/sign": {
7337                     "name": "運動指示標誌",
7338                     "terms": "運動指示說明"
7339                 },
7340                 "leisure/fitness_station/sit-up": {
7341                     "name": "仰臥起坐台",
7342                     "terms": "仰臥起坐台"
7343                 },
7344                 "leisure/fitness_station/stairs": {
7345                     "name": "運動椅",
7346                     "terms": "運動椅"
7347                 },
7348                 "leisure/garden": {
7349                     "name": "花園",
7350                     "terms": "花園,果園,菜園,植物園,公園"
7351                 },
7352                 "leisure/golf_course": {
7353                     "name": "高爾夫球場",
7354                     "terms": "高爾夫球場"
7355                 },
7356                 "leisure/hackerspace": {
7357                     "name": "駭客空間",
7358                     "terms": "駭客空間,Hackerspace"
7359                 },
7360                 "leisure/horse_riding": {
7361                     "name": "騎馬場",
7362                     "terms": "馬場,騎馬設施"
7363                 },
7364                 "leisure/ice_rink": {
7365                     "name": "溜冰場",
7366                     "terms": "溜冰場"
7367                 },
7368                 "leisure/marina": {
7369                     "name": "遊艇碼頭",
7370                     "terms": "遊艇碼頭"
7371                 },
7372                 "leisure/miniature_golf": {
7373                     "name": "迷你高爾夫",
7374                     "terms": "迷你高爾夫,高爾夫"
7375                 },
7376                 "leisure/nature_reserve": {
7377                     "name": "自然保留區",
7378                     "terms": "自然保護區"
7379                 },
7380                 "leisure/outdoor_seating": {
7381                     "name": "戶外座位區",
7382                     "terms": "戶外座位區,戶外座位"
7383                 },
7384                 "leisure/park": {
7385                     "name": "公園",
7386                     "terms": "綠地,遊樂場"
7387                 },
7388                 "leisure/picnic_table": {
7389                     "name": "野餐桌",
7390                     "terms": "野餐桌"
7391                 },
7392                 "leisure/picnic_table/chess": {
7393                     "name": "棋桌",
7394                     "terms": "象棋桌,西洋棋桌"
7395                 },
7396                 "leisure/pitch": {
7397                     "name": "運動場地",
7398                     "terms": "運動場"
7399                 },
7400                 "leisure/pitch/american_football": {
7401                     "name": "美式足球場",
7402                     "terms": "美式足球場"
7403                 },
7404                 "leisure/pitch/australian_football": {
7405                     "name": "澳式足球場",
7406                     "terms": "澳式足球場"
7407                 },
7408                 "leisure/pitch/badminton": {
7409                     "name": "羽毛球場",
7410                     "terms": "羽毛球場"
7411                 },
7412                 "leisure/pitch/baseball": {
7413                     "name": "棒球場",
7414                     "terms": "棒球場"
7415                 },
7416                 "leisure/pitch/basketball": {
7417                     "name": "籃球場",
7418                     "terms": "籃球場,球場"
7419                 },
7420                 "leisure/pitch/beachvolleyball": {
7421                     "name": "沙灘排球場",
7422                     "terms": "沙灘排球場,沙灘排球"
7423                 },
7424                 "leisure/pitch/boules": {
7425                     "name": "法式滾球場",
7426                     "terms": "法式滾球場"
7427                 },
7428                 "leisure/pitch/bowls": {
7429                     "name": "保齡球綠地",
7430                     "terms": "保齡球綠地"
7431                 },
7432                 "leisure/pitch/chess": {
7433                     "name": "巨型西洋棋棋盤",
7434                     "terms": "巨型西洋棋棋盤"
7435                 },
7436                 "leisure/pitch/cricket": {
7437                     "name": "板球場",
7438                     "terms": "板球場"
7439                 },
7440                 "leisure/pitch/equestrian": {
7441                     "name": "馬場",
7442                     "terms": "馬場"
7443                 },
7444                 "leisure/pitch/field_hockey": {
7445                     "name": "曲棍球場",
7446                     "terms": "曲棍球場"
7447                 },
7448                 "leisure/pitch/horseshoes": {
7449                     "name": "馬蹄鐵坑",
7450                     "terms": "馬蹄鐵坑"
7451                 },
7452                 "leisure/pitch/netball": {
7453                     "name": "籃網球場",
7454                     "terms": "籃網球場"
7455                 },
7456                 "leisure/pitch/rugby_league": {
7457                     "name": "聯盟式橄欖球",
7458                     "terms": "聯盟式橄欖球"
7459                 },
7460                 "leisure/pitch/rugby_union": {
7461                     "name": "聯合式橄欖球",
7462                     "terms": "聯合式橄欖球"
7463                 },
7464                 "leisure/pitch/shuffleboard": {
7465                     "name": "沙狐球場",
7466                     "terms": "沙狐球場"
7467                 },
7468                 "leisure/pitch/skateboard": {
7469                     "name": "滑板公園",
7470                     "terms": "滑板場,極限公園,極限運動公園"
7471                 },
7472                 "leisure/pitch/soccer": {
7473                     "name": "足球場",
7474                     "terms": "足球場,球場"
7475                 },
7476                 "leisure/pitch/softball": {
7477                     "name": "壘球場",
7478                     "terms": "壘球場"
7479                 },
7480                 "leisure/pitch/table_tennis": {
7481                     "name": "乒乓球桌",
7482                     "terms": "乒乓球桌,桌球桌"
7483                 },
7484                 "leisure/pitch/tennis": {
7485                     "name": "網球場",
7486                     "terms": "網球場,球場"
7487                 },
7488                 "leisure/pitch/volleyball": {
7489                     "name": "排球場",
7490                     "terms": "排球場,球場"
7491                 },
7492                 "leisure/playground": {
7493                     "name": "遊樂場",
7494                     "terms": "遊樂場"
7495                 },
7496                 "leisure/resort": {
7497                     "name": "度假勝地",
7498                     "terms": "度假村"
7499                 },
7500                 "leisure/sauna": {
7501                     "name": "桑拿",
7502                     "terms": "桑拿,芬蘭浴,三溫暖"
7503                 },
7504                 "leisure/slipway": {
7505                     "name": "船架滑道",
7506                     "terms": "船架滑道"
7507                 },
7508                 "leisure/slipway_point": {
7509                     "name": "船台",
7510                     "terms": "船台"
7511                 },
7512                 "leisure/sports_centre": {
7513                     "name": "體育中心/設施",
7514                     "terms": "體育中心,體育設施"
7515                 },
7516                 "leisure/sports_centre/climbing": {
7517                     "name": "攀岩場",
7518                     "terms": "攀岩場"
7519                 },
7520                 "leisure/sports_centre/swimming": {
7521                     "name": "游泳池附屬設施",
7522                     "terms": "游泳池設施,游池附屬設施,游池設施"
7523                 },
7524                 "leisure/stadium": {
7525                     "name": "體育場",
7526                     "terms": "體育場"
7527                 },
7528                 "leisure/swimming_area": {
7529                     "name": "自然游泳區",
7530                     "terms": "自然游泳區域"
7531                 },
7532                 "leisure/swimming_pool": {
7533                     "name": "游泳池",
7534                     "terms": "泳池"
7535                 },
7536                 "leisure/track": {
7537                     "name": "賽道(非賽車運動)",
7538                     "terms": "賽道(非賽車運動)"
7539                 },
7540                 "leisure/track/cycling": {
7541                     "name": "自行車道",
7542                     "terms": "單車道"
7543                 },
7544                 "leisure/track/cycling_point": {
7545                     "name": "自行車道",
7546                     "terms": "自行車道"
7547                 },
7548                 "leisure/track/horse_racing": {
7549                     "name": "賽馬跑道",
7550                     "terms": "賽馬跑道"
7551                 },
7552                 "leisure/track/horse_racing_point": {
7553                     "name": "賽馬道",
7554                     "terms": "賽馬道"
7555                 },
7556                 "leisure/track/running": {
7557                     "name": "跑道",
7558                     "terms": "跑道"
7559                 },
7560                 "leisure/track/running_point": {
7561                     "name": "跑道",
7562                     "terms": "跑道"
7563                 },
7564                 "leisure/water_park": {
7565                     "name": "水上樂園",
7566                     "terms": "水上公園,水上遊樂園"
7567                 },
7568                 "line": {
7569                     "name": "線段",
7570                     "terms": "線"
7571                 },
7572                 "man_made": {
7573                     "name": "人造圖徽"
7574                 },
7575                 "man_made/adit": {
7576                     "name": "坑口",
7577                     "terms": "坑道口,礦坑口"
7578                 },
7579                 "man_made/antenna": {
7580                     "name": "天線",
7581                     "terms": "天線"
7582                 },
7583                 "man_made/beacon": {
7584                     "name": "信標",
7585                     "terms": "信標燈"
7586                 },
7587                 "man_made/beehive": {
7588                     "name": "蜂箱",
7589                     "terms": "蜂箱,人工蜂箱,人造蜂巢"
7590                 },
7591                 "man_made/breakwater": {
7592                     "name": "防波堤",
7593                     "terms": "防波堤"
7594                 },
7595                 "man_made/bridge": {
7596                     "name": "橋樑區域",
7597                     "terms": "橋樑區域"
7598                 },
7599                 "man_made/bunker_silo": {
7600                     "name": "地面筒倉",
7601                     "terms": "地面筒倉;筒倉"
7602                 },
7603                 "man_made/cairn": {
7604                     "name": "石標",
7605                     "terms": "石標"
7606                 },
7607                 "man_made/chimney": {
7608                     "name": "煙囪",
7609                     "terms": "煙筒"
7610                 },
7611                 "man_made/clearcut": {
7612                     "name": "伐木林",
7613                     "terms": "人工林"
7614                 },
7615                 "man_made/crane": {
7616                     "name": "起重機",
7617                     "terms": "起重機"
7618                 },
7619                 "man_made/cross": {
7620                     "name": "峰頂十字架",
7621                     "terms": "峰頂十字架"
7622                 },
7623                 "man_made/cutline": {
7624                     "name": "山林分界線",
7625                     "terms": "山林分界線"
7626                 },
7627                 "man_made/dyke": {
7628                     "name": "防洪堤",
7629                     "terms": "堤防"
7630                 },
7631                 "man_made/embankment": {
7632                     "name": "堤防",
7633                     "terms": "基堤"
7634                 },
7635                 "man_made/flagpole": {
7636                     "name": "旗桿",
7637                     "terms": "旗桿"
7638                 },
7639                 "man_made/gasometer": {
7640                     "name": "煤氣鼓",
7641                     "terms": "煤氣筒"
7642                 },
7643                 "man_made/groyne": {
7644                     "name": "堤防",
7645                     "terms": "河堤,海堤"
7646                 },
7647                 "man_made/lighthouse": {
7648                     "name": "燈塔",
7649                     "terms": "燈塔"
7650                 },
7651                 "man_made/manhole": {
7652                     "name": "人孔",
7653                     "terms": "人孔"
7654                 },
7655                 "man_made/manhole/drain": {
7656                     "name": "下水道",
7657                     "terms": "下水道"
7658                 },
7659                 "man_made/manhole/gas": {
7660                     "name": "天然氣公共設施人孔",
7661                     "terms": "天然氣公共設施人孔"
7662                 },
7663                 "man_made/manhole/power": {
7664                     "name": "電力公共設施人孔",
7665                     "terms": "電力公共設施人孔"
7666                 },
7667                 "man_made/manhole/sewer": {
7668                     "name": "污水下水道人孔",
7669                     "terms": "污水下水道人孔"
7670                 },
7671                 "man_made/manhole/telecom": {
7672                     "name": "電信設施人孔",
7673                     "terms": "電信設施人孔"
7674                 },
7675                 "man_made/manhole/water": {
7676                     "name": "自來水人孔",
7677                     "terms": "自來水人孔"
7678                 },
7679                 "man_made/mast": {
7680                     "name": "塔狀天線",
7681                     "terms": "塔狀天線,天線"
7682                 },
7683                 "man_made/mast/communication": {
7684                     "name": "通訊天線",
7685                     "terms": "基地台"
7686                 },
7687                 "man_made/mast/communication/mobile_phone": {
7688                     "name": "行動電話天線",
7689                     "terms": "基地台,手機基地台"
7690                 },
7691                 "man_made/mast/communication/radio": {
7692                     "name": "廣播天線",
7693                     "terms": "廣播通訊塔"
7694                 },
7695                 "man_made/mast/communication/television": {
7696                     "name": "電視播放天線",
7697                     "terms": "電視通訊塔"
7698                 },
7699                 "man_made/mineshaft": {
7700                     "name": "礦井",
7701                     "terms": "礦井"
7702                 },
7703                 "man_made/monitoring_station": {
7704                     "name": "監測站",
7705                     "terms": "監測點"
7706                 },
7707                 "man_made/obelisk": {
7708                     "name": "方尖碑",
7709                     "terms": "方尖碑"
7710                 },
7711                 "man_made/observatory": {
7712                     "name": "天文台",
7713                     "terms": "天文館"
7714                 },
7715                 "man_made/petroleum_well": {
7716                     "name": "油井",
7717                     "terms": "油井"
7718                 },
7719                 "man_made/pier": {
7720                     "name": "碼頭",
7721                     "terms": "碼頭"
7722                 },
7723                 "man_made/pier/floating": {
7724                     "name": "浮式突堤碼頭",
7725                     "terms": "浮式突堤碼頭"
7726                 },
7727                 "man_made/pipeline": {
7728                     "name": "管道",
7729                     "terms": "管線"
7730                 },
7731                 "man_made/pipeline/underground": {
7732                     "name": "地下管線",
7733                     "terms": "地下水管"
7734                 },
7735                 "man_made/pipeline/valve": {
7736                     "name": "管道閥門",
7737                     "terms": "管道閥門"
7738                 },
7739                 "man_made/pumping_station": {
7740                     "name": "抽水站",
7741                     "terms": "抽水站"
7742                 },
7743                 "man_made/silo": {
7744                     "name": "地窖",
7745                     "terms": "地窖,筒倉"
7746                 },
7747                 "man_made/storage_tank": {
7748                     "name": "儲油槽",
7749                     "terms": "存放槽,油罐,儲罐,儲水槽,儲汽槽"
7750                 },
7751                 "man_made/storage_tank/water": {
7752                     "name": "水塔",
7753                     "terms": "水塔"
7754                 },
7755                 "man_made/street_cabinet": {
7756                     "name": "街櫃"
7757                 },
7758                 "man_made/surveillance": {
7759                     "name": "監視器",
7760                     "terms": "監視錄影器"
7761                 },
7762                 "man_made/surveillance/camera": {
7763                     "name": "監視攝影機",
7764                     "terms": "監視器"
7765                 },
7766                 "man_made/survey_point": {
7767                     "name": "測量標",
7768                     "terms": "測量點,三角點,土地測量點,控制點,基準點"
7769                 },
7770                 "man_made/torii": {
7771                     "name": "鳥居",
7772                     "terms": "鳥居"
7773                 },
7774                 "man_made/tower": {
7775                     "name": "塔",
7776                     "terms": "塔"
7777                 },
7778                 "man_made/tower/bell_tower": {
7779                     "name": "鐘樓",
7780                     "terms": "鐘樓"
7781                 },
7782                 "man_made/tower/communication": {
7783                     "name": "通訊塔",
7784                     "terms": "無線通訊塔"
7785                 },
7786                 "man_made/tower/defensive": {
7787                     "name": "守衛塔",
7788                     "terms": "槍塔,衛塔"
7789                 },
7790                 "man_made/tower/minaret": {
7791                     "name": "尖塔",
7792                     "terms": "尖塔"
7793                 },
7794                 "man_made/tower/observation": {
7795                     "name": "瞭望塔",
7796                     "terms": "瞭望塔"
7797                 },
7798                 "man_made/tunnel": {
7799                     "name": "隧道區域",
7800                     "terms": "隧道區域"
7801                 },
7802                 "man_made/utility_pole": {
7803                     "name": "電線桿",
7804                     "terms": "電線桿"
7805                 },
7806                 "man_made/wastewater_plant": {
7807                     "name": "污水處理廠",
7808                     "terms": "污水處理廠,水資源回收中心"
7809                 },
7810                 "man_made/water_tap": {
7811                     "name": "水龍頭",
7812                     "terms": "水龍頭"
7813                 },
7814                 "man_made/water_tower": {
7815                     "name": "水塔",
7816                     "terms": "水塔"
7817                 },
7818                 "man_made/water_well": {
7819                     "name": "水井",
7820                     "terms": "水井,井,取水井"
7821                 },
7822                 "man_made/water_works": {
7823                     "name": "淨水廠",
7824                     "terms": "水務設施"
7825                 },
7826                 "man_made/watermill": {
7827                     "name": "水力磨坊",
7828                     "terms": "水力磨坊"
7829                 },
7830                 "man_made/windmill": {
7831                     "name": "風力磨坊",
7832                     "terms": "風力磨坊"
7833                 },
7834                 "man_made/works": {
7835                     "name": "工廠",
7836                     "terms": "工廠,加工廠,Factory"
7837                 },
7838                 "marker": {
7839                     "name": "標記",
7840                     "terms": "標記"
7841                 },
7842                 "marker/utility": {
7843                     "name": "公用設施標記",
7844                     "terms": "公用設施標記"
7845                 },
7846                 "marker/utility/power": {
7847                     "name": "電力標記",
7848                     "terms": "電力標記"
7849                 },
7850                 "military/bunker": {
7851                     "name": "軍用掩體",
7852                     "terms": "軍用掩體"
7853                 },
7854                 "military/checkpoint": {
7855                     "name": "檢查站",
7856                     "terms": "檢查站"
7857                 },
7858                 "military/nuclear_explosion_site": {
7859                     "name": "核武測試場",
7860                     "terms": "核武測試場"
7861                 },
7862                 "military/office": {
7863                     "name": "軍事辦公室",
7864                     "terms": "軍事辦公室"
7865                 },
7866                 "military/trench": {
7867                     "name": "壕溝",
7868                     "terms": "壕溝"
7869                 },
7870                 "natural": {
7871                     "name": "自然圖徽"
7872                 },
7873                 "natural/bare_rock": {
7874                     "name": "裸露的岩石",
7875                     "terms": "裸露的岩石,裸岩"
7876                 },
7877                 "natural/bay": {
7878                     "name": "海灣",
7879                     "terms": "海灣"
7880                 },
7881                 "natural/beach": {
7882                     "name": "沙灘",
7883                     "terms": "沙灘,海灘"
7884                 },
7885                 "natural/cape": {
7886                     "name": "岬角"
7887                 },
7888                 "natural/cave_entrance": {
7889                     "name": "洞穴入口",
7890                     "terms": "洞穴入口"
7891                 },
7892                 "natural/cliff": {
7893                     "name": "懸崖",
7894                     "terms": "懸崖,峭壁"
7895                 },
7896                 "natural/coastline": {
7897                     "name": "海岸線",
7898                     "terms": "海岸線"
7899                 },
7900                 "natural/fell": {
7901                     "name": "高原荒地",
7902                     "terms": "高原荒地"
7903                 },
7904                 "natural/glacier": {
7905                     "name": "冰川",
7906                     "terms": "冰川,冰河"
7907                 },
7908                 "natural/grassland": {
7909                     "name": "草原",
7910                     "terms": "草地"
7911                 },
7912                 "natural/heath": {
7913                     "name": "矮灌木叢",
7914                     "terms": "矮灌木叢"
7915                 },
7916                 "natural/mud": {
7917                     "name": "泥地",
7918                     "terms": "泥地"
7919                 },
7920                 "natural/peak": {
7921                     "name": "山頂",
7922                     "terms": "山峰,山巔"
7923                 },
7924                 "natural/reef": {
7925                     "name": "暗礁",
7926                     "terms": "暗礁,礁"
7927                 },
7928                 "natural/ridge": {
7929                     "name": "山脊",
7930                     "terms": "山陵"
7931                 },
7932                 "natural/rock": {
7933                     "name": " 巨礫"
7934                 },
7935                 "natural/saddle": {
7936                     "name": "埡口",
7937                     "terms": "埡口,山口,鞍部"
7938                 },
7939                 "natural/sand": {
7940                     "name": "沙",
7941                     "terms": "沙,砂"
7942                 },
7943                 "natural/scree": {
7944                     "name": "崩坍地",
7945                     "terms": "崩坍地、碎石坡"
7946                 },
7947                 "natural/scrub": {
7948                     "name": "荒地",
7949                     "terms": "荒地"
7950                 },
7951                 "natural/shingle": {
7952                     "name": "礫灘"
7953                 },
7954                 "natural/spring": {
7955                     "name": "溫泉",
7956                     "terms": "溫泉"
7957                 },
7958                 "natural/stone": {
7959                     "name": "孤石"
7960                 },
7961                 "natural/tree": {
7962                     "name": "樹木",
7963                     "terms": "樹"
7964                 },
7965                 "natural/tree_row": {
7966                     "name": "一排樹",
7967                     "terms": "一排樹"
7968                 },
7969                 "natural/valley": {
7970                     "name": "峽谷",
7971                     "terms": "峽谷"
7972                 },
7973                 "natural/volcano": {
7974                     "name": "火山口",
7975                     "terms": "火山,火山口"
7976                 },
7977                 "natural/water": {
7978                     "name": "水",
7979                     "terms": "水體"
7980                 },
7981                 "natural/water/basin": {
7982                     "name": "水池",
7983                     "terms": "水池"
7984                 },
7985                 "natural/water/canal": {
7986                     "name": "運河區",
7987                     "terms": "運河區,運河"
7988                 },
7989                 "natural/water/lake": {
7990                     "name": "湖泊",
7991                     "terms": "湖"
7992                 },
7993                 "natural/water/moat": {
7994                     "name": "護城河",
7995                     "terms": "護城河"
7996                 },
7997                 "natural/water/pond": {
7998                     "name": "池塘",
7999                     "terms": "池塘"
8000                 },
8001                 "natural/water/reservoir": {
8002                     "name": "水庫",
8003                     "terms": "水塘,貯水庫"
8004                 },
8005                 "natural/water/river": {
8006                     "name": "河流區",
8007                     "terms": "河流區,河流"
8008                 },
8009                 "natural/water/stream": {
8010                     "name": "溪流區",
8011                     "terms": "溪流區,溪流"
8012                 },
8013                 "natural/water/wastewater": {
8014                     "name": "污水處理池"
8015                 },
8016                 "natural/wetland": {
8017                     "name": "濕地",
8018                     "terms": "濕地,潮間帶"
8019                 },
8020                 "natural/wood": {
8021                     "name": "林地",
8022                     "terms": "林地"
8023                 },
8024                 "network/type/node_network": {
8025                     "name": "休閒網路節點",
8026                     "terms": "休閒網路節點"
8027                 },
8028                 "noexit/yes": {
8029                     "name": "死路",
8030                     "terms": "死路"
8031                 },
8032                 "office": {
8033                     "name": "辦公室",
8034                     "terms": "辦公室"
8035                 },
8036                 "office/accountant": {
8037                     "name": "會計師事務所",
8038                     "terms": "會計師辦公室,會計師"
8039                 },
8040                 "office/administrative": {
8041                     "name": "政府機關"
8042                 },
8043                 "office/adoption_agency": {
8044                     "name": "領養代理",
8045                     "terms": "領養事務所"
8046                 },
8047                 "office/advertising_agency": {
8048                     "name": "廣告代理公司",
8049                     "terms": "廣告代理商"
8050                 },
8051                 "office/architect": {
8052                     "name": "建築師事務所",
8053                     "terms": "建築師辦公室,建築師"
8054                 },
8055                 "office/association": {
8056                     "name": "非營利組織辦公室",
8057                     "terms": "NGO,非營利組織"
8058                 },
8059                 "office/bail_bond_agent": {
8060                     "name": "保釋債券代理人",
8061                     "terms": "保釋債券代理人"
8062                 },
8063                 "office/charity": {
8064                     "name": "慈善機構",
8065                     "terms": "慈善事業"
8066                 },
8067                 "office/company": {
8068                     "name": "公司辦公室",
8069                     "terms": "辦公室,企業辦事處,企業辦公室"
8070                 },
8071                 "office/consulting": {
8072                     "name": "諮詢處",
8073                     "terms": "諮詢處"
8074                 },
8075                 "office/coworking": {
8076                     "name": "共同工作空間",
8077                     "terms": "共同工作空間,共用工作空間,coworking space"
8078                 },
8079                 "office/diplomatic": {
8080                     "name": "外交辦公室",
8081                     "terms": "外交辦公室"
8082                 },
8083                 "office/diplomatic/consulate": {
8084                     "name": "領事館",
8085                     "terms": "領事館"
8086                 },
8087                 "office/diplomatic/embassy": {
8088                     "name": "大使館",
8089                     "terms": "使館"
8090                 },
8091                 "office/diplomatic/liaison": {
8092                     "name": "聯絡辦事處",
8093                     "terms": "聯絡處"
8094                 },
8095                 "office/educational_institution": {
8096                     "name": "教育機構",
8097                     "terms": "教育機構,教育單位,補習班"
8098                 },
8099                 "office/employment_agency": {
8100                     "name": "就業服務站",
8101                     "terms": "職業介紹所"
8102                 },
8103                 "office/energy_supplier": {
8104                     "name": "電力公司辦公室",
8105                     "terms": "電力公司辦公室,台電,台電辦事處"
8106                 },
8107                 "office/estate_agent": {
8108                     "name": "房地產仲介",
8109                     "terms": "地產代理,房仲,不動產仲介"
8110                 },
8111                 "office/financial": {
8112                     "name": "金融機構辦公室",
8113                     "terms": "金融機構,金融單位"
8114                 },
8115                 "office/financial_advisor": {
8116                     "name": "財務顧問",
8117                     "terms": "財務顧問"
8118                 },
8119                 "office/forestry": {
8120                     "name": "林業事業辦公室",
8121                     "terms": "林務局"
8122                 },
8123                 "office/foundation": {
8124                     "name": "基金會辦公室",
8125                     "terms": "基金會"
8126                 },
8127                 "office/government": {
8128                     "name": "政府機關",
8129                     "terms": "政府單位、行政機關、行政單位"
8130                 },
8131                 "office/government/register_office": {
8132                     "name": "戶政事務所",
8133                     "terms": "戶政事務所,戶政機關"
8134                 },
8135                 "office/government/tax": {
8136                     "name": "稅捐機關",
8137                     "terms": "稅捐處、稅務局、稅捐稽徵處"
8138                 },
8139                 "office/guide": {
8140                     "name": "導遊辦公室",
8141                     "terms": "導遊、嚮導"
8142                 },
8143                 "office/insurance": {
8144                     "name": "保險公司辦公室",
8145                     "terms": "保險公司,人壽公司"
8146                 },
8147                 "office/it": {
8148                     "name": "資訊公司辦公室",
8149                     "terms": "IT"
8150                 },
8151                 "office/lawyer": {
8152                     "name": "律師事務所",
8153                     "terms": "法律事務所,律師樓"
8154                 },
8155                 "office/lawyer/notary": {
8156                     "name": "公證機構"
8157                 },
8158                 "office/moving_company": {
8159                     "name": "搬家公司辦公室",
8160                     "terms": "搬家公司"
8161                 },
8162                 "office/newspaper": {
8163                     "name": "報社辦公室",
8164                     "terms": "媒體,報社,電視台,網路媒體"
8165                 },
8166                 "office/ngo": {
8167                     "name": "非政府機構辦公室",
8168                     "terms": "NGO辦公室,非政府組織"
8169                 },
8170                 "office/notary": {
8171                     "name": "公證機構",
8172                     "terms": "公證處"
8173                 },
8174                 "office/physician": {
8175                     "name": "醫務所"
8176                 },
8177                 "office/political_party": {
8178                     "name": "政黨辦公室",
8179                     "terms": "黨部"
8180                 },
8181                 "office/private_investigator": {
8182                     "name": "私家偵探辦公室",
8183                     "terms": "私家偵探"
8184                 },
8185                 "office/quango": {
8186                     "name": "準非政府組織辦公室",
8187                     "terms": "準非政府組織辦公室"
8188                 },
8189                 "office/religion": {
8190                     "name": "宗教辦公處所",
8191                     "terms": "教堂辦公室,廟宇辦公室"
8192                 },
8193                 "office/research": {
8194                     "name": "研究機構",
8195                     "terms": "研究辦公室,研究中心"
8196                 },
8197                 "office/surveyor": {
8198                     "name": "測繪公司辦公室",
8199                     "terms": "地圖測繪"
8200                 },
8201                 "office/tax_advisor": {
8202                     "name": "稅務顧問辦公室",
8203                     "terms": "稅務顧問辦公室"
8204                 },
8205                 "office/telecommunication": {
8206                     "name": "電信公司辦事處",
8207                     "terms": "電訊公司辦事處,電信門市"
8208                 },
8209                 "office/therapist": {
8210                     "name": "治療師辦公室",
8211                     "terms": "治療師辦公室"
8212                 },
8213                 "office/travel_agent": {
8214                     "name": "旅行社"
8215                 },
8216                 "office/water_utility": {
8217                     "name": "自來水公司",
8218                     "terms": "自來水事務處,自來水公司"
8219                 },
8220                 "piste/downhill": {
8221                     "name": "下坡滑雪路線 ",
8222                     "terms": "下坡滑雪路線"
8223                 },
8224                 "piste/downhill/halfpipe": {
8225                     "name": "半管",
8226                     "terms": "U 型管"
8227                 },
8228                 "piste/hike": {
8229                     "name": "雪鞋或冬季健行步道",
8230                     "terms": "雪鞋或冬季健行步道"
8231                 },
8232                 "piste/ice_skate": {
8233                     "name": "滑冰滑雪道",
8234                     "terms": "滑冰滑雪道"
8235                 },
8236                 "piste/nordic": {
8237                     "name": "北歐或越野滑雪道/滑雪道",
8238                     "terms": "北歐或越野滑雪道/滑雪道"
8239                 },
8240                 "piste/piste": {
8241                     "name": "冬季運動步道",
8242                     "terms": "冬季運動步道"
8243                 },
8244                 "piste/skitour": {
8245                     "name": "滑雪旅遊步道",
8246                     "terms": "滑雪旅遊步道"
8247                 },
8248                 "piste/sled": {
8249                     "name": "雪橇滑雪道",
8250                     "terms": "雪橇滑雪道"
8251                 },
8252                 "piste/sleigh": {
8253                     "name": "雪橇滑雪道",
8254                     "terms": "雪橇滑雪道"
8255                 },
8256                 "place": {
8257                     "name": "地方"
8258                 },
8259                 "place/city": {
8260                     "name": "城市",
8261                     "terms": "都市"
8262                 },
8263                 "place/city_block": {
8264                     "name": "城市街區",
8265                     "terms": "街區"
8266                 },
8267                 "place/farm": {
8268                     "name": "農場"
8269                 },
8270                 "place/hamlet": {
8271                     "name": "村莊",
8272                     "terms": "村鎮"
8273                 },
8274                 "place/island": {
8275                     "name": "島嶼",
8276                     "terms": "島,island"
8277                 },
8278                 "place/islet": {
8279                     "name": "小島",
8280                     "terms": "小島"
8281                 },
8282                 "place/isolated_dwelling": {
8283                     "name": "獨立聚落",
8284                     "terms": "孤立民居"
8285                 },
8286                 "place/locality": {
8287                     "name": "地點(無人定居)",
8288                     "terms": "地方"
8289                 },
8290                 "place/neighbourhood": {
8291                     "name": "鄰里",
8292                     "terms": "四鄰,Neighborhood"
8293                 },
8294                 "place/plot": {
8295                     "name": "地籍",
8296                     "terms": "地籍"
8297                 },
8298                 "place/quarter": {
8299                     "name": "自治市區",
8300                     "terms": "自治市區"
8301                 },
8302                 "place/square": {
8303                     "name": "廣場",
8304                     "terms": "徒步廣場,人行廣場"
8305                 },
8306                 "place/suburb": {
8307                     "name": "郊區",
8308                     "terms": "郊區"
8309                 },
8310                 "place/town": {
8311                     "name": "鄉鎮市區",
8312                     "terms": "鄉、鎮、縣轄市、區、市鎮、城鎮"
8313                 },
8314                 "place/village": {
8315                     "name": "村里",
8316                     "terms": "村里、村莊、村落、聚落"
8317                 },
8318                 "playground": {
8319                     "name": "遊樂場設備"
8320                 },
8321                 "playground/balance_beam": {
8322                     "name": "平衡梁",
8323                     "terms": "平衡梁"
8324                 },
8325                 "playground/basket_spinner": {
8326                     "name": "籃子旋轉器",
8327                     "terms": "籃子旋轉器"
8328                 },
8329                 "playground/basket_swing": {
8330                     "name": "籃子鞦韆",
8331                     "terms": "籃子鞦韆"
8332                 },
8333                 "playground/climbing_frame": {
8334                     "name": "攀爬架",
8335                     "terms": "攀爬架"
8336                 },
8337                 "playground/cushion": {
8338                     "name": "彈力靠墊",
8339                     "terms": "彈力靠墊"
8340                 },
8341                 "playground/horizontal_bar": {
8342                     "name": "單槓",
8343                     "terms": "單槓"
8344                 },
8345                 "playground/rocker": {
8346                     "name": "彈簧椅",
8347                     "terms": "彈簧椅"
8348                 },
8349                 "playground/roundabout": {
8350                     "name": "旋轉輪",
8351                     "terms": "旋轉輪"
8352                 },
8353                 "playground/sandpit": {
8354                     "name": "沙坑",
8355                     "terms": "沙坑"
8356                 },
8357                 "playground/seesaw": {
8358                     "name": "蹺蹺板",
8359                     "terms": "蹺蹺板"
8360                 },
8361                 "playground/slide": {
8362                     "name": "溜滑梯",
8363                     "terms": "溜滑梯"
8364                 },
8365                 "playground/structure": {
8366                     "name": "遊樂場設施",
8367                     "terms": "遊樂場設施"
8368                 },
8369                 "playground/swing": {
8370                     "name": "鞦韆",
8371                     "terms": "鞦韆"
8372                 },
8373                 "playground/zipwire": {
8374                     "name": "Zip Wire",
8375                     "terms": "Zip Wire"
8376                 },
8377                 "point": {
8378                     "name": "點",
8379                     "terms": "點"
8380                 },
8381                 "polling_station": {
8382                     "name": "臨時投票處",
8383                     "terms": "臨時投票處"
8384                 },
8385                 "power": {
8386                     "name": "電力圖徽"
8387                 },
8388                 "power/cable/underground": {
8389                     "name": "地下電纜",
8390                     "terms": "電纜,地底式電纜"
8391                 },
8392                 "power/generator": {
8393                     "name": "發電機",
8394                     "terms": "發電機"
8395                 },
8396                 "power/generator/method/photovoltaic": {
8397                     "name": "太陽能板",
8398                     "terms": "太陽能板"
8399                 },
8400                 "power/generator/source/hydro": {
8401                     "name": "水利渦輪"
8402                 },
8403                 "power/generator/source/nuclear": {
8404                     "name": "核能反應爐",
8405                     "terms": "核子爐,核子反應爐"
8406                 },
8407                 "power/generator/source/wind": {
8408                     "name": "風機",
8409                     "terms": "風力發電機"
8410                 },
8411                 "power/line": {
8412                     "name": "電纜",
8413                     "terms": "電線"
8414                 },
8415                 "power/minor_line": {
8416                     "name": "次要電纜",
8417                     "terms": "次要電纜"
8418                 },
8419                 "power/plant": {
8420                     "name": "發電廠用地",
8421                     "terms": "發電廠用地,發電廠廠區,發電廠範圍,發電廠,Power Station Grounds"
8422                 },
8423                 "power/pole": {
8424                     "name": "電線桿",
8425                     "terms": "電線桿"
8426                 },
8427                 "power/sub_station": {
8428                     "name": "變電所"
8429                 },
8430                 "power/substation": {
8431                     "name": "變電所",
8432                     "terms": "變電站"
8433                 },
8434                 "power/switch": {
8435                     "name": "電力開關",
8436                     "terms": "電力開關"
8437                 },
8438                 "power/tower": {
8439                     "name": "高壓電塔",
8440                     "terms": "高壓輸電塔"
8441                 },
8442                 "power/transformer": {
8443                     "name": "變壓器",
8444                     "terms": "變壓器"
8445                 },
8446                 "public_transport/platform": {
8447                     "name": "轉運月台",
8448                     "terms": "轉運月台"
8449                 },
8450                 "public_transport/platform/aerialway": {
8451                     "name": "纜車月台",
8452                     "terms": "纜車月台"
8453                 },
8454                 "public_transport/platform/aerialway_point": {
8455                     "name": "纜車站 / 月台"
8456                 },
8457                 "public_transport/platform/bus": {
8458                     "name": "公車月台",
8459                     "terms": "公車月台"
8460                 },
8461                 "public_transport/platform/bus_point": {
8462                     "name": "公車站",
8463                     "terms": "公車站"
8464                 },
8465                 "public_transport/platform/ferry": {
8466                     "name": "渡輪月台",
8467                     "terms": "渡輪月台"
8468                 },
8469                 "public_transport/platform/ferry_point": {
8470                     "name": "渡輪站/月台"
8471                 },
8472                 "public_transport/platform/light_rail": {
8473                     "name": "輕軌月台",
8474                     "terms": "輕軌月台"
8475                 },
8476                 "public_transport/platform/light_rail_point": {
8477                     "name": "輕軌站/月台"
8478                 },
8479                 "public_transport/platform/monorail": {
8480                     "name": "單軌電車月台",
8481                     "terms": "單軌電車月台"
8482                 },
8483                 "public_transport/platform/monorail_point": {
8484                     "name": "單軌電車站/月台"
8485                 },
8486                 "public_transport/platform/subway": {
8487                     "name": "捷運月台",
8488                     "terms": "捷運月台"
8489                 },
8490                 "public_transport/platform/subway_point": {
8491                     "name": "捷運站/月台"
8492                 },
8493                 "public_transport/platform/train": {
8494                     "name": "火車月台",
8495                     "terms": "火車月台"
8496                 },
8497                 "public_transport/platform/train_point": {
8498                     "name": "火車站/月台"
8499                 },
8500                 "public_transport/platform/tram": {
8501                     "name": "電車月台",
8502                     "terms": "電車月台"
8503                 },
8504                 "public_transport/platform/tram_point": {
8505                     "name": "電車站/月台",
8506                     "terms": "輕軌車站"
8507                 },
8508                 "public_transport/platform/trolleybus": {
8509                     "name": "無軌電車月台",
8510                     "terms": "無軌電車月台"
8511                 },
8512                 "public_transport/platform/trolleybus_point": {
8513                     "name": "無軌電車站",
8514                     "terms": "無軌電車站"
8515                 },
8516                 "public_transport/platform_point": {
8517                     "name": "轉運站/月台",
8518                     "terms": "轉運站/月台"
8519                 },
8520                 "public_transport/station": {
8521                     "name": "轉運站",
8522                     "terms": "客運站"
8523                 },
8524                 "public_transport/station_aerialway": {
8525                     "name": "纜車站",
8526                     "terms": "纜車車站"
8527                 },
8528                 "public_transport/station_bus": {
8529                     "name": "轉運站",
8530                     "terms": "客運站"
8531                 },
8532                 "public_transport/station_ferry": {
8533                     "name": "船運站",
8534                     "terms": "船運站,渡輪站"
8535                 },
8536                 "public_transport/station_light_rail": {
8537                     "name": "輕軌站",
8538                     "terms": "輕軌車站"
8539                 },
8540                 "public_transport/station_monorail": {
8541                     "name": "單軌站",
8542                     "terms": "單軌車站"
8543                 },
8544                 "public_transport/station_subway": {
8545                     "name": "捷運站",
8546                     "terms": "地鐵站,地下鐵站"
8547                 },
8548                 "public_transport/station_train": {
8549                     "name": "火車站",
8550                     "terms": "鐵路車站,車站"
8551                 },
8552                 "public_transport/station_train_halt": {
8553                     "name": "火車站 (小站/招呼)",
8554                     "terms": "招呼站,小站"
8555                 },
8556                 "public_transport/station_tram": {
8557                     "name": "電車站",
8558                     "terms": "電車站"
8559                 },
8560                 "public_transport/station_trolleybus": {
8561                     "name": "無軌電車站",
8562                     "terms": "無軌電車站"
8563                 },
8564                 "public_transport/stop_area": {
8565                     "name": "轉運站區",
8566                     "terms": "客運站區"
8567                 },
8568                 "public_transport/stop_position": {
8569                     "name": "轉運站停車位置",
8570                     "terms": "客運站停車位置"
8571                 },
8572                 "public_transport/stop_position_aerialway": {
8573                     "name": "纜車停車位置",
8574                     "terms": "纜車停車位置"
8575                 },
8576                 "public_transport/stop_position_bus": {
8577                     "name": "公車停靠位置",
8578                     "terms": "巴士停靠位置"
8579                 },
8580                 "public_transport/stop_position_ferry": {
8581                     "name": "船運停船位置",
8582                     "terms": "船運停船點"
8583                 },
8584                 "public_transport/stop_position_light_rail": {
8585                     "name": "輕軌鐵路停車位置",
8586                     "terms": "輕軌電車停車點"
8587                 },
8588                 "public_transport/stop_position_monorail": {
8589                     "name": "單軌電車停車位置",
8590                     "terms": "單軌電車停車點"
8591                 },
8592                 "public_transport/stop_position_subway": {
8593                     "name": "捷運停車位置",
8594                     "terms": "捷運停車點"
8595                 },
8596                 "public_transport/stop_position_train": {
8597                     "name": "火車停車位置",
8598                     "terms": "火車停車點"
8599                 },
8600                 "public_transport/stop_position_tram": {
8601                     "name": "街車停車位置",
8602                     "terms": "街車停車點"
8603                 },
8604                 "public_transport/stop_position_trolleybus": {
8605                     "name": "無軌電車停車位置",
8606                     "terms": "無軌電車停車點"
8607                 },
8608                 "railway": {
8609                     "name": "鐵路圖徽"
8610                 },
8611                 "railway/abandoned": {
8612                     "name": "鐵路遺跡",
8613                     "terms": "舊鐵路線"
8614                 },
8615                 "railway/buffer_stop": {
8616                     "name": "緩衝站",
8617                     "terms": "緩衝站"
8618                 },
8619                 "railway/construction": {
8620                     "name": "施工中的鐵路",
8621                     "terms": "施工中的鐵路"
8622                 },
8623                 "railway/crossing": {
8624                     "name": "鐵路平交道(路徑)",
8625                     "terms": "鐵路平交道,平交道"
8626                 },
8627                 "railway/derail": {
8628                     "name": "鐵路脫軌器",
8629                     "terms": "鐵路脫軌器"
8630                 },
8631                 "railway/disused": {
8632                     "name": "廢棄鐵路",
8633                     "terms": "廢棄鐵道,廢棄的鐵路"
8634                 },
8635                 "railway/funicular": {
8636                     "name": "纜車",
8637                     "terms": "纜車"
8638                 },
8639                 "railway/halt": {
8640                     "name": "火車站 (小站/招呼)"
8641                 },
8642                 "railway/level_crossing": {
8643                     "name": "鐵路平交道(道路)",
8644                     "terms": "鐵路平交道,平交道"
8645                 },
8646                 "railway/light_rail": {
8647                     "name": "輕軌",
8648                     "terms": "輕軌鐵路"
8649                 },
8650                 "railway/milestone": {
8651                     "name": "鐵路里程碑",
8652                     "terms": "鐵路里程碑"
8653                 },
8654                 "railway/miniature": {
8655                     "name": "微型鐵路",
8656                     "terms": "微型鐵路,微型鐵軌"
8657                 },
8658                 "railway/monorail": {
8659                     "name": "單軌電車",
8660                     "terms": "畢軌電車"
8661                 },
8662                 "railway/narrow_gauge": {
8663                     "name": "窄軌鐵路",
8664                     "terms": "窄軌鐵路"
8665                 },
8666                 "railway/platform": {
8667                     "name": "火車月台"
8668                 },
8669                 "railway/rail": {
8670                     "name": "鐵軌",
8671                     "terms": "路軌"
8672                 },
8673                 "railway/rail/highspeed": {
8674                     "name": "高速鐵路",
8675                     "terms": "高速鐵路,高鐵"
8676                 },
8677                 "railway/signal": {
8678                     "name": "鐵道信號",
8679                     "terms": "鐵道信號"
8680                 },
8681                 "railway/station": {
8682                     "name": "火車站"
8683                 },
8684                 "railway/subway": {
8685                     "name": "捷運",
8686                     "terms": "地鐵,地下鐵,管子"
8687                 },
8688                 "railway/subway_entrance": {
8689                     "name": "捷運入口",
8690                     "terms": "地鐵入口,地下鐵入口,捷運出入口,地鐵出入口,地下鐵出入口"
8691                 },
8692                 "railway/switch": {
8693                     "name": "鐵路轉轍器",
8694                     "terms": "鐵路轉轍器"
8695                 },
8696                 "railway/train_wash": {
8697                     "name": "火車清洗處",
8698                     "terms": "火車清洗處"
8699                 },
8700                 "railway/tram": {
8701                     "name": "電車",
8702                     "terms": "電車"
8703                 },
8704                 "railway/tram_stop": {
8705                     "name": "街車停靠點"
8706                 },
8707                 "railway/yard": {
8708                     "name": "鐵路貨運站",
8709                     "terms": "鐵路貨運站,貨運站"
8710                 },
8711                 "relation": {
8712                     "name": "關係",
8713                     "terms": "關係"
8714                 },
8715                 "route/ferry": {
8716                     "name": "渡輪航線",
8717                     "terms": "渡輪航線"
8718                 },
8719                 "seamark": {
8720                     "name": "海標"
8721                 },
8722                 "seamark/beacon_isolated_danger": {
8723                     "name": "警告信號燈",
8724                     "terms": "危險信號燈"
8725                 },
8726                 "seamark/beacon_lateral": {
8727                     "name": "航道標誌"
8728                 },
8729                 "seamark/buoy_lateral": {
8730                     "name": "航道浮標"
8731                 },
8732                 "seamark/buoy_lateral/green": {
8733                     "name": "綠色浮標"
8734                 },
8735                 "seamark/buoy_lateral/red": {
8736                     "name": "紅色浮標",
8737                     "terms": "紅色浮標"
8738                 },
8739                 "seamark/mooring": {
8740                     "name": "繫泊處",
8741                     "terms": "繫泊處"
8742                 },
8743                 "shop": {
8744                     "name": "商店",
8745                     "terms": "商店,商行"
8746                 },
8747                 "shop/agrarian": {
8748                     "name": "農業資材行",
8749                     "terms": "農業資材行"
8750                 },
8751                 "shop/alcohol": {
8752                     "name": "酒類專賣店",
8753                     "terms": "酒類商店,酒品專賣店,酒莊"
8754                 },
8755                 "shop/anime": {
8756                     "name": "動漫店",
8757                     "terms": "動漫店"
8758                 },
8759                 "shop/antiques": {
8760                     "name": "古董店",
8761                     "terms": "古董商店"
8762                 },
8763                 "shop/appliance": {
8764                     "name": "家用電器店",
8765                     "terms": "家電店,電器店"
8766                 },
8767                 "shop/art": {
8768                     "name": "藝術商店",
8769                     "terms": "藝術商店"
8770                 },
8771                 "shop/baby_goods": {
8772                     "name": "嬰兒用品店",
8773                     "terms": "嬰兒用品商店"
8774                 },
8775                 "shop/bag": {
8776                     "name": "包包/行李店",
8777                     "terms": "包包/行李商店"
8778                 },
8779                 "shop/bakery": {
8780                     "name": "麵包店",
8781                     "terms": "烘培坊"
8782                 },
8783                 "shop/bathroom_furnishing": {
8784                     "name": "衛浴用品店",
8785                     "terms": "衛浴店"
8786                 },
8787                 "shop/beauty": {
8788                     "name": "美容店",
8789                     "terms": "理容院,美妝店,護膚中心,指甲美容"
8790                 },
8791                 "shop/beauty/nails": {
8792                     "name": "指甲美容店",
8793                     "terms": "修指甲店,修指甲"
8794                 },
8795                 "shop/beauty/tanning": {
8796                     "name": "日曬沙龍",
8797                     "terms": "日光浴店,曬黑沙龍"
8798                 },
8799                 "shop/bed": {
8800                     "name": "床具/寐具店",
8801                     "terms": "床具店,寐具店,寢具店"
8802                 },
8803                 "shop/beverages": {
8804                     "name": "飲品店",
8805                     "terms": "飲料店,手搖杯"
8806                 },
8807                 "shop/bicycle": {
8808                     "name": "單車店",
8809                     "terms": "腳踏車店"
8810                 },
8811                 "shop/boat": {
8812                     "name": "船店",
8813                     "terms": "船店"
8814                 },
8815                 "shop/bookmaker": {
8816                     "name": "投注處",
8817                     "terms": "體育賽事投注處"
8818                 },
8819                 "shop/books": {
8820                     "name": "書店",
8821                     "terms": "書局"
8822                 },
8823                 "shop/boutique": {
8824                     "name": "服飾店"
8825                 },
8826                 "shop/brewing_supplies": {
8827                     "name": "釀酒用品店",
8828                     "terms": "釀酒用品店"
8829                 },
8830                 "shop/butcher": {
8831                     "name": "肉販",
8832                     "terms": "肉販"
8833                 },
8834                 "shop/candles": {
8835                     "name": "燈具店",
8836                     "terms": "燈具行"
8837                 },
8838                 "shop/cannabis": {
8839                     "name": "娛樂用大麻店",
8840                     "terms": "娛樂用大麻店"
8841                 },
8842                 "shop/car": {
8843                     "name": "汽車行",
8844                     "terms": "賣車處"
8845                 },
8846                 "shop/car_parts": {
8847                     "name": "汽車零件店",
8848                     "terms": "汽車零件店"
8849                 },
8850                 "shop/car_repair": {
8851                     "name": "汽車維修店",
8852                     "terms": "汽車保養店"
8853                 },
8854                 "shop/caravan": {
8855                     "name": "拖車經銷商",
8856                     "terms": "拖車經銷商"
8857                 },
8858                 "shop/carpet": {
8859                     "name": "地毯店",
8860                     "terms": "地毯商店"
8861                 },
8862                 "shop/catalogue": {
8863                     "name": "目錄店",
8864                     "terms": "目錄店"
8865                 },
8866                 "shop/charity": {
8867                     "name": "慈善商店",
8868                     "terms": "慈善商店,義賣店"
8869                 },
8870                 "shop/cheese": {
8871                     "name": "起士店",
8872                     "terms": "起士商店,芝士店"
8873                 },
8874                 "shop/chemist": {
8875                     "name": "藥妝店",
8876                     "terms": "藥妝店"
8877                 },
8878                 "shop/chocolate": {
8879                     "name": "巧克力店",
8880                     "terms": "巧克力商店"
8881                 },
8882                 "shop/clothes": {
8883                     "name": "服飾店",
8884                     "terms": "衣服店,賣衣店"
8885                 },
8886                 "shop/clothes/underwear": {
8887                     "name": "內衣店",
8888                     "terms": "內衣店"
8889                 },
8890                 "shop/coffee": {
8891                     "name": "咖啡店",
8892                     "terms": "咖啡廳, 咖啡館"
8893                 },
8894                 "shop/computer": {
8895                     "name": "電腦店",
8896                     "terms": "電腦店"
8897                 },
8898                 "shop/confectionery": {
8899                     "name": "糖果店",
8900                     "terms": "糖果商店"
8901                 },
8902                 "shop/convenience": {
8903                     "name": "便利商店",
8904                     "terms": "便利商店"
8905                 },
8906                 "shop/copyshop": {
8907                     "name": "影印店",
8908                     "terms": "影印行"
8909                 },
8910                 "shop/cosmetics": {
8911                     "name": "化妝品店",
8912                     "terms": "化妝品店,保養品店,化妝品商店"
8913                 },
8914                 "shop/country_store": {
8915                     "name": "鄉村商店",
8916                     "terms": "鄉村商店"
8917                 },
8918                 "shop/craft": {
8919                     "name": "工藝品店",
8920                     "terms": "工藝品店,工藝品商店,手工藝店,手作工坊"
8921                 },
8922                 "shop/curtain": {
8923                     "name": "窗廉店",
8924                     "terms": "窗廉商店"
8925                 },
8926                 "shop/dairy": {
8927                     "name": "奶製品店",
8928                     "terms": "奶製品店,乳品店"
8929                 },
8930                 "shop/deli": {
8931                     "name": "美食店",
8932                     "terms": "美食店"
8933                 },
8934                 "shop/department_store": {
8935                     "name": "百貨公司",
8936                     "terms": "百貨公司"
8937                 },
8938                 "shop/doityourself": {
8939                     "name": "DIY商店",
8940                     "terms": "DIY商店"
8941                 },
8942                 "shop/dry_cleaning": {
8943                     "name": "乾洗店",
8944                     "terms": "乾洗商店"
8945                 },
8946                 "shop/e-cigarette": {
8947                     "name": "電子菸商店",
8948                     "terms": "電子菸商店,電子菸販賣店,電子菸販賣處"
8949                 },
8950                 "shop/electrical": {
8951                     "name": "電氣材料行",
8952                     "terms": "電氣材料行"
8953                 },
8954                 "shop/electronics": {
8955                     "name": "電器店",
8956                     "terms": "電器行"
8957                 },
8958                 "shop/erotic": {
8959                     "name": "情趣用品店",
8960                     "terms": "情趣用品商店"
8961                 },
8962                 "shop/erotic/lgbtq": {
8963                     "name": "LGBTQ+ 情趣用品店",
8964                     "terms": "LGBTQ+ 情趣用品店"
8965                 },
8966                 "shop/fabric": {
8967                     "name": "帆布店",
8968                     "terms": "織布店,布店"
8969                 },
8970                 "shop/farm": {
8971                     "name": "產地直銷店",
8972                     "terms": "農場直賣店,農場直銷店,特產店"
8973                 },
8974                 "shop/fashion": {
8975                     "name": "時尚店"
8976                 },
8977                 "shop/fashion_accessories": {
8978                     "name": "時尚配件商店",
8979                     "terms": "時尚配件商店"
8980                 },
8981                 "shop/fireplace": {
8982                     "name": "壁爐商店",
8983                     "terms": "壁爐店"
8984                 },
8985                 "shop/fishing": {
8986                     "name": "釣魚用品店",
8987                     "terms": "釣魚用品店"
8988                 },
8989                 "shop/fishmonger": {
8990                     "name": "魚販"
8991                 },
8992                 "shop/florist": {
8993                     "name": "花店",
8994                     "terms": "花卉行"
8995                 },
8996                 "shop/frame": {
8997                     "name": "表框店",
8998                     "terms": "表框店, 裱框店"
8999                 },
9000                 "shop/frozen_food": {
9001                     "name": "冷凍食品",
9002                     "terms": "冷凍食品"
9003                 },
9004                 "shop/fuel": {
9005                     "name": "燃料店",
9006                     "terms": "燃料店,加油站"
9007                 },
9008                 "shop/funeral_directors": {
9009                     "name": "生命禮儀公司",
9010                     "terms": "禮儀公司"
9011                 },
9012                 "shop/furnace": {
9013                     "name": "火爐店"
9014                 },
9015                 "shop/furniture": {
9016                     "name": "傢具店",
9017                     "terms": "家具店"
9018                 },
9019                 "shop/games": {
9020                     "name": "桌遊店",
9021                     "terms": "桌遊店"
9022                 },
9023                 "shop/garden_centre": {
9024                     "name": "園藝中心",
9025                     "terms": "園藝店,園藝行"
9026                 },
9027                 "shop/gas": {
9028                     "name": "瓦斯店",
9029                     "terms": "瓦斯店"
9030                 },
9031                 "shop/general": {
9032                     "name": "一般商店",
9033                     "terms": "一般商店"
9034                 },
9035                 "shop/gift": {
9036                     "name": "禮品店",
9037                     "terms": "禮物店"
9038                 },
9039                 "shop/greengrocer": {
9040                     "name": "蔬果店",
9041                     "terms": "蔬果店"
9042                 },
9043                 "shop/hairdresser": {
9044                     "name": "理髮店",
9045                     "terms": "理髮店,髮廏,男士理髮"
9046                 },
9047                 "shop/hairdresser_supply": {
9048                     "name": "剪髮器材店",
9049                     "terms": "剪髮器材商店"
9050                 },
9051                 "shop/hardware": {
9052                     "name": "五金店",
9053                     "terms": "五金行"
9054                 },
9055                 "shop/health_food": {
9056                     "name": "健康食品店",
9057                     "terms": "保康食品店"
9058                 },
9059                 "shop/hearing_aids": {
9060                     "name": "助聽器店",
9061                     "terms": "助聽器商店"
9062                 },
9063                 "shop/herbalist": {
9064                     "name": "草藥店",
9065                     "terms": "草藥店"
9066                 },
9067                 "shop/hifi": {
9068                     "name": "音響店",
9069                     "terms": "音響店"
9070                 },
9071                 "shop/hobby": {
9072                     "name": "嗜好商店",
9073                     "terms": "嗜好商店"
9074                 },
9075                 "shop/houseware": {
9076                     "name": "家庭用品店",
9077                     "terms": "家居用品店"
9078                 },
9079                 "shop/hunting": {
9080                     "name": "打獵用品店",
9081                     "terms": "打獵用品店"
9082                 },
9083                 "shop/interior_decoration": {
9084                     "name": "室內設計店",
9085                     "terms": "室內設計店"
9086                 },
9087                 "shop/jewelry": {
9088                     "name": "珠寶店",
9089                     "terms": "珠寶店"
9090                 },
9091                 "shop/kiosk": {
9092                     "name": "販賣亭",
9093                     "terms": "書報攤,零售亭,售貨亭"
9094                 },
9095                 "shop/kitchen": {
9096                     "name": "廚房設計行",
9097                     "terms": "廚房設計店,廚房用品店"
9098                 },
9099                 "shop/laundry": {
9100                     "name": "洗衣店",
9101                     "terms": "洗衣店"
9102                 },
9103                 "shop/laundry/self_service": {
9104                     "name": "自助洗衣",
9105                     "terms": "自助洗衣"
9106                 },
9107                 "shop/leather": {
9108                     "name": "皮革店",
9109                     "terms": "皮革店"
9110                 },
9111                 "shop/lighting": {
9112                     "name": "燈具店",
9113                     "terms": "燈具店"
9114                 },
9115                 "shop/locksmith": {
9116                     "name": "鎖匠",
9117                     "terms": "鎖匠"
9118                 },
9119                 "shop/lottery": {
9120                     "name": "彩券行",
9121                     "terms": "投注站,公益彩券"
9122                 },
9123                 "shop/mall": {
9124                     "name": "購物中心",
9125                     "terms": "商場"
9126                 },
9127                 "shop/massage": {
9128                     "name": "按摩店",
9129                     "terms": "按摩商店, 舒壓中心"
9130                 },
9131                 "shop/medical_supply": {
9132                     "name": "醫療器材行",
9133                     "terms": "醫療用品店"
9134                 },
9135                 "shop/military_surplus": {
9136                     "name": "軍用品店",
9137                     "terms": "軍事用品店,軍人用品店"
9138                 },
9139                 "shop/mobile_phone": {
9140                     "name": "行動電話店",
9141                     "terms": "手機商店,手機店,手機行,行動通訊店"
9142                 },
9143                 "shop/money_lender": {
9144                     "name": "地下錢莊",
9145                     "terms": "借貸人,放款人,汽車借款"
9146                 },
9147                 "shop/motorcycle": {
9148                     "name": "機車行",
9149                     "terms": "摩托車行,機器腳踏車行"
9150                 },
9151                 "shop/motorcycle_repair": {
9152                     "name": "摩托車維修店",
9153                     "terms": "摩托車維修店,機車維修店,機車行,摩托車行"
9154                 },
9155                 "shop/music": {
9156                     "name": "音樂店",
9157                     "terms": "唱片行"
9158                 },
9159                 "shop/musical_instrument": {
9160                     "name": "音樂樂器行",
9161                     "terms": "樂器行"
9162                 },
9163                 "shop/newsagent": {
9164                     "name": "報紙/雜誌攤",
9165                     "terms": "報刊攤,報刊商店"
9166                 },
9167                 "shop/nutrition_supplements": {
9168                     "name": "營養補充品店",
9169                     "terms": "營養補充品店, 保健食品專賣店"
9170                 },
9171                 "shop/optician": {
9172                     "name": "眼鏡行",
9173                     "terms": "眼鏡行"
9174                 },
9175                 "shop/organic": {
9176                     "name": "有機產品店",
9177                     "terms": "有機食品店"
9178                 },
9179                 "shop/outdoor": {
9180                     "name": "戶外用品店",
9181                     "terms": "戶外用具店"
9182                 },
9183                 "shop/outpost": {
9184                     "name": "線上零售商提貨處",
9185                     "terms": "線上零售商提貨處"
9186                 },
9187                 "shop/paint": {
9188                     "name": "油漆行",
9189                     "terms": "油漆店"
9190                 },
9191                 "shop/party": {
9192                     "name": "宴會器材店",
9193                     "terms": "宴會器材商店"
9194                 },
9195                 "shop/pastry": {
9196                     "name": "糕餅店",
9197                     "terms": "糕餅店,蛋糕店,烘焙店"
9198                 },
9199                 "shop/pawnbroker": {
9200                     "name": "汽機車借款",
9201                     "terms": "地下錢莊"
9202                 },
9203                 "shop/perfumery": {
9204                     "name": "香水店",
9205                     "terms": "香水店"
9206                 },
9207                 "shop/pet": {
9208                     "name": "寵物店",
9209                     "terms": "寵物用品店"
9210                 },
9211                 "shop/pet_grooming": {
9212                     "name": "寵物美容店",
9213                     "terms": "寵物美容店"
9214                 },
9215                 "shop/photo": {
9216                     "name": "攝影用品店",
9217                     "terms": "照相店"
9218                 },
9219                 "shop/printer_ink": {
9220                     "name": "印表機墨水商店",
9221                     "terms": "印表機墨水商店"
9222                 },
9223                 "shop/psychic": {
9224                     "name": "算命店",
9225                     "terms": "算命仙"
9226                 },
9227                 "shop/pyrotechnics": {
9228                     "name": "煙火商",
9229                     "terms": "煙火用品店"
9230                 },
9231                 "shop/radiotechnics": {
9232                     "name": "無線電/電子零件店",
9233                     "terms": "無線電/電子零件店"
9234                 },
9235                 "shop/religion": {
9236                     "name": "宗教用品店",
9237                     "terms": "金紙店、香鋪、佛具店"
9238                 },
9239                 "shop/rental": {
9240                     "name": "租賃店",
9241                     "terms": "租賃店"
9242                 },
9243                 "shop/scuba_diving": {
9244                     "name": "潛水用品店",
9245                     "terms": "潛水用具店"
9246                 },
9247                 "shop/seafood": {
9248                     "name": "海產店",
9249                     "terms": "海產店"
9250                 },
9251                 "shop/second_hand": {
9252                     "name": "格仔鋪/二手店",
9253                     "terms": "格仔店/二手店"
9254                 },
9255                 "shop/sewing": {
9256                     "name": "縫紉用品店",
9257                     "terms": "縫紉用品店"
9258                 },
9259                 "shop/shoes": {
9260                     "name": "鞋店",
9261                     "terms": "鞋店"
9262                 },
9263                 "shop/spices": {
9264                     "name": "香料店",
9265                     "terms": "香料店;香料商店"
9266                 },
9267                 "shop/sports": {
9268                     "name": "運動用品店",
9269                     "terms": "運動用品店"
9270                 },
9271                 "shop/stationery": {
9272                     "name": "文具店",
9273                     "terms": "文具店"
9274                 },
9275                 "shop/storage_rental": {
9276                     "name": "儲物空間出租",
9277                     "terms": "儲物空間出租"
9278                 },
9279                 "shop/supermarket": {
9280                     "name": "超級市場",
9281                     "terms": "超市"
9282                 },
9283                 "shop/swimming_pool": {
9284                     "name": "泳池用品商店",
9285                     "terms": "泳池用品商店"
9286                 },
9287                 "shop/tailor": {
9288                     "name": "裁縫",
9289                     "terms": "裁縫師,成衣訂作,成衣匠"
9290                 },
9291                 "shop/tattoo": {
9292                     "name": "刺青店",
9293                     "terms": "刺青行,Tattoo Parlor"
9294                 },
9295                 "shop/tea": {
9296                     "name": "茶行",
9297                     "terms": "茶葉店"
9298                 },
9299                 "shop/telecommunication": {
9300                     "name": "通訊行",
9301                     "terms": "通訊行"
9302                 },
9303                 "shop/ticket": {
9304                     "name": "賣票亭",
9305                     "terms": "售票處"
9306                 },
9307                 "shop/tiles": {
9308                     "name": "磁磚商店",
9309                     "terms": "磁磚商店,磁磚店,瓷磚商店,瓷磚店"
9310                 },
9311                 "shop/tobacco": {
9312                     "name": "菸店",
9313                     "terms": "香菸店"
9314                 },
9315                 "shop/toys": {
9316                     "name": "玩具店",
9317                     "terms": "玩具店"
9318                 },
9319                 "shop/trade": {
9320                     "name": "材料行",
9321                     "terms": "材料行,供應商,貿易商"
9322                 },
9323                 "shop/travel_agency": {
9324                     "name": "旅行社",
9325                     "terms": "旅行社"
9326                 },
9327                 "shop/tyres": {
9328                     "name": "輪胎店",
9329                     "terms": "輪胎店"
9330                 },
9331                 "shop/vacant": {
9332                     "name": "閒置商店"
9333                 },
9334                 "shop/vacuum_cleaner": {
9335                     "name": "吸塵器店",
9336                     "terms": "吸塵器商店"
9337                 },
9338                 "shop/variety_store": {
9339                     "name": "雜貨店",
9340                     "terms": "雜貨店,39元商店"
9341                 },
9342                 "shop/video": {
9343                     "name": "錄影帶店",
9344                     "terms": "影碟店"
9345                 },
9346                 "shop/video_games": {
9347                     "name": "電子遊戲店",
9348                     "terms": "電子遊戲商店,電玩店"
9349                 },
9350                 "shop/watches": {
9351                     "name": "鐘錶行",
9352                     "terms": "手錶店"
9353                 },
9354                 "shop/water": {
9355                     "name": "飲用水商店",
9356                     "terms": "飲用水商店"
9357                 },
9358                 "shop/water_sports": {
9359                     "name": "水上活動/泳具店",
9360                     "terms": "水上活動/游泳用品店"
9361                 },
9362                 "shop/weapons": {
9363                     "name": "武器店",
9364                     "terms": "武器商店,槍店"
9365                 },
9366                 "shop/wholesale": {
9367                     "name": "批發商",
9368                     "terms": "批發商,批發店"
9369                 },
9370                 "shop/window_blind": {
9371                     "name": "窗廉店",
9372                     "terms": "窗廉商店"
9373                 },
9374                 "shop/wine": {
9375                     "name": "販酒店",
9376                     "terms": "酒店"
9377                 },
9378                 "telecom/data_center": {
9379                     "name": "資料中心",
9380                     "terms": "資料中心"
9381                 },
9382                 "tourism": {
9383                     "name": "旅遊圖徽"
9384                 },
9385                 "tourism/alpine_hut": {
9386                     "name": "高山小屋",
9387                     "terms": "高山小屋"
9388                 },
9389                 "tourism/apartment": {
9390                     "name": "假日公寓",
9391                     "terms": "假日公寓,日租型套房"
9392                 },
9393                 "tourism/aquarium": {
9394                     "name": "水族館(展覽館)",
9395                     "terms": "水族館,海洋世界,海洋公園"
9396                 },
9397                 "tourism/artwork": {
9398                     "name": "公共藝術",
9399                     "terms": "藝術品,街頭藝術"
9400                 },
9401                 "tourism/artwork/bust": {
9402                     "name": "半身像",
9403                     "terms": "半身像,胸像"
9404                 },
9405                 "tourism/artwork/graffiti": {
9406                     "name": "塗鴉",
9407                     "terms": "塗鴉"
9408                 },
9409                 "tourism/artwork/installation": {
9410                     "name": "裝置藝術",
9411                     "terms": "裝置藝術"
9412                 },
9413                 "tourism/artwork/mural": {
9414                     "name": "壁畫",
9415                     "terms": "Mural"
9416                 },
9417                 "tourism/artwork/sculpture": {
9418                     "name": "雕塑",
9419                     "terms": "雕塑"
9420                 },
9421                 "tourism/artwork/statue": {
9422                     "name": "雕像",
9423                     "terms": "雕像"
9424                 },
9425                 "tourism/attraction": {
9426                     "name": "觀光景點",
9427                     "terms": "觀光點"
9428                 },
9429                 "tourism/camp_pitch": {
9430                     "name": "營地",
9431                     "terms": "營地"
9432                 },
9433                 "tourism/camp_site": {
9434                     "name": "露營地",
9435                     "terms": "營地"
9436                 },
9437                 "tourism/caravan_site": {
9438                     "name": "露營車停車場",
9439                     "terms": "房車營地"
9440                 },
9441                 "tourism/chalet": {
9442                     "name": "假日小屋",
9443                     "terms": "假日小屋"
9444                 },
9445                 "tourism/gallery": {
9446                     "name": "藝廊",
9447                     "terms": "藝廊"
9448                 },
9449                 "tourism/guest_house": {
9450                     "name": "招待所",
9451                     "terms": "私人招待所"
9452                 },
9453                 "tourism/hostel": {
9454                     "name": "旅舍",
9455                     "terms": "青年旅社"
9456                 },
9457                 "tourism/hotel": {
9458                     "name": "旅館",
9459                     "terms": "酒店,旅店,賓館"
9460                 },
9461                 "tourism/information": {
9462                     "name": "旅遊資訊",
9463                     "terms": "旅遊資訊"
9464                 },
9465                 "tourism/information/board": {
9466                     "name": "資訊告示牌",
9467                     "terms": "資訊告示牌,告示牌,看版"
9468                 },
9469                 "tourism/information/guidepost": {
9470                     "name": "指示牌",
9471                     "terms": "方向指引牌"
9472                 },
9473                 "tourism/information/map": {
9474                     "name": "地圖",
9475                     "terms": "地圖,指示圖,範圍圖,旅遊景點圖,景點圖"
9476                 },
9477                 "tourism/information/office": {
9478                     "name": "旅遊服務中心",
9479                     "terms": "遊客中心"
9480                 },
9481                 "tourism/information/route_marker": {
9482                     "name": "路徑標記",
9483                     "terms": "路徑標記"
9484                 },
9485                 "tourism/information/terminal": {
9486                     "name": "資訊站",
9487                     "terms": "公共資訊站"
9488                 },
9489                 "tourism/motel": {
9490                     "name": "汽車旅館",
9491                     "terms": "motel"
9492                 },
9493                 "tourism/museum": {
9494                     "name": "博物館",
9495                     "terms": "博物館"
9496                 },
9497                 "tourism/picnic_site": {
9498                     "name": "野餐場地",
9499                     "terms": "野餐地點"
9500                 },
9501                 "tourism/theme_park": {
9502                     "name": "主題公園",
9503                     "terms": "主題樂園"
9504                 },
9505                 "tourism/trail_riding_station": {
9506                     "name": "騎馬車站",
9507                     "terms": "騎馬車站"
9508                 },
9509                 "tourism/viewpoint": {
9510                     "name": "觀景點",
9511                     "terms": "風景點"
9512                 },
9513                 "tourism/wilderness_hut": {
9514                     "name": "野外小屋",
9515                     "terms": "野外小屋"
9516                 },
9517                 "tourism/zoo": {
9518                     "name": "動物園",
9519                     "terms": "動物園"
9520                 },
9521                 "tourism/zoo/petting": {
9522                     "name": "動物農場"
9523                 },
9524                 "tourism/zoo/safari": {
9525                     "name": "野生動物園"
9526                 },
9527                 "tourism/zoo/wildlife": {
9528                     "name": "原生種動物園"
9529                 },
9530                 "traffic_calming": {
9531                     "name": "減速標線",
9532                     "terms": "減速標線,減速坡,跳動路面"
9533                 },
9534                 "traffic_calming/bump": {
9535                     "name": "減速丘",
9536                     "terms": "減速帶,減速器"
9537                 },
9538                 "traffic_calming/chicane": {
9539                     "name": "減速彎道",
9540                     "terms": "減速彎道"
9541                 },
9542                 "traffic_calming/choker": {
9543                     "name": "交通阻塞",
9544                     "terms": "交通阻塞"
9545                 },
9546                 "traffic_calming/cushion": {
9547                     "name": "減速墊",
9548                     "terms": "減速墊"
9549                 },
9550                 "traffic_calming/dip": {
9551                     "name": "減速坡",
9552                     "terms": "減速坡,斜坡"
9553                 },
9554                 "traffic_calming/hump": {
9555                     "name": "減速標線",
9556                     "terms": "減速標線"
9557                 },
9558                 "traffic_calming/island": {
9559                     "name": "分隔島",
9560                     "terms": "分隔島"
9561                 },
9562                 "traffic_calming/rumble_strip": {
9563                     "name": "跳動路面",
9564                     "terms": "起皺狹長路段"
9565                 },
9566                 "traffic_calming/table": {
9567                     "name": "減速丘",
9568                     "terms": "減速丘"
9569                 },
9570                 "traffic_sign": {
9571                     "name": "交通號誌",
9572                     "terms": "號誌"
9573                 },
9574                 "traffic_sign/city_limit": {
9575                     "name": "城市限制標誌",
9576                     "terms": "城市限制標誌"
9577                 },
9578                 "traffic_sign/city_limit_vertex": {
9579                     "name": "城市限制標誌",
9580                     "terms": "城市限制標誌"
9581                 },
9582                 "traffic_sign/maxspeed": {
9583                     "name": "速限指標",
9584                     "terms": "速限"
9585                 },
9586                 "traffic_sign/maxspeed_vertex": {
9587                     "name": "速限指標",
9588                     "terms": "速限"
9589                 },
9590                 "traffic_sign_vertex": {
9591                     "name": "交通號誌",
9592                     "terms": "交通號誌"
9593                 },
9594                 "type/boundary": {
9595                     "name": "邊界",
9596                     "terms": "界線"
9597                 },
9598                 "type/boundary/administrative": {
9599                     "name": "行政界線",
9600                     "terms": "行政邊界"
9601                 },
9602                 "type/connectivity": {
9603                     "name": "車道連通",
9604                     "terms": "車道連通"
9605                 },
9606                 "type/enforcement": {
9607                     "name": "強制",
9608                     "terms": "強制"
9609                 },
9610                 "type/multipolygon": {
9611                     "name": "多重多邊形"
9612                 },
9613                 "type/public_transport/stop_area_group": {
9614                     "name": "大眾運輸區域群組"
9615                 },
9616                 "type/restriction": {
9617                     "name": "限制",
9618                     "terms": "限制"
9619                 },
9620                 "type/restriction/no_left_turn": {
9621                     "name": "不准左轉",
9622                     "terms": "禁止左轉,不可以左轉"
9623                 },
9624                 "type/restriction/no_right_turn": {
9625                     "name": "不准右轉",
9626                     "terms": "禁止右轉,不可以右轉"
9627                 },
9628                 "type/restriction/no_straight_on": {
9629                     "name": "不准直駛",
9630                     "terms": "禁止進入"
9631                 },
9632                 "type/restriction/no_u_turn": {
9633                     "name": "不准掉頭",
9634                     "terms": "禁止迴轉"
9635                 },
9636                 "type/restriction/only_left_turn": {
9637                     "name": "只能左轉",
9638                     "terms": "只能左轉"
9639                 },
9640                 "type/restriction/only_right_turn": {
9641                     "name": "只能右轉",
9642                     "terms": "只能右轉"
9643                 },
9644                 "type/restriction/only_straight_on": {
9645                     "name": "只能直行",
9646                     "terms": "只能直行"
9647                 },
9648                 "type/restriction/only_u_turn": {
9649                     "name": "只能迴轉",
9650                     "terms": "只能迴轉"
9651                 },
9652                 "type/route": {
9653                     "name": "路線",
9654                     "terms": "路線"
9655                 },
9656                 "type/route/bicycle": {
9657                     "name": "單車路線",
9658                     "terms": "腳踏車路線"
9659                 },
9660                 "type/route/bus": {
9661                     "name": "公車路線",
9662                     "terms": "公共汽車路線,客運路線,巴士路線"
9663                 },
9664                 "type/route/detour": {
9665                     "name": "繞道路線",
9666                     "terms": "繞道路線"
9667                 },
9668                 "type/route/ferry": {
9669                     "name": "渡輪航線",
9670                     "terms": "渡輪路線"
9671                 },
9672                 "type/route/foot": {
9673                     "name": "步行路線",
9674                     "terms": "步行路線"
9675                 },
9676                 "type/route/hiking": {
9677                     "name": "遠足路線",
9678                     "terms": "遠足路線"
9679                 },
9680                 "type/route/horse": {
9681                     "name": "騎馬路線",
9682                     "terms": "騎馬路線,騎乘路線"
9683                 },
9684                 "type/route/light_rail": {
9685                     "name": "輕軌路線",
9686                     "terms": "輕軌路線"
9687                 },
9688                 "type/route/monorail": {
9689                     "name": "單軌路線"
9690                 },
9691                 "type/route/pipeline": {
9692                     "name": "管道路線",
9693                     "terms": "管線路線"
9694                 },
9695                 "type/route/piste": {
9696                     "name": "滑雪路線",
9697                     "terms": "滑雪路線"
9698                 },
9699                 "type/route/power": {
9700                     "name": "供電路線",
9701                     "terms": "輸電線路"
9702                 },
9703                 "type/route/road": {
9704                     "name": "道路路線",
9705                     "terms": "公路路線"
9706                 },
9707                 "type/route/subway": {
9708                     "name": "地下鐵路線",
9709                     "terms": "地下鐵路線,捷運路線"
9710                 },
9711                 "type/route/train": {
9712                     "name": "鐵路路線",
9713                     "terms": "列車路線"
9714                 },
9715                 "type/route/tram": {
9716                     "name": "電車路線",
9717                     "terms": "電車路線"
9718                 },
9719                 "type/route_master": {
9720                     "name": "路線總纜",
9721                     "terms": "路線總目"
9722                 },
9723                 "type/site": {
9724                     "name": "地點",
9725                     "terms": "場地"
9726                 },
9727                 "type/waterway": {
9728                     "name": "水路",
9729                     "terms": "水路"
9730                 },
9731                 "waterway": {
9732                     "name": "水路圖徽"
9733                 },
9734                 "waterway/boatyard": {
9735                     "name": "船塢",
9736                     "terms": "船塢"
9737                 },
9738                 "waterway/canal": {
9739                     "name": "運河",
9740                     "terms": "運河"
9741                 },
9742                 "waterway/canal/lock": {
9743                     "name": "運河船閘",
9744                     "terms": "運河船閘"
9745                 },
9746                 "waterway/dam": {
9747                     "name": "堤壩",
9748                     "terms": "水庫,水壩"
9749                 },
9750                 "waterway/ditch": {
9751                     "name": "溝渠",
9752                     "terms": "水溝"
9753                 },
9754                 "waterway/dock": {
9755                     "name": "濕塢 / 乾塢",
9756                     "terms": "濕塢 / 乾塢"
9757                 },
9758                 "waterway/drain": {
9759                     "name": "渠",
9760                     "terms": "灌溉水圳"
9761                 },
9762                 "waterway/fish_pass": {
9763                     "name": "魚道",
9764                     "terms": "魚道"
9765                 },
9766                 "waterway/fuel": {
9767                     "name": "船用加油站",
9768                     "terms": "船隻加油站"
9769                 },
9770                 "waterway/lock_gate": {
9771                     "name": "船閘閘門",
9772                     "terms": "船閘閘門"
9773                 },
9774                 "waterway/milestone": {
9775                     "name": "水道里程碑",
9776                     "terms": "水道里程碑"
9777                 },
9778                 "waterway/river": {
9779                     "name": "河流",
9780                     "terms": "河川"
9781                 },
9782                 "waterway/riverbank": {
9783                     "name": "河床"
9784                 },
9785                 "waterway/sanitary_dump_station": {
9786                     "name": "污水處理放流管",
9787                     "terms": "放流口,放流管,污水海洋放流口,污水海洋放流管"
9788                 },
9789                 "waterway/stream": {
9790                     "name": "溪流",
9791                     "terms": "小溪"
9792                 },
9793                 "waterway/stream_intermittent": {
9794                     "name": "週期性水流",
9795                     "terms": "週期性水流"
9796                 },
9797                 "waterway/water_point": {
9798                     "name": "海洋飲用水",
9799                     "terms": "海洋飲用水"
9800                 },
9801                 "waterway/waterfall": {
9802                     "name": "瀑布",
9803                     "terms": "Waterfall,瀑布,跌水"
9804                 },
9805                 "waterway/weir": {
9806                     "name": "水壩",
9807                     "terms": "堰堤"
9808                 }
9809             }
9810         },
9811         "imagery": {
9812             "AGIV": {
9813                 "attribution": {
9814                     "text": "© agentschap Informatie Vlaanderen"
9815                 },
9816                 "name": "AIV Flanders 最近的空照圖"
9817             },
9818             "AGIV10cm": {
9819                 "attribution": {
9820                     "text": "© agentschap Informatie Vlaanderen"
9821                 },
9822                 "name": "AIV Flanders 2013-2015 的 10 公分空照圖"
9823             },
9824             "AGIVFlandersGRB": {
9825                 "attribution": {
9826                     "text": "© agentschap Informatie Vlaanderen"
9827                 },
9828                 "name": "AIV Flanders GRB"
9829             },
9830             "AIV_DHMV_II_HILL_25cm": {
9831                 "attribution": {
9832                     "text": "© agentschap Informatie Vlaanderen"
9833                 },
9834                 "name": "AIV Digitaal Hoogtemodel Vlaanderen II, 0.25 公尺多方向山體陰影圖"
9835             },
9836             "AIV_DHMV_II_SVF_25cm": {
9837                 "attribution": {
9838                     "text": "© agentschap Informatie Vlaanderen"
9839                 },
9840                 "name": "AIV Digitaal Hoogtemodel Vlaanderen II, 0.25 公尺 Skyview"
9841             },
9842             "Bing": {
9843                 "description": "衛星與空照圖",
9844                 "name": "Bing 空照圖"
9845             },
9846             "EOXAT2018CLOUDLESS": {
9847                 "attribution": {
9848                     "text": "Sentinel-2 無雲 - https://s2maps.eu by EOX IT Services GmbH (含有變動過的 Copernicus Sentinel 資料 2017 & 2018)"
9849                 },
9850                 "description": "後處理過的 Sentinel 衛星影像。",
9851                 "name": "eox.at 2018 無雲"
9852             },
9853             "EsriWorldImagery": {
9854                 "attribution": {
9855                     "text": "使用條款與回饋"
9856                 },
9857                 "description": "Esri 世界衛星圖。",
9858                 "name": "Esri 世界衛星圖"
9859             },
9860             "EsriWorldImageryClarity": {
9861                 "attribution": {
9862                     "text": "使用條款與意見回饋"
9863                 },
9864                 "description": "Ersi 的封存衛星圖可能比預設的圖層更清晰且更精確。",
9865                 "name": "Esri 世界衛星圖(清晰版)Beta"
9866             },
9867             "MAPNIK": {
9868                 "attribution": {
9869                     "text": "© OpenStreetMap 貢獻者,CC-BY-SA"
9870                 },
9871                 "description": "預設的 OpenStreetMap 圖層",
9872                 "name": "OpenStreetMap(標準)"
9873             },
9874             "Mapbox": {
9875                 "attribution": {
9876                     "text": "使用條款與意見回饋"
9877                 },
9878                 "description": "衛星與空照圖",
9879                 "name": "Mapbox 衛星圖"
9880             },
9881             "OSM_Inspector-Addresses": {
9882                 "attribution": {
9883                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
9884                 },
9885                 "name": "OSM 檢查器:地址"
9886             },
9887             "OSM_Inspector-Geometry": {
9888                 "attribution": {
9889                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
9890                 },
9891                 "name": "OSM 檢查器:幾何"
9892             },
9893             "OSM_Inspector-Highways": {
9894                 "attribution": {
9895                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
9896                 },
9897                 "name": "OSM 檢查器:道路"
9898             },
9899             "OSM_Inspector-Multipolygon": {
9900                 "attribution": {
9901                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
9902                 },
9903                 "name": "OSM 檢查器:區域"
9904             },
9905             "OSM_Inspector-Places": {
9906                 "attribution": {
9907                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
9908                 },
9909                 "name": "OSM 檢查器:地區"
9910             },
9911             "OSM_Inspector-Routing": {
9912                 "attribution": {
9913                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
9914                 },
9915                 "name": "OSM 檢查器:路徑"
9916             },
9917             "OSM_Inspector-Tagging": {
9918                 "attribution": {
9919                     "text": "© Geofabrik GmbH, OpenStreetMap 貢獻者,CC-BY-SA"
9920                 },
9921                 "name": "OSM 檢查器:標籤"
9922             },
9923             "SPW_ORTHO_LAST": {
9924                 "name": "SPW(allonie) 最新空照圖"
9925             },
9926             "SPW_PICC": {
9927                 "name": "SPW(allonie) PICC 數值圖"
9928             },
9929             "US-TIGER-Roads-2014": {
9930                 "description": "在縮放等級 16 以上的資料是從美國人口普查局的公眾領域圖資取得的。較低縮放等級的則僅有自2006年開放街圖刪除部份不合授權條款的資料後併入開放街圖的資料",
9931                 "name": "TIGER 道路 2014"
9932             },
9933             "US-TIGER-Roads-2017": {
9934                 "description": "黃 = 自美國人口普查局的公共領域地圖資料取得。紅 = 在開放街圖上找不到資料",
9935                 "name": "TIGER 道路 2017"
9936             },
9937             "US-TIGER-Roads-2018": {
9938                 "description": "黃 = 從美國人口普查而來的公有領域資料。紅 = 在開放街圖中找不到的資料",
9939                 "name": "TIGER Roads 2018"
9940             },
9941             "US-TIGER-Roads-2019": {
9942                 "description": "黃 = 來自美國人口普查的公有領域地圖資料。紅 = 在開放街圖上找不到的資料",
9943                 "name": "TIGER Roads 2019"
9944             },
9945             "USDA-NAIP": {
9946                 "description": "近年來自美國各州的國家農業影像計畫 (NAIP) 的 DOQQ。",
9947                 "name": "國家農業影像計畫"
9948             },
9949             "US_Forest_Service_roads_overlay": {
9950                 "description": "道路:綠色外框 = 非分類道路。棕色外框 = 土路。路面:碎石路 = 亮棕色實心填滿,柏油 = 黑色,有舖面 = 灰色,地面 = 白色,水泥 = 藍色,草地 = 綠色。季節性 = 白色條紋",
9951                 "name": "美國森林道路覆蓋層"
9952             },
9953             "UrbISOrtho2016": {
9954                 "attribution": {
9955                     "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
9956                 },
9957                 "name": "UrbIS-Ortho 2016"
9958             },
9959             "UrbISOrtho2017": {
9960                 "attribution": {
9961                     "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
9962                 },
9963                 "name": "UrbIS-Ortho 2017"
9964             },
9965             "UrbISOrtho2018": {
9966                 "attribution": {
9967                     "text": "透過 Brussels UrbIS®© - 散佈與版權 CIRB"
9968                 },
9969                 "name": "UrbIS-Ortho 2018"
9970             },
9971             "UrbISOrtho2019": {
9972                 "attribution": {
9973                     "text": "透過 Brussels UrbIS®© 實現 - CIRB 散佈與著作權"
9974                 },
9975                 "name": "UrbIS-Ortho 2019"
9976             },
9977             "UrbisAdmFR": {
9978                 "attribution": {
9979                     "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
9980                 },
9981                 "name": "UrbisAdm FR"
9982             },
9983             "UrbisAdmNL": {
9984                 "attribution": {
9985                     "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
9986                 },
9987                 "name": "UrbisAdm NL"
9988             },
9989             "Waymarked_Trails-Cycling": {
9990                 "attribution": {
9991                     "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
9992                 },
9993                 "name": "小徑標示:自行車"
9994             },
9995             "Waymarked_Trails-Hiking": {
9996                 "attribution": {
9997                     "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
9998                 },
9999                 "name": "小徑標示:健行"
10000             },
10001             "Waymarked_Trails-MTB": {
10002                 "attribution": {
10003                     "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
10004                 },
10005                 "name": "小徑標示:MTB"
10006             },
10007             "Waymarked_Trails-Skating": {
10008                 "attribution": {
10009                     "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
10010                 },
10011                 "name": "小徑標示:溜冰"
10012             },
10013             "Waymarked_Trails-Winter_Sports": {
10014                 "attribution": {
10015                     "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
10016                 },
10017                 "name": "小徑標示:冬季運動"
10018             },
10019             "basemap.at": {
10020                 "attribution": {
10021                     "text": "basemap.at"
10022                 },
10023                 "description": "奧地利的底圖,基於政府資料。",
10024                 "name": "basemap.at"
10025             },
10026             "basemap.at-orthofoto": {
10027                 "attribution": {
10028                     "text": "basemap.at"
10029                 },
10030                 "description": "由 basemap.at 提供的 Orthofoto 圖層。geoimage.at 圖的「繼承者」。",
10031                 "name": "basemap.at Orthofoto"
10032             },
10033             "basemap.at-overlay": {
10034                 "attribution": {
10035                     "text": "basemap.at"
10036                 },
10037                 "description": "由 basemap.at 提供的註釋覆蓋層。",
10038                 "name": "basemap.at 覆蓋層"
10039             },
10040             "basemap.at-surface": {
10041                 "attribution": {
10042                     "text": "basemap.at"
10043                 },
10044                 "description": "由 basemap.at 提供的表面層。",
10045                 "name": "basemap.at 表面"
10046             },
10047             "basemap.at-terrain": {
10048                 "attribution": {
10049                     "text": "basemap.at"
10050                 },
10051                 "description": "由 basemap.at 提供的地形圖層。",
10052                 "name": "basemap.at 地形"
10053             },
10054             "eufar-balaton": {
10055                 "attribution": {
10056                     "text": "EUFAR 巴拉頓正射影像 2010"
10057                 },
10058                 "description": "從巴拉頓湖沼學協會而來的 1940 有地理標記的照片。",
10059                 "name": "EUFAR 巴拉頓正射影像"
10060             },
10061             "finds.jp_KBN_2500": {
10062                 "attribution": {
10063                     "text": "GSI KIBAN 2500"
10064                 },
10065                 "description": "透過 finds.jp 而來的 GSI Kiban 2500。適合用於追蹤軌跡,但有點老舊。",
10066                 "name": "日本 GSI KIBAN 2500"
10067             },
10068             "gsi.go.jp": {
10069                 "attribution": {
10070                     "text": "GSI 日本"
10071                 },
10072                 "description": "日本 GSI 正射影像。通常比 bing 好,但有點老舊。",
10073                 "name": "日本 GSI 正射影像"
10074             },
10075             "gsi.go.jp_airphoto": {
10076                 "attribution": {
10077                     "text": "GSI 日本"
10078                 },
10079                 "description": "日本 GSI 航空照片。並未完全正射,但比 GSI 正射影像新且/或覆蓋範圍不同。",
10080                 "name": "日本 GSI 航空照片"
10081             },
10082             "gsi.go.jp_seamlessphoto": {
10083                 "attribution": {
10084                     "text": "GSI 日本無縫照片"
10085                 },
10086                 "description": "日本 GSI 無縫照片影像,具有最新 GSI ortho,航空影像,災後影像等組合。",
10087                 "name": "日本 GSI 無縫照片影像"
10088             },
10089             "gsi.go.jp_std_map": {
10090                 "attribution": {
10091                     "text": "GSI 日本"
10092                 },
10093                 "description": "日本 GSI 標準地圖。涵蓋範圍大。",
10094                 "name": "日本 GSI 標準地圖"
10095             },
10096             "helsingborg-orto": {
10097                 "attribution": {
10098                     "text": "© 赫爾辛堡市"
10099                 },
10100                 "description": "來自赫爾辛堡市的2016年正射影像,公眾領域",
10101                 "name": "赫爾辛堡正射影像"
10102             },
10103             "kalmar-orto-2014": {
10104                 "attribution": {
10105                     "text": "© 卡爾馬市"
10106                 },
10107                 "description": "來自卡爾馬市北海岸的2014年正射影像",
10108                 "name": "卡爾馬北海岸正射影像2014"
10109             },
10110             "kalmar-orto-2016": {
10111                 "attribution": {
10112                     "text": "© 卡爾馬市"
10113                 },
10114                 "description": "來自卡爾馬市南海岸的2016年正射影像",
10115                 "name": "卡爾馬南海岸正射影像2016"
10116             },
10117             "kalmar-orto-2018": {
10118                 "attribution": {
10119                     "text": "© 卡爾馬市"
10120                 },
10121                 "description": "來自卡爾馬市區的2018年正射影像",
10122                 "name": "卡爾馬市區正射影像2018"
10123             },
10124             "kelkkareitit": {
10125                 "attribution": {
10126                     "text": "© Kelkkareitit.fi"
10127                 },
10128                 "description": "來自 OSM 的 Kelkkareitit.fi 雪車賽道(包含北歐)",
10129                 "name": "北歐雪車覆蓋層"
10130             },
10131             "lantmateriet-orto1960": {
10132                 "attribution": {
10133                     "text": "© Lantmäteriet, CC0"
10134                 },
10135                 "description": "瑞典自1955-1965的正射影像馬賽克。可能會同時出現較舊與較新的照片。",
10136                 "name": "Lantmäteriet 歷史正射影像 1960"
10137             },
10138             "lantmateriet-orto1975": {
10139                 "attribution": {
10140                     "text": "© Lantmäteriet, CC0"
10141                 },
10142                 "description": "瑞典自1970-1980的正射影像馬賽克。正在建構中。",
10143                 "name": "Lantmäteriet 歷史正射影像 1975"
10144             },
10145             "lantmateriet-topowebb": {
10146                 "attribution": {
10147                     "text": "© Lantmäteriet, CC0"
10148                 },
10149                 "description": "瑞典的 1:50000 地形圖",
10150                 "name": "土地調查地形圖"
10151             },
10152             "linkoping-orto": {
10153                 "attribution": {
10154                     "text": "© 林雪平市"
10155                 },
10156                 "description": "來自林雪平市的2010年正射影像,開放資料",
10157                 "name": "林雪平正射影像"
10158             },
10159             "mapbox_locator_overlay": {
10160                 "attribution": {
10161                     "text": "使用條款與意見回饋"
10162                 },
10163                 "description": "顯示主要的圖徽以協助您定位。",
10164                 "name": "定位器覆蓋層"
10165             },
10166             "openpt_map": {
10167                 "attribution": {
10168                     "text": "© OpenStreetMap 貢獻者,CC-BY-SA"
10169                 },
10170                 "name": "OpenPT 地圖(覆蓋層)"
10171             },
10172             "osm-gps": {
10173                 "attribution": {
10174                     "text": "© OpenStreetMap 貢獻者"
10175                 },
10176                 "description": "上傳至開放街圖的公開 GPS 軌跡。",
10177                 "name": "OpenStreetMap GPS 軌跡"
10178             },
10179             "osm-mapnik-black_and_white": {
10180                 "attribution": {
10181                     "text": "© OpenStreetMap 貢獻者,CC-BY-SA"
10182                 },
10183                 "name": "OpenStreetMap(標準黑與白)"
10184             },
10185             "osm-mapnik-german_style": {
10186                 "attribution": {
10187                     "text": "© OpenStreetMap 貢獻者,CC-BY-SA"
10188                 },
10189                 "name": "OpenStreetMap(德國樣式)"
10190             },
10191             "osmse-ekonomiska": {
10192                 "attribution": {
10193                     "text": "© Lantmäteriet"
10194                 },
10195                 "description": "掃描「經濟地圖」1950-1980",
10196                 "name": "Lantmäteriet 經濟地圖 1950-1980"
10197             },
10198             "qa_no_address": {
10199                 "attribution": {
10200                     "text": "Simon Poole,資料 ©OpenStreetMap 貢獻者"
10201                 },
10202                 "name": "QA 無地址"
10203             },
10204             "skobbler": {
10205                 "attribution": {
10206                     "text": "© 圖磚:skobbler 圖資:OpenStreetMap 貢獻者"
10207                 },
10208                 "name": "skobbler"
10209             },
10210             "skoterleder": {
10211                 "attribution": {
10212                     "text": "© Skoterleder.org"
10213                 },
10214                 "description": "Snowmobile 路徑",
10215                 "name": "Snowmobile 地圖瑞典"
10216             },
10217             "stamen-terrain-background": {
10218                 "attribution": {
10219                     "text": "Stamen Design 的圖磚,以 CC BY 3.0 授權。資料自 OpenStreetMap 處取得,以 ODbL 授權"
10220                 },
10221                 "name": "Stamen Terrain"
10222             },
10223             "stockholm-orto": {
10224                 "attribution": {
10225                     "text": "© 斯德哥爾摩市,CC0"
10226                 },
10227                 "description": "來自斯德哥爾摩市的2016年正射影像,CC0 授權",
10228                 "name": "斯德哥爾摩正射影像"
10229             },
10230             "tf-cycle": {
10231                 "attribution": {
10232                     "text": "地圖 © Thunderforest,資料 © OpenStreetMap 貢獻者"
10233                 },
10234                 "name": "Thunderforest OpenCycleMap"
10235             },
10236             "tf-landscape": {
10237                 "attribution": {
10238                     "text": "地圖 © Thunderforest,資料 © OpenStreetMap 貢獻者"
10239                 },
10240                 "name": "Thunderforest Landscape"
10241             },
10242             "trafikverket-baninfo": {
10243                 "attribution": {
10244                     "text": "© Trafikverket, CC0"
10245                 },
10246                 "description": "瑞典鐵路網,包含支線",
10247                 "name": "Trafikverket 鐵路網"
10248             },
10249             "trafikverket-baninfo-option": {
10250                 "attribution": {
10251                     "text": "© Trafikverket, CC0"
10252                 },
10253                 "description": "瑞典鐵路網,包含多個選項的圖層",
10254                 "name": "Trafikverket 鐵路網選項"
10255             },
10256             "trafikverket-vagnat": {
10257                 "attribution": {
10258                     "text": "© Trafikverket, CC0"
10259                 },
10260                 "description": "瑞典 NVDB 路網",
10261                 "name": "Trafikverket 路網"
10262             },
10263             "trafikverket-vagnat-extra": {
10264                 "attribution": {
10265                     "text": "© Trafikverket, CC0"
10266                 },
10267                 "description": "瑞典 NVDB 的額外細節:公路編號、交通寧靜區、休息區、公車站牌、橋、隧道、測速照相機",
10268                 "name": "Trafikverket 路網額外資訊"
10269             },
10270             "trafikverket-vagnat-navn": {
10271                 "attribution": {
10272                     "text": "© Trafikverket, CC0"
10273                 },
10274                 "description": "Swedish NVDB 街道名稱",
10275                 "name": "Trafikverket 街道名稱"
10276             },
10277             "trafikverket-vagnat-option": {
10278                 "attribution": {
10279                     "text": "© Trafikverket, CC0"
10280                 },
10281                 "description": "Swedish NVDB 有多個選項的路網圖層",
10282                 "name": "Trafikverket 路網選項"
10283             }
10284         },
10285         "community": {
10286             "Bahia-telegram": {
10287                 "name": "開放街圖巴伊亞 Telegram",
10288                 "description": "加入開放街圖巴伊亞 Telegram 聊天室",
10289                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
10290             },
10291             "Bay-Area-OpenStreetMappers": {
10292                 "name": "灣區的 OpenStreetMap 圖客",
10293                 "description": "改善在灣區的 OpenStreetMap",
10294                 "extendedDescription": "這個群組是為了讓灣區的 OpenStreetMap 社群成長茁壯而設立。我們的活動開放給所有人參與,開放原始碼支持者、自行車騎士、地理資訊系統 (GIS) 專家、地理藏寶者都可以。只要對地圖、地圖製作與自由地圖資料有興趣的人都歡迎加入我們的群組,以及參與我們的活動。"
10295             },
10296             "Central-Pennsylvania-OSM": {
10297                 "name": "賓州中部 OSM",
10298                 "description": "位於賓州州立大學的線上製圖社群"
10299             },
10300             "Code-for-San-Jose-Slack": {
10301                 "name": "Code for San Jose Slack",
10302                 "description": "歡迎所有人加入!在 {signupUrl} 註冊,並加入 #osm 頻道。"
10303             },
10304             "DF-telegram": {
10305                 "name": "開放街圖巴西利亞 Telegram",
10306                 "description": "加入開放街圖巴西利亞 Telegram 聊天室",
10307                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
10308             },
10309             "Dallas-Fort-Worth-OSM": {
10310                 "name": "達拉斯—沃斯堡 OSM",
10311                 "description": "達拉斯—沃斯堡的 OpenStreetMap 使用者群組",
10312                 "extendedDescription": "達拉斯、沃斯堡與其間的所有城市都充滿了極具創造力且技術精湛的人才。這個使用者群組的願景是找出新的方法來使用 OSM 上的驚人資源。"
10313             },
10314             "GeoPhilly": {
10315                 "name": "GeoPhilly",
10316                 "description": "費城地區的地圖愛好者聚會",
10317                 "extendedDescription": "GeoPhilly 將開發者、地理學家、資料極客、開放原始碼愛好者、公民駭客與地圖愛好者聯合起來,並將我們對地圖的熱愛與他們的故事連結起來。如果你在工作中會用到地圖,或僅僅只是想要了解更多,這就是為你而辦的聚會!我們的活動旨在開放、友好、教育與社交,從歡樂時光到閃電講,甚至是工作坊都有。跟我們一起在費城建立一個多元化且激勵人心的地理空間社群!"
10318             },
10319             "LATAM-Facebook": {
10320                 "name": "OpenStreetMap Latam Facebook",
10321                 "description": "在 Facebook 上的 OpenStreetMap Latam"
10322             },
10323             "LATAM-Telegram": {
10324                 "name": "OpenStreetMap Latam Telegram",
10325                 "description": "拉丁美洲的 OpenStreetMap Telegram"
10326             },
10327             "LATAM-Twitter": {
10328                 "name": "OpenStreetMap Latam Twitter",
10329                 "description": "在 {url} 上追蹤我們的 Twitter"
10330             },
10331             "MapMinnesota": {
10332                 "name": "MapMinnesota",
10333                 "description": "在雙城區一帶的圖客與開放街圖使用者",
10334                 "extendedDescription": "接觸明尼蘇達和雙城區一帶開放街圖熱情參與者!"
10335             },
10336             "Mapping-DC-meetup": {
10337                 "name": "Mapping DC",
10338                 "description": "改善華府區域的 OpenStreetMap",
10339                 "extendedDescription": "我們是一群致力於改善華府區域的 OpenStreetMap 的群組。我們也努力教導其他人關於 OSM 的生態系、資料分析、製圖與 GIS。我們每隔一個月聚會一次,每次僅聚焦在我們的城市中的一個地區。"
10340             },
10341             "Maptime-Bogota": {
10342                 "name": "Maptime Bogotá",
10343                 "description": "我們是一群關心波哥大一帶開放街圖狀況的圖客。",
10344                 "extendedDescription": "學習在現場收集資料,然後在開放街圖上面數位位。你不需要有先備知識!你只要有心參與、學習以及好好玩。"
10345             },
10346             "Maptime-ME-meetup": {
10347                 "name": "MaptimeME",
10348                 "description": "緬因州波特蘭區域的圖客與 OpenStreetMap 使用者",
10349                 "extendedDescription": "以字面來說,Maptime 是畫地圖的時間,我們的宗旨是開創一扇讓任何能製作地圖的時間和空問,大家共同學習,探索和運用製作地圖工具和技術製作地圖。"
10350             },
10351             "MaptimeHRVA-twitter": {
10352                 "name": "MaptimeHRVA Twitter",
10353                 "description": "在 {url} 於 Twitter 上追蹤我們"
10354             },
10355             "Nottingham-OSM-pub-meetup": {
10356                 "name": "East Midlands (諾丁漢) 酒吧每月聚會",
10357                 "description": "East Midlands 圖客和使用者的社交聚會",
10358                 "extendedDescription": "一開始 2011 年 3 月時有一群人在諾丁罕開始聚會,後來則大多在德比,以及不時在東密德蘭的其他地方。大多是社交性質的聚會,但也是相當好詢問有關地方 OSM 或是一般性質問題。在夏季時我們通常會趁有日光時在聚會場地附近出外畫地圖,這群人有個特別興趣,就是繪製公共空間,不時會為了畫地圖而聚會。"
10359             },
10360             "OSM-AR-facebook": {
10361                 "name": "開放街圖阿根廷 Facebook",
10362                 "description": "加入開放街圖阿根廷社群 Facebook",
10363                 "extendedDescription": "在地社群消息"
10364             },
10365             "OSM-AR-forum": {
10366                 "name": "開放街圖阿根廷的網頁論壇",
10367                 "description": "加入開放街圖阿根廷的網頁論壇",
10368                 "extendedDescription": "適合長篇或重要討論,回應時間慢。"
10369             },
10370             "OSM-AR-irc": {
10371                 "name": "開放街圖阿根廷 IRC",
10372                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-ar",
10373                 "extendedDescription": "你會發現社群中最 geeky 的使用者。"
10374             },
10375             "OSM-AR-mailinglist": {
10376                 "name": "Talk-ar 郵件論壇",
10377                 "description": "從前用過的郵件論壇,如今已經不再使用。"
10378             },
10379             "OSM-AR-telegram": {
10380                 "name": "開放街圖阿根廷 Telegram",
10381                 "description": "加入開放街圖阿根廷 Telegram 聊天室",
10382                 "extendedDescription": "社群最活躍的頻道,適合聊天和馬上解答你的問題,歡迎所有人!"
10383             },
10384             "OSM-AR-twitter": {
10385                 "name": "開放街圖阿根廷 Twitter",
10386                 "description": "在 {url} 上追隨我們的 Twitter ",
10387                 "extendedDescription": "一般在地社群和開放街圖消息。"
10388             },
10389             "OSM-Asia-mailinglist": {
10390                 "name": "開放街圖亞洲郵件論壇",
10391                 "description": "Talk-asia 是亞洲社群的官方郵件論壇"
10392             },
10393             "OSM-BGD-facebook": {
10394                 "name": "開放街圖孟加拉",
10395                 "description": "改進孟加拉的開放街圖",
10396                 "extendedDescription": "在孟加拉畫地圖嗎?想要問問題,想要與社群連結?請加入 {url},所有人都歡迎噢! "
10397             },
10398             "OSM-BO-mailinglist": {
10399                 "name": "Talk-bo 郵件論壇",
10400                 "description": "Talk-bo 是玻利維亞社群的官方郵件論壇 ",
10401                 "extendedDescription": "在玻利維亞畫地圖嗎?想要問問題,想要與社群連結?請加入 {Url},所有人都歡迎噢!"
10402             },
10403             "OSM-Boston": {
10404                 "name": "開放街圖波士頓",
10405                 "description": "波士頓的圖客與開放街圖使用者",
10406                 "extendedDescription": "開放街圖是一份自由開放的維基風格世界地圖,每天都有數十萬像您這樣的人們做出貢獻。編輯地圖很簡單,而且很有趣!不管是在戶內或是戶外都可以加入我們,來建立波士頓地區與世界其他地方最好的地圖吧!"
10407             },
10408             "OSM-CA-Slack": {
10409                 "name": "OSM-CA Slack",
10410                 "description": "歡迎所有人加入!在 {signupUrl} 註冊。"
10411             },
10412             "OSM-CL-facebook": {
10413                 "name": "開放街圖智利 Facebook",
10414                 "description": "加入開放街圖智利社群 Facebook",
10415                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
10416             },
10417             "OSM-CL-mailinglist": {
10418                 "name": "Talk-cl 郵件論壇",
10419                 "description": "討論開放街圖在智利事物的郵件論壇"
10420             },
10421             "OSM-CL-telegram": {
10422                 "name": "開放街圖智利 Telegram",
10423                 "description": "加入開放街圖智利 Telegram 聊天室",
10424                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
10425             },
10426             "OSM-CL-twitter": {
10427                 "name": "開放街圖智利 Twitter",
10428                 "description": "在 {url} 上追隨我們的 Twitter"
10429             },
10430             "OSM-CO": {
10431                 "name": "開放街圖哥倫比亞",
10432                 "description": "開放街圖哥倫比亞社群和 OSMCo 基金會的消息"
10433             },
10434             "OSM-CO-facebook": {
10435                 "name": "開放街圖哥倫比亞 Facebook",
10436                 "description": "加入開放街圖哥倫比亞社群 Facebook",
10437                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,歡迎所有人噢!"
10438             },
10439             "OSM-CO-mailinglist": {
10440                 "name": "Talk-co 郵件論壇",
10441                 "description": "討論開放街圖在哥倫比亞事物的郵件論壇"
10442             },
10443             "OSM-CO-telegram": {
10444                 "name": "OSM 哥倫比亞在 Telegram",
10445                 "description": "開放街圖哥倫比亞 Telegram 聊天室"
10446             },
10447             "OSM-CO-twitter": {
10448                 "name": "開放街圖哥倫比亞 Twitter",
10449                 "description": "在 {url} 上追隨我們的 Twitter"
10450             },
10451             "OSM-CU-telegram": {
10452                 "name": "OSM 古巴在 Telegram",
10453                 "description": "開放街圖古巴 Telegram 聊天室"
10454             },
10455             "OSM-Central-Salish-Sea": {
10456                 "name": "開放街圖中薩利希海",
10457                 "description": "華盛頓州弗農山區域的圖客與 OpenStreetMap 使用者",
10458                 "extendedDescription": "OpenStreetMap 是一幅由像你這樣的人所製作的世界地圖。它是由你所建構,並如同維基百科那樣自由提供給所有人的地圖。看看 osm.org 以取得更多資訊,然後在聚會上加入我們來說說地圖的故事、對 OSM 貢獻然後玩得開心!"
10459             },
10460             "OSM-Chattanooga": {
10461                 "name": "OSM 查塔努加",
10462                 "description": "查塔努加的 OpenStreetMap 使用者群組"
10463             },
10464             "OSM-Colorado": {
10465                 "name": "開放街圖科羅拉多",
10466                 "description": "在美國科羅拉多州的圖客與開放街圖使用者",
10467                 "extendedDescription": "開放街圖 (OpenStreetMap, OSM) 科羅拉多是一個喜歡貢獻他們的心力建立自由地圖的一群地區協作夥伴。我們鼓勵我們所有的圖客組織或建議橫跨整個州的製圖活動。會面活動可以是簡單的社交活動、OSM 基礎到進階訓練,或是社群製圖派對。"
10468             },
10469             "OSM-Discord": {
10470                 "name": "OpenStreetMap Discord",
10471                 "description": "透過 Discord 與其他製圖者取得聯繫"
10472             },
10473             "OSM-EC-telegram": {
10474                 "name": "OSM 厄瓜多在 Telegram",
10475                 "description": "開放街圖厄瓜多 Telegram 聊天室"
10476             },
10477             "OSM-ES-mailinglist": {
10478                 "name": "Talk-es 郵件論壇",
10479                 "description": "討論開放街圖在西班牙事物的郵件論壇"
10480             },
10481             "OSM-ES-telegram": {
10482                 "name": "Telegram 上的 @OSMes",
10483                 "description": "開放街圖西班牙 Telegram 聊天室"
10484             },
10485             "OSM-Facebook": {
10486                 "name": "開放街圖 Facebook",
10487                 "description": "在 Facebook 為我們按讚,追蹤開放街圖相關的新聞和動態。"
10488             },
10489             "OSM-IDN-facebook": {
10490                 "name": "開放街圖印尼",
10491                 "description": "改進印尼的開放街圖",
10492                 "extendedDescription": "在印尼畫地圖嗎?有問題,想要與社群互動?來 {Url} 加入我們,歡迎所有人。"
10493             },
10494             "OSM-IRC": {
10495                 "name": "OpenStreetMap IRC",
10496                 "description": "在 irc.oftc.net 上加入 #osm(連接埠 6667)"
10497             },
10498             "OSM-India-Puducherry-Facebook": {
10499                 "name": "Free Software Hardware Movement - Facebook",
10500                 "description": "FSHM Facebook 粉絲頁讓你知道社群活動",
10501                 "extendedDescription": "FSHM 組織跟自由軟體/硬體、科技、倡議和開放街圖的活動。FSHM Facebook 粉絲頁是最好跟他們活動保持聯繫的方式。"
10502             },
10503             "OSM-India-Puducherry-Matrix": {
10504                 "name": "自由軟體硬體運動 - Matrix",
10505                 "description": "FSHM Riot 小組討論、分享和更新本地治里一帶畫地圖活動",
10506                 "extendedDescription": "FSHM 社群成員經由 Riot.im 群組分享他們的開放街圖畫地圖狀況 / 經驗,社群也會討論與自由軟體 / 硬體、科技和行動主義。"
10507             },
10508             "OSM-India-facebook": {
10509                 "name": "開放街圖印度 - 參與社區畫圖",
10510                 "description": "改善印度的 OpenStreetMap",
10511                 "extendedDescription": "在印度畫地圖嗎?想要問問題,想要與社群連結?請加入 {Url},所有人都歡迎噢!"
10512             },
10513             "OSM-MMR-facebook": {
10514                 "name": "開放街圖緬甸",
10515                 "description": "改進緬甸的開放街圖",
10516                 "extendedDescription": "在緬甸畫地圖嗎?有問題,想要與社群互動?來  {Url} 加入我們,歡迎所有人。"
10517             },
10518             "OSM-MNG-facebook": {
10519                 "name": "開放街圖蒙古",
10520                 "description": "改進蒙古的開放街圖",
10521                 "extendedDescription": "在蒙古畫地圖嗎?有問題,想要與社群互動?來 {Url} 加入我們,歡迎所有人。"
10522             },
10523             "OSM-MY-facebook": {
10524                 "name": "開放街圖馬來西亞 Facebook",
10525                 "description": "討論任何跟開放街圖相關的事物!"
10526             },
10527             "OSM-MY-forum": {
10528                 "name": "開放街圖馬來西亞論壇",
10529                 "description": "官方開放街圖馬來西亞論壇"
10530             },
10531             "OSM-MY-matrix": {
10532                 "name": "OpenStreetMap 馬來西亞 Riot channel",
10533                 "description": "歡迎所有圖客!在 {signupUrl} 註冊"
10534             },
10535             "OSM-Nepal-facebook": {
10536                 "name": "開放街圖尼泊爾",
10537                 "description": "改進尼泊爾的開放街圖",
10538                 "extendedDescription": "在尼泊爾畫地圖嗎?有問題,想要與社群互動?來 {Url} 加入我們,歡迎所有人。"
10539             },
10540             "OSM-PE": {
10541                 "name": "開放街圖祕魯",
10542                 "description": "開放街圖社群的新聞和資源頁面"
10543             },
10544             "OSM-PE-facebook": {
10545                 "name": "開放街圖祕魯 Facebook",
10546                 "description": "加入開放街圖祕魯社群 Facebook"
10547             },
10548             "OSM-PE-mailinglist": {
10549                 "name": "Talk-pe 郵件論壇",
10550                 "description": "Talk-be 是開放街圖祕魯社群的官方郵件論壇 "
10551             },
10552             "OSM-PE-matrix": {
10553                 "name": "OpenStreetMap 祕魯 Matrix 頻道",
10554                 "description": "在開放街圖祕魯社群的 Matrix 與其他成員聊天。"
10555             },
10556             "OSM-PE-telegram": {
10557                 "name": "開放街圖祕魯 Telegram",
10558                 "description": "加入開放街圖祕魯 Telegram 聊天室"
10559             },
10560             "OSM-PE-twitter": {
10561                 "name": "開放街圖祕魯 Twitter",
10562                 "description": "在 {url} 上追隨我們的 Twitter "
10563             },
10564             "OSM-PH-facebook": {
10565                 "name": "開放街圖菲律賓 Facebook",
10566                 "description": "歡迎來到開放街圖菲律賓,我們歡迎所有菲律賓人貢獻一己之力到開放街圖計畫。"
10567             },
10568             "OSM-PH-mailinglist": {
10569                 "name": "Talk-ph 郵件論壇",
10570                 "description": "討論開放街圖在菲律賓事物的郵件論壇"
10571             },
10572             "OSM-PH-slack": {
10573                 "name": "開放街圖 PH Slack",
10574                 "description": "歡迎所有人加入!在 {signupUrl} 註冊"
10575             },
10576             "OSM-PH-telegram": {
10577                 "name": "開放街圖 PH Telegram",
10578                 "description": "非官方的菲律賓貢獻者和友好者的 Telegram 群組。"
10579             },
10580             "OSM-PL-facebook-group": {
10581                 "name": "開放街圖波蘭 Facebook 社團",
10582                 "description": "波蘭的開放街圖圖客和使用者社團"
10583             },
10584             "OSM-PL-forum": {
10585                 "name": "開放街圖波蘭論壇",
10586                 "description": "開放街圖波蘭社群的論壇"
10587             },
10588             "OSM-PY-telegram": {
10589                 "name": "OSM 巴拉圭在 Telegram",
10590                 "description": "開放街圖厄瓜多 Telegram 聊天室"
10591             },
10592             "OSM-Portland": {
10593                 "name": "OpenStreetMap 波特蘭",
10594                 "description": "波特蘭區域的圖客與 OpenStreetMap 使用者",
10595                 "extendedDescription": "OpenStreetMap (OSM) 是一幅由像你這樣的人所製作的世界地圖。它是由你所建構,並如同維基百科那樣自由提供給所有人的地圖。看看 osm.org 以取得更多資訊,然後在聚會上加入我們來說說地圖的故事、對 OSM 貢獻然後玩得開心!"
10596             },
10597             "OSM-Portland-forum": {
10598                 "name": "開放街圖 PDX Google 群組",
10599                 "description": "波特蘭一帶開放街圖使用者活動的論壇和郵件論壇",
10600                 "extendedDescription": "團隊宗旨是增進奧勒岡波蘭一帶開放街圖的發展,像是應用如 Open Trip Planner。"
10601             },
10602             "OSM-Puducherry-Mailing-List": {
10603                 "name": "自由軟體硬體運動 - 郵件清單",
10604                 "description": "FSHM Puducherry 郵件清單用來討論在 Puducherry 的製圖與其他事情。",
10605                 "extendedDescription": "FSHM 會組織關於自由軟體/硬體、科技、行動與開放街圖的活動。"
10606             },
10607             "OSM-RU-forum": {
10608                 "name": "開放街圖俄羅斯論壇",
10609                 "description": "開放街圖俄羅斯網頁論壇"
10610             },
10611             "OSM-RU-telegram": {
10612                 "name": "開放街圖 RU Telegram",
10613                 "description": "開放街圖俄羅斯 Telegram 聊天群組"
10614             },
10615             "OSM-Reddit": {
10616                 "name": "在 Reddit 上的 OpenStreetMap",
10617                 "description": "/r/openstreetmap/ 是一個取得更多關於 OpenStreetMap 資訊的好地方。什麼事都能問!"
10618             },
10619             "OSM-Rome-meetup": {
10620                 "name": "Incontro Mappatori Romani",
10621                 "description": "改善羅馬區域的 OpenStreetMap",
10622                 "extendedDescription": "我們是一群熱情討論和分享自由地理資料集知識的人,特別是開放街圖的資料,以及管理、編輯和顯示地理資料的開放地理空間軟體,以及在拉吉歐推廣的團體。"
10623             },
10624             "OSM-Seattle": {
10625                 "name": "開放街圖西雅圖",
10626                 "description": "在西雅圖的圖客與開放街圖使用者"
10627             },
10628             "OSM-SoCal": {
10629                 "name": "開放街圖南加州",
10630                 "description": "讓我們玩樂吧,並且貢獻畫洛杉磯一帶,以及學習有關畫地圖的一切!",
10631                 "extendedDescription": "開放街圖南加州擁抱任何對共同畫開放街圖有興趣的人。開放街圖是維基百科式運作的地圖,是全世界尺度自由開源的地圖,由全球超過 1,000,000 人的志工製作。我們歡迎所有人,如果你不大知道開放街圖,我們會教你,如果你有關於畫地圖計畫,甚至野外實察,也是很棒的事情!"
10632             },
10633             "OSM-South-Bay": {
10634                 "name": "OSM South Bay",
10635                 "description": "由為聖荷西寫程式主辦的地圖之夜",
10636                 "extendedDescription": "為聖荷西寫程式是為美國寫程式的地區分支,週四晚上在聖荷西市中心舉辦每月地圖之夜。結識南灣區的圖客,與當地的製圖專案交流,聽聽其他的公民科技專案。寫程式或 GIS 相關技能都並非必要。"
10637             },
10638             "OSM-TH-CNX-meetup": {
10639                 "name": "OSM 清邁聚會",
10640                 "description": "開放街圖清邁社群不定期聚會",
10641                 "extendedDescription": "清邁開放街圖社群每隔幾個月的時候的聚會,歡迎接洽以及找尋 {url} 下次聚會時間"
10642             },
10643             "OSM-TH-facebook": {
10644                 "name": "開放街圖泰國 Facebook ",
10645                 "description": "泰國開放街圖的 Facebook 社團。"
10646             },
10647             "OSM-TH-forum": {
10648                 "name": "開放街圖泰國論壇",
10649                 "description": "開放街圖泰國網頁論壇 "
10650             },
10651             "OSM-TW-facebook": {
10652                 "name": "開放街圖台灣社群",
10653                 "description": "台灣社群專門討論有關台灣圖資的臉書社團"
10654             },
10655             "OSM-TW-mailinglist": {
10656                 "name": "開放街圖台灣郵件論壇",
10657                 "description": "Talk-tw 是台灣社群專門討論有關台灣圖資的官方郵件論壇"
10658             },
10659             "OSM-Tampa-Bay": {
10660                 "name": "開放街圖坦帕灣",
10661                 "description": "坦帕灣的圖客與開放街圖使用者",
10662                 "extendedDescription": "OSM 坦帕灣群組讓當地居民聚在一起,用開放街圖建立坦帕灣的準確地圖。如果您使用地圖、資料、開放原始碼、GPS、徒步旅行或是騎腳踏車等等,您將會很喜歡與 OSM 合作,所以請加入吧!我們會聚在一起,製圖並討論每月的新主題。"
10663             },
10664             "OSM-Telegram": {
10665                 "name": "開放街圖 Telegram",
10666                 "description": "加入開放街圖 Telegram 超級聊天室 {url}"
10667             },
10668             "OSM-Twitter": {
10669                 "name": "開放街圖 Twitter",
10670                 "description": "在 {url} 上追隨我們的 Twitter"
10671             },
10672             "OSM-US": {
10673                 "name": "開放街圖美國",
10674                 "description": "我們協助美國的開放街圖成長茁壯並改善它。",
10675                 "extendedDescription": "我們透過舉辦年度研討會、提供社群資源、建立合作關係以及推廣來支援開放街圖。在此加入開放街圖美國:{signupUrl}"
10676             },
10677             "OSM-US-Slack": {
10678                 "name": "OpenStreetMap US Slack",
10679                 "description": "歡迎所有人加入!在 {signupUrl} 註冊"
10680             },
10681             "OSM-Utah": {
10682                 "name": "開放街圖猶他",
10683                 "description": "在鹽湖城區域的圖客與開放街圖使用者",
10684                 "extendedDescription": "我們可能會舉辦的活動有:學習製圖工作坊、製圖派對與戶外資料蒐集。活動將會在鹽湖城區舉辦,至少一開始是這樣。我們正在尋找經驗豐富的圖客與 OSM 新手。加入我們,一起來製圖吧!"
10685             },
10686             "OSM-Vancouver-meetup": {
10687                 "name": "開放街圖溫哥華",
10688                 "description": "英屬哥倫比亞溫哥華一帶的圖客與開放街圖使用者"
10689             },
10690             "OSM-Wyoming": {
10691                 "name": "開放街圖懷俄明",
10692                 "description": "在懷俄明州的圖客與開放街圖使用者",
10693                 "extendedDescription": "開放街圖 (OpenStreetMap, OSM) 懷俄明是一個喜歡貢獻他們的心力建立自由地圖的一群地區協作夥伴。我們鼓勵我們所有的圖客組織或建議橫跨整個州的製圖活動。會面活動可以是簡單的社交活動、OSM 基礎到進階訓練,或是社群製圖派對。"
10694             },
10695             "OSM-br-mailinglist": {
10696                 "name": "Talk-br 郵件論壇",
10697                 "description": "討論開放街圖在巴西事物的郵件論壇"
10698             },
10699             "OSM-br-telegram": {
10700                 "name": "開放街圖巴西 Telegram",
10701                 "description": "加入開放街圖巴西 Telegram 聊天室",
10702                 "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
10703             },
10704             "OSM-br-twitter": {
10705                 "name": "開放街圖巴西 Twitter",
10706                 "description": "在 {url} 上追隨我們的 Twitter"
10707             },
10708             "OSM-help": {
10709                 "name": "開放街圖幫助論壇",
10710                 "description": "在開放街圖社群驅動的問答站,詢問問題以及得到答案。",
10711                 "extendedDescription": "{url} 是讓對開放街圖有需要幫助的人,無論你是初學者,或是有技術問題,來到這邊尋求協助吧!"
10712             },
10713             "OSM-india-mailinglist": {
10714                 "name": "開放街圖印度郵件論壇",
10715                 "description": "Talk-in 是印度社群的官方郵件論壇"
10716             },
10717             "OSM-india-twitter": {
10718                 "name": "開放街圖印度 Twitter",
10719                 "description": "我們只是喜歡 tweet:{url}"
10720             },
10721             "OSM-japan-facebook": {
10722                 "name": "開放街圖日本社群",
10723                 "description": "日本圖客和開放街圖使用者"
10724             },
10725             "OSM-japan-mailinglist": {
10726                 "name": "開放街圖日本郵件論壇",
10727                 "description": "Talk-ja 是日本社群官方的郵件論壇"
10728             },
10729             "OSM-japan-twitter": {
10730                 "name": "開放街圖日本 Twitter",
10731                 "description": "Twitter 的標籤:{url}"
10732             },
10733             "OSM-japan-website": {
10734                 "name": "開放街圖日本",
10735                 "description": "日本圖客和開放街圖使用者"
10736             },
10737             "OSM-sri-lanka-facebook": {
10738                 "name": "開放街圖斯里蘭卡",
10739                 "description": "在斯里蘭卡改善開放街圖",
10740                 "extendedDescription": "在斯里蘭卡製圖嗎?有問題想要聯絡這裡的社群嗎?在 {Url} 上加入我們。歡迎所有人!"
10741             },
10742             "OSMF": {
10743                 "name": "開放街圖基金會",
10744                 "description": "開放街圖基金會是位於英國,支持開放街圖計劃的非營利組織",
10745                 "extendedDescription": "開放街圖基金會藉由募款,維持開放街圖背後的伺服器,舉行年度 State of the Map 大會,以及協調志工維持開放街圖運作,支援開放街圖計畫。你可以在這裡藉由加入開放街圖基金會成為會員:{signupUrl},顯示你的支持,還有在開放街圖中帶進你的聲音,指導開放街圖的發展方向。"
10746             },
10747             "OpenCleveland-meetup": {
10748                 "name": "Open Cleveland",
10749                 "description": "改善克里夫蘭區域的 OpenStreetMap",
10750                 "extendedDescription": "Open Geo Cleveland 宗旨是成為人們熱情討論和分享自由地理資料集知識的資源,特別是開放街圖的資料,以及管理、編輯和顯示地理資料的開放地理空間軟體,以及在東北伊犁洛州推廣的團體。我們同時也是 maptime 的在地社群 =)"
10751             },
10752             "PHXGeo-meetup": {
10753                 "name": "PHXGeo Meetup",
10754                 "description": "在亞利桑那州鳳凰城的圖客與開放街圖使用者",
10755                 "extendedDescription": "這是一個給住在鳳凰城,喜歡地圖、GIS、開放街圖、製圖與其他東西的群組。"
10756             },
10757             "PHXGeo-twitter": {
10758                 "name": "PHXGeo Twitter",
10759                 "description": "在 {url} 上追隨我們的 Twitter"
10760             },
10761             "RS-telegram": {
10762                 "name": "開放街圖南里奧格蘭德州 Telegram 群組",
10763                 "description": "加入在 Telegram 上的開放街圖南里奧格蘭德州社群",
10764                 "extendedDescription": "加入社群以得知更多關於開放街圖的資訊,也可以問問題或是參與我們的會面。每個人都很歡迎加入!"
10765             },
10766             "South-Tyrol-Mailing-List": {
10767                 "name": "開放街圖波爾察諾的郵件論壇",
10768                 "description": "開放街圖義大利波爾察諾地區的郵件論壇"
10769             },
10770             "Trentino-Mailing-List": {
10771                 "name": "開放街圖特倫托的郵件論壇",
10772                 "description": "開放街圖義大利特倫托地區的郵件論壇"
10773             },
10774             "Western-Slope-facebook": {
10775                 "name": "Western Slope OSM Facebook",
10776                 "description": "在科羅拉多州大章克申的圖客與開放街圖使用者"
10777             },
10778             "Western-Slope-meetup": {
10779                 "name": "Western Slope OSM Meetup",
10780                 "description": "在科羅拉多州大章克申的圖客與開放街圖使用者",
10781                 "extendedDescription": "此群組的目標是介紹開放街圖給社群知道,並發展圖客社群、利用任何方法建立盡可能多的地理資料並把這些資料提供給社群。想像準確的線索標示!想像自行車道的進一步發展!想像您想要什麼,這就是開放街圖的有趣之處!"
10782             },
10783             "al-forum": {
10784                 "name": "開放街圖阿爾巴尼亞論壇",
10785                 "description": "開放街圖阿爾巴尼亞論壇"
10786             },
10787             "al-maptime-tirana": {
10788                 "name": "Maptime Tirana",
10789                 "description": "與畫地圖相關的社交活動-尤其歡迎新手!",
10790                 "extendedDescription": "Maptime 是開放給所有等級和知識程度的學習環境,提供給初學者的國際教育支援。Maptime 同時具有彈性和架構的環境,創造畫地圖的教學、工作坊,分享共同目標的進行中計畫,以及獨立/協同的工作時間。"
10791             },
10792             "al-telegram": {
10793                 "name": "開放街圖阿爾巴尼亞 Telegram 頻道 ",
10794                 "description": "開放街圖阿爾巴尼亞 Telegram 頻道 "
10795             },
10796             "at-forum": {
10797                 "name": "開放街圖奧地利論壇",
10798                 "description": "開放街圖在奧地利問答的官方論壇"
10799             },
10800             "at-mailinglist": {
10801                 "name": "Talk-at 郵件論壇",
10802                 "description": "Talk-at 是奧地利社群的官方郵件論壇 "
10803             },
10804             "at-twitter": {
10805                 "name": "開放街圖奧地利 Twitter",
10806                 "description": "開放街圖奧地利 Twitter:{url}"
10807             },
10808             "be-facebook": {
10809                 "description": "比利時圖客和開放街圖 Facebook"
10810             },
10811             "be-forum": {
10812                 "name": "開放街圖比利時論壇",
10813                 "description": "開放街圖比利時網頁論壇"
10814             },
10815             "be-irc": {
10816                 "name": "開放街圖奧地利 IRC",
10817                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osmbe",
10818                 "extendedDescription": "運用 Matrix chat channel,在 irc.oftc.net (port 6667) 上面加入 #osmbe"
10819             },
10820             "be-mailinglist": {
10821                 "name": "Talk-be 郵件論壇",
10822                 "description": "Talk-be 是比利時社群的官方郵件論壇 "
10823             },
10824             "be-matrix": {
10825                 "name": "OpenStreetMap BE Matrix channel",
10826                 "description": "歡迎所有圖客!",
10827                 "extendedDescription": "大部分討論都在 \"OpenStreetMap Belgium\"  頻道。你可以在這裡問任何問題!其他頻道則會針對特定主題。"
10828             },
10829             "be-meetup": {
10830                 "name": "開放街圖比利時聚會",
10831                 "description": "實體聚會中見到每一位對開放街圖有興趣的人",
10832                 "extendedDescription": "實體的聚會是與其他圖客碰面的好機會,能夠論論問題,學到很多事情,特別是歡迎新的貢獻者。"
10833             },
10834             "be-twitter": {
10835                 "name": "開放街圖比利時 Twitter",
10836                 "description": "開放街圖比利時 Twitter:@osm_be"
10837             },
10838             "bw-facebook": {
10839                 "name": "在 Facebook 上的 Mapping Botswana",
10840                 "description": "OpenStreetMap in Botswana 專頁"
10841             },
10842             "bw-twitter": {
10843                 "name": "在 Twitter 上的 Mapping Botswana",
10844                 "description": "OpenStreetMap in Botswana 的 Twitter"
10845             },
10846             "byosm": {
10847                 "name": "開放街圖白羅斯",
10848                 "description": "開放街圖白羅斯 Telegram 聊天室"
10849             },
10850             "cape-coast-youthmappers": {
10851                 "name": "University of Cape Coast YouthMappers",
10852                 "description": "追隨我們的 Twitter: {url} ",
10853                 "extendedDescription": "這是迦納 University of Cape Coast Youth Mappers 分會的官方頻道,我們愛地圖、開放資料和幫助別人。"
10854             },
10855             "czech-community": {
10856                 "name": "捷克開放街圖社群",
10857                 "description": "捷克開放街圖成員的地圖入口以及聯繫地方"
10858             },
10859             "de-berlin-mailinglist": {
10860                 "name": "柏林郵件論壇",
10861                 "description": "這是柏林開放街圖社群的郵件論壇"
10862             },
10863             "de-berlin-meetup": {
10864                 "name": "OpenStreetMap Berlin-Brandenburg Meetup",
10865                 "description": "柏林和布蘭登堡一帶的圖客與開放街圖使用者"
10866             },
10867             "de-berlin-telegram": {
10868                 "name": "Telegram 上的 @osmberlin",
10869                 "description": "開放街圖柏林 Telegram 聊天室"
10870             },
10871             "de-berlin-twitter": {
10872                 "name": "開放街圖柏林 Twitter",
10873                 "description": "追隨我們的 Twitter: {url}"
10874             },
10875             "de-forum": {
10876                 "name": "OpenStreetMap DE forum",
10877                 "description": "開放街圖德國網頁論壇"
10878             },
10879             "de-irc": {
10880                 "name": "OpenStreetMap Germany IRC",
10881                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-de"
10882             },
10883             "de-mailinglist": {
10884                 "name": "Talk-de 郵件論壇",
10885                 "description": "Talk-de 是德國開放街圖社群的郵件論壇 "
10886             },
10887             "de-ostwestfalen-lippe-mailinglist": {
10888                 "name": "OWL 郵件論壇",
10889                 "description": "這是東威斯特法倫 - 利普開放街圖社群的郵件論壇"
10890             },
10891             "de-telegram": {
10892                 "name": "開放街圖德國 Telegram",
10893                 "description": "加入開放街圖德國 Telegram 超級聊天室 {url}"
10894             },
10895             "dk-forum": {
10896                 "name": "開放街圖丹麥網頁論壇",
10897                 "description": "開放街圖丹麥的網頁論壇"
10898             },
10899             "dk-irc": {
10900                 "name": "OpenStreetMap Denmark IRC",
10901                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-dk"
10902             },
10903             "dk-mailinglist": {
10904                 "name": "Talk-dk 郵件論壇",
10905                 "description": "討論開放街圖在丹麥事物的郵件論壇"
10906             },
10907             "fi-forum": {
10908                 "name": "開放街圖芬蘭論壇",
10909                 "description": "開放街圖芬蘭網路論壇"
10910             },
10911             "fi-irc": {
10912                 "name": "開放街圖芬蘭 IRC",
10913                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-fl"
10914             },
10915             "fi-mailinglist": {
10916                 "name": "Talk-fl 郵件論壇",
10917                 "description": "Talk-fl 是芬蘭社群的官方郵件論壇 "
10918             },
10919             "fr-facebook": {
10920                 "name": "開放街圖法國 Facebook 頁面",
10921                 "description": "開放街圖法國 Facebook 頁面"
10922             },
10923             "fr-forum": {
10924                 "name": "開放街圖法國網頁論壇",
10925                 "description": "開放街圖法國網頁論壇"
10926             },
10927             "fr-irc": {
10928                 "name": "開放街圖法國 IRC",
10929                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-fr"
10930             },
10931             "fr-mailinglist": {
10932                 "name": "Talk-fr 郵件論壇",
10933                 "description": "Talk-fr 郵件論壇"
10934             },
10935             "fr-twitter": {
10936                 "name": "開放街圖法國 Twitter",
10937                 "description": "開放街圖法國 Twitter:{url}"
10938             },
10939             "gb-irc": {
10940                 "name": "開放街圖聯合王國 IRC",
10941                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-gb",
10942                 "extendedDescription": "在 irc.oftc.net (port 6667) 加入 #osm-gb,如果你問了問題,請耐心等候數分鐘等待回應"
10943             },
10944             "gb-mailinglist": {
10945                 "name": "Talk-gb 郵件論壇"
10946             },
10947             "hr-facebook": {
10948                 "name": "開放街圖克羅埃西亞 Facebook 社團",
10949                 "description": "開放街圖克羅埃西亞 Facebook 社團"
10950             },
10951             "hr-irc": {
10952                 "name": "開放街圖克羅埃西亞 IRC",
10953                 "description": "在 irc.freenode.org (port 6667) 上面加入 #osm-ㄐ"
10954             },
10955             "hr-mailinglist": {
10956                 "name": "Talk-hr 郵件論壇",
10957                 "description": "Talk-hr 郵件論壇"
10958             },
10959             "hu-facebook": {
10960                 "name": "開放街圖匈牙利在 Facebook",
10961                 "description": "匈牙利的圖客和開放街圖 Facebook 頁面"
10962             },
10963             "hu-forum": {
10964                 "name": "開放街圖匈牙利論壇",
10965                 "description": "開放街圖匈牙利網頁論壇"
10966             },
10967             "hu-meetup": {
10968                 "name": "開放街圖匈牙利 Meetup",
10969                 "description": "匈牙利舉行聚會的平台"
10970             },
10971             "is-facebook": {
10972                 "name": "在 Facebook 上的 OSM Iceland",
10973                 "description": "OpenStreetMap in Iceland 專頁"
10974             },
10975             "is-mailinglist": {
10976                 "name": "Talk-is 郵件清單",
10977                 "description": "Talk-is 是冰島 OSM 社群的官方郵件清單"
10978             },
10979             "is-twitter": {
10980                 "name": "在 Twittter 上的 OSM Iceland",
10981                 "description": "OpenStreetMap in Iceland 的 Twitter"
10982             },
10983             "it-facebook": {
10984                 "name": "開放街圖義大利 Facebook",
10985                 "description": "加入開放街圖義大利社群 Facebook"
10986             },
10987             "it-irc": {
10988                 "name": "開放街圖義大利 IRC",
10989                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-it"
10990             },
10991             "it-mailinglist": {
10992                 "name": "Talk-it 郵件論壇",
10993                 "description": "Talk-at 是義大利社群的官方郵件論壇 "
10994             },
10995             "it-telegram": {
10996                 "name": "開放街圖義大利在 Telegram",
10997                 "description": "開放街圖義大利 Telegram 聊天室"
10998             },
10999             "it-twitter": {
11000                 "name": "開放街圖義大利 Twitter",
11001                 "description": "在 {url} 上追隨我們的 Twitter"
11002             },
11003             "kosovo-telegram": {
11004                 "name": "在 Telegram 上的科索沃開放街圖",
11005                 "description": "半官方的全科索沃 Telegram 公開群組。我們歡迎從任何地方來,說任何語言的製圖者。"
11006             },
11007             "mappa-mercia-group": {
11008                 "name": "Mappa Mercia 地方社群",
11009                 "description": "英格蘭中部區一帶開放街圖熱情參與者的園地",
11010                 "extendedDescription": "Mappa Mercia 計畫宗旨是幫忙英國英格蘭中部區開放街圖的成長,我們運行社群活動,提供訓練和支援當地組織,最終希望能夠開放他們的資料。"
11011             },
11012             "no-forum": {
11013                 "name": "開放街圖挪威網頁論壇",
11014                 "description": "開放街圖挪威的網頁論壇"
11015             },
11016             "no-irc": {
11017                 "name": "開放街圖挪威 IRC",
11018                 "description": "在挪威的圖客與 OpenStreetMap 使用者、開發者與愛好者"
11019             },
11020             "no-mailinglist": {
11021                 "name": "開放街圖挪威郵件論壇",
11022                 "description": "在挪威的圖客與 OpenStreetMap 使用者、開發者與愛好者的郵件論壇"
11023             },
11024             "no-telegram": {
11025                 "name": "在 Telegram 上的 @OSM_no",
11026                 "description": "開放街圖挪威 Telegram 聊天室"
11027             },
11028             "osm-asia-telegram": {
11029                 "name": "開放街圖亞洲 Telegram",
11030                 "description": "加入我們這個大家庭:{url}"
11031             },
11032             "osm-at": {
11033                 "name": "開放街圖奧地利",
11034                 "description": "開放街圖在奧地利交流資訊的平台"
11035             },
11036             "osm-de": {
11037                 "name": "開放街圖德國",
11038                 "description": "開放街圖在德國交流資訊的平台"
11039             },
11040             "osm-gh-facebook": {
11041                 "name": "開放街圖迦納 Facebook",
11042                 "description": "迦納對開放街圖有興趣的人參與的 Facebook 社團。",
11043                 "extendedDescription": " 迦納社群中的圖客,推廣迦納開放街圖和人道救援開放街圖計畫。加入我們吧!"
11044             },
11045             "osm-gh-twitter": {
11046                 "name": "開放街圖迦納 Twitter",
11047                 "description": "追隨我們的 Twitter: {url} "
11048             },
11049             "osm-india-forum": {
11050                 "name": "開放街圖印度論壇",
11051                 "description": "開放街圖印度網頁論壇"
11052             },
11053             "osm-india-github": {
11054                 "name": "開放街圖印度 GitHub",
11055                 "description": "和我們一起寫程式:{url}"
11056             },
11057             "osm-india-telegram": {
11058                 "name": "開放街圖印度 Telegram",
11059                 "description": "加入我們這個大家庭:{url}"
11060             },
11061             "osm-india-website": {
11062                 "name": "開放街圖印度",
11063                 "description": "印度圖客和開放街圖使用者"
11064             },
11065             "osm-india-wiki": {
11066                 "name": "開放街圖維基專案印度",
11067                 "description": "您必須知道的在印度製圖的所有事情:{url}"
11068             },
11069             "osm-india-youtube": {
11070                 "name": "開放街圖印度 YouTube",
11071                 "description": "訂閱我們的頻道:{url}"
11072             },
11073             "osm-iran-aparat": {
11074                 "name": "開放街圖伊朗阿帕拉特",
11075                 "description": "訂閱我們的頻道 {url}",
11076                 "extendedDescription": "這裡有開放街圖相關的影片資源,主要用波斯文。"
11077             },
11078             "osm-iran-forum": {
11079                 "name": "開放街圖伊朗網頁論壇",
11080                 "description": "開放街圖伊朗網頁論壇",
11081                 "extendedDescription": "伊朗開放街圖使用者的網頁論壇,請自由發問以及與其他人討論!"
11082             },
11083             "osm-iran-telegram": {
11084                 "name": "開放街圖伊朗 Telegram",
11085                 "description": "觀迎加入 Telegram 頻道  {url},我們伊朗的開放街圖參與者也有超級群組,請到我們的頻道關於部分找到連結。"
11086             },
11087             "osm-latam": {
11088                 "name": "OpenStreetMap Latam",
11089                 "description": "支援在拉丁美洲的開放街圖"
11090             },
11091             "osm-mg-facebook": {
11092                 "name": "開放街圖馬達加斯加 Facebook 社團",
11093                 "description": "馬達加斯加對開放街圖有興趣的人參與的 Facebook 社團。"
11094             },
11095             "osm-se": {
11096                 "name": "OpenStreetMap.se",
11097                 "description": "提供瑞典在地社群 OSM 服務和資訊"
11098             },
11099             "osmcz-facebook": {
11100                 "name": "開放街圖捷克在 Facebook"
11101             },
11102             "osmcz-twitter": {
11103                 "name": "捷克 Twitter @osmcz",
11104                 "description": "追蹤捷克開放街圖 Twitter -  包括翻譯 WeeklyOSM!"
11105             },
11106             "osmgraz-meetup": {
11107                 "name": "OSM community meetup Graz",
11108                 "description": "開放街圖格拉茨社群的每月聚會"
11109             },
11110             "osmgraz-twitter": {
11111                 "name": "OSM community Graz Twitter",
11112                 "description": "開放街圖格拉茨社群的 Twitter"
11113             },
11114             "se-facebook": {
11115                 "name": "開放街圖瑞典 Facebook",
11116                 "description": "開放街圖瑞典的 Facebook"
11117             },
11118             "se-forum": {
11119                 "name": "開放街圖瑞典網頁論壇",
11120                 "description": "開放街圖瑞典的網頁論壇"
11121             },
11122             "se-irc": {
11123                 "name": "開放街圖瑞典 IRC",
11124                 "description": "在 irc.oftc.net (port 6667) 上面加入 #osm.se"
11125             },
11126             "se-mailinglist": {
11127                 "name": "Talk-se 郵件論壇",
11128                 "description": "討論開放街圖在瑞典事物的郵件論壇"
11129             },
11130             "se-twitter": {
11131                 "name": "開放街圖瑞典 Twitter",
11132                 "description": "追隨我們的 Twitter: {url} "
11133             },
11134             "si-forum": {
11135                 "name": "開放街圖斯洛維尼亞論壇",
11136                 "description": "開放街圖斯洛維尼亞社群的論壇"
11137             },
11138             "si-mailinglist": {
11139                 "name": "開放街圖斯洛維尼亞郵件論壇",
11140                 "description": "開放街圖在斯洛維尼亞的郵件論壇"
11141             },
11142             "talk-au": {
11143                 "name": "Talk-au 郵件論壇",
11144                 "description": "讓澳洲圖客聊天的園地"
11145             },
11146             "talk-cz-mailinglist": {
11147                 "name": "捷克郵件論壇 (Talk-cz ) ",
11148                 "description": "Talk-cz 是捷克社群的官方郵件論壇 "
11149             },
11150             "talk-gh": {
11151                 "name": "Talk-gh 郵件論壇",
11152                 "description": "Talk-gh 是迦納社群的官方郵件論壇 "
11153             },
11154             "talk-it-lazio": {
11155                 "name": "開放街圖義大利拉吉歐",
11156                 "description": "歡迎所有人加入!在 {signupUrl} 註冊",
11157                 "extendedDescription": "羅馬和拉吉歐區域的郵件論壇"
11158             },
11159             "talk-mg": {
11160                 "name": "Talk-m 郵件論壇",
11161                 "description": "馬達加斯加開放街圖貢獻者、社群和使用者分享和討論的園地"
11162             },
11163             "us-ma-mailinglist": {
11164                 "name": "Talk-us 麻塞諸塞州郵件論壇",
11165                 "description": "麻塞諸塞州 OSM 社群 email 郵件論壇"
11166             },
11167             "ym-Centre-Universitaire-de-Recherche-et-dApplication-en-Tldtection-CURAT-de-lUniversit-Felix-Houphouet-Boigny": {
11168                 "name": "YouthMappers CURAT",
11169                 "description": "YouthMappers chapter at Centre Universitaire de Recherche et d'Application en Télédétection (CURAT) de l'Université Felix Houphouet Boigny",
11170                 "extendedDescription": "我們分會目的是推廣自由畫地圖的協同使用,以及在研究與決策應用時運用開放街圖資料,幫助學生產生他們研究時自己的資料。"
11171             },
11172             "ym-Dedan-Kimathi-University-of-Technology": {
11173                 "name": "GDEV",
11174                 "description": "YouthMappers chapter at Dedan Kimathi University of Technology"
11175             },
11176             "ym-General-Lansana-Conte-University": {
11177                 "name": "YouthMappers General Lansana Conte University"
11178             },
11179             "ym-Institute-of-Science-and-Veterinary-Medicine": {
11180                 "name": "YouthMappers ISSMV Dalaba"
11181             },
11182             "ym-Karatina-University": {
11183                 "name": "Nature Club Karatina University",
11184                 "description": "YouthMappers chapter at Karatina University"
11185             },
11186             "ym-Kenyatta-University": {
11187                 "name": "Kenyatta University GIS Club",
11188                 "description": "YouthMappers chapter at Kenyatta University"
11189             },
11190             "ym-The-Gambia-YMCA-University-of-the-Gambia": {
11191                 "name": "YouthMappers 接觸",
11192                 "description": "YouthMappers chapter at The Gambia YMCA / University of the Gambia",
11193                 "extendedDescription": "Connected YouthMappers 由年輕甘比亞組成,希望能改變和協助國家發展。"
11194             },
11195             "ym-Universit-de-NZrkor": {
11196                 "name": "Youthmappers à N'Zérékoré"
11197             },
11198             "ym-University-of-Cape-Coast": {
11199                 "name": "UCC Geographical Society",
11200                 "description": "YouthMappers chapter at University of Cape Coast"
11201             },
11202             "ym-University-of-Energy-and-Natural-Resources": {
11203                 "name": "Eco-Club"
11204             },
11205             "ym-University-of-Ghana": {
11206                 "description": "YouthMappers chapter at University of Ghana"
11207             },
11208             "ym-University-of-Mines-and-Technology": {
11209                 "name": "YouthMappers chapter at University of Ghana"
11210             }
11211         }
11212     }
11213 }