]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD/locales/zh-TW.json
Merge remote-tracking branch 'upstream/pull/2123'
[rails.git] / vendor / assets / iD / iD / locales / zh-TW.json
index 596ec2828ad50b432924dc7ce3811aaa7f16895e..7d4a67fc337988b3fd9221d2f90667118a6a0e0f 100644 (file)
@@ -1,5 +1,14 @@
 {
     "zh-TW": {
+        "icons": {
+            "download": "下載",
+            "information": "資訊",
+            "remove": "移除",
+            "undo": "復原",
+            "zoom_to": "縮放至",
+            "copy": "複製",
+            "open_wikidata": "在 wikidata.org 開啟"
+        },
         "modes": {
             "add_area": {
                 "title": "區域",
                 "description": "新增餐廳、古蹪、郵箱或其他事物至地圖上。",
                 "tail": "點擊地圖以新增一個點。"
             },
+            "add_note": {
+                "title": "備註",
+                "description": "發現了問題?讓其他製圖者知道。",
+                "tail": "在地圖上點擊以新增備註。"
+            },
             "browse": {
                 "title": "瀏覽",
                 "description": "平移及縮放地圖。"
@@ -25,6 +39,9 @@
             },
             "draw_line": {
                 "tail": "點擊地圖以添加線段的其它節點。點擊其他線段以連接它們,點擊兩下以完成線段的繪製。"
+            },
+            "drag_node": {
+                "connected_to_hidden": "這個沒辦法被編輯,因其與其他隱藏的圖徵相連"
             }
         },
         "operations": {
@@ -32,7 +49,8 @@
                 "annotation": {
                     "point": "已新增一點。",
                     "vertex": "已新增一節點至路徑上。",
-                    "relation": "已新增一項關係。"
+                    "relation": "已新增一項關係。",
+                    "note": "已新增備註。"
                 }
             },
             "start": {
             },
             "connect": {
                 "annotation": {
-                    "point": "已連接路徑到一點。",
-                    "vertex": "已連接路徑到另一路徑。",
-                    "line": "已連接路徑到一線段。",
-                    "area": "已連接路徑到一區域。"
-                }
+                    "from_vertex": {
+                        "to_point": "已連接路徑到一點。",
+                        "to_vertex": "已連接路徑到另一路徑。",
+                        "to_line": "已連接路徑到一線段。",
+                        "to_area": "已連接路徑到一區域。",
+                        "to_adjacent_vertex": "將鄰近的點合併到路徑中。",
+                        "to_sibling_vertex": "已將路徑連接到它自身。"
+                    },
+                    "from_point": {
+                        "to_point": "將點與其他點合併。",
+                        "to_vertex": "將點與點合併為一條路徑。",
+                        "to_line": "移動點到線段上。",
+                        "to_area": "移動點到區域中。"
+                    }
+                },
+                "relation": "這些特徵並不能連結,因為它們的關聯角色有衝突。",
+                "restriction": "這些特徵並不能連結,因為會破壞 \"{relation}\" 關聯。"
             },
             "disconnect": {
                 "title": "斷開",
                 "annotation": "合併 {n} 個特徵",
                 "not_eligible": "不能合併這些物件。",
                 "not_adjacent": "這些特徵並不能合併,因為它們的端點並不相連。",
-                "restriction": "這些特徵並不能合併,因為其中一個是關聯 \"{relation}\" 成員。",
+                "restriction": "這些圖徽無法合併,因為它會危害到「{relation}」關係。",
+                "relation": "這些圖徽無法合併,因為它們有衝突的關係。",
                 "incomplete_relation": "這些物件不能合併,因為其中最少有一件未有完全下載。",
                 "conflicting_tags": "這些特徵並不能合儀,因為它們有彼此衝突的標籤。"
             },
                 "connected_to_hidden": "這個沒辦法切割,因為與其他隱藏的圖徵相連."
             },
             "restriction": {
-                "help": {
-                    "select": "點選選擇一段道路",
-                    "toggle": "點選切換轉向限制。",
-                    "toggle_on": "點選增加\"{restriction}\"的限制。",
-                    "toggle_off": "點選移除\"{restriction}\"的限制。"
-                },
                 "annotation": {
                     "create": "已增加轉向限制",
                     "delete": "已移除轉向限制"
                 }
+            },
+            "detach_node": {
+                "title": "分離",
+                "key": "E",
+                "description": "從這些線/區域分離此節點。",
+                "annotation": "已從父母線/區域分離節點",
+                "restriction": "此節點無法被分離,因為它會毀損「{relation}」關係。",
+                "connected_to_hidden": "此節點無法被分離,因為它連接到隱藏的圖徽。"
+            }
+        },
+        "restriction": {
+            "controls": {
+                "distance": "距離",
+                "distance_up_to": "最大 {distance}",
+                "via": "經由",
+                "via_node_only": "只有節點",
+                "via_up_to_one": "最多 1 路徑",
+                "via_up_to_two": "最多 2 路徑"
+            },
+            "help": {
+                "indirect": "(間接)",
+                "turn": {
+                    "no_left_turn": "禁止左轉 {indirect}",
+                    "no_right_turn": "禁止右轉 {indirect}",
+                    "no_u_turn": "禁止迴轉 {indirect}",
+                    "no_straight_on": "禁止直行 {indirect}",
+                    "only_left_turn": "只能左轉 {indirect}",
+                    "only_right_turn": "只能右轉 {indirect}",
+                    "only_u_turn": "只能迴轉 {indirect}",
+                    "only_straight_on": "只能直行 {indirect}",
+                    "allowed_left_turn": "允許左轉 {indirect}",
+                    "allowed_right_turn": "允許右轉 {indirect}",
+                    "allowed_u_turn": "允許迴轉 {indirect}",
+                    "allowed_straight_on": "允許直行 {indirect}"
+                },
+                "from": "從",
+                "via": "經由",
+                "to": "到",
+                "from_name": "{from} {fromName}",
+                "from_name_to_name": "{from} {fromName} {to} {toName}",
+                "via_names": "{via} {viaNames}",
+                "select_from": "點選 {from} 片段",
+                "select_from_name": "點選 {from} 片段 {fromName}",
+                "toggle": "點 \"{turn}\""
             }
         },
         "undo": {
         "loading_auth": "正在連接 OpenStreetMap...",
         "report_a_bug": "回報錯誤",
         "help_translate": "協助翻譯",
+        "sidebar": {
+            "key": "`",
+            "tooltip": "切換側邊欄。"
+        },
         "feature_info": {
             "hidden_warning": "{count} 隱藏的圖徵",
             "hidden_details": "這些圖徵現在被隱藏.: {details}"
             "cancel": "取消",
             "changes": "{count}  變動數",
             "download_changes": "下載 osmChange 檔案",
+            "errors": "錯誤",
             "warnings": "警告",
             "modified": "已修改",
             "deleted": "已刪除",
             "about_changeset_comments": "關於編輯變動",
             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
             "google_warning": "您在此留言中提到了 Google:請注意從 Google 地圖是嚴格禁止的。",
-            "google_warning_link": "http://www.openstreetmap.org/copyright"
+            "google_warning_link": "https://www.openstreetmap.org/copyright"
         },
         "contributors": {
             "list": "正顯示 {users} 的編輯",
                 "key": "H",
                 "title": "歷史",
                 "selected": "{n} 被選擇",
+                "no_history": "無歷史 (新功能)",
                 "version": "版本",
                 "last_edit": "最近編輯",
                 "edited_by": "編輯由",
                 "changeset": "變更組合",
                 "unknown": "未知",
-                "link_text": "在 openstreetmap.org 上的歷史"
+                "link_text": "在 openstreetmap.org 上的歷史",
+                "note_no_history": "無歷史 (新節點) ",
+                "note_comments": " 評論",
+                "note_created_date": "創建日期",
+                "note_created_user": "創建者",
+                "note_link_text": "openstreetmap.org 註記"
             },
             "location": {
                 "key": "L",
                 "title": "測量",
                 "selected": "{n} 被選擇",
                 "geometry": "形狀",
-                "closed": "已關閉",
+                "closed_line": "封閉線段",
+                "closed_area": "封閉區域",
                 "center": "中心",
                 "perimeter": "周長",
                 "length": "長度",
                 "centroid": "質心",
                 "location": "位置",
                 "metric": "公制",
-                "imperial": "英制"
+                "imperial": "英制",
+                "node_count": "節點數目"
             }
         },
         "geometry": {
             "vertex": "頂點",
             "line": "線",
             "area": "區域",
-            "relation": "關係"
+            "relation": "關係",
+            "note": "註記"
         },
         "geocoder": {
             "search": "搜尋全世界...",
             "locating": "正在定位,請等待..."
         },
         "inspector": {
+            "zoom_to": {
+                "key": "Z",
+                "title": "縮放到這裡",
+                "tooltip_feature": "置中和縮放地圖到這圖徵。",
+                "tooltip_note": "置中和縮放地圖到這註解。",
+                "tooltip_data": "置中和縮放地圖到這資料。",
+                "tooltip_issue": "置中和縮放地圖到這問題。"
+            },
             "no_documentation_combination": "這個標籤組合沒有可用的說明",
             "no_documentation_key": "這個鍵值沒有可用的說明",
-            "documentation_redirect": "這份文件已經被重新導向至新頁面",
             "show_more": "顯示更多",
             "view_on_osm": "在 openstreetmap.org 中檢視",
+            "view_on_keepRight": "在 keepright.at 檢視",
             "all_fields": "全部欄位",
             "all_tags": "所有標籤",
             "all_members": "所有成員",
             "all_relations": "所有關係",
             "new_relation": "建立新關係...",
+            "choose_relation": "選擇父關係",
             "role": "角色",
             "choose": "選擇物件種類",
             "results": "{search} 的 {n} 個結果",
             "reference": "在 OpenStreetMap Wiki 中檢閱",
+            "edit_reference": "編輯或翻譯描述",
+            "wiki_reference": "觀看說明文件",
+            "wiki_en_reference": "觀看英文的說明文件",
             "back_tooltip": "修改物件",
             "remove": "移除",
             "search": "搜尋",
             "way": "路徑",
             "relation": "關係",
             "location": "地點",
-            "add_fields": "新增欄位"
+            "add_fields": "新增欄位",
+            "lock": {
+                "suggestion": "\"{label}\" 欄位已經因為是維基數據標籤而鎖住,你可以刪除它或是在\"所有標籤\"部分編輯。"
+            }
         },
         "background": {
             "title": "背景",
             "description": "背景圖像設定",
             "key": "B",
-            "percent_brightness": "{opacity}%的亮度",
+            "backgrounds": "背景",
             "none": "無",
             "best_imagery": "這個地點已知最佳的影像來源",
             "switch": "切換回此背景",
             "custom": "客製化",
-            "custom_button": "編輯自訂的背景",
-            "custom_prompt": "輸入圖磚 URL 範本。有效的代號是:\n   - {zoom}/{z}, {x}, {y} 給 Z/X/Y 結構\n   - {ty} 給 TMS 樣式的 Y 座標\n   - {u} 給 quadtile 結構使用\n   - {switch:a,b,c} 給 DNS 伺服器多路通訊使用\n\n範例:\n{example}",
-            "fix_misalignment": "調整影像偏移",
-            "imagery_source_faq": "影像是從那裡來的呢?",
+            "overlays": "覆疊",
+            "imagery_source_faq": "影像資訊 / 問題回報",
             "reset": "重設",
-            "offset": "在灰色區域內拖拉調整影像偏移,或是輸入偏移公尺數。",
+            "display_options": "顯示設定",
+            "brightness": "亮度",
+            "contrast": "對比",
+            "saturation": "飽和度",
+            "sharpness": "銳利度",
             "minimap": {
-                "description": "小地圖",
+                "description": "顯示小地圖",
                 "tooltip": "顯示縮小的地圖幫助你確認所在區域的位置",
                 "key": "/"
-            }
+            },
+            "fix_misalignment": "調整影像偏移",
+            "offset": "在灰色區域內拖拉調整影像偏移,或是輸入偏移公尺數。"
         },
         "map_data": {
             "title": "地圖圖資",
                 "osm": {
                     "tooltip": "來自開放街圖的地圖資料",
                     "title": "開放街圖資料"
+                },
+                "notes": {
+                    "tooltip": "從開放街圖而來的註記資料",
+                    "title": "開放街圖註記"
+                },
+                "keepRight": {
+                    "tooltip": "自動從 keepright.at 偵測地圖問題",
+                    "title": "KeepRight 問題"
+                },
+                "custom": {
+                    "tooltip": "拖曳資料檔案到頁面上,或點選按鈕以設定",
+                    "title": "自訂地圖資料",
+                    "zoom": "縮放到資料"
                 }
             },
             "fill_area": "填充選項",
                 "tooltip": "區域全部用顏色填充"
             }
         },
+        "settings": {
+            "custom_background": {
+                "tooltip": "編輯自訂的背景",
+                "header": "自訂背景圖片設定",
+                "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}",
+                "template": {
+                    "placeholder": "編輯網址模版"
+                }
+            },
+            "custom_data": {
+                "tooltip": "編輯自訂資料圖層",
+                "header": "自訂地圖資料設定",
+                "file": {
+                    "instructions": "選擇本機資料檔案。支援的檔案類型:\n   .gpx, .kml, .geojson, .json",
+                    "label": "瀏覽檔案"
+                },
+                "or": "或",
+                "url": {
+                    "instructions": "輸入資料檔案 URL 或向量圖磚 URL 模板。有效的代號是:\n   {zoom} 或 {z}, {x}, {y} 為 Z/X/Y 圖磚結構",
+                    "placeholder": "輸入 URL"
+                }
+            }
+        },
         "restore": {
             "heading": "您有未儲存的編輯",
             "description": "您在上一次編輯時仍有未儲存的修改,你想恢復這些修改嗎﹖",
             "status_code": "伺服器傳回的狀態碼{code}",
             "unknown_error_details": "請確定你已經連上網路。",
             "uploading": "正在上傳修改至 OpenStreetMap...",
+            "conflict_progress": "檢查衝突:{total} 中的 {num}",
             "unsaved_changes": "你有未儲存的編輯",
             "conflict": {
                 "header": "解決編輯衝突",
             }
         },
         "success": {
-            "edited_osm": "已編輯了OSM!",
             "just_edited": "您剛剛編輯了OpenStreetMap!",
-            "view_on_osm": "於OSM上顯示",
-            "facebook": "分享至 Facebook",
-            "twitter": "分享至 Twitter",
-            "google": "分享至 Google+",
-            "help_html": "你編輯的變動應該過幾分會出現在\"標準圖層\"。其他圖層和特定圖徵,則需要久一點。",
+            "thank_you": "感謝你改進地圖。",
+            "thank_you_location": "感謝你改進 {where} 週遭的地圖。",
+            "help_html": "你編輯的變動應該過幾分會出現在開放街圖裡。其他的地圖更新需要花久一點時間。",
             "help_link_text": "詳細資料",
-            "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"
+            "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",
+            "view_on_osm": "在OSM上顯示變動",
+            "changeset_id": "你的變更集 #:{changeset_id}",
+            "like_osm": "喜歡開放街圖嗎?與其他人聯繫:",
+            "more": "更多",
+            "events": "活動",
+            "languages": "語言:{languages}",
+            "missing": "清單上仍有遺漏資訊?",
+            "tell_us": "告訴我們!"
         },
         "confirm": {
             "okay": "OK",
         "validations": {
             "disconnected_highway": "未連結道路",
             "disconnected_highway_tooltip": "道路應該要被連接到其他道路或是建築物的入口。",
+            "generic_name": "可能的一般名稱",
+            "generic_name_tooltip": "這個圖徵看來有一般名稱 \"{name}\"。只有在圖徵有正式名稱之下才用名稱欄位。",
             "old_multipolygon": "在外部路徑上的多邊形標籤",
             "old_multipolygon_tooltip": "這種多邊形樣式已被棄用。請將標籤加於母多邊形而非外部路徑。",
             "untagged_point": "未有標籤的點",
             "untagged_area_tooltip": "選擇適當的物件種類描述這區域是什麼。",
             "untagged_relation": "未標記的關係",
             "untagged_relation_tooltip": "選取一個可以適當地描述這個關係的圖徽類型。",
-            "many_deletions": "您正要刪除 {n} 個圖徽。您確定您要這麼做嗎?這將會把它們從每個人都看到的 openstreetmap.org 的地圖上刪除。",
+            "many_deletions": "您正要刪除 {n} 個圖徽:{p} 個節點、{l} 條線段、{a} 個區域、{r} 個關係。您確定您要這麼做嗎?這將會把它們從每個人都看得到的 openstreetmap.org 的地圖上刪除。",
             "tag_suggests_area": "{tag} 標籤所建議的線段應為區域,但這個不是一區域",
             "deprecated_tags": "已棄用的標籤︰{tags}"
         },
         },
         "cannot_zoom": "在此模式下不能再縮小。",
         "full_screen": "啟動全螢幕",
-        "gpx": {
-            "local_layer": "本機檔案",
-            "drag_drop": "拖放一個 .gpx, .geojson 或是 .kml 檔案到此頁面上,或是點選按鈕以瀏覽",
-            "zoom": "縮放到圖層",
-            "browse": "瀏覽檔案"
+        "QA": {
+            "keepRight": {
+                "title": "KeepRIght 錯誤",
+                "detail_title": "錯誤",
+                "detail_description": "説明",
+                "comment": "評論",
+                "comment_placeholder": "輸入評論以與其他使用者分享。",
+                "close": "關閉(錯誤已修正)",
+                "ignore": "忽略(並非錯誤)",
+                "save_comment": "儲存評論",
+                "close_comment": "關閉並評論",
+                "ignore_comment": "忽略並評論",
+                "error_parts": {
+                    "this_node": "這個節點",
+                    "this_way": "這條路徑",
+                    "this_relation": "這個關聯",
+                    "this_oneway": "這條單行道",
+                    "this_highway": "這條公路",
+                    "this_railway": "這條鐵道",
+                    "this_waterway": "這個水路",
+                    "this_cycleway": "這條自行車道",
+                    "this_cycleway_footpath": "這條自行車道/人行道",
+                    "this_riverbank": "這個河濱",
+                    "this_crossing": "這個人行穿越道",
+                    "this_railway_crossing": "這個鐵路平交道",
+                    "this_bridge": "這條橋",
+                    "this_tunnel": "這個隧道",
+                    "this_boundary": "這個邊界",
+                    "this_turn_restriction": "這個轉彎限制",
+                    "this_roundabout": "這個圓環",
+                    "this_mini_roundabout": "這個小型迴旋處",
+                    "this_track": "這個土路",
+                    "this_feature": "這個圖徵",
+                    "highway": "公路",
+                    "railway": "鐵道",
+                    "waterway": "水道",
+                    "cycleway": "自行車道",
+                    "cycleway_footpath": "自行車道/人行道",
+                    "riverbank": "河濱",
+                    "place_of_worship": "禮拜場所",
+                    "pub": "酒館",
+                    "restaurant": "餐廳",
+                    "school": "學校",
+                    "university": "大學",
+                    "hospital": "醫院",
+                    "library": "圖書館",
+                    "theatre": "劇院",
+                    "courthouse": "法院",
+                    "bank": "銀行",
+                    "cinema": "電影院",
+                    "pharmacy": "藥房",
+                    "cafe": "咖啡廳",
+                    "fast_food": "快餐店",
+                    "fuel": "加油站",
+                    "from": "從",
+                    "to": "至",
+                    "left_hand": "左手",
+                    "right_hand": "右手"
+                },
+                "errorTypes": {
+                    "20": {
+                        "title": "同一地點有多個節點",
+                        "description": "這一地點有超過一個節點,Node IDs: {var1}。"
+                    },
+                    "30": {
+                        "title": "非閉合區域",
+                        "description": "{var1} 被標示為 \"{var2}\" 而且必須是封閉區域。"
+                    },
+                    "40": {
+                        "title": "不合理的單行道",
+                        "description": "{var2} 的第一個節點 {var1} 並沒有連接到其他路徑。"
+                    },
+                    "41": {
+                        "description": "{var2} 的最後一個節點 {var1} 並沒有連接到其他路徑。"
+                    },
+                    "42": {
+                        "description": "你無法到達 {var1},因為其他到達的路徑都是單行道。"
+                    },
+                    "43": {
+                        "description": "你無法脫離 {var1},因為其他到達的路徑都是單行道。"
+                    },
+                    "50": {
+                        "title": "幾乎是交叉",
+                        "description": "{var1} 非常接近,但沒有連接到路徑 {var2}。"
+                    },
+                    "60": {
+                        "title": "已棄用的標籤",
+                        "description": "{var1} 使用已棄用的標籤 \"{var2}\"。請使用 \"{var3}\" 替代。"
+                    },
+                    "70": {
+                        "title": "缺少標籤",
+                        "description": "{var1} 有空白標籤:\"{var2}\"。"
+                    },
+                    "71": {
+                        "description": "{var1} 並沒有標籤。"
+                    },
+                    "72": {
+                        "description": "{var1} 不屬於任何一項路徑且不具有任何標籤。"
+                    },
+                    "73": {
+                        "description": "{var1} 帶有 \"{var2}\" 標籤但未有 \"highway\" 標籤。"
+                    },
+                    "74": {
+                        "description": "{var1} 有空白標籤:\"{var2}\"。"
+                    },
+                    "75": {
+                        "description": "{var1} 有名稱 \"{var2}\" 但無其他標籤。"
+                    },
+                    "90": {
+                        "title": "高速公路缺少道路編號",
+                        "description": "因 {var1} 標記為高速公路, 故其應有 \"ref\" 、 \"nat_ref\" 或 \"int_ref\" 任一標籤。"
+                    },
+                    "100": {
+                        "title": "禮拜場所未標註所屬宗教",
+                        "description": "因 {var1} 標記為禮拜場所,故其應有宗教教派標籤。"
+                    },
+                    "110": {
+                        "title": "興趣點沒有名稱",
+                        "description": "因 {var1} 被標記為 \"{var2}\",故此應有名稱標籤。"
+                    },
+                    "120": {
+                        "title": "沒有節點的路徑",
+                        "description": "{var1} 只有單一節點。"
+                    },
+                    "130": {
+                        "title": "未連結路徑",
+                        "description": "{var1} 沒有連接到地圖其他地方。"
+                    },
+                    "150": {
+                        "title": "缺少標籤的平交道",
+                        "description": "道路和鐵路交叉的 {var1} 需要被標為 \"railway=crossing\" 或是 \"railway=level_crossing\"。"
+                    },
+                    "160": {
+                        "title": "鐵路圖層衝突",
+                        "description": "{var1} 此處有不同層數的路徑 (如:隧道或橋樑) 互相連接。"
+                    },
+                    "170": {
+                        "title": "FIXME 標籤的項目",
+                        "description": "{var1} 帶有 FIXME 標籤: {var2}"
+                    },
+                    "180": {
+                        "title": "沒有類別的關係",
+                        "description": "{var1} 缺少 \"type\" 標籤。"
+                    },
+                    "190": {
+                        "title": "相交但沒有交插",
+                        "description": "{var1} 雖與 {var2} {var3} 相交,但其交叉點缺少路口交叉節點、橋樑或隧道。"
+                    },
+                    "200": {
+                        "title": "相互重疊的路徑",
+                        "description": "{var1} 重疊於 {var2} {var3} 之上。"
+                    },
+                    "210": {
+                        "title": "自我相交路徑",
+                        "description": "自我交叉的路徑有未明確的問題。"
+                    },
+                    "211": {
+                        "description": "{var1} 多次含有多於一個節點,節點如下: {var2} 。請注意這不一定代表錯誤。"
+                    },
+                    "212": {
+                        "description": "{var1} 僅含有兩個不同節略而其中一個節點被包含在内多於一次。"
+                    },
+                    "220": {
+                        "title": "拼寫錯誤的標籤",
+                        "description": "{var1} 被標記為 \"{var2}\" 但 \"{var3}\" 看似是屬於 \"{var4}\"。"
+                    },
+                    "221": {
+                        "description": "{var1} 帶有可能不符描述的標籤 \"{var2}\"。"
+                    },
+                    "230": {
+                        "title": "圖層衝突",
+                        "description": "{var1} 是一個不同層數路徑之交叉點。"
+                    },
+                    "231": {
+                        "description": "{var1} 是一個不同層數路徑 {var2} 之交叉點。",
+                        "layer": "(圖層: {layer})"
+                    },
+                    "232": {
+                        "description": "{var1} 被標記為 \"layer={var2}\"。雖其看似怪異但未必是錯誤。"
+                    },
+                    "270": {
+                        "title": "不尋常的高速公路連結",
+                        "description": "{var1} 是高速公路和其他不是 \"motorway\", \"motorway_link\", \"trunk\", \"rest_area\", 或是 \"construction\" 交叉的狀況。連結到 \"service\" 或是 \"unclassified\" 只有在 \"access=no/private\" 狀況才有效,或是連到高速高路服務區,會是有 \"service=parking_aisle\"。"
+                    },
+                    "280": {
+                        "title": "標界問題",
+                        "description": "這個標界有未指明的問題。"
+                    },
+                    "281": {
+                        "title": "標界缺少名稱",
+                        "description": "{var1} 缺少名稱。"
+                    },
+                    "282": {
+                        "title": "標界缺少邊界等級",
+                        "description": " {var1} 的標界並沒有效的 admin_level,請不要加混合的層級 (例如 \"6;7\"),請從最低的標界層級 admin_level 下標籤。"
+                    },
+                    "283": {
+                        "title": "標界不是一個閉合形狀",
+                        "description": "{var1} 的標界不是一個閉合形狀"
+                    },
+                    "284": {
+                        "title": "邊界已經分割",
+                        "description": "{var1} 的標界在此處分開。"
+                    },
+                    "285": {
+                        "title": "邊界 admin_level 太高了",
+                        "description": "{var1} 有 \"admin_level={var2}\",但屬於比較低的 \"admin_level\"(例如較高的優先);應該在所有的關聯中有最低的 \"admin_level\"。"
+                    },
+                    "290": {
+                        "title": "限制問題",
+                        "description": "這個限制有未指明的問題。"
+                    },
+                    "291": {
+                        "title": "限制遺失種類",
+                        "description": "{var1} 帶有無法辨識的限制類型。"
+                    },
+                    "292": {
+                        "title": "道路限制缺少 \"from\" 的路徑。",
+                        "description": "{var1} 擁有 {var2} 個 \"from\" 的成員,但該項應只有1個成員。"
+                    },
+                    "293": {
+                        "title": "道路限制缺少 \"to\" 的路徑。",
+                        "description": "{var1} 擁有 {var2} 個 \"to\" 的成員,但該項應只有1個成員。"
+                    },
+                    "294": {
+                        "title": "道路限制的 \"from\" 或 \"to\" 的成員並非路徑。",
+                        "description": "{var1} 擁有\"from\" 或 \"to\" 的成員,但該項應為路徑。{var2}。"
+                    },
+                    "295": {
+                        "title": "道路限制的 \"via\" 的成員並非終點。",
+                        "description": "{var1} 擁有 \"via\" (節點 {var2}) 並不是 \"{var3}\" (路徑 {var4}) 第一個或最後一個成員。"
+                    },
+                    "296": {
+                        "title": "不常見的限制角度",
+                        "description": "{var1} 擁有限制類型 \"{var2}\" ,但是角度是 {var3} 度,也許這種限制類型並不洽當?"
+                    },
+                    "297": {
+                        "title": "\"to\" 路徑方向錯誤",
+                        "description": "{var1} 並不符合往路徑 {var2} 的 \"to\" 方向"
+                    },
+                    "298": {
+                        "title": "冗餘的道路限制 - 單行道",
+                        "description": "{var1} 可能為冗餘標籤。項目已有 {var2} 的 \"oneway\" 單行道標籤限制進入。"
+                    },
+                    "300": {
+                        "title": "缺少最高速限",
+                        "description": "{var1}  缺少「最高速限」的標籤,而且也被標為高速公路、快速道路、主要道路或次要道路。"
+                    },
+                    "310": {
+                        "title": "圓環問題",
+                        "description": "這個圓環有未指明的問題。"
+                    },
+                    "311": {
+                        "title": "圓環並非閉合環狀",
+                        "description": "{var1} 屬於圓環的一部分,但是並非封閉的路線。(靠近圓環分離的行車道不應該被標為圓環)。"
+                    },
+                    "312": {
+                        "title": "圓環行車方向錯誤",
+                        "description": "如果 {var1} 在一個有 {var2} 交通規則的國家內,看來交通方向錯了。"
+                    },
+                    "313": {
+                        "title": "圓環有弱的連結",
+                        "description": "{var1} 僅有連接 {var2} 條道路。圓環一般而言會與 3 條或以上的道路相連。"
+                    },
+                    "320": {
+                        "title": "不當的連絡道連接",
+                        "description": "{var1} 被標為 \"{var2}\",但是並沒有連到其他 \"{var3}\" 或是\"{var4}\"。"
+                    },
+                    "350": {
+                        "title": "不當的橋樑標籤",
+                        "description": "{var1} 並沒有像週遭的路徑那樣有共同的標籤,顯示橋樑的目標,應該有標籤: {var2}。"
+                    },
+                    "360": {
+                        "title": "缺少在地名稱標籤",
+                        "description": "{var1} 如果有在地名稱 \"name:XX={var2}\" 會更好,而 XX 顯示是在地名稱 \"{var2}\" 的語言。"
+                    },
+                    "370": {
+                        "title": "重覆地標",
+                        "description": "{var1} 擁有與附近路徑  {var2} {var3} 相同的標籤,而且看來是多餘的。",
+                        "including_the_name": "(含有名稱 {name})"
+                    },
+                    "380": {
+                        "title": "非運動使用的運動標籤",
+                        "description": "{var1} 被標為 \"{var2}\",但沒有實體標籤 (例如 \"leisure\", \"building\", \"amenity\", 或是 \"highway\")。"
+                    },
+                    "390": {
+                        "title": "缺失道路種類",
+                        "description": "{var1} 缺少 \"tracktype\" 標籤。"
+                    },
+                    "400": {
+                        "title": "形狀問題",
+                        "description": "這個幾何形狀有未指明的問題。"
+                    },
+                    "401": {
+                        "title": "缺少轉彎限制",
+                        "description": "路徑 {var1} 和 {var2} 用很尖銳的角度連接,而且沒有 oneway 標籤或是轉彎限制防止轉彎。"
+                    },
+                    "402": {
+                        "title": "不合理的角度",
+                        "description": "{var1} 在此以一個陡急的角度彎曲。"
+                    },
+                    "410": {
+                        "title": "網站問題",
+                        "description": "聯絡網址和 URL 有未指名的問題。"
+                    },
+                    "411": {
+                        "description": "{var1} 也許有過期的 URL:{var2} 回傳 HTTP 狀態代碼 {var3}。"
+                    },
+                    "412": {
+                        "description": "{var1} 也許有過期的 URL:{var2} 包含怪怪的文字 \"{var3}\"。"
+                    },
+                    "413": {
+                        "description": "{var1} 也許有過期的 URL:{var2} 並沒有包含關鍵字 \"{var3}\"。"
+                    }
+                }
+            }
+        },
+        "streetside": {
+            "tooltip": "微軟的街景照片",
+            "title": "照片覆蓋層 (Bing Streetside)",
+            "report": "回報關於此照片的隱私疑慮",
+            "view_on_bing": "在 Bing Maps 上檢視",
+            "hires": "高解析度"
         },
         "mapillary_images": {
             "tooltip": "從 Mapillary 來的街道級照片",
         "openstreetcam": {
             "view_on_openstreetcam": "在 OpenStreetCam 檢視這張圖片"
         },
+        "note": {
+            "note": "註記",
+            "title": "編輯註記",
+            "anonymous": "匿名",
+            "closed": "(已關閉)",
+            "commentTitle": "評論",
+            "status": {
+                "opened": "已開啟 {when}",
+                "reopened": "再次開啟 {when}",
+                "commented": "評論 {when}",
+                "closed": "關閉 {when}"
+            },
+            "newComment": "新評論",
+            "inputPlaceholder": "輸入評論以與其他使用者分享。",
+            "close": "關閉註記",
+            "open": "重新開啟註記",
+            "comment": "評論",
+            "close_comment": "關閉並評論",
+            "open_comment": "重新開啟並評論",
+            "report": "回報",
+            "new": "新的備註",
+            "newDescription": "描述問題。",
+            "save": "儲存備註",
+            "login": "您必須登入以變更或評論此註記。",
+            "upload_explanation": "您的評論將會讓所有開放街圖的使用者都可以看到。",
+            "upload_explanation_with_user": "您對 {user} 的評論將會讓所有開放街圖的使用者都可以看到。"
+        },
         "help": {
             "title": "說明文件",
             "key": "H",
-            "help": "# 說明\n\n這是[開放街圖](http://www.openstreetmap.org/)的編輯器。\n開放街圖是自由及可編輯的世界地圖。您可以用這個編輯器來添加和更新您所在區域的地圖資料,令這個開源和開放資料的世界地圖變得更好。\n\n您在地圖上所做的編輯,將會讓所有使用開放街圖的人看到。為了編輯,您需要先[登入](https://www.openstreetmap.org/login)。\n\n[iD編輯器](http://ideditor.com/) 採用開源方式合作開發的專案, [原始碼可在GitHub找到](https://github.com/openstreetmap/iD)。\n",
-            "editing_saving": "# 編輯和儲存\n\n這個編輯器設計上主要為了在線上運作,現在你正透過網路連線在網路上存取它。\n\n### 選擇圖徵\n\n要選擇圖徵,像是道路或是興趣點,請點一下地圖。\n這會高亮度顯示選擇的圖徵,並且開啟有詳細資訊的面版,\n顯示所有你能對圖徵做的動作。\n要選擇多個圖徵,你必須按住'Shift'鍵。\n接著按你想選擇的圖徵,或是拖拉地圖來畫出長方形。\n這樣做會畫出方框選擇所有在範圍裡的點。\n\n### 儲存編輯\n\n當你編輯道路、建築和地方等變動時,\n這些資料會儲存在本地空間,直到你上傳到伺服器。\n不要擔心你可能會犯錯,你可以按復原按鈕恢復變動,\n以及按重覆按鍵重覆動作。\n\n按'儲存'結束這一串編輯 - 舉例來說,\n如果你完成繪製城鎮裡的一區,想要開始畫新的一區。你有機會回顧先前你做的事情,而編輯器提供有用的建議,\n而且如果出錯時會警告。\n\n如果所有東西都看起來都好的時候,你可以輸入簡短的評論,解釋你的變動,\n接著再次按'儲存'輸出變動到[OpenStreetMap.org](http://www.openstreetmap.org/),\n之後會讓大家都看得到,並且繼續繪製和改進。\n如果你無法在一次的時間裡完成編輯,你可以關係編輯器視窗,之後再回來 (相同瀏覽器和電腦),\n編輯器程式會詢問你是否恢復你的工作。\n\n### 使用編輯器\n\n你可以按 `?`顯示鍵盤快速鍵清單。\n",
-            "roads": "# 道路\n\n您可以利用這個編輯器創建,修復,及刪除道路。道路可以有很多種:行人路徑,公路,步道,單車路線等等 - 任何經常使用的路段都可製圖。\n\n### 選擇道路\n\n按圖上的道路以選擇該道路。道路的輪廓會以高亮度顯示,而同時地圖上會出現小工具選單,旁邊亦會彈出面板,顯示有關該道路的資訊。\n\n### 修改道路\n\n您或會經常注意到,道路並非對齊在背景中顯示的衛星圖像或GPS軌跡。您可以調整這些道路,讓他們位於正確的位置。\n\n首先,按您想修訂的道路。這會將道路以高亮度顯示,並顯示沿著這道路的節點,你可以拖曳這些節點到更好的位置。如果您想增加細節,可以為道路添加新的節點,點擊兩下道路上沒有節點的部分,便可在該處増加節點。\n\n如果道路連接到另一條道路,但在地圖上並未妥善連接,你可以拖曳道路的其中一個節點到另一條道路上,以連接兩條道路。連接好道路,對地圖非常重要,特別是對提供駕駛指示的應用程序而言,是必要的。\n\n您也可以按下'移動'工具或按`M`快速鍵,來移動整條道路,然後按一下以完成移動的動作。\n\n### 刪除道路\n\n如果一條道路完全不正確 - 您看到它在衛星圖像上不存在,並最好實地證實它根本不存在 - 您可以將道路刪除,這會從地圖中將之移除。刪除物件時務必要小心 - 像任何其他的編輯,結果會被大家看見,而衛星圖像往往會過時,因此該道路或許只是新建的。\n\n要刪除道路,您可以按住它以選擇,然後按下垃圾桶圖標,或按 ’Delete’ 鍵。\n\n### 繪製新道路\n\n發現某處應有一條道路,但地圖上沒有?按編輯器左上方的'線'按鈕,或按下`2`快速鍵,以開始繪製線段。\n\n在地圖上點擊道路的開端,以開始繪製道路。如果道路從一條現有的道路分支出來,應點擊兩者連接的地方,以開始繪製。\n\n然後按住沿著道路的點,以根據衛星影像或GPS軌跡,正確地繪製道路。如果您繪製的道路如果與另一條道路交匯,請點擊相交點以將它們連接起來。當您完成繪製後,可按兩下滑鼠或按鍵盤上的 'Return' 或 ’Enter’ 鍵。\n\n",
-            "gps": "# GPS\n\nGPS 資料是 OpenStreetMap 最可靠的資料來源. 這個編輯器支援 `.gpx` 的軌跡檔。 你可以使用智慧型手機的程式或個人 GPS 硬體去搜集。\n\n關於如何進行 GPS 資料搜集, 可參考 [Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/)。\n\n當要使用 GPX 軌跡檔去繪圖時,你可以直接拖拉 GPX 檔案至地圖編輯器上,如果編輯器識別到軌跡檔時,它將用亮紫色把軌跡顯示在地圖上。你可以點擊右側的 'Map Data' 選單去顯示、隱藏或縮放這個軌跡所產生的圖層。\n\n這個 GPX 軌跡並沒有上傳至 OpenStreetMap,但這種方式適合於當你想把軌跡當成參考資料去繪製新的地圖時,當然你也可以[上傳軌跡至 OpenStreetMap](http://www.openstreetmap.org/trace/create) 供其它人使用。\n",
-            "imagery": "# 圖像\n\n空照圖是繪製地圖重要的資料來源。在畫面右方的'背景圖像設定'選單中,可選擇使用的圖像,\n他們分別為空照圖、衛星影像和其他可自由編輯的圖像資源。\n\n編輯器預設使用[Bing Maps](http://www.bing.com/maps/)的衛星圖層,\n但當您平移或縮放地圖至一個新的地理區域,或可使用新的資源。\n在一些國家,像美國、法國和丹麥,部分區域有非常高品質的圖像。\n\n圖像會與地圖數據有所偏移。如果你看見很多的道路與背景有偏移,請不要立刻將它們全部搬移以與背景刎合。相反,你可以在「背景設定」選單中,點擊下方的「校準底圖」,以調整圖像以配合現有地圖數據。\n\n圖像有時候或會因為圖像提供者方面的誤差,與地圖資料有所偏移。\n如果您看到有很多路與背景是平移錯位的,請不要立刻將它們全部搬移以與背景刎合。\n您只需要點擊圖像設定介面底部的'校準'來調整圖像,讓它符合現有資料。\n",
-            "addresses": "# 地址\n\n地址是地圖中最有用的訊息之一。\n\n雖然地址通常被視為街道的一部分,在 OpenStreetMap 中,它們是沿相關街道的建築物和地方的屬性。\n\n您可以將地址訊息,添加到以建築物輪廓為代表、或以點為代表的地方之上。地址資料的最佳來源,是實地調查或個人知識 - 與任何其他物件一樣,嚴格禁止抄襲商業來源(如Google 地圖)的地圖資料。\n",
-            "inspector": "# 使用檢視面板\n檢視面板是畫面右面的用戶界面元素,當您選擇一個物件時便會出現,讓您可編輯物件的詳細資料。\n\n### 選擇物件類型\n\n在您添加一個點、線段或區域後,您可以選擇物件的類型,例如該物件是公路還是住宅區道路,是超級市場還是咖啡廳。檢視面板將顯示常用物件類型的按鈕,要找出其他物件類型,您可以在搜尋框中輸入您所要的物件類型。 點選物件類型按鈕右下角的'i'字按鈕,可顯示物件類型的更多資訊。點選按鈕以選擇該類型。\n\n### 使用表格和編輯標籤\n\n在您選擇物件類型後,或選擇已經被編配類型的物件時,檢查面板會顯示該物件詳細資料的欄位, 如名稱和地址。\n\n在欄位下方,您可以點選按鈕,以添加其他詳細資料,如維基百科的條目連結,無障礙設施狀況,以及其他更多資料。\n\n在面板的底部,點擊'增加標籤'以添加其他任意的標籤到該物件。[Taginfo](http://taginfo.openstreetmap.org/) 是相當好用的工具,你可以了解常用的標籤組合。\n\n您在檢查面板所做的更改,會自動套用到地圖上。您可以隨時點選'復原'按鈕,撤消這些更改。\n",
-            "buildings": "# 建築物\n\n開放街圖是世界上最大的建築物資料庫。您可以建立\n和改善這個資料庫。\n\n### 選擇建築物\n\n您可以點選建築物的邊界,以選擇該建築物。該建築物將以高亮度顯示,並會開啟小工具選單,和在右邊顯示有關建築物更多資料的面板。\n\n### 修改建築物\n\n有時候,建築物的位置或其標籤或許會不正確。\n\n要移動整個建築物的位置,先選擇該建築物,然後點選’移動’工具。移動您的滑鼠以移動築物,在移到正確位置上按一下。\n\n要更正建築物的形狀,點選並拖曳建築物輪廓的節點,以移到更好的位置。\n\n### 繪製新建築物\n\n為地圖添加建築物的主要問題之一,是開放街圖可以用輪廓或點的形式,記錄建築物。一般來說,應_盡可能以區域記錄建築物的輪廓_,並以置於建築輪廓內的點,記錄建築物中的公司、住宅、設施及其他東西。\n\n要開始繪製建築物,先單擊左上方的’區域’按鈕,最後則按鍵盤上的’Return'鍵或點選所繪的第一個節點,完成輪廓的繪製。\n\n### 刪除建築物\n\n如果一項建築物完全不正確 - 您看到它在衛星圖像上不存在,並最好實地證實它根本不存在 - 您可以將建築物刪除,這會從地圖中將之移除。刪除物件時務必要小心 - 像任何其他的編輯,結果會被大家看見,而衛星圖像往往會過時,因此該建築物或許只是新建的。\n\n要刪除建築物,您可以點選它以選擇,然後按下垃圾桶按鈕,或按 ’Delete’ 鍵。\n",
-            "relations": "# 關係\n\n關係是在開放街圖裡將其他物件組合在一起的特殊物件。\n舉兩個常見的例子-*路線關係*可用來將屬於某一高速公路或道路的路段併合;而*多重多邊形*則可用來將數條線段組合,以勾劃出較為複雜區域(如分開為數個區塊,或像甜甜圈一樣中間穿洞的區域)。\n\n在一個關係中組合在一起的物件,稱為該關係的*成員*。\n在面板裡,您可以看到一個物件屬於哪些關係,並可點選當中任何一個關係。\n當您點選了一個關係後,面板會列出關係中的所有成員,\n而這些成員亦會在地圖上標示出來。\n\n在您編輯時,iD在大多數情況下都會自動處理所涉及的關係。但是需注意,若您刪除舊有的路段以重繪更精確的路段,\n您必須確定將新的路段,仍為原本路段所屬關係的成員。\n\n## 編輯關係\n\n如果您想編輯關係,以下是基本要領。\n\n要將物件加入一個現有的關係,請選擇該物件,\n點選面板中\"所有關係\"下的\"+\"按鈕,並選擇或輸入關係的名稱。\n\n要增加一個新的關係,點選第一個要加入新關係作為成員的物件,\n點選面板中\"所有關係\"下的\"+\"按鈕,並選擇\"建立新關係...\"。\n\n要將物件從一個關係中移除,選擇該物件,\n點選您想將該物件移除的關係旁的垃圾桶按鈕。\n\n您可以運用\"合併\"工具,創建內含空洞的多重多邊形。\n繪製兩個區域(內部與外部),按住 Shift 鍵並分別點選它們兩者,\n然後點選 \"合併\"(+)按鈕。\n"
+            "help": {
+                "title": "說明文件",
+                "welcome": "歡迎來到 [開放街圖](https://www.openstreetmap.org/)的 iD 編輯器。使用 iD 編輯器能讓你在網頁瀏覽器更新開放街圖。",
+                "open_data_h": "開放資料",
+                "open_data": "在地圖上面的編輯變動會讓所有使用開放街圖的人看到。你的編輯必須基於個人知識,現地踏察,或是收集的空照或是街景影像。從商業來源如 Google 地圖,則[嚴重禁止](https://www.openstreetmap.org/copyright)。",
+                "before_start_h": "在開始之前",
+                "before_start": "你應該先熟悉開放街圖以及編輯器之前再開始編輯。iD 編輯器中有教學能教你基本編輯開放街圖的方法。點螢幕上的\"開始新手教學\"進行新手教學-這只會花 15 分鐘。",
+                "open_source_h": "開源",
+                "open_source": "iD 編輯器是共同協作的開源專案,你現在則是使用 {version} 版本。專案的原始碥在 [GitHub 上面](https://github.com/openstreetmap/iD)。",
+                "open_source_help": "你可以藉由[翻譯](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) 或是 [回報臭蟲](https://github.com/openstreetmap/iD/issues),協助 iD 專案的發展。"
+            },
+            "overview": {
+                "title": "概要",
+                "navigation_h": "瀏覽",
+                "navigation_drag": "你藉由按住 {leftclick} 滑鼠左鍵和移動滑鼠拖動地圖。你也可以使用鍵盤上的  `↓`, `↑`, `←`, `→` 方向鍵移動。",
+                "navigation_zoom": "你可以用滑鼠滾輪或是觸控版放大或縮小,或是按地圖旁的 {plus} / {minus} 按鈕。你也可以用鍵盤上的  `+`, `-` 鍵。",
+                "features_h": "圖徵",
+                "features": "我們用字詞*圖徵*來描述地圖上會出現的東西,像是道路、建築、或是興趣點。任何在現實世界出現的東西,都可以當作圖徵畫到開放街圖上面。地圖圖徵在地圖上以*點*、*線*或是*區域*的方式呈現。",
+                "nodes_ways": "在開放街圖裡,點有時候被稱為*節點*,而線和區域則被稱為*路徑*。"
+            },
+            "editing": {
+                "title": "編輯及儲存",
+                "select_h": "選取",
+                "select_left_click": "對著圖徵按 {leftclick} 左鍵選擇,則會用高亮度顯示加上會發光,而側邊欄則會顯示關於圖徵的詳細內容,像是名稱或是地址。",
+                "select_right_click": "對著圖徵按 {rightclick} 右鍵則會顯示編輯選單,列出可以執行的指令,像是旋轉、移動和刪除。",
+                "multiselect_h": "多重選擇",
+                "multiselect_shift_click": "`{shift}`+{leftclick} 按左鍵來一次選擇多個圖徵,這讓移動或刪除多個物件更為容易。",
+                "multiselect_lasso": "另一個多重選擇的方式是按住 `{shift}` 鍵,然後按 {leftclick} 左鍵拖動滑鼠拉出選擇方框。而所有在方框區域內的節點都會被選擇。",
+                "undo_redo_h": "復原及重複動作",
+                "undo_redo": "你的編輯都會存在本地的瀏覽器裡,直到你選擇上傳到開放街圖伺服器上。你可以點 {undo} **復原**按鈕來復原先前的編輯, {redo} 取消復原按鍵來取消復原。",
+                "save_h": "儲存",
+                "save": "點 {save} **儲存** 完成你的編輯並傳送到開放街圖。你應該記得你必須時常儲存你的成果! ",
+                "save_validation": "在儲存畫面,你有機會回顧你做了什麼。iD 會進行基本的檢查,確保沒有遺失的資料,以及提供有幫助的建議,還有在怪怪的時候提出警告。",
+                "upload_h": "上傳",
+                "upload": "在上傳你的變動之前,你必須輸入 [編輯變動留言](https://wiki.openstreetmap.org/wiki/Good_changeset_comments)。接著按**上傳**來傳送你的變動到開放街圖,然後這業變動會合併到地圖上,每個人都看得到。",
+                "backups_h": "自動備份",
+                "backups": "如果你無法在一次完成你的編輯,比如說你的電腦當機,或是你關掉瀏覽器分頁,你的編輯仍儲存在瀏覽器的儲存空間。之後你可以回來(同一台電腦的的同一個瀏覽器),iD 會讓你恢復你的工作。",
+                "keyboard_h": "鍵盤快速鍵",
+                "keyboard": "您可以透過按下 `?` 鍵瀏覽鍵盤快捷鍵清單"
+            },
+            "feature_editor": {
+                "title": "圖徵編輯器",
+                "intro": "*圖徵編輯器*會出現在地圖旁邊,允許你看到和編輯你選擇圖徵所有的資訊。",
+                "definitions": "上半部分會顯示圖徵的類型,中間部分則有顯示圖徵內容,像是名字或地址的*欄位*。",
+                "type_h": "圖徵類型",
+                "type": "你可以點選圖徵類型來改變不同的圖徵類型。所有現實世界存在的東西都可以加到開放街圖上面,所以總共有成千種圖徵類型能夠選擇。",
+                "type_picker": "類選選擇器顯示最常見的圖徵類儒,像是公園、醫院、餐廳、道路建築。你可以藉由在搜尋框輸入任何東西來搜尋。你也可以點選圖徵類型旁邊的 {inspect} **資訊**圖示來得到更多資訊。",
+                "fields_h": "欄位",
+                "fields_all_fields": "\"所有欄位\"部分含有你能編輯,所有圖徵的詳細資訊。在開放街圖,所有的欄位都是選擇性的,你不確定的話可以選擇留空。",
+                "fields_example": "每一個圖徵類型會有不同的欄位。舉例來說,道路類可能就有路面和速限的欄位,而餐廳則會顯示食物類型,以及營業時間的欄位。",
+                "fields_add_field": "你也可以按下拉選單\"新增欄位\",增加新的欄位,像是描述、維基百科連結、輪椅通通等項目。",
+                "tags_h": "標籤",
+                "tags_all_tags": "下面的欄位選擇,你可以展開\"所有標籤\"部分,替你選擇的圖徵加上任何在開放街圖上面的標籤。每一個標籤由一個\"鍵\"和\"值\"構成,資料元件定義所有在開放街圖上儲存的圖徵。",
+                "tags_resources": "編輯圖徵的標籤需要開放街圖進階的知識。你應該參考 [開放街圖 Wiki](https://wiki.openstreetmap.org/wiki/Main_Page) 或 [Taginfo](https://taginfo.openstreetmap.org/) 熟悉已經被接受的開放街圖標籤慣例。"
+            },
+            "points": {
+                "title": "點",
+                "intro": "*點*可以用來表示像是商店、餐廳和紀念碑的圖徵。他們佔據特定的地點,描述在那裡的東西。",
+                "add_point_h": "新增點",
+                "add_point": "要新增一個點,點選地圖上面工具列 {點} **點**按鈕,或是按快速鍵 `1`。這會讓滑鼠遊標變成十字圖樣。",
+                "add_point_finish": "要在地圖放置新的點,將滑鼠十字移到點的位置,接著按 {leftclick} 左鍵或按`空白鍵`。",
+                "move_point_h": "移動點",
+                "move_point": "要移動點的話,請將滑鼠指標移到點的上面,接著按下去然後按住 {leftclick} 左鍵不放,然後移到點到新的位置。",
+                "delete_point_h": "刪除點",
+                "delete_point": "刪除現實世界不存在的圖徵是很 OK 的事情。從開放街圖刪除圖徵,意味著從每個人會用到的地圖移除,所以你必須確定圖徵確實不在了,才真的刪除圖徵。",
+                "delete_point_command": "要刪去一個點,  {rightclick} 右鍵點選該點以打開編輯選單,然後選擇 {delete} **刪除** 指令。"
+            },
+            "lines": {
+                "title": "線",
+                "intro": "*線*用來代表像是道路、鐵路和河流。線應沿著被代表物體的中心繪製。",
+                "add_line_h": "新增線",
+                "add_line": "要新增線,點地圖上方工具列的 {line} **線**按鈕,或是按快速鍵 `2`。這會讓滑鼠指標變成十字形狀。",
+                "add_line_draw": "接下來,移動滑鼠指標到線開始的地方,按下 {leftclick} 左鍵,或是按`空白鍵`開始沿著線放置點。按著或是用`空白鍵`增加更多點,而在繪製的過程,你可以放大地圖,或是拖拉地圖來增加更多細節。",
+                "add_line_finish": "要完成畫線,按下 `{return}` 或對該線最後一個節點點擊一次。",
+                "modify_line_h": "變更線",
+                "modify_line_dragnode": "有時候你會看線的形狀並不正確,比方說道路並沒有與背景影像重合。要調整線的形狀,首先按 {leftclick} 左鍵選取線,所有線的點都會變成小的圓圈,接著你可以拖動這些點到更適合的位置。",
+                "modify_line_addnode": "你也可以沿著線新增點,在線上 {leftclick} **x2** 點兩下,或是拖動點跟點中間的小三角形。",
+                "connect_line_h": "連結線",
+                "connect_line": "路要適當連結,不只方便地圖顯示,還是提供導航最基本的方式。",
+                "connect_line_display": "道路的交叉處會用灰色圓圈表示,而線的尾段如無連到任何東西,則是用較大的白色圓圈代表。",
+                "connect_line_drag": "要讓線連到其他圖徵,則要將線的節點接到其他圖徵上,直到兩個圖徵接合為止。小技巧:你可以按著 `{alt}` 鍵避免點連到其他圖徵。",
+                "connect_line_tag": "如果你的交叉處是交通號誌或是穿越道,你可以藉由選取連接的點,然後用圖徵編輯器選取正確的圖徵類似來增加。",
+                "disconnect_line_h": "切斷線",
+                "disconnect_line_command": "要將道路從其他圖徵切斷,對著選取的節點按 {rightclick} 右健,然後在編輯選單選取 {disconnect} **切斷命令。",
+                "move_line_h": "移動線",
+                "move_line_command": "要移動整條線,用 {rightclick} 右鍵點線然後選擇選單 {move} **移動** 指令。接著移動滑鼠,用 {leftclick} 左鍵點要移動到的新地點。",
+                "move_line_connected": "有連到其他圖徵的線,則在移動線的同時也被移動到新地點。iD 可能會阻止你不讓你移動線到與其他連接的線交叉。",
+                "delete_line_h": "刪除線段",
+                "delete_line": "如果一條線都不對,舉例來說道路並不存在真實世界,當然你可以刪除。當你要刪除圖徵時請小心:背景影像也許過時,而看起來錯誤的道路也許是新修築的。",
+                "delete_line_command": "要刪除線,對著線按 {rightclick} 右鍵選取,接著在顯示的編輯選單,使用 {delete} **刪除**指令。"
+            },
+            "areas": {
+                "title": "區域",
+                "intro": "*區埔通常用來顯示有邊界的圖徵,像是湖泊、建築、住宅區。區域應當沿著圖徵邊緣繪製,舉例來說就是沿著建築物地基繪製。",
+                "point_or_area_h": "點或區域?",
+                "point_or_area": "許多圖徵能夠用點或是區域表示。你應該儘可能用區域來畫建築和其他東西的外框。將節點放在建築區域裡來表示商家、便利設施和其他在位於建築的圖徵。",
+                "add_area_h": "新增區域",
+                "add_area_command": "要增加區域,在地圖上方工具列點 {aera} **區域**按鈕,或是按快速鍵 `3`,這會讓滑鼠指標變成十字形。",
+                "add_area_draw": "接著,移動滑鼠指標到圖徵的角落,然後點 {leftclick} 左鍵,或是按`空白鍵`來放置點到區域的邊緣。繼續按著放置更多點,或是按`空白鍵`。當你在繪製的時候,你可以放大或是拖動地圖來增加更多細節。",
+                "add_area_finish": "要完成繪製區域,按 `{return}` 或再次點第一個點或最後一個點。",
+                "square_area_h": "直角角落",
+                "square_area_command": "許多圖徵像是建築有直角,要直角化區域的角落,則對著區域的邊緣按 {rightclick} 右鍵,然後選擇編輯選單 {orthogonalize} **方角化**指令。",
+                "modify_area_h": "變動區域",
+                "modify_area_dragnode": "你會常看到形狀不太對的區域,比如說跟背景影像不太符合的建築物。要修正區域的形狀,先按 {leftclick} 左鍵選擇區域,所有區域上的點會以小圓圈顯示,你可以拖動這些點到更適當的地點。",
+                "modify_area_addnode": "你也可以藉由區域邊緣上 {leftclick} **x2** 點兩下新增點,或是拖動兩點中間的小三角形來新增點。",
+                "delete_area_h": "刪除區域",
+                "delete_area": "如果區域畫得完全不對,像是真實世界並不存在那棟建築,那麼你可以放心刪除。但當刪除時請小心 - 背景影像也許已經過時了,那棟怪怪的建築也許只是新蓋好的建築。",
+                "delete_area_command": "要刪除區域,請對著區域按 {rightclick} 右鍵選取,接著出現編輯選單,然後使用 {delete} **刪除**指令。"
+            },
+            "relations": {
+                "title": "關聯",
+                "intro": "*關聯*是開放街圖特殊型態的圖徵,能夠將其他圖徵組織成一組。屬於關聯的圖徵被稱為*成員*,而每個成員在關聯裡都會有*角色*。",
+                "edit_relation_h": "編輯關聯",
+                "edit_relation": "在圖徵編輯器裡的最下面,你可以展開\"所有關係\"部分,能看到選擇的圖徵是那些關聯的成員。你可以點選關聯選擇和編輯關聯。",
+                "edit_relation_add": "要將圖徵加到關聯裡,選擇圖徵,接著點圖徵編輯器中\"所有關係\"部分的 {plus} 加號按鈕。你可以從附近關聯的清單選擇,或是選\"新關係...\"選項。",
+                "edit_relation_delete": "你也可以按 {delete} **刪除**按鈕將關聯中的選擇圖徵移除。如果你移除關聯中所有的成員,關聯也將被自動刪除。",
+                "maintain_relation_h": "維護關聯",
+                "maintain_relation": "大部分的情形來說,你編輯時 iD 會自動維護關聯,你應當特別注意替換關聯中的成員。舉例來說,如果你刪除一段路,用新繪製的路段取代,你應當如同原來的一樣,將新的部分加到同一個關聯 (路線、轉彎限制等)。",
+                "relation_types_h": "關聯種類",
+                "multipolygon_h": "多重多邊形",
+                "multipolygon": "*多重多邊形*關聯是擁有一個或多個*外框*以及一個或多個內部圖徵的群組。外框圖徵定義多重多邊形的外圍,而內部圖徵則定義次區域或是多重多邊形內部的洞。",
+                "multipolygon_create": "要創建多重多邊形,像是建築內有洞的狀況,要用區域的方式先畫外框,再來用線段或是不同形狀區塊的方式畫內部的邊緣。接著 `{shift}`+{leftclick}  左鍵同時選擇兩個圖徵,{rightclick} 右鍵點下去之後出現編輯選單,接著選 {merge} **合併**命令。 ",
+                "multipolygon_merge": "合併數個線段或區域會產生以所有選擇區域為成員新的多重多邊形。iD 會自動選擇是內部還是外部的角色,取決於那個圖徵是否在某一個圖徵裡面。",
+                "turn_restriction_h": "轉彎限制",
+                "turn_restriction": "*轉彎限制*關聯是有數個交叉道路的群組。轉彎限制由*從*道,*經由*節點或道路,以及*到*道路。",
+                "turn_restriction_field": "要編輯轉彎限制,選擇兩個以上道路交叉的節點。圖徵編輯器則會顯示特別的\"轉彎限制\"欄位,欄位裡有交叉點相關的模式。",
+                "turn_restriction_editing": "在\"轉彎限制\"欄位中,點選\"從\"道路,接著看是允許或是限制\"到\"道路。你可以點轉彎圖示切換允許或是限制,iD 會依據從、經由、到的角色,自動新建關聯。",
+                "route_h": "路線",
+                "route": "*路線*關聯是一個由一個或多個線段圖徵組成的道路網路群組,像是公車路線、火車路線或是公路路線。",
+                "route_add": "要增加圖徵到路線關聯,選擇圖徵在圖徵編輯器,向下滾動到\"所有關係\"部分,接著點 {plus} 加號按鈕,增加圖徵到鄰近已存在或是新的關聯中。",
+                "boundary_h": "邊界",
+                "boundary": "*邊界*關聯是一個由一個或多個線段圖徵組成的行政邊界。",
+                "boundary_add": "要增加圖徵到邊界關聯,選擇圖徵在圖徵編輯器,向下滾動到\"所有關係\"部分,接著點 {plus} 加號按鈕,增加圖徵到鄰近已存在或是新的關聯中。"
+            },
+            "notes": {
+                "title": "備註",
+                "intro": "*備註*是用於警告其他使用者有圖徽需要修復或注意。備註會在地圖上特定位置標記。要檢視既有的備註或加入新的,點擊 {data} **地圖圖資**面板以啟用開放街圖備註層。",
+                "add_note_h": "新增備註",
+                "add_note": "要加入新的備註,在地圖上的工具列點擊 {note} **備註**按鈕,或是按下鍵盤快捷鍵 `4`。這將會把您的滑鼠游標變更為十字符號。要在地圖上放置新的備註,將滑鼠游標放到要新增備註的地方,然後 {leftclick} 用左鍵點擊或按下 `Space` 鍵。",
+                "move_note": "僅有新的備註可以移動。要移動備註,將滑鼠游標放到新的備註上,然後按住 {leftclick} 滑鼠左鍵,並將備註拖曳到新的位置。",
+                "update_note_h": "關閉、重新開啟與評論",
+                "update_note": "既有的備註可以透過將其關閉、重新開啟或是對它新增評論來更新。關閉備註是指出問題已經解決。重新開啟備註則是指出原本的問題沒有被解決。",
+                "save_note_h": "儲存備註",
+                "save_note": "您必須分別儲存任何備註的編輯,只要按下在評論下方的按鈕就可以了。備註編輯**不**會包含在您上傳至開放街圖的變更集中。"
+            },
+            "imagery": {
+                "title": "背景影像",
+                "intro": "背景影像出現在地圖資料下方,是繪製地圖時相當重要的資源。這些影像可能是從衛星、飛機和無人機收集的空拍影像,或是掃描歷史地圖或是其他自由可用的來源資料。",
+                "sources_h": "空拍圖來源",
+                "choosing": "要看有那些影像來源可以用在編輯,點選地圖旁的 {layers} **背景設定**按鈕。",
+                "sources": "[Bing 地圖](https://www.bing.com/maps/)影像是預設的背景影像。視你在編輯的地方,還有其他的影像來源,有些影像比較新或有更高的解析度,所以請常常檢查有些可用,選擇那個圖層是最好用的繪製地圖參考來源。",
+                "offsets_h": "調整空拍圖層偏移",
+                "offset": "有時候影像會與既有地圖資料有些偏移狀況,如果你看到道路或是建築相比背景影像有偏移狀況,也許影像並沒有對準,請別移動全部的資料來吻合背景影像。你可以在背景影像設定,藉由\"調整影像偏移\"調整背景來將影像吻合既有的資料。",
+                "offset_change": "點小三角形微幅調整影像,或是按住 {leftclick} 左鍵在灰色區域拖動,來調整影像。"
+            },
+            "streetlevel": {
+                "title": "街景照片",
+                "intro": "街道級的照片對於繪製交通號誌與其他您無法在衛星照片或航空照片上看到的細節來說很有用。iD 編輯器支援了從 [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside)、[Mapillary](https://www.mapillary.com) 與 [OpenStreetCam](https://www.openstreetcam.org) 而來的街道級照片。",
+                "using_h": "使用街景照片",
+                "using": "要使用街景影像來畫地圖,點地圖旁 {data} **地圖資料**面板,切換不同的影像圖層。",
+                "photos": "當啟用時,圖片圖層會顯示有一連串有圖片沿著一條線,在更高的縮放程度,圓圈標示代表圖片的位置,而在更高的縮放下面,方向標示會顯示照片拍攝時的鏡頭方向。",
+                "viewer": "當你點其中一個照片位置,會在圖片下面角落出現照片檢示器。圖片檢示器能控制照片序列要往前進或後退。同時會顯示拍照者的名稱,拍攝日期,以及連到原始網站的連結。"
+            },
+            "gps": {
+                "title": "GPS 軌跡",
+                "intro": "收集的 GPS 軌跡對開放街圖是相當可靠的資料來源。編輯器支援本地電腦的 *.gpx*、*,geojson*,以及 *.kml* 檔案。你可以用智慧型手機、運動手錶或其他 GPS 裝置收集 GPS 軌跡。",
+                "survey": "要知道如何用 GPS 踏查,請閱讀[使用手機、GPS 或紙本繪圖](http://learnosm.org/en/mobile-mapping/)。",
+                "using_h": "使用 GPS 軌跡",
+                "using": "要用 GPS 軌跡畫地圖,請把資料檔案拖到地圖編輯器裡。如果成功辨識,則會在地圖上顯示亮紫色的線條。點地圖旁邊的 {data}  **地圖資料**面板啟用、關閉,或是縮放到你的 GPS 資料。",
+                "tracing": "GPS 軌跡並未傳到開放街圖 - 而最好的使用方式則是照著軌跡的指引,繪製你要新增的圖徵。",
+                "upload": "您也可以透過[上傳你的 GPS 資訊至 OpenStreetMap 開放街圖](https://www.openstreetmap.org/trace/create)以供其他使用者利用。"
+            },
+            "qa": {
+                "title": "品質保証",
+                "intro": "*品質保証* (Q/A, Quality Assurance) 工具能找出開放街圖上,不適當地標籤,為連結的道路或是其他問題,圖客能藉此修復。要檢視現有的 Q/A 問題,,回擊 {data} **地圖資料**儀表板開啓特定 Q/A 圖層。",
+                "tools_h": "工具",
+                "tools": "目前支援以下的工具:[KeepRight](https://www.keepright.at/),之後  iD 將支援 [Osmose](https://osmose.openstreetmap.fr/),[ImproveOSM](https://improveosm.org/en/),未來將支援更多 Q/A 工具。",
+                "issues_h": "處理問題",
+                "issues": "處理 Q/A 問題類似處理註解。點選已存在的 Q/A 問題會埴滿整個側邊欄,像是問題種類以及相關的圖徵。每個工具都有其能耐,但是一般來說你可以回應和/或關閉問題。"
+            },
+            "field": {
+                "restrictions": {
+                    "title": "轉彎限制說明",
+                    "about": {
+                        "title": "關於",
+                        "about": "這個欄位允許你偵測和變動轉彎限制,顯示選取的交叉路口的模型,以及鄰近連結的道路。",
+                        "from_via_to": "轉彎限制總是有:一個**從路徑**,一個**到路徑**,以及一個**經由節點*,或一個或多個**經由路徑**。",
+                        "maxdist": "\"{distField}\" 滑塊控制怎麼搜尋額外連結的道路。",
+                        "maxvia": "\"{viaField}\"  滑塊調整搜尋時包括有多少經由路徑 (技巧:越簡單越好)"
+                    },
+                    "inspecting": {
+                        "title": "偵測",
+                        "about": "飄浮過任何 **FROM** 片段來看轉彎限制,每個可能的 **TO** 目標會用上色的陰影包住,顯示關聯是否存在。",
+                        "from_shadow": "{fromShadow} **從片段**",
+                        "allow_shadow": "{allowShadow} **允許到**",
+                        "restrict_shadow": "{restrictShadow} **禁止到**",
+                        "only_shadow": "{onlyShadow} **只有到**",
+                        "restricted": "\"限制\"意著有轉彎限制,例如說\"禁止左轉\"。",
+                        "only": "\"只有\"意味著汽車從這條路來的時候,只能做這項選擇,例如說,\"只淮直行\"。"
+                    },
+                    "modifying": {
+                        "title": "變動",
+                        "about": "要變動轉彎限制,請先檢查先選取起始的 **FROM** 片段,選取的片段會放大,然後任何可能的 **TO** 目的地會以轉彎符號顯示。",
+                        "indicators": "接著,點選轉彎符號切換為\"允許\",\"限制\",和\"只有\"。",
+                        "allow_turn": "{allowTurn} **到允許**",
+                        "restrict_turn": "{restrictTurn} **到限制**",
+                        "only_turn": "{onlyTurn} **只有到**"
+                    },
+                    "tips": {
+                        "title": "技巧",
+                        "simple": "**偏好簡單限制而不是複雜的限制。**",
+                        "simple_example": "舉例來說,如果有簡單的經由點轉彎限制的話,避免創建經由道路限制。",
+                        "indirect": "**一些限制會顯示 \"(indirect)\" 文字,並且畫得比較淡。**",
+                        "indirect_example": "這此限制存在,因為其他鄰近的限制。舉例來說,一個**只允許直行**的限制會間接為其他經過的道路創建\"不允許轉彎\"限制。",
+                        "indirect_noedit": "你並不允許編輯間接限制,做為替代,你可以編輯鄰近的方向限制。"
+                    }
+                }
+            }
         },
         "intro": {
             "done": "完成",
             },
             "areas": {
                 "title": "區域",
-                "add_playground": "*區域*可以用來顯示圖徵邊界,常用在表示湖泊、建築和住宅區。 {br}。另外區域也可以用在更詳盡的畫地圖上面,取代先前只有節點表示的圖徵。**點{button}區域按鈕來新增區域。**",
+                "add_playground": "*區域*可以用來顯示圖徵邊界,常用在表示湖泊、建築和住宅區。 {br}。另外區域也可以用在畫更詳盡有更多圖徵的地圖上面,取代先前只用節點表示的圖徵。**點{button}區域按鈕來新增區域。**",
                 "start_playground": "讓我們用畫區域的方式來新增遊樂場吧。區域是由增加圖徵邊界的*節點*來繪製。**點或是按空白鍵在遊樂場邊角標上初始節點。**",
                 "continue_playground": "繼續在遊樂場邊界標上更多節點來繪製區域。如果遇到既有的人行道,你也可以將區域連接到人行道上。{br}小技巧:你可以按住 '{alt}' 鍵防止節點連到其他圖徵。 **繼續繪製遊樂場區域。** ",
                 "finish_playground": "按enter鏈或是按第一個或最後一個節點完成編輯。**完成遊樂場區域繪製**",
                     "background_switch": "切換回上一個背景圖層",
                     "map_data": "顯示地圖資料選項",
                     "fullscreen": "進入全螢幕模式",
+                    "sidebar": "切換側邊欄",
                     "wireframe": "切換線框模式",
                     "minimap": "切換小地圖"
                 },
                     "title": "選擇圖徵",
                     "select_one": "選擇單一圖徵",
                     "select_multi": "選擇多個圖徵",
-                    "lasso": "套索選擇圖徵周圍"
+                    "lasso": "套索選擇圖徵周圍",
+                    "search": "尋找與文字搜尋吻合的圖徵"
                 },
                 "with_selected": {
                     "title": "選中圖徵",
-                    "edit_menu": "切換編輯選單"
+                    "edit_menu": "切換編輯選單",
+                    "zoom_to": "縮放到選取圖徵"
                 },
                 "vertex_selected": {
                     "title": "選中節點",
                     "add_point": "'增加節點'模式",
                     "add_line": "'增加線段'模式",
                     "add_area": "'增加區域'模式",
-                    "place_point": "放置一個點",
+                    "add_note": "「新增備註」模式",
+                    "place_point": "放置點或備註",
                     "disable_snap": "按住可禁用點捕捉模式",
                     "stop_line": "完成繪製線段或區域"
                 },
                     "continue_line": "從選擇節點繼續繪製線條",
                     "merge": "合併選擇圖徵",
                     "disconnect": "在選擇節點斷開圖徵",
+                    "detach_node": "從父母線/區域分離選定的節點",
                     "split": "從選擇節點分割成兩條線段",
                     "reverse": "反轉線條",
                     "move": "移動選擇圖徵",
                 }
             }
         },
+        "units": {
+            "feet": "{quantity} 英呎",
+            "miles": "{quantity} 英哩",
+            "square_feet": "{quantity} 平方英呎",
+            "square_miles": "{quantity} 平方英哩",
+            "acres": "{quantity} 英畝",
+            "meters": "{quantity} 公尺",
+            "kilometers": "{quantity} 公里",
+            "square_meters": "{quantity} 平方公尺",
+            "square_kilometers": "{quantity} 平方公里",
+            "hectares": "{quantity} 公頃",
+            "area_pair": "{area1} ({area2})",
+            "arcdegrees": "{quantity}°",
+            "arcminutes": "{quantity}′",
+            "arcseconds": "{quantity}″",
+            "north": "北",
+            "south": "南",
+            "east": "東",
+            "west": "西",
+            "coordinate": "{coordinate}{direction}",
+            "coordinate_pair": "{latitude}, {longitude}"
+        },
+        "wikidata": {
+            "identifier": "識別碼",
+            "label": "標籤",
+            "description": "描述"
+        },
         "presets": {
             "categories": {
                 "category-barrier": {
                 "category-route": {
                     "name": "路線圖徵"
                 },
+                "category-utility": {
+                    "name": "基礎設施圖徵"
+                },
                 "category-water-area": {
                     "name": "水域圖徵"
                 },
                     "label": "允許通行限制",
                     "options": {
                         "designated": {
-                            "description": "只限標誌指定或特定本地法律容許人士進入",
+                            "description": "根據標誌或當地法律可以通過",
                             "title": "指定"
                         },
                         "destination": {
-                            "description": "å\8fªé\99\90å\89\8då¾\80ç\9b®ç\9a\84å\9c°äººå£«é\80²å\85¥",
+                            "description": "å\83\85ä¾\9bå\89\8då¾\80ç\9b®ç\9a\84å\9c°æ\99\82é\80\9aé\81\8e",
                             "title": "目的地"
                         },
                         "dismount": {
-                            "description": "å\85\81許é\80²å\85¥ä½\86é§\95é§\9bé\9c\80下車",
+                            "description": "å\8f¯ä»¥é\80\9aé\81\8eï¼\8cä½\86é¨\8e士å¿\85é \88下車",
                             "title": "下車"
                         },
                         "no": {
-                            "description": "禁止一般公眾進入",
+                            "description": "不供一般大眾使用",
                             "title": "禁止進入"
                         },
                         "permissive": {
-                            "description": "容許進入,直至擁有者撇回許可",
+                            "description": "直到擁有者撤銷許可前都可以通過",
                             "title": "獲許可進入"
                         },
+                        "permit": {
+                            "description": "僅持有有效許可證時方可通過",
+                            "title": "許可證"
+                        },
                         "private": {
-                            "description": "須擁有者個別批准,方可進入",
+                            "description": "僅在擁有者允許的情況下才能通行",
                             "title": "私人"
                         },
                         "yes": {
-                            "description": "æ\8c\89æ³\95å¾\8bå\8f\8aè·¯æ¬\8a; æ\9c\89æ¬\8a使ç\94¨",
+                            "description": "æ³\95å¾\8bå\85\81許é\80\9aè¡\8cï¼\9bä¸\80種æ\96¹å¼\8f",
                             "title": "可使用"
                         }
                     },
                 "animal_shelter": {
                     "label": "動物"
                 },
+                "architect": {
+                    "label": "建築樣式"
+                },
                 "area/highway": {
                     "label": "種類"
                 },
                 "atm": {
                     "label": "自動櫃員機"
                 },
+                "attraction": {
+                    "label": "類型"
+                },
                 "backrest": {
                     "label": "椅背"
                 },
                 "barrier": {
                     "label": "種類"
                 },
+                "basin": {
+                    "label": "種類"
+                },
                 "bath/open_air": {
                     "label": "露天浴場"
                 },
                     }
                 },
                 "beauty": {
-                    "label": "商店類型"
+                    "label": "美容專門"
                 },
                 "bench": {
                     "label": "長凳"
                 "board_type": {
                     "label": "種類"
                 },
+                "booth": {
+                    "label": "亭子"
+                },
                 "boules": {
                     "label": "類型"
                 },
                 "brand": {
                     "label": "品牌"
                 },
+                "brewery": {
+                    "label": "生啤酒"
+                },
                 "bridge": {
                     "label": "類型",
                     "placeholder": "預設"
                 },
+                "bridge/support": {
+                    "label": "類型"
+                },
                 "building": {
                     "label": "建築物"
                 },
+                "building/material": {
+                    "label": "材料"
+                },
                 "building_area": {
                     "label": "建築物"
                 },
                     "label": "容量",
                     "placeholder": "50, 100, 200..."
                 },
-                "cardinal_direction": {
-                    "label": "方向",
-                    "options": {
-                        "E": "東",
-                        "ENE": "東北偏東",
-                        "ESE": "東南偏東",
-                        "N": "北",
-                        "NE": "東北",
-                        "NNE": "東北偏北",
-                        "NNW": "西北偏北",
-                        "NW": "西北",
-                        "S": "南",
-                        "SE": "東南",
-                        "SSE": "東南偏南",
-                        "SSW": "西南偏南",
-                        "SW": "西南",
-                        "W": "西",
-                        "WNW": "西北偏西",
-                        "WSW": "西南偏西"
-                    }
+                "cash_in": {
+                    "label": "存款"
                 },
                 "castle_type": {
                     "label": "種類"
                 },
-                "clock_direction": {
-                    "label": "方向",
-                    "options": {
-                        "anticlockwise": "反時針",
-                        "clockwise": "順時針"
-                    }
+                "check_date": {
+                    "label": "最後檢查日期"
                 },
                 "clothes": {
                     "label": "服飾"
                 "collection_times": {
                     "label": "收集時間"
                 },
+                "colour": {
+                    "label": "顏色"
+                },
                 "comment": {
                     "label": "編輯變動留言",
                     "placeholder": "你的貢獻摘要(必填)"
                 "content": {
                     "label": "內容"
                 },
+                "conveying": {
+                    "label": "移動方向",
+                    "options": {
+                        "backward": "逆向",
+                        "forward": "順向",
+                        "reversible": "可變動"
+                    }
+                },
                 "country": {
                     "label": "國家"
                 },
+                "couplings": {
+                    "label": "接合子",
+                    "placeholder": "1, 2, 3..."
+                },
                 "covered": {
                     "label": "有蓋"
                 },
                         "cycleway:right": "右側"
                     }
                 },
+                "dance/style": {
+                    "label": "舞蹈類型"
+                },
                 "date": {
                     "label": "日期"
                 },
                 "description": {
                     "label": "描述"
                 },
+                "design": {
+                    "label": "設計"
+                },
+                "destination/ref_oneway": {
+                    "label": "目的道路編號"
+                },
+                "destination/symbol_oneway": {
+                    "label": "目的地符號"
+                },
+                "destination_oneway": {
+                    "label": "目的地"
+                },
                 "devices": {
                     "label": "裝置",
                     "placeholder": "1, 2, 3..."
                 "diaper": {
                     "label": "有尿布台"
                 },
+                "diet_multi": {
+                    "label": "飲食類型"
+                },
+                "direction": {
+                    "label": "方向 (順時針角度)",
+                    "placeholder": "45、90、180、270"
+                },
+                "direction_cardinal": {
+                    "label": "方向",
+                    "options": {
+                        "E": "東方",
+                        "ENE": "東北方",
+                        "ESE": "東南方",
+                        "N": "北方",
+                        "NE": "東北方",
+                        "NNE": "北北東",
+                        "NNW": "北北西",
+                        "NW": "西北方",
+                        "S": "南方",
+                        "SE": "東南方",
+                        "SSE": "南南東",
+                        "SSW": "南南西",
+                        "SW": "西南方",
+                        "W": "西方",
+                        "WNW": "西北西",
+                        "WSW": "西南西"
+                    }
+                },
+                "direction_clock": {
+                    "label": "方向",
+                    "options": {
+                        "anticlockwise": "逆時針",
+                        "clockwise": "順時針"
+                    }
+                },
+                "direction_vertex": {
+                    "label": "方向",
+                    "options": {
+                        "backward": "後退",
+                        "both": "兩者都有 / 全都有",
+                        "forward": "前進"
+                    }
+                },
+                "dispensing": {
+                    "label": "發放處方"
+                },
                 "display": {
                     "label": "顯示"
                 },
+                "distance": {
+                    "label": "距離"
+                },
                 "dock": {
                     "label": "碼頭種類"
                 },
+                "dog": {
+                    "label": "狗",
+                    "options": {
+                        "leashed": "只有牽繩套住",
+                        "no": "不允許",
+                        "yes": "允許"
+                    }
+                },
                 "drive_through": {
                     "label": "得來速"
                 },
                 "emergency": {
                     "label": "緊急"
                 },
+                "enforcement": {
+                    "label": "類型"
+                },
                 "entrance": {
                     "label": "種類"
                 },
                 "except": {
                     "label": "例外"
                 },
+                "faces": {
+                    "label": "面"
+                },
                 "fax": {
                     "label": "傳真",
                     "placeholder": "+31 42 123 4567"
                 "fence_type": {
                     "label": "種類"
                 },
-                "fire_hydrant/position": {
-                    "label": "位置",
-                    "options": {
-                        "green": "公共草皮",
-                        "lane": "巷弄",
-                        "parking_lot": "停車場",
-                        "sidewalk": "人行道"
-                    }
+                "fire_hydrant/diameter": {
+                    "label": "直徑(毫米、英呎或 letters)"
+                },
+                "fire_hydrant/pressure": {
+                    "label": "壓力(巴)"
                 },
                 "fire_hydrant/type": {
-                    "label": "種類",
+                    "label": "形狀",
                     "options": {
                         "pillar": "支柱式/地面式",
-                        "pond": "池塘",
+                        "pipe": "加蓋管",
                         "underground": "地下式",
                         "wall": "牆"
                     }
                 },
+                "fireplace": {
+                    "label": "壁爐"
+                },
                 "fitness_station": {
                     "label": "設備類型"
                 },
                 "fixme": {
-                    "label": "修復我"
+                    "label": "修正我"
+                },
+                "flag/type": {
+                    "label": "旗幟種類"
                 },
                 "ford": {
                     "label": "類型",
                 "frequency": {
                     "label": "運作頻率"
                 },
+                "frequency_electrified": {
+                    "label": "工作頻率"
+                },
+                "from": {
+                    "label": "從"
+                },
                 "fuel": {
                     "label": "燃料"
                 },
                 "generator/type": {
                     "label": "種類"
                 },
+                "government": {
+                    "label": "類型"
+                },
                 "grape_variety": {
                     "label": "葡萄品種"
                 },
                 "historic/civilization": {
                     "label": "古文明"
                 },
+                "historic/wreck/date_sunk": {
+                    "label": "沉沒日期"
+                },
+                "historic/wreck/visible_at_high_tide": {
+                    "label": "滿潮時可見"
+                },
+                "historic/wreck/visible_at_low_tide": {
+                    "label": "退潮時可見"
+                },
                 "hoops": {
                     "label": "藍框數量",
                     "placeholder": "1, 2, 4..."
                 },
+                "horse_dressage": {
+                    "label": "馬場馬術",
+                    "options": {
+                        "equestrian": "是",
+                        "undefined": "否"
+                    }
+                },
+                "horse_riding": {
+                    "label": "馬背騎乘",
+                    "options": {
+                        "horse_riding": "是",
+                        "undefined": "否"
+                    }
+                },
+                "horse_scale": {
+                    "label": "騎馬難度",
+                    "options": {
+                        "common": "容易:沒有問題或困難度。(預設)",
+                        "critical": "邊緣:有經驗騎士和馬匹可通行,主要障礙,橋樑要小心檢驗。",
+                        "dangerous": "危險:只適合非常有經驗的騎士和馬匹通行,而且只在天氣好的狀況,下馬狀況。",
+                        "demanding": "小心使用:不平的道路,時常有難以通行的通道。",
+                        "difficult": "困難:狹窄和裸露的道路,也許需要踩過障礙物和通過狹窄通道。",
+                        "impossible": "無法通行:道路或橋樑不適合馬匹通行,太狹窄、欠缺足夠的支撐結構或是有像是梯子等的障礙物,可能危及生命。"
+                    },
+                    "placeholder": "危險,困難..."
+                },
+                "horse_stables": {
+                    "label": "騎馬馬房",
+                    "options": {
+                        "stables": "是",
+                        "undefined": "否"
+                    }
+                },
                 "iata": {
                     "label": "IATA"
                 },
                 "indoor": {
                     "label": "室內"
                 },
+                "industrial": {
+                    "label": "類型"
+                },
                 "information": {
                     "label": "種類"
                 },
                 "intermittent": {
                     "label": "週期性的"
                 },
+                "intermittent_yes": {
+                    "label": "週期性水流"
+                },
                 "internet_access": {
                     "label": "網際網絡存取",
                     "options": {
                 "internet_access/ssid": {
                     "label": "SSID (網路名稱)"
                 },
+                "junction/ref_oneway": {
+                    "label": "路口號碼"
+                },
                 "kerb": {
                     "label": "路邊斜坡"
                 },
                     "label": "車線數目",
                     "placeholder": "1, 2, 3..."
                 },
+                "language_multi": {
+                    "label": "語言"
+                },
                 "layer": {
                     "label": "層",
                     "placeholder": "0"
                 "location": {
                     "label": "位置"
                 },
+                "location_pool": {
+                    "label": "位置",
+                    "options": {
+                        "indoor": "室內",
+                        "outdoor": "室外",
+                        "roof": "屋頂"
+                    }
+                },
                 "man_made": {
                     "label": "種類"
                 },
                 "map_type": {
                     "label": "種類"
                 },
+                "material": {
+                    "label": "材質"
+                },
                 "maxheight": {
                     "label": "最高高度",
                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
                     "label": "速度限制",
                     "placeholder": "40, 50, 60..."
                 },
+                "maxspeed/advisory": {
+                    "label": "建議速限",
+                    "placeholder": "40, 50, 60..."
+                },
                 "maxstay": {
                     "label": "可停留時間"
                 },
                 "memorial": {
                     "label": "類型"
                 },
-                "milestone_position": {
-                    "label": "里程碑位置",
-                    "placeholder": "距離,顯示一位小數 (123.4)"
+                "minspeed": {
+                    "label": "最低速限",
+                    "placeholder": "20, 30, 40..."
+                },
+                "monitoring_multi": {
+                    "label": "監測"
                 },
                 "mtb/scale": {
                     "label": "越越單車難度",
                 "oneway": {
                     "label": "單行道",
                     "options": {
+                        "alternating": "交替",
                         "no": "否",
+                        "reversible": "可反轉",
                         "undefined": "假設為否",
                         "yes": "是"
                     }
                 },
+                "oneway/bicycle": {
+                    "label": "單行道 (單車)"
+                },
                 "oneway_yes": {
                     "label": "單程路",
                     "options": {
+                        "alternating": "交替",
                         "no": "否",
+                        "reversible": "可反轉",
                         "undefined": "假設為是",
                         "yes": "是"
                     }
                 },
+                "opening_date": {
+                    "label": "預計開放日期"
+                },
                 "opening_hours": {
                     "label": "小時"
                 },
                     "label": "標準桿數",
                     "placeholder": "3,4,5..."
                 },
-                "parallel_direction": {
-                    "label": "方向",
-                    "options": {
-                        "backward": "反向",
-                        "forward": "正向"
-                    }
-                },
                 "park_ride": {
                     "label": "停車轉乘"
                 },
                         "underground": "地下"
                     }
                 },
+                "passenger_information_display": {
+                    "label": "乘客資訊顯示器"
+                },
                 "payment_multi": {
                     "label": "付款種類"
                 },
                 "piste/difficulty": {
                     "label": "難度",
                     "options": {
-                        "advanced": "進階 (黑色鑽石型)",
-                        "easy": "容易 (綠圈)",
-                        "expert": "專家 (雙重黑色鑽石型)",
-                        "extreme": "極端困難 (需要攀登工具)",
-                        "freeride": "自由滑行 (場地外)",
-                        "intermediate": "中階 (藍方塊)",
-                        "novice": "新手 (教學)"
+                        "advanced": "進階",
+                        "easy": "簡單",
+                        "expert": "專家",
+                        "extreme": "極端困難",
+                        "freeride": "自由滑行",
+                        "intermediate": "中階",
+                        "novice": "新手"
                     },
                     "placeholder": "容易, 中階, 進階"
                 },
+                "piste/difficulty_downhill": {
+                    "label": "難易度",
+                    "options": {
+                        "advanced": "進階 (黑色鑽石型) ",
+                        "easy": "容易 (綠圈) ",
+                        "expert": "專家 (雙重黑色鑽石型) ",
+                        "extreme": "極端困難 (需要攀登工具) ",
+                        "freeride": "自由滑行 (場地外) ",
+                        "intermediate": "中階 (藍方塊) ",
+                        "novice": "新手 (教學) "
+                    },
+                    "placeholder": "容易、中階、進階"
+                },
+                "piste/difficulty_nordic": {
+                    "label": "難易度",
+                    "options": {
+                        "advanced": "進階 - 狹窄,陡或是冰凍路段,急彎",
+                        "easy": "簡單 - 平緩的小丘,短短的陡路段",
+                        "expert": "專家 - 附近是危險路面",
+                        "intermediate": "中階 - 陡路段",
+                        "novice": "新手 - 平地,沒有加上特殊路面"
+                    },
+                    "placeholder": "簡單、中階、進階..."
+                },
+                "piste/difficulty_skitour": {
+                    "label": "難易度",
+                    "options": {
+                        "advanced": "進階 - S:40-45° 上坡",
+                        "easy": "容易 - WS:30-35° 上坡",
+                        "expert": "專家 - SS:45–50° 上坡",
+                        "extreme": "極限 - EX:大於 55° 上坡",
+                        "freeride": "自由式 - AS:50–55° 上坡",
+                        "intermediate": "中階 - ZS:35-40° 上坡",
+                        "novice": "新手 - L:小於 30° 上坡"
+                    },
+                    "placeholder": "容易、中階、進階... "
+                },
                 "piste/grooming": {
                     "label": "雪道種類",
                     "options": {
                         "skating": "滑行"
                     }
                 },
+                "piste/grooming_downhill": {
+                    "label": "疏導",
+                    "options": {
+                        "backcountry": "偏遠 - 沒有疏導",
+                        "classic": "經典",
+                        "mogul": "蒙古"
+                    }
+                },
+                "piste/grooming_hike": {
+                    "label": "疏導",
+                    "options": {
+                        "backcountry": "偏遠 - 雪鞋健走",
+                        "classic": "經典 - 冬季健行"
+                    }
+                },
+                "piste/grooming_nordic": {
+                    "label": "疏導",
+                    "options": {
+                        "backcountry": "偏遠, 無疏導",
+                        "classic": "經典",
+                        "classic+skating": "經典和滑雪",
+                        "scooter": "機車/雪車",
+                        "skating": "滑雪"
+                    }
+                },
                 "piste/type": {
                     "label": "種類",
                     "options": {
+                        "connection": "連線",
                         "downhill": "滑降",
                         "hike": "徒步旅行",
                         "ice_skate": "冰刀",
                 "railway": {
                     "label": "種類"
                 },
-                "rating": {
-                    "label": "電力頻率"
+                "railway/position": {
+                    "label": "里程牌位置",
+                    "placeholder": "距離達小數點一位數 (123.4)"
                 },
-                "recycling_accepts": {
-                    "label": "接受"
+                "railway/signal/direction": {
+                    "label": "方向",
+                    "options": {
+                        "backward": "後退",
+                        "both": "兩個方向 / 全部",
+                        "forward": "前進"
+                    }
+                },
+                "rating": {
+                    "label": "電力頻率"
+                },
+                "recycling_accepts": {
+                    "label": "接受"
                 },
                 "recycling_type": {
-                    "label": "回收品項",
+                    "label": "種類",
                     "options": {
-                        "centre": "回收中心",
-                        "container": "回收箱"
-                    }
+                        "centre": "中心",
+                        "container": "桶"
+                    },
+                    "placeholder": "中心, 桶"
                 },
                 "ref": {
                     "label": "參考編號"
                 },
+                "ref/isil": {
+                    "label": "ISIL 代碼"
+                },
                 "ref_aeroway_gate": {
                     "label": "閘門編號"
                 },
                     "label": "站台編號"
                 },
                 "ref_road_number": {
-                    "label": "道路號"
+                    "label": "道路號"
                 },
                 "ref_route": {
                     "label": "路線編號"
                 "restrictions": {
                     "label": "轉向限制"
                 },
+                "roof/colour": {
+                    "label": "屋頂顏色"
+                },
                 "rooms": {
                     "label": "房間數"
                 },
                 "sanitary_dump_station": {
                     "label": "廁所處理方式"
                 },
+                "scuba_diving": {
+                    "label": "服務"
+                },
+                "seamark/beacon_isolated_danger/shape": {
+                    "label": "形狀"
+                },
+                "seamark/beacon_lateral/category": {
+                    "label": "分類",
+                    "options": {
+                        "danger_left": "左方危險",
+                        "danger_right": "右方危險",
+                        "port": "港口",
+                        "starboard": "右舷",
+                        "waterway_left": "左側水路",
+                        "waterway_right": "右側水路"
+                    }
+                },
+                "seamark/beacon_lateral/colour": {
+                    "label": "顏色",
+                    "options": {
+                        "green": "綠",
+                        "grey": "灰",
+                        "red": "紅"
+                    }
+                },
+                "seamark/beacon_lateral/shape": {
+                    "label": "形狀"
+                },
+                "seamark/beacon_lateral/system": {
+                    "label": "系統",
+                    "options": {
+                        "cevni": "CEVNI",
+                        "iala-a": "IALA A",
+                        "iala-b": "IALA B",
+                        "other": "其他"
+                    }
+                },
+                "seamark/buoy_lateral/category": {
+                    "label": "分類",
+                    "options": {
+                        "channel_left": "左側航道",
+                        "channel_right": "右側航道",
+                        "danger_left": "左側危險",
+                        "danger_right": "右側危險",
+                        "port": "左側",
+                        "preferred_channel_port": "航道左側優先",
+                        "preferred_channel_starboard": "航道右側優先",
+                        "starboard": "右側",
+                        "waterway_left": "航道左側",
+                        "waterway_right": "航道右側"
+                    }
+                },
+                "seamark/buoy_lateral/colour": {
+                    "label": "顏色",
+                    "options": {
+                        "green": "綠色",
+                        "green;red;green": "綠-紅-綠",
+                        "green;white;green;white": "綠-白-綠-白",
+                        "red": "紅色",
+                        "red;green;red": "紅-綠-紅",
+                        "red;white;red;white": "紅-白-紅-白",
+                        "white": "白色",
+                        "yellow": "黃色"
+                    }
+                },
+                "seamark/buoy_lateral/shape": {
+                    "label": "形狀"
+                },
+                "seamark/buoy_lateral/system": {
+                    "label": "系統",
+                    "options": {
+                        "cevni": "CEVNI",
+                        "iala-a": "IALA A",
+                        "iala-b": "IALA A",
+                        "other": "其他"
+                    }
+                },
+                "seamark/mooring/category": {
+                    "label": "類別"
+                },
+                "seamark/type": {
+                    "label": "海標"
+                },
+                "seamark/wreck/category": {
+                    "label": "種類"
+                },
                 "seasonal": {
                     "label": "季節性"
                 },
+                "seats": {
+                    "label": "座位數",
+                    "placeholder": "2, 4, 6..."
+                },
                 "second_hand": {
                     "label": "販售二手商品",
                     "options": {
                 "shop": {
                     "label": "種類"
                 },
+                "siren/purpose": {
+                    "label": "目的"
+                },
+                "siren/type": {
+                    "label": "類型",
+                    "options": {
+                        "electronic": "電子式",
+                        "other": "其他",
+                        "pneumatic": "氣動式"
+                    }
+                },
                 "site": {
                     "label": "種類"
                 },
+                "site_type": {
+                    "label": "遺址類型"
+                },
                 "smoking": {
                     "label": "吸煙",
                     "options": {
                 "surveillance/zone": {
                     "label": "監視區域"
                 },
+                "survey/date": {
+                    "label": "最後服務日期"
+                },
+                "swimming_pool": {
+                    "label": "類型"
+                },
                 "switch": {
                     "label": "類型",
                     "options": {
                     },
                     "placeholder": "可以, 不行, 只能外帶 ..."
                 },
+                "to": {
+                    "label": "到"
+                },
                 "toilets/disposal": {
                     "label": "處置方式",
                     "options": {
                 "tourism": {
                     "label": "種類"
                 },
-                "tourism_attraction": {
-                    "label": "旅遊"
-                },
                 "tower/construction": {
                     "label": "建材",
                     "placeholder": "拉線、鋼格、偽裝、..."
                 "traffic_calming": {
                     "label": "種類"
                 },
+                "traffic_sign": {
+                    "label": "交通號誌"
+                },
+                "traffic_sign/direction": {
+                    "label": "方向",
+                    "options": {
+                        "backward": "反向",
+                        "both": "都有/全部",
+                        "forward": "向前"
+                    }
+                },
                 "traffic_signals": {
                     "label": "號誌種類"
                 },
+                "traffic_signals/direction": {
+                    "label": "方向",
+                    "options": {
+                        "backward": "後退",
+                        "both": "兩個方向 / 全部",
+                        "forward": "前後"
+                    }
+                },
                 "trail_visibility": {
                     "label": "路徑可見度",
                     "options": {
                     "label": "類型",
                     "placeholder": "預設"
                 },
+                "usage_rail": {
+                    "label": "用途類型",
+                    "options": {
+                        "branch": "支線",
+                        "industrial": "工業用",
+                        "main": "主線",
+                        "military": "軍事用",
+                        "test": "測試",
+                        "tourism": "觀光"
+                    }
+                },
                 "vending": {
-                    "label": "貨品種類"
+                    "label": "貨物類型"
                 },
                 "visibility": {
                     "label": "可見度",
                 "voltage/tertiary": {
                     "label": "三次電壓"
                 },
+                "voltage_electrified": {
+                    "label": "電壓"
+                },
                 "wall": {
                     "label": "種類"
                 },
                 "water_point": {
                     "label": "取水點"
                 },
+                "water_source": {
+                    "label": "水源"
+                },
+                "water_volume": {
+                    "label": "儲水量(立方公尺)"
+                },
                 "waterway": {
                     "label": "種類"
                 },
                 "wheelchair": {
                     "label": "輪椅通道"
                 },
+                "wholesale": {
+                    "label": "批發"
+                },
                 "width": {
                     "label": "寬度 (公尺)"
                 },
+                "wikidata": {
+                    "label": "維基數據"
+                },
                 "wikipedia": {
                     "label": "維基百科"
                 },
                     "name": "廣告牌",
                     "terms": "廣告看板"
                 },
+                "advertising/column": {
+                    "name": "廣告看板",
+                    "terms": "廣告看板,廣告欄"
+                },
                 "aerialway": {
                     "name": "纜車路線"
                 },
                     "terms": "牽繩"
                 },
                 "aerialway/station": {
-                    "name": "纜車站",
-                    "terms": "纜車車站"
+                    "name": "纜車站"
                 },
                 "aerialway/t-bar": {
                     "name": "T型吊桿",
                     "name": "機場航廈",
                     "terms": "航廈,機場大堂"
                 },
+                "allotments/plot": {
+                    "name": "社區園圃",
+                    "terms": "社區園圃,社區農圃,社區花園"
+                },
                 "amenity": {
                     "name": "便利設施"
                 },
                     "terms": "單車維修工具站,自行車自助維修站,單車自助維修站"
                 },
                 "amenity/biergarten": {
-                    "name": "啤酒花園",
+                    "name": "啤酒花園 ",
                     "terms": "啤酒花園,屋外花園酒店"
                 },
                 "amenity/boat_rental": {
                     "terms": "錢幣兌換,貨幣兌換"
                 },
                 "amenity/bus_station": {
-                    "name": "公車客運站",
-                    "terms": "客運站,轉運站,長途客運站"
+                    "name": "客運站"
                 },
                 "amenity/cafe": {
                     "name": "咖啡廳",
                     "terms": "咖啡店"
                 },
+                "amenity/car_pooling": {
+                    "name": "汽車共乘",
+                    "terms": "共乘,拚車"
+                },
                 "amenity/car_rental": {
                     "name": "汽車租車店",
                     "terms": "汽車出租店,租車店,汽車租車店"
                 },
                 "amenity/charging_station": {
                     "name": "充電站",
-                    "terms": "充電站, 電池交換站"
+                    "terms": "充電站, 電池交換站, 充電處"
                 },
                 "amenity/childcare": {
                     "name": "托兒所/托嬰處",
                 },
                 "amenity/clinic/fertility": {
                     "name": "生產診所",
-                    "terms": "生產診所"
+                    "terms": "生產診所,不孕診所"
                 },
                 "amenity/clock": {
                     "name": "時鐘",
                 },
                 "amenity/courthouse": {
                     "name": "法院",
-                    "terms": "法庭"
+                    "terms": "法庭,地方法院,高等法院,最高法院"
                 },
                 "amenity/coworking_space": {
                     "name": "共同工作空間"
                     "name": "牙醫",
                     "terms": "牙醫診所"
                 },
+                "amenity/dive_centre": {
+                    "name": "潛水中心",
+                    "terms": "潛水服務中心"
+                },
                 "amenity/doctors": {
                     "name": "醫生",
                     "terms": "醫生診療處"
                 },
                 "amenity/drinking_water": {
                     "name": "飲水機",
-                    "terms": "飲水,水源,活水,飲處"
+                    "terms": "飲水,水源,活水,飲處,取水處"
                 },
                 "amenity/driving_school": {
                     "name": "駕訓班",
-                    "terms": "駕訓班"
+                    "terms": "駕訓班,駕訓學校"
                 },
                 "amenity/embassy": {
                     "name": "使館",
                     "name": "速食餐廳",
                     "terms": "速食店"
                 },
+                "amenity/fast_food/burger": {
+                    "name": "漢堡速食店",
+                    "terms": "漢堡店,速食店"
+                },
+                "amenity/fast_food/chicken": {
+                    "name": "雞肉速食店",
+                    "terms": "雞肉速食店"
+                },
+                "amenity/fast_food/fish_and_chips": {
+                    "name": "炸魚速食店",
+                    "terms": "炸魚店"
+                },
+                "amenity/fast_food/kebab": {
+                    "name": "炸肉串速食店",
+                    "terms": "炸肉串店"
+                },
+                "amenity/fast_food/pizza": {
+                    "name": "批薩快餐店",
+                    "terms": "批薩店"
+                },
+                "amenity/fast_food/sandwich": {
+                    "name": "三明治快餐廳",
+                    "terms": "三明治快餐廳"
+                },
                 "amenity/ferry_terminal": {
-                    "name": "水運碼頭",
-                    "terms": "水路碼頭,遊艇碼頭"
+                    "name": "水運碼頭"
                 },
                 "amenity/fire_station": {
                     "name": "消防局",
                 },
                 "amenity/internet_cafe": {
                     "name": "網咖",
-                    "terms": "網咖"
+                    "terms": "網咖,網吧,網路咖啡店,Internet Cafe"
                 },
                 "amenity/kindergarten": {
                     "name": "育幼院/幼兒園範圍",
                     "terms": "育幼院/幼稚園,育幼院/幼稚園用地,育幼院,幼兒園,幼稚園,Preschool,Kindergarten"
                 },
+                "amenity/language_school": {
+                    "name": "語言學校",
+                    "terms": "語言學校"
+                },
                 "amenity/library": {
                     "name": "圖書館",
                     "terms": "圖書室,閱覽室"
                 },
+                "amenity/love_hotel": {
+                    "name": "情趣旅館",
+                    "terms": "愛情旅館,情人旅館"
+                },
                 "amenity/marketplace": {
                     "name": "市場",
                     "terms": "市集,傳統市場,marketplace"
                 },
+                "amenity/monastery": {
+                    "name": "修道院",
+                    "terms": "修道院"
+                },
+                "amenity/money_transfer": {
+                    "name": "匯款站",
+                    "terms": "匯款處"
+                },
                 "amenity/motorcycle_parking": {
                     "name": "機車停車場",
                     "terms": "機車停車場,速克達停車場,摩托車停車場"
                 },
                 "amenity/music_school": {
                     "name": "音樂學校",
-                    "terms": "<translate with synonyms or related terms for 'Music School', separated by commas>"
+                    "terms": "音樂學院,音樂學校"
                 },
                 "amenity/nightclub": {
                     "name": "夜總會",
                     "name": "養老院"
                 },
                 "amenity/parking": {
-                    "name": "停車場",
-                    "terms": "汽車停車場"
+                    "name": "平面停車場",
+                    "terms": "停車場"
+                },
+                "amenity/parking/multi-storey": {
+                    "name": "立體停車場",
+                    "terms": "多層停車場,停車塔"
                 },
                 "amenity/parking_entrance": {
                     "name": "停車場入口/出口",
                 },
                 "amenity/parking_space": {
                     "name": "停車位",
-                    "terms": "停車楁,停車空間"
+                    "terms": "停車格,停車空間"
+                },
+                "amenity/payment_centre": {
+                    "name": "繳費中心",
+                    "terms": "繳費中心"
                 },
-                "amenity/pavilion": {
-                    "name": "",
-                    "terms": "亭,亭子"
+                "amenity/payment_terminal": {
+                    "name": "繳費窗口",
+                    "terms": "繳費處"
                 },
                 "amenity/pharmacy": {
-                    "name": "藥房",
-                    "terms": "藥房,藥局"
+                    "name": "藥房櫃臺",
+                    "terms": "藥房櫃臺"
                 },
                 "amenity/place_of_worship": {
                     "name": "宗教祟拜場所",
-                    "terms": "廟,教堂,寺廟,清真寺,禮拜堂"
+                    "terms": "廟,教堂,寺廟,清真寺,禮拜堂,寺,聚會所,教會"
                 },
                 "amenity/place_of_worship/buddhist": {
                     "name": "佛寺",
                     "terms": "寺,廟,閣,寶殿"
                 },
                 "amenity/place_of_worship/christian": {
-                    "name": "教",
-                    "terms": "教堂,教會"
+                    "name": "教",
+                    "terms": "教會,基督教教會"
                 },
                 "amenity/place_of_worship/hindu": {
                     "name": "印度寺廟",
-                    "terms": "印度寺廟"
+                    "terms": "印度寺廟,Hindu Temple"
                 },
                 "amenity/place_of_worship/jewish": {
                     "name": "猶太教堂",
-                    "terms": "猶太會堂,synagogue"
+                    "terms": "猶太會堂"
                 },
                 "amenity/place_of_worship/muslim": {
                     "name": "清真寺",
-                    "terms": "清真寺,回教寺"
+                    "terms": "清真寺"
                 },
                 "amenity/place_of_worship/shinto": {
                     "name": "神社",
                 },
                 "amenity/post_box": {
                     "name": "郵筒",
-                    "terms": "郵箱,Postbox,Mailbox"
+                    "terms": "郵箱,Postbox,Mailbox,投遞處"
                 },
                 "amenity/post_office": {
                     "name": "郵局",
                     "terms": "郊野公園管理站,自然保護區管理站"
                 },
                 "amenity/recycling": {
-                    "name": "資源回收",
-                    "terms": "回收筒,回收箱,資源回收設施"
+                    "name": "回收"
                 },
                 "amenity/recycling_centre": {
                     "name": "資源回收中心",
                     "terms": "回收中心"
                 },
+                "amenity/recycling_container": {
+                    "name": "回收筒",
+                    "terms": "回收箱"
+                },
                 "amenity/register_office": {
                     "name": "戶政事務所"
                 },
                     "name": "餐廳",
                     "terms": "飯店,飯館,酒樓,餐館"
                 },
+                "amenity/restaurant/american": {
+                    "name": "美國餐廳",
+                    "terms": "美式餐廳"
+                },
+                "amenity/restaurant/asian": {
+                    "name": "亞洲餐廳",
+                    "terms": "亞洲餐廳"
+                },
+                "amenity/restaurant/chinese": {
+                    "name": "中式餐廳",
+                    "terms": "中國餐廳"
+                },
+                "amenity/restaurant/french": {
+                    "name": "法國餐廳",
+                    "terms": "法式餐廳"
+                },
+                "amenity/restaurant/german": {
+                    "name": "德國餐廳",
+                    "terms": "德式餐廳"
+                },
+                "amenity/restaurant/greek": {
+                    "name": "希臘餐廳",
+                    "terms": "希臘餐廳"
+                },
+                "amenity/restaurant/indian": {
+                    "name": "印度餐廳",
+                    "terms": "印度餐廳"
+                },
+                "amenity/restaurant/italian": {
+                    "name": "義大利餐廳",
+                    "terms": "義式餐廳"
+                },
+                "amenity/restaurant/japanese": {
+                    "name": "日式餐廳",
+                    "terms": "日本餐廳"
+                },
+                "amenity/restaurant/mexican": {
+                    "name": "墨西哥餐廳",
+                    "terms": "墨西哥餐廳"
+                },
+                "amenity/restaurant/noodle": {
+                    "name": "麵店",
+                    "terms": "麵店"
+                },
+                "amenity/restaurant/pizza": {
+                    "name": "批薩餐廳",
+                    "terms": "批薩店"
+                },
+                "amenity/restaurant/seafood": {
+                    "name": "海鮮餐廳",
+                    "terms": "海鮮餐廳"
+                },
+                "amenity/restaurant/steakhouse": {
+                    "name": "牛排館",
+                    "terms": "牛排店"
+                },
+                "amenity/restaurant/sushi": {
+                    "name": "壽司餐廳",
+                    "terms": "壽司店"
+                },
+                "amenity/restaurant/thai": {
+                    "name": "泰國餐廳",
+                    "terms": "泰式餐廳"
+                },
+                "amenity/restaurant/turkish": {
+                    "name": "土耳其餐廳",
+                    "terms": "土耳其餐廳"
+                },
+                "amenity/restaurant/vietnamese": {
+                    "name": "越南餐廳",
+                    "terms": "越式餐廳"
+                },
                 "amenity/sanitary_dump_station": {
                     "name": "RV移動廁所",
-                    "terms": "RV流動廁所"
+                    "terms": "RV流動廁所,流動廁所"
                 },
                 "amenity/school": {
                     "name": "中小學範圍",
                     "name": "涼亭",
                     "terms": "遮雨棚,亭,亭子"
                 },
+                "amenity/shelter/gazebo": {
+                    "name": "露臺",
+                    "terms": "露臺"
+                },
+                "amenity/shelter/lean_to": {
+                    "name": "單坡頂棚子",
+                    "terms": "單坡頂棚子,棚子"
+                },
+                "amenity/shelter/picnic_shelter": {
+                    "name": "野餐涼亭",
+                    "terms": "野餐涼亭"
+                },
+                "amenity/shelter/public_transport": {
+                    "name": "轉運站亭子",
+                    "terms": "轉運站"
+                },
                 "amenity/shower": {
                     "name": "淋浴間",
-                    "terms": "淋浴間,淋浴"
+                    "terms": "淋浴間,淋浴,淋浴設施"
+                },
+                "amenity/smoking_area": {
+                    "name": "吸煙區",
+                    "terms": "吸煙區,吸菸區"
                 },
                 "amenity/social_facility": {
                     "name": "社福機構",
                 },
                 "amenity/social_facility/food_bank": {
                     "name": "食物銀行",
-                    "terms": "食物銀行"
+                    "terms": "食物銀行,Food Bank"
                 },
                 "amenity/social_facility/group_home": {
                     "name": "老人之家",
-                    "terms": "老人安養院"
+                    "terms": "老人安養院,榮民之家"
                 },
                 "amenity/social_facility/homeless_shelter": {
                     "name": "遊民收容所",
                 },
                 "amenity/studio": {
                     "name": "工作室",
-                    "terms": "工作室"
+                    "terms": "工作室,Studio"
                 },
                 "amenity/swimming_pool": {
                     "name": "游泳池"
                 },
                 "amenity/taxi": {
                     "name": "計程車招呼站",
-                    "terms": "計程車站"
+                    "terms": "計程車站,招呼站"
                 },
                 "amenity/telephone": {
-                    "name": "電話",
-                    "terms": "話亭,電話亭"
+                    "name": "公用電話",
+                    "terms": "話亭,電話亭,電話"
                 },
                 "amenity/theatre": {
                     "name": "戲劇院",
                     "terms": "戲院,劇場"
                 },
+                "amenity/theatre/type/amphi": {
+                    "name": "露天劇場",
+                    "terms": "露天劇場"
+                },
                 "amenity/toilets": {
                     "name": "廁所",
                     "terms": "便所,公廁,洗手間,盥洗室,公共廁所"
                     "name": "大學範圍",
                     "terms": "大學,大專,大學用地,學校,University Grounds,University"
                 },
+                "amenity/vehicle_inspection": {
+                    "name": "車輛檢查",
+                    "terms": "車輛檢查肖"
+                },
                 "amenity/vending_machine": {
                     "name": "自動販賣機",
                     "terms": "自動販賣機,販賣機"
                     "name": "香菸販賣機",
                     "terms": "香菸自動販賣機,販賣機"
                 },
+                "amenity/vending_machine/coffee": {
+                    "name": "咖啡販賣機",
+                    "terms": "咖啡販賣機,咖啡自動販賣機"
+                },
                 "amenity/vending_machine/condoms": {
                     "name": "保險套販賣機",
                     "terms": "保險套自動販賣機,販賣機"
                     "name": "飲料販賣機",
                     "terms": "飲料自動販賣機,販賣機"
                 },
+                "amenity/vending_machine/electronics": {
+                    "name": "電子設備販賣機",
+                    "terms": "電子設備販賣機,電子設備自動販賣機"
+                },
+                "amenity/vending_machine/elongated_coin": {
+                    "name": "扁平紀念幣販賣機",
+                    "terms": "扁平紀念幣販賣機,扁平紀念幣自動販賣機"
+                },
                 "amenity/vending_machine/excrement_bags": {
                     "name": "糞便袋販賣機",
                     "terms": "糞便袋自動販賣機,販賣機"
                     "name": "女性衛生用品自動販賣機",
                     "terms": "女性衛生用品自動販賣機,衛生棉自動販賣機,棉條自動販賣機"
                 },
+                "amenity/vending_machine/food": {
+                    "name": "食物販賣機",
+                    "terms": "食物販賣機,食物自動販賣機"
+                },
+                "amenity/vending_machine/fuel": {
+                    "name": "自助加油機",
+                    "terms": "自助加油機"
+                },
+                "amenity/vending_machine/ice_cream": {
+                    "name": "冰淇淋販賣機",
+                    "terms": "冰淇淋販賣機,冰淇淋自動販賣機"
+                },
                 "amenity/vending_machine/news_papers": {
                     "name": "報紙販賣機"
                 },
                     "name": "報紙自動販賣機",
                     "terms": "報紙自動販賣機,報紙販賣機"
                 },
+                "amenity/vending_machine/parcel_pickup": {
+                    "name": "包裹取件儲物櫃",
+                    "terms": "包裹取件儲物櫃,儲物櫃,寄物櫃"
+                },
                 "amenity/vending_machine/parcel_pickup_dropoff": {
-                    "name": "å\8c\85裹å\88\86æ\8f\80/å¯\84ç\89©è²©è³£æ©\9f",
-                    "terms": "å\8c\85裹å\88\86æ\8f\80/å¯\84ç\89©è\87ªå\8b\95販賣æ©\9f,販賣æ©\9f"
+                    "name": "å\8c\85裹å\8f\96ï¼\8fæ\94¾å\84²ç\89©æ«\83",
+                    "terms": "å\8c\85裹å\8f\96ï¼\8fæ\94¾å\84²ç\89©æ«\83,ç½®ç\89©æ«\83"
                 },
                 "amenity/vending_machine/parking_tickets": {
                     "name": "停車場繳費機",
                     "name": "車票販賣機",
                     "terms": "車票自動販賣機,交通票券販賣機"
                 },
+                "amenity/vending_machine/stamps": {
+                    "name": "郵票販賣機",
+                    "terms": "郵票販賣機,郵票自動販賣機"
+                },
                 "amenity/vending_machine/sweets": {
                     "name": "零食販賣機",
                     "terms": "點心販賣機,販 賣機"
                 },
                 "amenity/waste/dog_excrement": {
                     "name": "狗排洩物箱",
-                    "terms": "<translate with synonyms or related terms for 'Dog Excrement Bin', separated by commas>"
+                    "terms": "寵物排洩物箱,狗糞便棄置箱"
                 },
                 "amenity/waste_basket": {
                     "name": "垃圾筒",
                     "name": "路面材質",
                     "terms": "路面材質,路面"
                 },
+                "attraction": {
+                    "name": "旅遊地點"
+                },
                 "attraction/amusement_ride": {
                     "name": "遊樂園",
-                    "terms": "<translate with synonyms or related terms for 'Amusement Ride', separated by commas>"
+                    "terms": "遊樂場"
                 },
                 "attraction/animal": {
                     "name": "動物",
-                    "terms": "<translate with synonyms or related terms for 'Animal', separated by commas>"
+                    "terms": "動物圍欄"
                 },
                 "attraction/big_wheel": {
                     "name": "摩天輪",
-                    "terms": "<translate with synonyms or related terms for 'Big Wheel', separated by commas>"
+                    "terms": "摩天輪"
                 },
                 "attraction/bumper_car": {
                     "name": "碰碰車",
-                    "terms": "<translate with synonyms or related terms for 'Bumper Car', separated by commas>"
+                    "terms": "碰碰車"
                 },
                 "attraction/bungee_jumping": {
                     "name": "高空彈跳",
-                    "terms": "<translate with synonyms or related terms for 'Bungee Jumping', separated by commas>"
+                    "terms": "高空彈跳"
                 },
                 "attraction/carousel": {
                     "name": "旋轉木馬",
-                    "terms": "<translate with synonyms or related terms for 'Carousel', separated by commas>"
+                    "terms": "旋轉木馬"
                 },
                 "attraction/dark_ride": {
                     "name": "黑暗探險",
-                    "terms": "<translate with synonyms or related terms for 'Dark Ride', separated by commas>"
+                    "terms": "黑暗探險"
                 },
                 "attraction/drop_tower": {
                     "name": "自由落體",
-                    "terms": "<translate with synonyms or related terms for 'Drop Tower', separated by commas>"
+                    "terms": "大怒神"
+                },
+                "attraction/maze": {
+                    "name": "迷宮",
+                    "terms": "迷宮"
                 },
                 "attraction/pirate_ship": {
                     "name": "海盜船",
-                    "terms": "<translate with synonyms or related terms for 'Pirate Ship', separated by commas>"
+                    "terms": "海盜船"
                 },
                 "attraction/river_rafting": {
                     "name": "激流船",
-                    "terms": "<translate with synonyms or related terms for 'River Rafting', separated by commas>"
+                    "terms": "激流船"
                 },
                 "attraction/roller_coaster": {
                     "name": "雲霄飛車",
-                    "terms": "<translate with synonyms or related terms for 'Roller Coaster', separated by commas>"
+                    "terms": "雲霄飛車"
+                },
+                "attraction/summer_toboggan": {
+                    "name": "夏季雪橇",
+                    "terms": "夏天雪橇"
                 },
                 "attraction/train": {
                     "name": "遊樂園小火車",
-                    "terms": "<translate with synonyms or related terms for 'Tourist Train', separated by commas>"
+                    "terms": "遊樂園小火車"
                 },
                 "attraction/water_slide": {
                     "name": "滑水道",
-                    "terms": "<translate with synonyms or related terms for 'Water Slide', separated by commas>"
+                    "terms": "滑水道"
                 },
                 "barrier": {
                     "name": "柵欄",
                     "name": "柵欄",
                     "terms": "欄柵"
                 },
+                "barrier/fence/railing": {
+                    "name": "欄杆",
+                    "terms": "欄杆"
+                },
                 "barrier/gate": {
                     "name": "閘門",
                     "terms": "閘門"
                 },
+                "barrier/guard_rail": {
+                    "name": "護欄",
+                    "terms": "護軌"
+                },
                 "barrier/hedge": {
                     "name": "樹籬",
                     "terms": "樹籬"
                 },
+                "barrier/kerb": {
+                    "name": "路緣",
+                    "terms": "路緣"
+                },
+                "barrier/kerb/flush": {
+                    "name": "平齊路緣",
+                    "terms": "嵌入式路緣"
+                },
+                "barrier/kerb/lowered": {
+                    "name": "低路緣 ",
+                    "terms": "低路緣"
+                },
                 "barrier/kissing_gate": {
                     "name": "單人轉門",
                     "terms": "U形旋轉小門,V形旋轉小門"
                 },
                 "barrier/lift_gate": {
-                    "name": "é\96\98é\96\80",
-                    "terms": "é\81\93é\96\98"
+                    "name": "é\81\93é\96\98",
+                    "terms": "é\96\98é\96\80"
                 },
                 "barrier/retaining_wall": {
                     "name": "擋土牆",
                 },
                 "barrier/wall": {
                     "name": "牆",
-                    "terms": "牆"
+                    "terms": "牆"
                 },
                 "boundary/administrative": {
                     "name": "行政界線",
                     "terms": "行政邊界"
                 },
+                "bridge/support": {
+                    "name": "橋樑支撐類型",
+                    "terms": "橋樑支撐類型"
+                },
+                "bridge/support/pier": {
+                    "name": "橋墩",
+                    "terms": "橋墩"
+                },
                 "building": {
                     "name": "建築物",
                     "terms": "建物"
                 },
                 "building/apartments": {
-                    "name": "å\85¬å¯\93",
-                    "terms": "å\88\86層å\85¬å¯\93"
+                    "name": "大æ¨\93建ç¯\89ç\89©",
+                    "terms": "大æ¨\93建ç¯\89ç\89©,大æ¨\93"
                 },
                 "building/barn": {
                     "name": "穀倉",
-                    "terms": "穀倉"
+                    "terms": "穀倉,糧倉"
+                },
+                "building/boathouse": {
+                    "name": "船屋",
+                    "terms": "船屋,船庫,艇庫"
+                },
+                "building/bungalow": {
+                    "name": "平房",
+                    "terms": "平房"
                 },
                 "building/bunker": {
                     "name": "地堡"
                     "name": "小木屋",
                     "terms": "小屋,船艙"
                 },
+                "building/carport": {
+                    "name": "車棚",
+                    "terms": "車棚"
+                },
                 "building/cathedral": {
                     "name": "大教堂建築",
                     "terms": "大教堂"
                     "name": "教堂建築",
                     "terms": "教堂"
                 },
+                "building/civic": {
+                    "name": "公民建築",
+                    "terms": "公民建築"
+                },
                 "building/college": {
                     "name": "學院校舍",
-                    "terms": "學院建築,學院建築物,技術學院建築,學校建築,College Building"
+                    "terms": "學院建築,學院建築物,技術學院建築,學校建築,College Building,校舍"
                 },
                 "building/commercial": {
                     "name": "商業建築物",
                 },
                 "building/dormitory": {
                     "name": "宿舍",
-                    "terms": "學舍,學生宿舍"
+                    "terms": "學舍,學生宿舍,學寮"
                 },
                 "building/entrance": {
                     "name": "入口/出口"
                 },
+                "building/farm": {
+                    "name": "農舍",
+                    "terms": "農舍"
+                },
+                "building/farm_auxiliary": {
+                    "name": "農場建築物",
+                    "terms": "農場建築物"
+                },
                 "building/garage": {
                     "name": "車庫",
                     "terms": "車庫"
                     "name": "車庫",
                     "terms": "車庫"
                 },
+                "building/grandstand": {
+                    "name": "正面看臺",
+                    "terms": "正面看臺,看臺"
+                },
                 "building/greenhouse": {
                     "name": "溫室",
                     "terms": "溫室"
                     "name": "育幼院/幼兒園校舍",
                     "terms": "育幼院/幼兒園校舍,育幼院校舍,幼兒園校舍,幼稚園校舍"
                 },
+                "building/mosque": {
+                    "name": "清真寺建築",
+                    "terms": "清真寺大院,清真寺大廈"
+                },
+                "building/pavilion": {
+                    "name": "亭樓"
+                },
                 "building/public": {
                     "name": "公共建築物",
                     "terms": "公共建築"
                     "name": "屋頂",
                     "terms": "上蓋"
                 },
+                "building/ruins": {
+                    "name": "建築廢墟",
+                    "terms": "建築廢墟"
+                },
                 "building/school": {
                     "name": "中小學建築物",
-                    "terms": "學校建物,學校建築,小學建築,中學建築,高中建築,國中建築,國小建築,School Building"
+                    "terms": "學校建物,學校建築,小學建築,中學建築,高中建築,國中建築,國小建築,School Building,校舍"
                 },
                 "building/semidetached_house": {
                     "name": "半獨立式房屋",
                     "terms": "半獨立式住宅,半獨立式房子"
                 },
+                "building/service": {
+                    "name": "服務建築",
+                    "terms": "服務建築"
+                },
                 "building/shed": {
                     "name": "小屋",
                     "terms": "小屋"
                     "name": "馬房",
                     "terms": "馬房"
                 },
+                "building/stadium": {
+                    "name": "體育館大廈",
+                    "terms": "體育場大廈"
+                },
                 "building/static_caravan": {
                     "name": "固定的拖掛式房車",
                     "terms": "固定的拖掛式房車"
                 },
+                "building/temple": {
+                    "name": "寺廟建築",
+                    "terms": "寺廟建築,寺廟大樓"
+                },
                 "building/terrace": {
                     "name": "排屋",
                     "terms": "行列式房屋,連棟式住宅"
                 "building/train_station": {
                     "name": "火車站建築物"
                 },
+                "building/transportation": {
+                    "name": "大眾運輸大樓",
+                    "terms": "交通運輸大樓,轉運站大樓"
+                },
                 "building/university": {
                     "name": "大學建築",
                     "terms": "大學建築物,大學校舍,校舍,學校建築,University Building"
                     "name": "露營營地",
                     "terms": "露營營地,露營場地,營地"
                 },
+                "circular": {
+                    "name": "圓環"
+                },
                 "club": {
                     "name": "俱樂部",
-                    "terms": "俱樂部"
+                    "terms": "俱樂部,Club"
+                },
+                "club/sport": {
+                    "name": "運動俱樂部",
+                    "terms": "運動俱樂部,運動隊伍"
                 },
                 "craft": {
                     "name": "工藝",
                     "terms": "打鐵匠"
                 },
                 "craft/boatbuilder": {
-                    "name": "é\80 è\88¹å» ",
+                    "name": "é\80 è\88¹å\8c ",
                     "terms": "造船廠"
                 },
                 "craft/bookbinder": {
                     "terms": "書籍釘裝"
                 },
                 "craft/brewery": {
-                    "name": "é\87\80é\85\92å» ",
+                    "name": "é\87\80é\85\92å\8c ",
                     "terms": "釀酒廠"
                 },
                 "craft/carpenter": {
                     "name": "辦桌",
                     "terms": "辦桌,包辦伙食者,備辦宴會者"
                 },
+                "craft/chimney_sweeper": {
+                    "name": "煙囪清掃工 ",
+                    "terms": "掃煙囪"
+                },
                 "craft/clockmaker": {
-                    "name": "製é\90\98å» ",
+                    "name": "製é\90\98å\8c ",
                     "terms": "製鐘店"
                 },
                 "craft/confectionery": {
-                    "name": "ç³\96æ\9e\9c製é\80 å\95\86",
-                    "terms": "<translate with synonyms or related terms for 'Candy Maker', separated by commas>"
+                    "name": "ç³\96æ\9e\9c製é\80 å\8c ",
+                    "terms": "糖果製造商,甜食製造匠"
                 },
                 "craft/distillery": {
                     "name": "酒廠",
                 },
                 "craft/dressmaker": {
                     "name": "製衣店",
-                    "terms": "製衣åº\97"
+                    "terms": "製衣å\8c ,è¨\82å\81\9aè¡£æ\9c\8d"
                 },
                 "craft/electrician": {
                     "name": "電氣工程",
-                    "terms": "é\9b»æ°£å·¥ç¨\8b"
+                    "terms": "é\9b»æ°£å\8c "
                 },
                 "craft/electronics_repair": {
                     "name": "電器維修店",
                     "terms": "棚架工程"
                 },
                 "craft/sculptor": {
-                    "name": "雕塑家",
-                    "terms": "<translate with synonyms or related terms for 'Sculptor', separated by commas>"
+                    "name": "雕塑家"
                 },
                 "craft/shoemaker": {
                     "name": "鞋匠",
                     "terms": "釀酒廠"
                 },
                 "embankment": {
-                    "name": "路堤",
-                    "terms": "堤防,基堤"
+                    "name": "路堤"
                 },
                 "emergency/ambulance_station": {
                     "name": "救護站",
                 "emergency/destination": {
                     "name": "緊急通道目的地"
                 },
+                "emergency/fire_alarm": {
+                    "name": "火災警鈴",
+                    "terms": "火警警報點"
+                },
+                "emergency/fire_extinguisher": {
+                    "name": "滅火器",
+                    "terms": "滅火器"
+                },
                 "emergency/fire_hydrant": {
                     "name": "消防栓",
                     "terms": "消防栓,消防設施,"
                 },
+                "emergency/first_aid_kit": {
+                    "name": "急救箱",
+                    "terms": "急救包"
+                },
                 "emergency/life_ring": {
                     "name": "救生圈",
                     "terms": "救生圈"
                 },
+                "emergency/lifeguard": {
+                    "name": "救生員",
+                    "terms": "救生員"
+                },
                 "emergency/no": {
                     "name": "不開放緊急通行"
                 },
                 "emergency/private": {
                     "name": "供私人緊急通行"
                 },
+                "emergency/siren": {
+                    "name": "警笛",
+                    "terms": "警笛"
+                },
+                "emergency/water_tank": {
+                    "name": "緊急水箱",
+                    "terms": "緊急水箱"
+                },
                 "emergency/yes": {
                     "name": "開放緊急通行"
                 },
                     "name": "入口/出口",
                     "terms": "入口/出口"
                 },
-                "footway/crossing": {
-                    "name": "行人穿越道",
-                    "terms": "行人穿越道"
-                },
-                "footway/crossing-raised": {
-                    "name": "突起穿越道",
-                    "terms": "突起穿越道,穿越道"
-                },
-                "footway/crosswalk": {
-                    "name": "人行穿越道",
-                    "terms": "斑馬線"
-                },
-                "footway/crosswalk-raised": {
-                    "name": "突起行人穿越道",
-                    "terms": "突起行人穿越道,行人穿越道"
-                },
-                "footway/sidewalk": {
-                    "name": "人行道",
-                    "terms": "路邊行人路"
-                },
                 "ford": {
                     "name": "淺灘",
                     "terms": "淺灘"
                     "name": "安養院",
                     "terms": "安養院"
                 },
+                "healthcare/laboratory": {
+                    "name": "醫事檢驗所",
+                    "terms": "醫檢"
+                },
                 "healthcare/midwife": {
                     "name": "助產士",
                     "terms": "助產士"
                     "name": "馬道",
                     "terms": "馬道"
                 },
+                "highway/bus_guideway": {
+                    "name": "導向公車道",
+                    "terms": "導向公車道"
+                },
                 "highway/bus_stop": {
-                    "name": "公車站",
-                    "terms": "公共汽車站,站牌,公車站牌,公車停靠站,巴士站,巴士站牌,巴士停靠站"
+                    "name": "公車站牌/公車月台"
+                },
+                "highway/construction": {
+                    "name": "閉路",
+                    "terms": "閉路"
                 },
                 "highway/corridor": {
                     "name": "室內走廊",
                     "terms": "室內通道"
                 },
-                "highway/crossing": {
-                    "name": "十字路口",
-                    "terms": "十字路口"
+                "highway/crossing/marked": {
+                    "name": "標記人行穿越道",
+                    "terms": "有斑馬線穿越道"
+                },
+                "highway/crossing/marked-raised": {
+                    "name": "標記人行穿越道(凸起)",
+                    "terms": "有斑馬線穿越道(凸起)"
+                },
+                "highway/crossing/unmarked": {
+                    "name": "無標記人行穿越道",
+                    "terms": "無斑馬線穿越道"
                 },
-                "highway/crossing-raised": {
-                    "name": "çª\81èµ·ç©¿è¶\8aé\81\93",
-                    "terms": "çª\81èµ·ç©¿è¶\8aé\81\93,ç©¿è¶\8aé\81\93"
+                "highway/crossing/unmarked-raised": {
+                    "name": "ç\84¡æ¨\99è¨\98人è¡\8cç©¿è¶\8aé\81\93ï¼\88å\87¸èµ·ï¼\89",
+                    "terms": "ç\84¡æ\96\91馬ç·\9aç©¿è¶\8aé\81\93ï¼\88å\87¸èµ·ï¼\89"
                 },
-                "highway/crosswalk": {
-                    "name": "行人穿越道",
-                    "terms": "行人穿越道"
+                "highway/crossing/zebra": {
+                    "name": "標記人行穿越道"
                 },
-                "highway/crosswalk-raised": {
-                    "name": "突起行人穿越道",
-                    "terms": "突起行人穿越道,行人穿越道"
+                "highway/crossing/zebra-raised": {
+                    "name": "標記人行穿越道(凸起)"
                 },
                 "highway/cycleway": {
                     "name": "單車路線",
                     "terms": "電梯,升降梯"
                 },
                 "highway/footway": {
-                    "name": "人行道",
+                    "name": "道",
                     "terms": "步行徑,人行步道"
                 },
+                "highway/footway/conveying": {
+                    "name": "移動人行道",
+                    "terms": "移動人行道"
+                },
+                "highway/footway/marked": {
+                    "name": "有標記人行穿越道",
+                    "terms": "有斑馬線穿越道"
+                },
+                "highway/footway/marked-raised": {
+                    "name": "有標記人行穿越道(凸起)",
+                    "terms": "有斑馬線穿越道(凸起)"
+                },
+                "highway/footway/sidewalk": {
+                    "name": "路邊人行道",
+                    "terms": "人行道"
+                },
+                "highway/footway/unmarked": {
+                    "name": "無標記人行穿越道",
+                    "terms": "無斑馬線穿越道"
+                },
+                "highway/footway/unmarked-raised": {
+                    "name": "無標記人行穿越道(凸起)",
+                    "terms": "無斑馬線穿越道(凸起)"
+                },
+                "highway/footway/zebra": {
+                    "name": "標記人行穿越道"
+                },
+                "highway/footway/zebra-raised": {
+                    "name": "有斑馬線人行穿越道(凸起)"
+                },
                 "highway/give_way": {
                     "name": "通行標誌",
                     "terms": "讓車標誌"
                     "name": "生活街道",
                     "terms": "生活街道"
                 },
+                "highway/milestone": {
+                    "name": "公路里程碑",
+                    "terms": "里程碑"
+                },
                 "highway/mini_roundabout": {
                     "name": "小型迴轉處",
                     "terms": "小型迴旋處"
                     "name": "高速公路引道",
                     "terms": "高速公路引道"
                 },
+                "highway/passing_place": {
+                    "name": "避車彎",
+                    "terms": "避車彎"
+                },
                 "highway/path": {
                     "name": "路徑",
                     "terms": "路徑"
                 },
                 "highway/pedestrian_area": {
                     "name": "徒步區",
-                    "terms": "<translate with synonyms or related terms for 'Pedestrian Area', separated by commas>"
+                    "terms": "行人徒步區"
                 },
                 "highway/pedestrian_line": {
-                    "name": "人行徒步街道",
-                    "terms": "<translate with synonyms or related terms for 'Pedestrian Street', separated by commas>"
+                    "name": "行人徒步街道",
+                    "terms": "行人徒步道路"
                 },
                 "highway/primary": {
                     "name": "主要道路",
                     "terms": "次級道路連接道"
                 },
                 "highway/service": {
-                    "name": "輔助道路",
+                    "name": "服務道路",
                     "terms": "輔助道路"
                 },
                 "highway/service/alley": {
                     "terms": "公路服務區,公路休息區"
                 },
                 "highway/speed_camera": {
-                    "name": "測速攝影機",
+                    "name": "測速照相機",
                     "terms": "測速攝影機,測速照相機,測速照相,測速攝影"
                 },
                 "highway/steps": {
                     "name": "階梯",
                     "terms": "樓梯,階梯,石階"
                 },
+                "highway/steps/conveying": {
+                    "name": "電梯",
+                    "terms": "升降梯"
+                },
                 "highway/stop": {
                     "name": "停車標誌",
                     "terms": "停車再開"
                     "terms": "紀念碑"
                 },
                 "historic/monument": {
-                    "name": "古蹟",
-                    "terms": "古蹟"
+                    "name": "纪念建築物",
+                    "terms": "纪念碑,紀念塔,古蹟"
                 },
                 "historic/ruins": {
                     "name": "遺址",
                     "name": "路邊神祠",
                     "terms": "路邊小廟"
                 },
+                "historic/wreck": {
+                    "name": "沈船"
+                },
+                "internet_access/wlan": {
+                    "name": "Wi-Fi 熱點",
+                    "terms": "Wi-Fi 熱點"
+                },
                 "junction": {
                     "name": "路口",
                     "terms": "槽化車道,道路交叉,十字路口,丁字路,路"
                     "terms": "養殖漁業,水產養殖,Aquaculture"
                 },
                 "landuse/basin": {
-                    "name": "水池",
-                    "terms": "水池"
+                    "name": "水池"
                 },
                 "landuse/brownfield": {
                     "name": "棕色地帶",
                     "terms": "莊園"
                 },
                 "landuse/forest": {
-                    "name": "森林",
-                    "terms": "森林"
+                    "name": "受管理的森林",
+                    "terms": "受管理的森林,森林"
                 },
                 "landuse/garages": {
-                    "name": "è»\8a庫群",
-                    "terms": "許å¤\9aç\9b¸é\80£ç\9a\84車庫"
+                    "name": "è»\8a庫ç\94¨å\9c°",
+                    "terms": "è»\8a庫ç\94¨å\9c°,車庫"
                 },
                 "landuse/grass": {
                     "name": "草地",
                     "name": "未開發地帶",
                     "terms": "未開發地帶,未開發地區"
                 },
+                "landuse/greenhouse_horticulture": {
+                    "name": "溫室園藝",
+                    "terms": "溫室農業"
+                },
                 "landuse/harbour": {
                     "name": "港灣",
                     "terms": "港灣,海港"
                 },
                 "landuse/industrial": {
-                    "name": "工業",
+                    "name": "工業用地",
                     "terms": "工業區"
                 },
                 "landuse/industrial/scrap_yard": {
                     "name": "廢料場",
-                    "terms": "<translate with synonyms or related terms for 'Scrap Yard', separated by commas>"
+                    "terms": "廢料儲存地"
                 },
                 "landuse/industrial/slaughterhouse": {
                     "name": "屠宰場",
-                    "terms": "<translate with synonyms or related terms for 'Slaughterhouse', separated by commas>"
+                    "terms": "屠宰場"
                 },
                 "landuse/landfill": {
                     "name": "埯埋場",
                 },
                 "landuse/meadow": {
                     "name": "牧場",
-                    "terms": "牧場"
+                    "terms": "放牧用地"
                 },
                 "landuse/military": {
                     "name": "軍事用地",
                     "terms": "軍用機場,軍機場"
                 },
                 "landuse/military/barracks": {
-                    "name": "軍",
-                    "terms": "營房,軍營"
+                    "name": "軍事建築",
+                    "terms": "營房,軍營,營舍"
                 },
                 "landuse/military/bunker": {
                     "name": "軍事碉堡",
                     "terms": "障礙課程場地,障礙課程"
                 },
                 "landuse/military/office": {
-                    "name": "軍事辦公室",
+                    "name": "軍事單位辦公室",
                     "terms": "軍事辦公室"
                 },
                 "landuse/military/range": {
-                    "name": "軍靶場",
+                    "name": "軍靶場",
                     "terms": "靶場,軍用靶場,射擊場,軍事靶場"
                 },
                 "landuse/military/training_area": {
                     "name": "育苗場",
                     "terms": "種苗中心"
                 },
+                "landuse/pond": {
+                    "name": "池塘"
+                },
                 "landuse/quarry": {
                     "name": "礦區",
-                    "terms": "礦場"
+                    "terms": "礦場,採礦場"
                 },
                 "landuse/railway": {
                     "name": "鐵路通道",
                 },
                 "landuse/religious": {
                     "name": "宗教設施用地",
-                    "terms": "<translate with synonyms or related terms for 'Religious Area', separated by commas>"
+                    "terms": "寺廟用地,教會用地,廟宇用地"
+                },
+                "landuse/reservoir": {
+                    "name": "貯水庫"
                 },
                 "landuse/residential": {
-                    "name": "住宅區",
-                    "terms": "住宅用地"
+                    "name": "住宅用地",
+                    "terms": "住宅區"
+                },
+                "landuse/residential/apartments": {
+                    "name": "公寓大樓",
+                    "terms": "公寓大樓,公寓"
                 },
                 "landuse/retail": {
-                    "name": "零售",
-                    "terms": "零售區域"
+                    "name": "零售",
+                    "terms": "零售區域,零售"
                 },
                 "landuse/vineyard": {
                     "name": "酒莊",
                 },
                 "leisure": {
                     "name": "休閒設施",
-                    "terms": "休閒設施"
+                    "terms": "休閒設施,休閒娛樂"
                 },
                 "leisure/adult_gaming_centre": {
                     "name": "成人遊戲中心",
                     "terms": "成人遊樂場"
                 },
+                "leisure/amusement_arcade": {
+                    "name": "遊樂場",
+                    "terms": "遊樂場"
+                },
+                "leisure/bandstand": {
+                    "name": "演奏臺",
+                    "terms": "演奏臺,露天音樂臺,音樂臺"
+                },
+                "leisure/beach_resort": {
+                    "name": "海灘渡假村",
+                    "terms": "海灘渡假村,海濱渡假村"
+                },
                 "leisure/bird_hide": {
                     "name": "鳥類棲息處",
                     "terms": "鳥類棲息處,鳥類棲地,鳥類藏身處"
                 },
+                "leisure/bleachers": {
+                    "name": "看台",
+                    "terms": "看台,看臺"
+                },
                 "leisure/bowling_alley": {
                     "name": "保齡球館",
                     "terms": "保齡球館,保齡球場,地球社"
                     "name": "舞廳",
                     "terms": "跳舞場所"
                 },
+                "leisure/dancing_school": {
+                    "name": "舞蹈學校",
+                    "terms": "舞蹈學校"
+                },
                 "leisure/dog_park": {
                     "name": "狗公園",
                     "terms": "寵物公園"
                     "name": "火坑",
                     "terms": "火爐"
                 },
+                "leisure/fishing": {
+                    "name": "釣魚點",
+                    "terms": "釣魚熱點,釣魚處"
+                },
                 "leisure/fitness_centre": {
                     "name": "健身房/健身中心",
-                    "terms": "健身房,健身中心"
+                    "terms": "健身房,健身中心,Gym"
                 },
                 "leisure/fitness_centre/yoga": {
                     "name": "瑜珈教室",
                 },
                 "leisure/fitness_station/balance_beam": {
                     "name": "運動平衡梁",
-                    "terms": "<translate with synonyms or related terms for 'Exercise Balance Beam', separated by commas>"
+                    "terms": "運動平衡梁"
                 },
                 "leisure/fitness_station/box": {
                     "name": "運動箱",
-                    "terms": "<translate with synonyms or related terms for 'Exercise Box', separated by commas>"
+                    "terms": "運動箱"
                 },
                 "leisure/fitness_station/horizontal_bar": {
                     "name": "運動平衡單槓",
-                    "terms": "<translate with synonyms or related terms for 'Exercise Horizontal Bar', separated by commas>"
+                    "terms": "運動平衡單槓"
                 },
                 "leisure/fitness_station/horizontal_ladder": {
                     "name": "橫爬架",
-                    "terms": "<translate with synonyms or related terms for 'Exercise Monkey Bars', separated by commas>"
+                    "terms": "橫爬架"
                 },
                 "leisure/fitness_station/hyperextension": {
                     "name": "羅馬凳站",
-                    "terms": "<translate with synonyms or related terms for 'Hyperextension Station', separated by commas>"
+                    "terms": "羅馬凳站"
                 },
                 "leisure/fitness_station/parallel_bars": {
                     "name": "雙槓",
-                    "terms": "<translate with synonyms or related terms for 'Parallel Bars', separated by commas>"
+                    "terms": "雙槓"
                 },
                 "leisure/fitness_station/push-up": {
                     "name": "伏地挺身站",
-                    "terms": "<translate with synonyms or related terms for 'Push-Up Station', separated by commas>"
+                    "terms": "伏地挺身站"
                 },
                 "leisure/fitness_station/rings": {
                     "name": "運動吊環",
-                    "terms": "<translate with synonyms or related terms for 'Exercise Rings', separated by commas>"
+                    "terms": "運動吊環"
                 },
                 "leisure/fitness_station/sign": {
                     "name": "運動指示標誌",
-                    "terms": "<translate with synonyms or related terms for 'Exercise Instruction Sign', separated by commas>"
+                    "terms": "運動指示說明"
                 },
                 "leisure/fitness_station/sit-up": {
                     "name": "仰臥起坐台",
-                    "terms": "<translate with synonyms or related terms for 'Sit-Up Station', separated by commas>"
+                    "terms": "仰臥起坐台"
                 },
                 "leisure/fitness_station/stairs": {
                     "name": "運動椅",
-                    "terms": "<translate with synonyms or related terms for 'Exercise Stairs', separated by commas>"
+                    "terms": "運動椅"
                 },
                 "leisure/garden": {
                     "name": "花園",
                 },
                 "leisure/hackerspace": {
                     "name": "駭客空間",
-                    "terms": "駭客空間"
+                    "terms": "駭客空間,Hackerspace"
                 },
                 "leisure/horse_riding": {
                     "name": "騎馬場",
                     "name": "自然保留區",
                     "terms": "自然保護區"
                 },
+                "leisure/outdoor_seating": {
+                    "name": "戶外座位區",
+                    "terms": "戶外座位區,戶外座位"
+                },
                 "leisure/park": {
                     "name": "公園",
                     "terms": "綠地,遊樂場"
                     "name": "美式足球場",
                     "terms": "美式足球場"
                 },
+                "leisure/pitch/australian_football": {
+                    "name": "澳式足球場",
+                    "terms": "澳式足球場"
+                },
+                "leisure/pitch/badminton": {
+                    "name": "羽毛球場",
+                    "terms": "羽毛球場"
+                },
                 "leisure/pitch/baseball": {
                     "name": "棒球場",
                     "terms": "棒球場"
                     "name": "馬場",
                     "terms": "馬場"
                 },
+                "leisure/pitch/netball": {
+                    "name": "籃網球場",
+                    "terms": "籃網球場"
+                },
                 "leisure/pitch/rugby_league": {
                     "name": "聯盟式橄欖球",
                     "terms": "聯盟式橄欖球"
                     "name": "足球場",
                     "terms": "足球場,球場"
                 },
+                "leisure/pitch/softball": {
+                    "name": "壘球場",
+                    "terms": "壘球場"
+                },
                 "leisure/pitch/table_tennis": {
                     "name": "乒乓球桌",
                     "terms": "乒乓球桌,桌球桌"
                     "name": "度假勝地",
                     "terms": "度假村"
                 },
-                "leisure/running_track": {
-                    "name": "操場(跑步)",
-                    "terms": "操場"
-                },
                 "leisure/sauna": {
                     "name": "桑拿",
                     "terms": "桑拿,芬蘭浴,三溫暖"
                     "name": "操場(非摩托賽道)",
                     "terms": "操場(非摩托賽道), 操場"
                 },
+                "leisure/track/horse_racing": {
+                    "name": "賽道 (賽馬競賽)",
+                    "terms": "賽道 (賽馬)"
+                },
+                "leisure/track/running": {
+                    "name": "賽道 (跑步)",
+                    "terms": "賽道 (跑步)"
+                },
                 "leisure/water_park": {
                     "name": "水上樂園",
-                    "terms": "水上公園"
+                    "terms": "水上公園,水上遊樂園"
                 },
                 "line": {
-                    "name": "線",
+                    "name": "線",
                     "terms": "線"
                 },
                 "man_made": {
                     "name": "人工設施",
-                    "terms": "人造構築,人造建築"
+                    "terms": "人造構築,人造建築,人造設施"
                 },
                 "man_made/adit": {
                     "name": "坑口",
                     "terms": "坑道口,礦坑口"
                 },
+                "man_made/antenna": {
+                    "name": "天線",
+                    "terms": "天線"
+                },
                 "man_made/breakwater": {
                     "name": "防波堤",
                     "terms": "防波堤"
                     "name": "橋樑",
                     "terms": "橋樑,橋,陸橋,天橋"
                 },
+                "man_made/bunker_silo": {
+                    "name": "地面筒倉",
+                    "terms": "地面筒倉;筒倉"
+                },
                 "man_made/chimney": {
                     "name": "煙囪",
                     "terms": "煙筒"
                 },
+                "man_made/clearcut": {
+                    "name": "伐木林",
+                    "terms": "人工林"
+                },
                 "man_made/crane": {
                     "name": "起重機",
                     "terms": "起重機"
                     "terms": "山林分界線"
                 },
                 "man_made/embankment": {
-                    "name": "基堤"
+                    "name": "堤防",
+                    "terms": "基堤"
                 },
                 "man_made/flagpole": {
                     "name": "旗桿",
                     "name": "塔狀天線",
                     "terms": "塔狀天線,天線"
                 },
-                "man_made/observation": {
-                    "name": "瞭望塔",
-                    "terms": "瞭望塔"
+                "man_made/mast/communication": {
+                    "name": "通訊天線",
+                    "terms": "基地台"
+                },
+                "man_made/mast/communication/mobile_phone": {
+                    "name": "行動電話天線",
+                    "terms": "基地台,手機基地台"
+                },
+                "man_made/mast/communication/radio": {
+                    "name": "廣播天線",
+                    "terms": "廣播通訊塔"
+                },
+                "man_made/mast/communication/television": {
+                    "name": "電視播放天線",
+                    "terms": "電視通訊塔"
+                },
+                "man_made/monitoring_station": {
+                    "name": "監測站",
+                    "terms": "監測點"
+                },
+                "man_made/observatory": {
+                    "name": "天文台",
+                    "terms": "天文館"
                 },
                 "man_made/petroleum_well": {
                     "name": "油井",
                     "name": "監視器",
                     "terms": "監視錄影器"
                 },
-                "man_made/surveillance_camera": {
-                    "name": "監視",
+                "man_made/surveillance/camera": {
+                    "name": "監視攝影機",
                     "terms": "監視器"
                 },
                 "man_made/survey_point": {
                     "name": "塔",
                     "terms": "塔"
                 },
+                "man_made/tower/communication": {
+                    "name": "通訊塔",
+                    "terms": "無線通訊塔"
+                },
+                "man_made/tower/observation": {
+                    "name": "瞭望塔",
+                    "terms": "瞭望塔"
+                },
                 "man_made/wastewater_plant": {
                     "name": "污水處理廠",
                     "terms": "污水處理廠,水資源回收中心"
                 },
                 "man_made/water_well": {
                     "name": "水井",
-                    "terms": "水井"
+                    "terms": "水井,井,取水井"
                 },
                 "man_made/water_works": {
                     "name": "淨水廠",
                     "name": "荒地",
                     "terms": "荒地"
                 },
+                "natural/mud": {
+                    "name": "泥地",
+                    "terms": "泥地"
+                },
                 "natural/peak": {
                     "name": "山頂",
                     "terms": "山峰,山巔"
                 },
+                "natural/reef": {
+                    "name": "暗礁",
+                    "terms": "暗礁,礁"
+                },
                 "natural/ridge": {
                     "name": "山脊",
                     "terms": "山陵"
                 },
                 "natural/tree_row": {
                     "name": "一排樹",
-                    "terms": "一樹"
+                    "terms": "一樹"
                 },
                 "natural/volcano": {
                     "name": "火山口",
                     "name": "水",
                     "terms": "水體"
                 },
+                "natural/water/basin": {
+                    "name": "水池",
+                    "terms": "水池"
+                },
+                "natural/water/canal": {
+                    "name": "運河",
+                    "terms": "運河"
+                },
                 "natural/water/lake": {
                     "name": "湖泊",
                     "terms": "湖"
                     "name": "水庫",
                     "terms": "水塘,貯水庫"
                 },
+                "natural/water/river": {
+                    "name": "河流",
+                    "terms": "河流,河川"
+                },
+                "natural/water/stream": {
+                    "name": "溪流",
+                    "terms": "溪流,小溪"
+                },
                 "natural/wetland": {
                     "name": "濕地",
                     "terms": "濕地,潮間帶"
                 },
                 "office/accountant": {
                     "name": "會計師事務所",
-                    "terms": "<translate with synonyms or related terms for 'Accountant Office', separated by commas>"
+                    "terms": "會計師辦公室,會計師"
                 },
                 "office/administrative": {
-                    "name": "行政辦公室",
-                    "terms": "行政辦公室"
+                    "name": "行政辦公室"
                 },
                 "office/adoption_agency": {
                     "name": "領養代理",
-                    "terms": "<translate with synonyms or related terms for 'Adoption Agency', separated by commas>"
+                    "terms": "領養事務所"
                 },
                 "office/advertising_agency": {
                     "name": "廣告代理公司",
-                    "terms": "<translate with synonyms or related terms for 'Advertising Agency', separated by commas>"
+                    "terms": "廣告代理商"
                 },
                 "office/architect": {
                     "name": "建築師事務所",
-                    "terms": "<translate with synonyms or related terms for 'Architect Office', separated by commas>"
+                    "terms": "建築師辦公室,建築師"
                 },
                 "office/association": {
                     "name": "非營利組織辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Nonprofit Organization Office', separated by commas>"
+                    "terms": "NGO,非營利組織"
                 },
                 "office/charity": {
                     "name": "慈善事業辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Charity Office', separated by commas>"
+                    "terms": "慈善事業"
                 },
                 "office/company": {
-                    "name": "公司辦事處",
-                    "terms": "一般公司"
+                    "name": "公司辦公室",
+                    "terms": "辦公室,企業辦事處,企業辦公室"
                 },
                 "office/coworking": {
                     "name": "共同工作空間",
                 },
                 "office/educational_institution": {
                     "name": "教育機構",
-                    "terms": "教育機構,教育單位"
+                    "terms": "教育機構,教育單位,補習班"
                 },
                 "office/employment_agency": {
                     "name": "就業服務站",
                 },
                 "office/energy_supplier": {
                     "name": "電力供應辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Energy Supplier Office', separated by commas>"
+                    "terms": "電力公司辦公室,台電,台電辦事處"
                 },
                 "office/estate_agent": {
                     "name": "房地產仲介",
                 },
                 "office/forestry": {
                     "name": "林務辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Forestry Office', separated by commas>"
+                    "terms": "林務局"
                 },
                 "office/foundation": {
                     "name": "基金會辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Foundation Office', separated by commas>"
+                    "terms": "基金會"
                 },
                 "office/government": {
                     "name": "政府辦公室",
-                    "terms": "政府辦公室"
+                    "terms": "政府機關"
                 },
                 "office/government/register_office": {
                     "name": "戶政事務所",
                 },
                 "office/government/tax": {
                     "name": "稅務辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Tax and Revenue Office', separated by commas>"
+                    "terms": "稅捐處"
                 },
                 "office/guide": {
                     "name": "導遊辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Tour Guide Office', separated by commas>"
+                    "terms": "導遊"
                 },
                 "office/insurance": {
                     "name": "保險公司辦公室",
                 },
                 "office/it": {
                     "name": "資訊公司辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Information Technology Office', separated by commas>"
+                    "terms": "IT"
                 },
                 "office/lawyer": {
                     "name": "律師事務所",
                     "terms": "法律事務所,律師樓"
                 },
                 "office/lawyer/notary": {
-                    "name": "公證處",
-                    "terms": "公證人,民間公證人,民間公證處,Notary Office"
+                    "name": "公證處"
                 },
                 "office/moving_company": {
                     "name": "搬家公司辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Moving Company Office', separated by commas>"
+                    "terms": "搬家公司"
                 },
                 "office/newspaper": {
                     "name": "報社辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Newspaper Office', separated by commas>"
+                    "terms": "媒體,報社,電視台,網路媒體"
                 },
                 "office/ngo": {
                     "name": "非政府機構辦公室",
-                    "terms": "NGO辦公室"
+                    "terms": "NGO辦公室,非政府組織"
                 },
                 "office/notary": {
                     "name": "公證處",
-                    "terms": "<translate with synonyms or related terms for 'Notary Office', separated by commas>"
+                    "terms": "公證處"
                 },
                 "office/physician": {
                     "name": "醫務所"
                 },
                 "office/private_investigator": {
                     "name": "私家偵探辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Private Investigator Office', separated by commas>"
+                    "terms": "私家偵探"
                 },
                 "office/quango": {
                     "name": "準非政府組織辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Quasi-NGO Office', separated by commas>"
+                    "terms": "準非政府組織辦公室"
+                },
+                "office/religion": {
+                    "name": "宗教崇拜所辦公室",
+                    "terms": "教堂辦公室,廟宇辦公室"
                 },
                 "office/research": {
                     "name": "研究機構",
-                    "terms": "研究辦公室"
+                    "terms": "研究辦公室,研究中心"
                 },
                 "office/surveyor": {
                     "name": "測量員辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Surveyor Office', separated by commas>"
+                    "terms": "地圖測繪"
                 },
                 "office/tax_advisor": {
                     "name": "稅務顧問辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Tax Advisor Office', separated by commas>"
+                    "terms": "稅務顧問辦公室"
                 },
                 "office/telecommunication": {
                     "name": "電信公司辦事處",
-                    "terms": "電訊公司辦事處"
+                    "terms": "電訊公司辦事處,電信門市"
                 },
                 "office/therapist": {
                     "name": "治療師辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Therapist Office', separated by commas>"
+                    "terms": "治療師辦公室"
                 },
                 "office/travel_agent": {
                     "name": "旅行社"
                 },
                 "office/water_utility": {
                     "name": "自來水設施辦公室",
-                    "terms": "<translate with synonyms or related terms for 'Water Utility Office', separated by commas>"
+                    "terms": "自來水事務處,自來水公司"
+                },
+                "piste/downhill": {
+                    "name": "下坡滑雪路線 ",
+                    "terms": "下坡滑雪路線"
+                },
+                "piste/downhill/halfpipe": {
+                    "name": "半管",
+                    "terms": "U 型管"
                 },
-                "piste": {
-                    "name": "滑雪場",
-                    "terms": "滑雪場"
+                "piste/hike": {
+                    "name": "雪鞋或冬季健行步道",
+                    "terms": "雪鞋或冬季健行步道"
+                },
+                "piste/ice_skate": {
+                    "name": "滑冰滑雪道",
+                    "terms": "滑冰滑雪道"
+                },
+                "piste/nordic": {
+                    "name": "北歐或越野滑雪道/滑雪道",
+                    "terms": "北歐或越野滑雪道/滑雪道"
+                },
+                "piste/piste": {
+                    "name": "冬季運動步道",
+                    "terms": "冬季運動步道"
+                },
+                "piste/skitour": {
+                    "name": "滑雪旅遊步道",
+                    "terms": "滑雪旅遊步道"
+                },
+                "piste/sled": {
+                    "name": "雪橇滑雪道",
+                    "terms": "雪橇滑雪道"
+                },
+                "piste/sleigh": {
+                    "name": "雪橇滑雪道",
+                    "terms": "雪橇滑雪道"
                 },
                 "place": {
                     "name": "地方"
                     "name": "城市",
                     "terms": "都市"
                 },
+                "place/city_block": {
+                    "name": "城市街區",
+                    "terms": "街區"
+                },
                 "place/farm": {
                     "name": "農場"
                 },
                 },
                 "place/plot": {
                     "name": "地籍",
-                    "terms": "<translate with synonyms or related terms for 'Plot', separated by commas>"
+                    "terms": "地籍"
                 },
                 "place/quarter": {
                     "name": "自治市區",
                 },
                 "playground/balance_beam": {
                     "name": "平衡梁",
-                    "terms": "<translate with synonyms or related terms for 'Play Balance Beam', separated by commas>"
+                    "terms": "平衡梁"
                 },
                 "playground/basket_spinner": {
                     "name": "籃子旋轉器",
-                    "terms": "<translate with synonyms or related terms for 'Basket Spinner', separated by commas>"
+                    "terms": "籃子旋轉器"
                 },
                 "playground/basket_swing": {
                     "name": "籃子鞦韆",
-                    "terms": "<translate with synonyms or related terms for 'Basket Swing', separated by commas>"
+                    "terms": "籃子鞦韆"
                 },
                 "playground/climbing_frame": {
                     "name": "攀爬架",
-                    "terms": "<translate with synonyms or related terms for 'Climbing Frame', separated by commas>"
+                    "terms": "攀爬架"
                 },
                 "playground/cushion": {
                     "name": "彈力靠墊",
-                    "terms": "<translate with synonyms or related terms for 'Bouncy Cushion', separated by commas>"
+                    "terms": "彈力靠墊"
                 },
                 "playground/horizontal_bar": {
                     "name": "單槓",
-                    "terms": "<translate with synonyms or related terms for 'Play Horizontal Bar', separated by commas>"
+                    "terms": "單槓"
                 },
                 "playground/rocker": {
                     "name": "彈簧椅",
-                    "terms": "<translate with synonyms or related terms for 'Spring Rider', separated by commas>"
+                    "terms": "彈簧椅"
                 },
                 "playground/roundabout": {
                     "name": "旋轉輪",
-                    "terms": "<translate with synonyms or related terms for 'Play Roundabout', separated by commas>"
+                    "terms": "旋轉輪"
                 },
                 "playground/sandpit": {
                     "name": "沙坑",
-                    "terms": "<translate with synonyms or related terms for 'Sandpit', separated by commas>"
+                    "terms": "沙坑"
                 },
                 "playground/seesaw": {
                     "name": "蹺蹺板",
-                    "terms": "<translate with synonyms or related terms for 'Seesaw', separated by commas>"
+                    "terms": "蹺蹺板"
                 },
                 "playground/slide": {
                     "name": "溜滑梯",
-                    "terms": "<translate with synonyms or related terms for 'Slide', separated by commas>"
+                    "terms": "溜滑梯"
                 },
                 "playground/structure": {
                     "name": "遊樂場設施",
-                    "terms": "<translate with synonyms or related terms for 'Play Structure', separated by commas>"
+                    "terms": "遊樂場設施"
                 },
                 "playground/swing": {
                     "name": "鞦韆",
-                    "terms": "<translate with synonyms or related terms for 'Swing', separated by commas>"
+                    "terms": "鞦韆"
                 },
                 "playground/zipwire": {
                     "name": "Zip Wire",
-                    "terms": "<translate with synonyms or related terms for 'Zip Wire', separated by commas>"
+                    "terms": "Zip Wire"
                 },
                 "point": {
                     "name": "點",
                 "power": {
                     "name": "電力設施"
                 },
+                "power/cable/underground": {
+                    "name": "地下電纜",
+                    "terms": "電纜,地底式電纜"
+                },
                 "power/generator": {
                     "name": "發電機",
                     "terms": "發電機"
                 },
-                "power/generator/source_nuclear": {
-                    "name": "核子反應爐",
-                    "terms": "核子反應爐,核反應爐,核電廠"
+                "power/generator/method/photovoltaic": {
+                    "name": "太陽能板",
+                    "terms": "太陽能板"
+                },
+                "power/generator/source/nuclear": {
+                    "name": "核能反應爐",
+                    "terms": "核子爐,核子反應爐"
                 },
-                "power/generator/source_wind": {
-                    "name": "風力發電機",
+                "power/generator/source/wind": {
+                    "name": "風機",
                     "terms": "風力發電機"
                 },
                 "power/line": {
                     "name": "變壓器",
                     "terms": "變壓器"
                 },
-                "public_transport/platform": {
-                    "name": "月台",
-                    "terms": "站台"
+                "public_transport/linear_platform": {
+                    "name": "轉運站 / 月台",
+                    "terms": "站牌,客運站牌,客運月台"
                 },
-                "public_transport/stop_position": {
-                    "name": "停車位置",
-                    "terms": "靠站位置"
+                "public_transport/linear_platform_aerialway": {
+                    "name": "纜車站/月台",
+                    "terms": "纜車站,纜車月台"
                 },
-                "railway": {
-                    "name": "鐵路"
+                "public_transport/linear_platform_bus": {
+                    "name": "公車站/公車月台",
+                    "terms": "公車月台"
                 },
-                "railway/abandoned": {
-                    "name": "鐵路線遺跡",
+                "public_transport/linear_platform_ferry": {
+                    "name": "船運停船處 / 船運月台",
+                    "terms": "渡輪停船處,船運月台"
+                },
+                "public_transport/linear_platform_light_rail": {
+                    "name": "輕軌停車處/ 月台",
+                    "terms": "輕軌停車處,輕軌月台"
+                },
+                "public_transport/linear_platform_monorail": {
+                    "name": "單軌電車停車處 / 月台",
+                    "terms": "單軌電車停車處,"
+                },
+                "public_transport/linear_platform_subway": {
+                    "name": "捷運停車處 / 月台",
+                    "terms": "地鐵停車處,地鐵月台"
+                },
+                "public_transport/linear_platform_train": {
+                    "name": "火車停車處 / 月台",
+                    "terms": "火車停車處,火車月台"
+                },
+                "public_transport/linear_platform_tram": {
+                    "name": "街車停車處 / 月台",
+                    "terms": "街車停車處,街車月台"
+                },
+                "public_transport/linear_platform_trolleybus": {
+                    "name": "無軌電車停車處 / 月台",
+                    "terms": "無軌電車停車處,無軌電車月台"
+                },
+                "public_transport/platform": {
+                    "name": "公車專用道停車處 / 月台",
+                    "terms": "公車專用道停車處,公車專用道月台"
+                },
+                "public_transport/platform_aerialway": {
+                    "name": "纜車站 / 月台",
+                    "terms": "纜車站,纜車月台"
+                },
+                "public_transport/platform_bus": {
+                    "name": "公車站牌 / 公車月台",
+                    "terms": "公車站牌,公車月台,巴士站牌,巴士月台"
+                },
+                "public_transport/platform_ferry": {
+                    "name": "船運停船處 / 船運月台",
+                    "terms": "船運停船處,船運月台,"
+                },
+                "public_transport/platform_light_rail": {
+                    "name": "輕軌停車處/ 月台",
+                    "terms": "輕軌停車處,輕軌月台"
+                },
+                "public_transport/platform_monorail": {
+                    "name": "單軌電車停車處 / 月台",
+                    "terms": "單軌電車停車處,單軌月台"
+                },
+                "public_transport/platform_subway": {
+                    "name": "捷運停車處 / 月台",
+                    "terms": "捷運停車處,捷運月台,地鐵停車處,地鐵月台"
+                },
+                "public_transport/platform_train": {
+                    "name": "火車停車處 / 月台",
+                    "terms": "火車停車處,火車月台"
+                },
+                "public_transport/platform_tram": {
+                    "name": "路面電車停車處 / 月台",
+                    "terms": "路面電車停車處,路面電車月台"
+                },
+                "public_transport/platform_trolleybus": {
+                    "name": "無軌電車站 / 月台",
+                    "terms": "無軌電車站,無軌電車月台"
+                },
+                "public_transport/station": {
+                    "name": "轉運站",
+                    "terms": "客運站"
+                },
+                "public_transport/station_aerialway": {
+                    "name": "纜車站",
+                    "terms": "纜車車站"
+                },
+                "public_transport/station_bus": {
+                    "name": "轉運站",
+                    "terms": "客運站"
+                },
+                "public_transport/station_ferry": {
+                    "name": "船運站",
+                    "terms": "船運站,渡輪站"
+                },
+                "public_transport/station_light_rail": {
+                    "name": "輕軌站",
+                    "terms": "輕軌車站"
+                },
+                "public_transport/station_monorail": {
+                    "name": "單軌站",
+                    "terms": "單軌車站"
+                },
+                "public_transport/station_subway": {
+                    "name": "捷運站",
+                    "terms": "地鐵站,地下鐵站"
+                },
+                "public_transport/station_train": {
+                    "name": "火車站",
+                    "terms": "鐵路車站,車站"
+                },
+                "public_transport/station_train_halt": {
+                    "name": "火車站 (小站/招呼)",
+                    "terms": "招呼站,小站"
+                },
+                "public_transport/station_tram": {
+                    "name": "電車站",
+                    "terms": "電車站"
+                },
+                "public_transport/station_trolleybus": {
+                    "name": "無軌電車站",
+                    "terms": "無軌電車站"
+                },
+                "public_transport/stop_area": {
+                    "name": "轉運站區",
+                    "terms": "客運站區"
+                },
+                "public_transport/stop_position": {
+                    "name": "轉運站停車位置",
+                    "terms": "客運站停車位置"
+                },
+                "public_transport/stop_position_aerialway": {
+                    "name": "纜車停車位置",
+                    "terms": "纜車停車位置"
+                },
+                "public_transport/stop_position_bus": {
+                    "name": "公車停靠位置",
+                    "terms": "巴士停靠位置"
+                },
+                "public_transport/stop_position_ferry": {
+                    "name": "船運停船位置",
+                    "terms": "船運停船點"
+                },
+                "public_transport/stop_position_light_rail": {
+                    "name": "輕軌鐵路停車位置",
+                    "terms": "輕軌電車停車點"
+                },
+                "public_transport/stop_position_monorail": {
+                    "name": "單軌電車停車位置",
+                    "terms": "單軌電車停車點"
+                },
+                "public_transport/stop_position_subway": {
+                    "name": "捷運停車位置",
+                    "terms": "捷運停車點"
+                },
+                "public_transport/stop_position_train": {
+                    "name": "火車停車位置",
+                    "terms": "火車停車點"
+                },
+                "public_transport/stop_position_tram": {
+                    "name": "街車停車位置",
+                    "terms": "街車停車點"
+                },
+                "public_transport/stop_position_trolleybus": {
+                    "name": "無軌電車停車位置",
+                    "terms": "無軌電車停車點"
+                },
+                "railway": {
+                    "name": "鐵路"
+                },
+                "railway/abandoned": {
+                    "name": "鐵路線遺跡",
                     "terms": "舊鐵路線"
                 },
                 "railway/buffer_stop": {
                     "terms": "纜車"
                 },
                 "railway/halt": {
-                    "name": "無人招呼站",
-                    "terms": "鐵路停車處"
+                    "name": "火車站 (小站/招呼)"
                 },
                 "railway/level_crossing": {
                     "name": "鐵路平交道(道路)",
                     "terms": "鐵路平交道,平交道"
                 },
+                "railway/light_rail": {
+                    "name": "輕軌",
+                    "terms": "輕軌鐵路"
+                },
                 "railway/milestone": {
                     "name": "鐵路里程碑",
                     "terms": "鐵路里程碑"
                 },
+                "railway/miniature": {
+                    "name": "微型鐵路",
+                    "terms": "微型鐵路,微型鐵軌"
+                },
                 "railway/monorail": {
                     "name": "單軌電車",
                     "terms": "畢軌電車"
                     "terms": "窄軌鐵路"
                 },
                 "railway/platform": {
-                    "name": "月台",
-                    "terms": "鐵道月台,鐵路月台,輕軌月台"
+                    "name": "街車站/月台"
                 },
                 "railway/rail": {
                     "name": "鐵軌",
                     "terms": "鐵道信號"
                 },
                 "railway/station": {
-                    "name": "火車站",
-                    "terms": "鐵路站,車站,高鐵站"
+                    "name": "火車站"
                 },
                 "railway/subway": {
                     "name": "捷運",
                     "terms": "電車"
                 },
                 "railway/tram_stop": {
-                    "name": "電車站",
-                    "terms": "電車站,車站"
+                    "name": "街車停靠點"
                 },
                 "relation": {
                     "name": "關係",
                     "name": "渡輪航線",
                     "terms": "渡輪航線"
                 },
+                "seamark": {
+                    "name": "海標"
+                },
+                "seamark/beacon_isolated_danger": {
+                    "name": "警告信號燈",
+                    "terms": "危險信號燈"
+                },
+                "seamark/beacon_lateral": {
+                    "name": "航道標誌"
+                },
+                "seamark/buoy_lateral": {
+                    "name": "航道浮標"
+                },
+                "seamark/buoy_lateral/green": {
+                    "name": "綠色浮標"
+                },
+                "seamark/buoy_lateral/red": {
+                    "name": "紅色浮標",
+                    "terms": "紅色浮標"
+                },
+                "seamark/mooring": {
+                    "name": "繫泊處",
+                    "terms": "繫泊處"
+                },
                 "shop": {
                     "name": "商店",
                     "terms": "商店,商行"
                 },
                 "shop/agrarian": {
-                    "name": "農用品店",
-                    "terms": "<translate with synonyms or related terms for 'Agriculture Shop', separated by commas>"
+                    "name": "農業用品補給店",
+                    "terms": "農用品店"
                 },
                 "shop/alcohol": {
                     "name": "酒類專賣店",
                     "name": "汽車維修店",
                     "terms": "汽車保養店"
                 },
+                "shop/caravan": {
+                    "name": "拖車經銷商",
+                    "terms": "拖車經銷商"
+                },
                 "shop/carpet": {
                     "name": "地毯店",
                     "terms": "地毯商店"
                 },
+                "shop/catalogue": {
+                    "name": "目錄店",
+                    "terms": "目錄店"
+                },
                 "shop/charity": {
                     "name": "慈善商店",
                     "terms": "慈善商店,義賣店"
                     "name": "化妝品店",
                     "terms": "化妝品店,保養品店,化妝品商店"
                 },
+                "shop/country_store": {
+                    "name": "鄉村商店",
+                    "terms": "鄉村商店"
+                },
                 "shop/craft": {
                     "name": "工藝品店",
                     "terms": "工藝品店,工藝品商店,手工藝店,手作工坊"
                     "name": "時尚店",
                     "terms": "時裝店,時常衣服店"
                 },
+                "shop/fireplace": {
+                    "name": "壁爐商店",
+                    "terms": "壁爐店"
+                },
+                "shop/fishing": {
+                    "name": "釣魚用品店",
+                    "terms": "釣魚用品店"
+                },
                 "shop/fishmonger": {
                     "name": "魚販"
                 },
                     "name": "表框店",
                     "terms": "表框店, 裱框店"
                 },
+                "shop/frozen_food": {
+                    "name": "冷凍食品",
+                    "terms": "冷凍食品"
+                },
+                "shop/fuel": {
+                    "name": "燃料店",
+                    "terms": "燃料店,加油站"
+                },
                 "shop/funeral_directors": {
                     "name": "生命禮儀公司",
                     "terms": "禮儀公司"
                     "name": "理髮店",
                     "terms": "理髮店,髮廏,男士理髮"
                 },
+                "shop/hairdresser_supply": {
+                    "name": "剪髮器材店",
+                    "terms": "剪髮器材商店"
+                },
                 "shop/hardware": {
                     "name": "五金店",
                     "terms": "五金行"
                 },
+                "shop/health_food": {
+                    "name": "健康食品店",
+                    "terms": "保康食品店"
+                },
                 "shop/hearing_aids": {
                     "name": "助聽器店",
                     "terms": "助聽器商店"
                     "name": "家庭用品店",
                     "terms": "家居用品店"
                 },
+                "shop/hunting": {
+                    "name": "打獵用品店",
+                    "terms": "打獵用品店"
+                },
                 "shop/interior_decoration": {
                     "name": "室內設計店",
                     "terms": "室內設計店"
                     "terms": "銀樓,首飾店"
                 },
                 "shop/kiosk": {
-                    "name": "報紙販賣機",
-                    "terms": "報紙販賣機"
+                    "name": "販賣亭",
+                    "terms": "書報攤,零售亭,售貨亭"
                 },
                 "shop/kitchen": {
                     "name": "廚房設計行",
-                    "terms": "廚房設計店"
+                    "terms": "廚房設計店,廚房用品店"
                 },
                 "shop/laundry": {
                     "name": "洗衣店",
                     "terms": "鎖匠"
                 },
                 "shop/lottery": {
-                    "name": "投注站",
-                    "terms": "彩券行"
+                    "name": "彩券行",
+                    "terms": "投注站,公益彩券"
                 },
                 "shop/mall": {
                     "name": "購物中心",
                 },
                 "shop/medical_supply": {
                     "name": "醫療器材行",
-                    "terms": "醫療器材店"
+                    "terms": "醫療用品店"
                 },
                 "shop/mobile_phone": {
                     "name": "行動電話店",
-                    "terms": "手機商店,手機店"
+                    "terms": "手機商店,手機店,手機行,行動通訊店"
                 },
                 "shop/money_lender": {
-                    "name": "放款人",
-                    "terms": "借貸人"
+                    "name": "地下錢莊",
+                    "terms": "借貸人,放款人,汽車借款"
                 },
                 "shop/motorcycle": {
                     "name": "機車行",
                     "terms": "摩托車行,機器腳踏車行"
                 },
+                "shop/motorcycle_repair": {
+                    "name": "摩托車維修店",
+                    "terms": "摩托車維修店,機車維修店,機車行,摩托車行"
+                },
                 "shop/music": {
                     "name": "音樂店",
                     "terms": "唱片行"
                     "name": "油漆行",
                     "terms": "油漆店"
                 },
+                "shop/party": {
+                    "name": "宴會器材店",
+                    "terms": "宴會器材商店"
+                },
                 "shop/pastry": {
                     "name": "糕餅店",
                     "terms": "糕餅店,蛋糕店,烘焙店"
                     "name": "寵物店",
                     "terms": "寵物用品店"
                 },
+                "shop/pet_grooming": {
+                    "name": "寵物美容店",
+                    "terms": "寵物美容店"
+                },
                 "shop/photo": {
                     "name": "攝影用品店",
                     "terms": "照相店"
                     "name": "格仔鋪/二手店",
                     "terms": "格仔店/二手店"
                 },
+                "shop/sewing": {
+                    "name": "縫紉用品店",
+                    "terms": "縫紉用品店"
+                },
                 "shop/shoes": {
                     "name": "鞋店",
                     "terms": "鞋店"
                     "terms": "電子遊戲商店,電玩店"
                 },
                 "shop/watches": {
-                    "name": "手錶店",
+                    "name": "鐘錶行",
                     "terms": "手錶店"
                 },
+                "shop/water": {
+                    "name": "飲用水商店",
+                    "terms": "飲用水商店"
+                },
                 "shop/water_sports": {
                     "name": "水上活動/泳具店",
                     "terms": "水上活動/游泳用品店"
                     "name": "武器店",
                     "terms": "武器商店,槍店"
                 },
+                "shop/wholesale": {
+                    "name": "批發商",
+                    "terms": "批發商,批發店"
+                },
                 "shop/window_blind": {
                     "name": "窗廉店",
                     "terms": "窗廉商店"
                     "name": "公共藝術",
                     "terms": "藝術品,街頭藝術"
                 },
+                "tourism/artwork/mural": {
+                    "name": "壁畫",
+                    "terms": "Mural"
+                },
+                "tourism/artwork/sculpture": {
+                    "name": "雕塑",
+                    "terms": "雕塑"
+                },
+                "tourism/artwork/statue": {
+                    "name": "雕像",
+                    "terms": "雕像"
+                },
                 "tourism/attraction": {
                     "name": "觀光景點",
                     "terms": "觀光點"
                 },
                 "tourism/chalet": {
                     "name": "假日小屋",
-                    "terms": "<translate with synonyms or related terms for 'Holiday Cottage', separated by commas>"
+                    "terms": "假日小屋"
                 },
                 "tourism/gallery": {
                     "name": "藝廊",
                     "terms": "博物館"
                 },
                 "tourism/picnic_site": {
-                    "name": "é\87\8eé¤\90å\9c°é»\9e",
+                    "name": "é\87\8eé¤\90å ´å\9c°",
                     "terms": "野餐地點"
                 },
                 "tourism/theme_park": {
                     "name": "主題公園",
                     "terms": "主題樂園"
                 },
+                "tourism/trail_riding_station": {
+                    "name": "騎馬車站",
+                    "terms": "騎馬車站"
+                },
                 "tourism/viewpoint": {
                     "name": "觀景點",
                     "terms": "風景點"
                 },
                 "tourism/wilderness_hut": {
                     "name": "野外小屋",
-                    "terms": "<translate with synonyms or related terms for 'Wilderness Hut', separated by commas>"
+                    "terms": "野外小屋"
                 },
                 "tourism/zoo": {
                     "name": "動物園",
                     "name": "減速丘",
                     "terms": "減速丘"
                 },
+                "traffic_sign": {
+                    "name": "交通號誌",
+                    "terms": "號誌"
+                },
+                "traffic_sign/city_limit": {
+                    "name": "城市限制指標",
+                    "terms": "城市限制指標"
+                },
+                "traffic_sign/city_limit_vertex": {
+                    "name": "城市限制指標",
+                    "terms": "城市限制指標"
+                },
+                "traffic_sign/maxspeed": {
+                    "name": "速限指標",
+                    "terms": "速限"
+                },
+                "traffic_sign/maxspeed_vertex": {
+                    "name": "速限指標",
+                    "terms": "速限"
+                },
+                "traffic_sign_vertex": {
+                    "name": "交通號誌",
+                    "terms": "交通號誌"
+                },
                 "type/boundary": {
                     "name": "邊界",
                     "terms": "界線"
                     "name": "行政界線",
                     "terms": "行政邊界"
                 },
+                "type/enforcement": {
+                    "name": "強制",
+                    "terms": "強制"
+                },
                 "type/multipolygon": {
                     "name": "多重多邊形"
                 },
                     "terms": "禁止迴轉"
                 },
                 "type/restriction/only_left_turn": {
-                    "name": "只左轉",
+                    "name": "只左轉",
                     "terms": "只能左轉"
                 },
                 "type/restriction/only_right_turn": {
-                    "name": "只右轉",
+                    "name": "只右轉",
                     "terms": "只能右轉"
                 },
                 "type/restriction/only_straight_on": {
-                    "name": "只准直駛",
-                    "terms": "禁止轉彎"
+                    "name": "只能直行",
+                    "terms": "只能直行"
+                },
+                "type/restriction/only_u_turn": {
+                    "name": "只能迴轉",
+                    "terms": "只能迴轉"
                 },
                 "type/route": {
                     "name": "路線",
                     "name": "騎馬路線",
                     "terms": "騎馬路線,騎乘路線"
                 },
+                "type/route/light_rail": {
+                    "name": "輕軌路線",
+                    "terms": "輕軌路線"
+                },
                 "type/route/pipeline": {
                     "name": "管道路線",
                     "terms": "管線路線"
                 },
+                "type/route/piste": {
+                    "name": "滑雪路線",
+                    "terms": "滑雪路線"
+                },
                 "type/route/power": {
                     "name": "供電路線",
                     "terms": "輸電線路"
                     "name": "道路路線",
                     "terms": "公路路線"
                 },
+                "type/route/subway": {
+                    "name": "地下鐵路線",
+                    "terms": "地下鐵路線,捷運路線"
+                },
                 "type/route/train": {
                     "name": "鐵路路線",
                     "terms": "列車路線"
                     "name": "船用加油站",
                     "terms": "船隻加油站"
                 },
+                "waterway/milestone": {
+                    "name": "水道里程碑",
+                    "terms": "水道里程碑"
+                },
                 "waterway/river": {
                     "name": "河流",
                     "terms": "河川"
                 },
                 "waterway/riverbank": {
-                    "name": "河床",
-                    "terms": "河岸"
+                    "name": "河床"
                 },
                 "waterway/sanitary_dump_station": {
                     "name": "污水處理放流管",
             }
         },
         "imagery": {
+            "AGIV": {
+                "attribution": {
+                    "text": "Orthophoto Flanders 最新 © AGIV"
+                },
+                "name": "AGIV Flanders 最新空照圖"
+            },
+            "AGIV10cm": {
+                "attribution": {
+                    "text": "Orthophoto Flanders © AGIV"
+                },
+                "name": "AGIV Flanders 2013-2015 空照圖 10公分"
+            },
+            "AGIVFlandersGRB": {
+                "attribution": {
+                    "text": "GRB Flanders © AGIV"
+                },
+                "name": "AGIV Flanders GRB"
+            },
             "Bing": {
                 "description": "衛星與空照圖",
                 "name": "Bing 空照圖"
                 "attribution": {
                     "text": "使用條款與意見回饋"
                 },
-                "description": "Premium DigitalGlobe 衛星圖",
+                "description": "DigitalGlobe-Premium 是以 DigitalGlobe 底圖鑲嵌 +Vivid,或是局部區域有興趣的影像,有 50 公分或更高解析度,以及更新更頻繁。 ",
                 "name": "DigitalGlobe Premium 空照圖"
             },
             "DigitalGlobe-Premium-vintage": {
                 "attribution": {
                     "text": "使用條款與意見回饋"
                 },
-                "description": "影像邊界與取得時間。標籤會在縮放14層級或更高時顯示。",
+                "description": "影像邊界與拍攝日期。標籤將會在縮放等級大於等於 13 時出現。",
                 "name": "DigitalGlobe Premium 空照圖年份"
             },
             "DigitalGlobe-Standard": {
                 "attribution": {
                     "text": "使用條款與意見回饋"
                 },
-                "description": "Standard DigitalGlobe 衛星圖",
+                "description": "DigitalGlobe-Standard  累積全球陸地 86% 的影像,有影像的部分具有 30-60 公分解析度,部分用 Ladnsat 補充。平均的影像年齡是 2.31 年,有些地方一年更新兩次。",
                 "name": "DigitalGlobe Standard 空照圖"
             },
             "DigitalGlobe-Standard-vintage": {
                 "attribution": {
                     "text": "使用條款與意見回饋"
                 },
-                "description": "影像邊界與取得時間。標籤會在縮放14層級或更高時顯示。",
+                "description": "影像邊界與拍攝日期。標籤將會在縮放等級大於等於 13 時出現。",
                 "name": "DigitalGlobe Standard 空照圖年份"
             },
             "EsriWorldImagery": {
                 "description": "Esri 世界衛星圖。",
                 "name": "Esri 世界衛星圖"
             },
+            "EsriWorldImageryClarity": {
+                "attribution": {
+                    "text": "使用條款與意見回饋"
+                },
+                "description": "Ersi 的封存衛星圖可能比預設的圖層更清晰且更精確。",
+                "name": "Esri 世界衛星圖(清晰版)Beta"
+            },
             "MAPNIK": {
                 "attribution": {
                     "text": "© OpenStreetMap 貢獻者,CC-BY-SA"
                 },
                 "name": "OSM 檢查器:標籤"
             },
-            "US-TIGER-Roads-2012": {
-                "name": "TIGER 道路 2012"
+            "SPW_ORTHO_LAST": {
+                "name": "SPW(allonie) 最新空照圖"
+            },
+            "SPW_PICC": {
+                "name": "SPW(allonie) PICC 數值圖"
             },
             "US-TIGER-Roads-2014": {
                 "description": "在縮放等級 16 以上的資料是從美國人口普查局的公眾領域圖資取得的。較低縮放等級的則僅有自2006年開放街圖刪除部份不合授權條款的資料後併入開放街圖的資料",
                 "description": "黃 = 自美國人口普查局的公共領域地圖資料取得。紅 = 在開放街圖上找不到資料",
                 "name": "TIGER 道路 2017"
             },
+            "US-TIGER-Roads-2018": {
+                "description": "黃 = 從美國人口普查而來的公有領域資料。紅 = 在開放街圖中找不到的資料",
+                "name": "TIGER Roads 2018"
+            },
+            "US_Forest_Service_roads_overlay": {
+                "description": "道路:綠色外框 = 非分類道路。棕色外框 = 土路。路面:碎石路 = 亮棕色實心填滿,柏油 = 黑色,有舖面 = 灰色,地面 = 白色,水泥 = 藍色,草地 = 綠色。季節性 = 白色條紋",
+                "name": "美國森林道路覆蓋層"
+            },
+            "UrbISOrtho2016": {
+                "attribution": {
+                    "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
+                },
+                "name": "UrbIS-Ortho 2016"
+            },
+            "UrbISOrtho2017": {
+                "attribution": {
+                    "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
+                },
+                "name": "UrbIS-Ortho 2017"
+            },
+            "UrbISOrtho2018": {
+                "attribution": {
+                    "text": "透過 Brussels UrbIS®© - 散佈與版權 CIRB"
+                },
+                "name": "UrbIS-Ortho 2018"
+            },
+            "UrbisAdmFR": {
+                "attribution": {
+                    "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
+                },
+                "name": "UrbisAdm FR"
+            },
+            "UrbisAdmNL": {
+                "attribution": {
+                    "text": "透過布魯塞爾的工具 UrbIS®© - 散佈 & 版權所有 CIRB"
+                },
+                "name": "UrbisAdm NL"
+            },
             "Waymarked_Trails-Cycling": {
                 "attribution": {
-                    "text": "© Sarah Hoffmann, CC by-SA 3.0,圖資:OpenStreetMap 貢獻者, ODbL 1.0"
+                    "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
                 },
                 "name": "小徑標示:自行車"
             },
             "Waymarked_Trails-Hiking": {
                 "attribution": {
-                    "text": "© Sarah Hoffmann, CC by-SA 3.0,圖資:OpenStreetMap 貢獻者, ODbL 1.0"
+                    "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
                 },
                 "name": "小徑標示:健行"
             },
             "Waymarked_Trails-MTB": {
                 "attribution": {
-                    "text": "© Sarah Hoffmann, CC by-SA 3.0,圖資:OpenStreetMap 貢獻者, ODbL 1.0"
+                    "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
                 },
                 "name": "小徑標示:MTB"
             },
             "Waymarked_Trails-Skating": {
                 "attribution": {
-                    "text": "© Sarah Hoffmann, CC by-SA 3.0,圖資:OpenStreetMap 貢獻者, ODbL 1.0"
+                    "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
                 },
                 "name": "小徑標示:溜冰"
             },
             "Waymarked_Trails-Winter_Sports": {
                 "attribution": {
-                    "text": "© Michael Spreng, CC by-SA 3.0,圖資:OpenStreetMap 貢獻者, ODbL 1.0"
+                    "text": "© waymarkedtrails.org,OpenStreetMap 貢獻者,,CC by-SA 3.0"
                 },
                 "name": "小徑標示:冬季運動"
             },
                 "attribution": {
                     "text": "basemap.at"
                 },
-                "description": "å\9fºæ\96¼æ\94¿åº\9cè³\87æ\96\99ç\9a\84奧å\9c°å\88©åº\95å\9c\96。",
+                "description": "奧å\9c°å\88©ç\9a\84åº\95å\9c\96ï¼\8cå\9fºæ\96¼æ\94¿åº\9cè³\87æ\96\99。",
                 "name": "basemap.at"
             },
             "basemap.at-orthofoto": {
                 "description": "由 basemap.at 提供的 Orthofoto 圖層。geoimage.at 圖的「繼承者」。",
                 "name": "basemap.at Orthofoto"
             },
-            "hike_n_bike": {
+            "eufar-balaton": {
                 "attribution": {
-                    "text": "© OpenStreetMap 貢獻者"
+                    "text": "EUFAR 巴拉頓正射影像 2010"
+                },
+                "description": "從巴拉頓湖沼學協會而來的 1940 有地理標記的照片。",
+                "name": "EUFAR 巴拉頓正射影像"
+            },
+            "finds.jp_KBN_2500": {
+                "attribution": {
+                    "text": "GSI KIBAN 2500"
+                },
+                "description": "透過 finds.jp 而來的 GSI Kiban 2500。適合用於追蹤軌跡,但有點老舊。",
+                "name": "日本 GSI KIBAN 2500"
+            },
+            "gsi.go.jp": {
+                "attribution": {
+                    "text": "GSI 日本"
+                },
+                "description": "日本 GSI 正射影像。通常比 bing 好,但有點老舊。",
+                "name": "日本 GSI 正射影像"
+            },
+            "gsi.go.jp_airphoto": {
+                "attribution": {
+                    "text": "GSI 日本"
+                },
+                "description": "日本 GSI 航空照片。並未完全正射,但比 GSI 正射影像新且/或覆蓋範圍不同。",
+                "name": "日本 GSI 航空照片"
+            },
+            "gsi.go.jp_std_map": {
+                "attribution": {
+                    "text": "GSI 日本"
+                },
+                "description": "日本 GSI 標準地圖。涵蓋範圍大。",
+                "name": "日本 GSI 標準地圖"
+            },
+            "helsingborg-orto": {
+                "attribution": {
+                    "text": "© 赫爾辛堡市"
+                },
+                "description": "來自赫爾辛堡市的2016年正射影像,公眾領域",
+                "name": "赫爾辛堡正射影像"
+            },
+            "kalmar-orto-2014": {
+                "attribution": {
+                    "text": "© 卡爾馬市"
+                },
+                "description": "來自卡爾馬市北海岸的2014年正射影像",
+                "name": "卡爾馬北海岸正射影像2014"
+            },
+            "kalmar-orto-2016": {
+                "attribution": {
+                    "text": "© 卡爾馬市"
+                },
+                "description": "來自卡爾馬市南海岸的2016年正射影像",
+                "name": "卡爾馬南海岸正射影像2016"
+            },
+            "kalmar-orto-2018": {
+                "attribution": {
+                    "text": "© 卡爾馬市"
+                },
+                "description": "來自卡爾馬市區的2018年正射影像",
+                "name": "卡爾馬市區正射影像2018"
+            },
+            "kelkkareitit": {
+                "attribution": {
+                    "text": "© Kelkkareitit.fi"
+                },
+                "description": "來自 OSM 的 Kelkkareitit.fi 雪車賽道(包含北歐)",
+                "name": "北歐雪車覆蓋層"
+            },
+            "lantmateriet-orto1960": {
+                "attribution": {
+                    "text": "© Lantmäteriet, CC0"
+                },
+                "description": "瑞典自1955-1965的正射影像馬賽克。可能會同時出現較舊與較新的照片。",
+                "name": "Lantmäteriet 歷史正射影像 1960"
+            },
+            "lantmateriet-orto1975": {
+                "attribution": {
+                    "text": "© Lantmäteriet, CC0"
+                },
+                "description": "瑞典自1970-1980的正射影像馬賽克。正在建構中。",
+                "name": "Lantmäteriet 歷史正射影像 1975"
+            },
+            "lantmateriet-topowebb": {
+                "attribution": {
+                    "text": "© Lantmäteriet, CC0"
                 },
-                "name": "健行與自行車"
+                "description": "瑞典的 1:50000 地形圖",
+                "name": "土地調查地形圖"
+            },
+            "linkoping-orto": {
+                "attribution": {
+                    "text": "© 林雪平市"
+                },
+                "description": "來自林雪平市的2010年正射影像,開放資料",
+                "name": "林雪平正射影像"
             },
             "mapbox_locator_overlay": {
                 "attribution": {
                 },
                 "name": "OpenStreetMap(德國樣式)"
             },
+            "osmse-ekonomiska": {
+                "attribution": {
+                    "text": "© Lantmäteriet"
+                },
+                "description": "掃描「經濟地圖」1950-1980",
+                "name": "Lantmäteriet 經濟地圖 1950-1980"
+            },
             "qa_no_address": {
                 "attribution": {
                     "text": "Simon Poole,資料 ©OpenStreetMap 貢獻者"
                 },
                 "name": "skobbler"
             },
+            "skoterleder": {
+                "attribution": {
+                    "text": "© Skoterleder.org"
+                },
+                "description": "Snowmobile 路徑",
+                "name": "Snowmobile 地圖瑞典"
+            },
             "stamen-terrain-background": {
                 "attribution": {
-                    "text": "Stamen 設計的圖磚,以 CC-BY 3.0 授權"
+                    "text": "Stamen Design 的圖磚,以 CC BY 3.0 授權。資料自 OpenStreetMap 處取得,以 ODbL 授權"
                 },
                 "name": "Stamen Terrain"
             },
+            "stockholm-orto": {
+                "attribution": {
+                    "text": "© 斯德哥爾摩市,CC0"
+                },
+                "description": "來自斯德哥爾摩市的2015年正射影像,CC0 授權",
+                "name": "斯德哥爾摩正射影像"
+            },
             "tf-cycle": {
                 "attribution": {
                     "text": "地圖 © Thunderforest,資料 © OpenStreetMap 貢獻者"
                     "text": "地圖 © Thunderforest,資料 © OpenStreetMap 貢獻者"
                 },
                 "name": "Thunderforest Landscape"
+            },
+            "trafikverket-baninfo": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "瑞典鐵路網,包含支線",
+                "name": "Trafikverket 鐵路網"
+            },
+            "trafikverket-baninfo-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "瑞典鐵路網,包含多個選項的圖層",
+                "name": "Trafikverket 鐵路網選項"
+            },
+            "trafikverket-vagnat": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "瑞典 NVDB 路網",
+                "name": "Trafikverket 路網"
+            },
+            "trafikverket-vagnat-extra": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "瑞典 NVDB 的額外細節:公路編號、交通寧靜區、休息區、公車站牌、橋、隧道、測速照相機",
+                "name": "Trafikverket 路網額外資訊"
+            },
+            "trafikverket-vagnat-navn": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Swedish NVDB 街道名稱",
+                "name": "Trafikverket 街道名稱"
+            },
+            "trafikverket-vagnat-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Swedish NVDB 有多個選項的路網圖層",
+                "name": "Trafikverket 路網選項"
+            }
+        },
+        "community": {
+            "bw-facebook": {
+                "name": "在 Facebook 上的 Mapping Botswana",
+                "description": "OpenStreetMap in Botswana 專頁"
+            },
+            "bw-twitter": {
+                "name": "在 Twitter 上的 Mapping Botswana",
+                "description": "OpenStreetMap in Botswana 的 Twitter"
+            },
+            "cape-coast-youthmappers": {
+                "name": "University of Cape Coast YouthMappers",
+                "description": "追隨我們的 Twitter: {url} ",
+                "extendedDescription": "這是迦納 University of Cape Coast Youth Mappers 分會的官方頻道,我們愛地圖、開放資料和幫助別人。"
+            },
+            "osm-gh-facebook": {
+                "name": "開放街圖迦納 Facebook",
+                "description": "迦納對開放街圖有興趣的人參與的 Facebook 社團。",
+                "extendedDescription": " 迦納社群中的圖客,推廣迦納開放街圖和人道救援開放街圖計畫。加入我們吧!"
+            },
+            "osm-gh-twitter": {
+                "name": "開放街圖迦納 Twitter",
+                "description": "追隨我們的 Twitter: {url} "
+            },
+            "talk-gh": {
+                "name": "Talk-gh 郵件論壇",
+                "description": "Talk-gh 是迦納社群的官方郵件論壇 "
+            },
+            "osm-mg-facebook": {
+                "name": "開放街圖馬達加斯加 Facebook 社團",
+                "description": "馬達加斯加對開放街圖有興趣的人參與的 Facebook 社團。"
+            },
+            "talk-mg": {
+                "name": "Talk-m 郵件論壇",
+                "description": "馬達加斯加開放街圖貢獻者、社群和使用者分享和討論的園地"
+            },
+            "OSM-BGD-facebook": {
+                "name": "開放街圖孟加拉",
+                "description": "改進孟加拉的開放街圖",
+                "extendedDescription": "在孟加拉畫地圖嗎?想要問問題,想要與社群連結?請加入 {url},所有人都歡迎噢! "
+            },
+            "OSM-India-facebook": {
+                "name": "開放街圖印度 - 參與社區畫圖",
+                "description": "改善印度的 OpenStreetMap",
+                "extendedDescription": "在印度畫地圖嗎?想要問問題,想要與社群連結?請加入 {Url},所有人都歡迎噢!",
+                "events": {
+                    "sotmasia2018": {
+                        "name": "State of the Map Asia 2018",
+                        "description": "加入 2018 開放街圖在印度的亞洲地區性的大會活動",
+                        "where": "印度班加羅爾,印度管理學院"
+                    }
+                }
+            },
+            "osm-india-forum": {
+                "name": "開放街圖印度論壇",
+                "description": "開放街圖印度網頁論壇"
+            },
+            "osm-india-github": {
+                "name": "開放街圖印度 GitHub",
+                "description": "和我們一起寫程式:{url}"
+            },
+            "OSM-india-mailinglist": {
+                "name": "開放街圖印度郵件論壇",
+                "description": "Talk-in 是印度社群的官方郵件論壇"
+            },
+            "osm-india-telegram": {
+                "name": "開放街圖印度 Telegram",
+                "description": "加入我們這個大家庭:{url}"
+            },
+            "OSM-india-twitter": {
+                "name": "開放街圖印度 Twitter",
+                "description": "我們只是喜歡 tweet:{url}"
+            },
+            "osm-india-website": {
+                "name": "開放街圖印度",
+                "description": "印度圖客和開放街圖使用者"
+            },
+            "osm-india-wiki": {
+                "name": "開放街圖維基專案印度",
+                "description": "您必須知道的在印度製圖的所有事情:{url}"
+            },
+            "osm-india-youtube": {
+                "name": "開放街圖印度 YouTube",
+                "description": "訂閱我們的頻道:{url}"
+            },
+            "OSM-India-Puducherry-Facebook": {
+                "name": "Free Software Hardware Movement - Facebook",
+                "description": "FSHM Facebook 粉絲頁讓你知道社群活動",
+                "extendedDescription": "FSHM 組織跟自由軟體/硬體、科技、倡議和開放街圖的活動。FSHM Facebook 粉絲頁是最好跟他們活動保持聯繫的方式。"
+            },
+            "OSM-Puducherry-Mailing-List": {
+                "name": "自由軟體硬體運動 - 郵件清單",
+                "description": "FSHM Puducherry 郵件清單用來討論在 Puducherry 的製圖與其他事情。",
+                "extendedDescription": "FSHM 會組織關於自由軟體/硬體、科技、行動與開放街圖的活動。"
+            },
+            "OSM-India-Puducherry-Matrix": {
+                "name": "自由軟體硬體運動 - Matrix",
+                "description": "FSHM Riot 小組討論、分享和更新本地治里一帶畫地圖活動",
+                "extendedDescription": "FSHM 社群成員經由 Riot.im 群組分享他們的開放街圖畫地圖狀況 / 經驗,社群也會討論與自由軟體 / 硬體、科技和行動主義。"
+            },
+            "OSM-IDN-facebook": {
+                "name": "開放街圖印尼",
+                "description": "改進印尼的開放街圖",
+                "extendedDescription": "在印尼畫地圖嗎?有問題,想要與社群互動?來 {Url} 加入我們,歡迎所有人。"
+            },
+            "osm-iran-aparat": {
+                "name": "開放街圖伊朗阿帕拉特",
+                "description": "訂閱我們的頻道 {url}",
+                "extendedDescription": "這裡有開放街圖相關的影片資源,主要用波斯文。"
+            },
+            "osm-iran-forum": {
+                "name": "開放街圖伊朗網頁論壇",
+                "description": "開放街圖伊朗網頁論壇",
+                "extendedDescription": "伊朗開放街圖使用者的網頁論壇,請自由發問以及與其他人討論!"
+            },
+            "osm-iran-telegram": {
+                "name": "開放街圖伊朗 Telegram",
+                "description": "觀迎加入 Telegram 頻道  {url},我們伊朗的開放街圖參與者也有超級群組,請到我們的頻道關於部分找到連結。"
+            },
+            "OSM-japan-facebook": {
+                "name": "開放街圖日本社群",
+                "description": "日本圖客和開放街圖使用者"
+            },
+            "OSM-japan-mailinglist": {
+                "name": "開放街圖日本郵件論壇",
+                "description": "Talk-ja 是日本社群官方的郵件論壇"
+            },
+            "OSM-japan-twitter": {
+                "name": "開放街圖日本 Twitter",
+                "description": "Twitter 的標籤:{url}"
+            },
+            "OSM-japan-website": {
+                "name": "開放街圖日本",
+                "description": "日本圖客和開放街圖使用者"
+            },
+            "OSM-MY-facebook": {
+                "name": "開放街圖馬來西亞 Facebook",
+                "description": "討論任何跟開放街圖相關的事物!"
+            },
+            "OSM-MY-forum": {
+                "name": "開放街圖馬來西亞論壇",
+                "description": "官方開放街圖馬來西亞論壇"
+            },
+            "OSM-MY-matrix": {
+                "name": "OpenStreetMap 馬來西亞 Riot channel",
+                "description": "歡迎所有圖客!在 {signupUrl} 註冊"
+            },
+            "OSM-MNG-facebook": {
+                "name": "開放街圖蒙古",
+                "description": "改進蒙古的開放街圖",
+                "extendedDescription": "在蒙古畫地圖嗎?有問題,想要與社群互動?來 {Url} 加入我們,歡迎所有人。"
+            },
+            "OSM-MMR-facebook": {
+                "name": "開放街圖緬甸",
+                "description": "改進緬甸的開放街圖",
+                "extendedDescription": "在緬甸畫地圖嗎?有問題,想要與社群互動?來  {Url} 加入我們,歡迎所有人。"
+            },
+            "OSM-Nepal-facebook": {
+                "name": "開放街圖尼泊爾",
+                "description": "改進尼泊爾的開放街圖",
+                "extendedDescription": "在尼泊爾畫地圖嗎?有問題,想要與社群互動?來 {Url} 加入我們,歡迎所有人。"
+            },
+            "OSM-Asia-mailinglist": {
+                "name": "開放街圖亞洲郵件論壇",
+                "description": "Talk-asia 是亞洲社群的官方郵件論壇"
+            },
+            "osm-asia-telegram": {
+                "name": "開放街圖亞洲 Telegram",
+                "description": "加入我們這個大家庭:{url}"
+            },
+            "OSM-PH-facebook": {
+                "name": "開放街圖菲律賓 Facebook",
+                "description": "歡迎來到開放街圖菲律賓,我們歡迎所有菲律賓人貢獻一己之力到開放街圖計畫。"
+            },
+            "OSM-PH-mailinglist": {
+                "name": "Talk-ph 郵件論壇",
+                "description": "討論開放街圖在菲律賓事物的郵件論壇"
+            },
+            "OSM-PH-slack": {
+                "name": "開放街圖 PH Slack",
+                "description": "歡迎所有人加入!在 {signupUrl} 註冊"
+            },
+            "OSM-PH-telegram": {
+                "name": "開放街圖 PH Telegram",
+                "description": "非官方的菲律賓貢獻者和友好者的 Telegram 群組。"
+            },
+            "OSM-RU-forum": {
+                "name": "開放街圖俄羅斯論壇",
+                "description": "開放街圖俄羅斯網頁論壇"
+            },
+            "OSM-RU-telegram": {
+                "name": "開放街圖 RU Telegram",
+                "description": "開放街圖俄羅斯 Telegram 聊天群組"
+            },
+            "OSM-south-korea-telegram": {
+                "name": "OSM 南韓 Telegram",
+                "description": "南韓的開放街圖貢獻者、社群與使用者的分享與討論的非官方頻道。"
+            },
+            "OSM-sri-lanka-facebook": {
+                "name": "開放街圖斯里蘭卡",
+                "description": "在斯里蘭卡改善開放街圖",
+                "extendedDescription": "在斯里蘭卡製圖嗎?有問題想要聯絡這裡的社群嗎?在 {Url} 上加入我們。歡迎所有人!"
+            },
+            "OSM-TW-facebook": {
+                "name": "開放街圖台灣社群",
+                "description": "台灣社群專門討論有關台灣圖資的臉書社團"
+            },
+            "OSM-TW-mailinglist": {
+                "name": "開放街圖台灣郵件論壇",
+                "description": "Talk-tw 是台灣社群專門討論有關台灣圖資的官方郵件論壇"
+            },
+            "OSM-TH-CNX-meetup": {
+                "name": "OSM 清邁聚會",
+                "description": "開放街圖清邁社群不定期聚會",
+                "extendedDescription": "清邁開放街圖社群每隔幾個月的時候的聚會,歡迎接洽以及找尋 {url} 下次聚會時間"
+            },
+            "OSM-TH-facebook": {
+                "name": "開放街圖泰國 Facebook ",
+                "description": "泰國開放街圖的 Facebook 社團。"
+            },
+            "OSM-TH-forum": {
+                "name": "開放街圖泰國論壇",
+                "description": "開放街圖泰國網頁論壇 "
+            },
+            "al-forum": {
+                "name": "開放街圖阿爾巴尼亞論壇",
+                "description": "開放街圖阿爾巴尼亞論壇"
+            },
+            "al-maptime-tirana": {
+                "name": "Maptime Tirana",
+                "description": "與畫地圖相關的社交活動-尤其歡迎新手!",
+                "extendedDescription": "Maptime 是開放給所有等級和知識程度的學習環境,提供給初學者的國際教育支援。Maptime 同時具有彈性和架構的環境,創造畫地圖的教學、工作坊,分享共同目標的進行中計畫,以及獨立/協同的工作時間。"
+            },
+            "al-telegram": {
+                "name": "開放街圖阿爾巴尼亞 Telegram 頻道 ",
+                "description": "開放街圖阿爾巴尼亞 Telegram 頻道 "
+            },
+            "at-forum": {
+                "name": "開放街圖奧地利論壇",
+                "description": "開放街圖在奧地利問答的官方論壇"
+            },
+            "at-mailinglist": {
+                "name": "Talk-at 郵件論壇",
+                "description": "Talk-at 是奧地利社群的官方郵件論壇 "
+            },
+            "at-twitter": {
+                "name": "開放街圖奧地利 Twitter",
+                "description": "開放街圖奧地利 Twitter:{url}"
+            },
+            "osmgraz-meetup": {
+                "name": "OSM community meetup Graz",
+                "description": "開放街圖格拉茨社群的每月聚會"
+            },
+            "osmgraz-twitter": {
+                "name": "OSM community Graz Twitter",
+                "description": "開放街圖格拉茨社群的 Twitter"
+            },
+            "osm-at": {
+                "name": "開放街圖奧地利",
+                "description": "開放街圖在奧地利交流資訊的平台"
+            },
+            "byosm": {
+                "name": "開放街圖白羅斯",
+                "description": "開放街圖白羅斯 Telegram 聊天室"
+            },
+            "be-facebook": {
+                "name": "開放街圖比利時社群",
+                "description": "比利時圖客和開放街圖 Facebook"
+            },
+            "be-forum": {
+                "name": "開放街圖比利時論壇",
+                "description": "開放街圖比利時網頁論壇"
+            },
+            "be-irc": {
+                "name": "開放街圖奧地利 IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osmbe",
+                "extendedDescription": "運用 Matrix chat channel,在 irc.oftc.net (port 6667) 上面加入 #osmbe"
+            },
+            "be-mailinglist": {
+                "name": "Talk-be 郵件論壇",
+                "description": "Talk-be 是比利時社群的官方郵件論壇 "
+            },
+            "be-matrix": {
+                "name": "OpenStreetMap BE Matrix channel",
+                "description": "歡迎所有圖客!",
+                "extendedDescription": "大部分討論都在 \"OpenStreetMap Belgium\"  頻道。你可以在這裡問任何問題!其他頻道則會針對特定主題。"
+            },
+            "be-meetup": {
+                "name": "開放街圖比利時聚會",
+                "description": "實體聚會中見到每一位對開放街圖有興趣的人",
+                "extendedDescription": "實體的聚會是與其他圖客碰面的好機會,能夠論論問題,學到很多事情,特別是歡迎新的貢獻者。"
+            },
+            "be-twitter": {
+                "name": "開放街圖比利時 Twitter",
+                "description": "開放街圖比利時 Twitter:@osm_be"
+            },
+            "hr-facebook": {
+                "name": "開放街圖克羅埃西亞 Facebook 社團",
+                "description": "開放街圖克羅埃西亞 Facebook 社團"
+            },
+            "hr-irc": {
+                "name": "開放街圖克羅埃西亞 IRC",
+                "description": "在 irc.freenode.org (port 6667) 上面加入 #osm-ㄐ"
+            },
+            "hr-mailinglist": {
+                "name": "Talk-hr 郵件論壇",
+                "description": "Talk-hr 郵件論壇"
+            },
+            "czech-community": {
+                "name": "捷克開放街圖社群",
+                "description": "捷克開放街圖成員的地圖入口以及聯繫地方"
+            },
+            "osmcz-facebook": {
+                "name": "開放街圖捷克在 Facebook",
+                "description": "追蹤捷克開放街圖 Facebook -  包括翻譯 WeeklyOSM!"
+            },
+            "osmcz-twitter": {
+                "name": "捷克 Twitter @osmcz",
+                "description": "追蹤捷克開放街圖 Twitter -  包括翻譯 WeeklyOSM!"
+            },
+            "talk-cz-mailinglist": {
+                "name": "捷克郵件論壇 (Talk-cz ) ",
+                "description": "Talk-cz 是捷克社群的官方郵件論壇 "
+            },
+            "dk-forum": {
+                "name": "開放街圖丹麥網頁論壇",
+                "description": "開放街圖丹麥的網頁論壇"
+            },
+            "dk-irc": {
+                "name": "OpenStreetMap Denmark IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-dk"
+            },
+            "dk-mailinglist": {
+                "name": "Talk-dk 郵件論壇",
+                "description": "討論開放街圖在丹麥事物的郵件論壇"
+            },
+            "fi-forum": {
+                "name": "開放街圖芬蘭論壇",
+                "description": "開放街圖芬蘭網路論壇"
+            },
+            "fi-irc": {
+                "name": "開放街圖芬蘭 IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-fl"
+            },
+            "fi-mailinglist": {
+                "name": "Talk-fl 郵件論壇",
+                "description": "Talk-fl 是芬蘭社群的官方郵件論壇 "
+            },
+            "fr-facebook": {
+                "name": "開放街圖法國 Facebook 頁面",
+                "description": "開放街圖法國 Facebook 頁面"
+            },
+            "fr-forum": {
+                "name": "開放街圖法國網頁論壇",
+                "description": "開放街圖法國網頁論壇"
+            },
+            "fr-irc": {
+                "name": "開放街圖法國 IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-fr"
+            },
+            "fr-mailinglist": {
+                "name": "Talk-fr 郵件論壇",
+                "description": "Talk-fr 郵件論壇"
+            },
+            "fr-twitter": {
+                "name": "開放街圖法國 Twitter",
+                "description": "開放街圖法國 Twitter:{url}"
+            },
+            "de-berlin-mailinglist": {
+                "name": "柏林郵件論壇",
+                "description": "這是柏林開放街圖社群的郵件論壇"
+            },
+            "de-berlin-meetup": {
+                "name": "OpenStreetMap Berlin-Brandenburg Meetup",
+                "description": "柏林和布蘭登堡一帶的圖客與開放街圖使用者"
+            },
+            "de-berlin-telegram": {
+                "name": "Telegram 上的 @osmberlin",
+                "description": "開放街圖柏林 Telegram 聊天室"
+            },
+            "de-berlin-twitter": {
+                "name": "開放街圖柏林 Twitter",
+                "description": "追隨我們的 Twitter: {url}"
+            },
+            "de-forum": {
+                "name": "OpenStreetMap DE forum",
+                "description": "開放街圖德國網頁論壇"
+            },
+            "de-irc": {
+                "name": "OpenStreetMap Germany IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-de"
+            },
+            "de-mailinglist": {
+                "name": "Talk-de 郵件論壇",
+                "description": "Talk-de 是德國開放街圖社群的郵件論壇 "
+            },
+            "de-ostwestfalen-lippe-mailinglist": {
+                "name": "OWL 郵件論壇",
+                "description": "這是東威斯特法倫 - 利普開放街圖社群的郵件論壇"
+            },
+            "de-telegram": {
+                "name": "開放街圖德國 Telegram",
+                "description": "加入開放街圖德國 Telegram 超級聊天室 {url}"
+            },
+            "osm-de": {
+                "name": "開放街圖德國",
+                "description": "開放街圖在德國交流資訊的平台"
+            },
+            "hu-facebook": {
+                "name": "開放街圖匈牙利在 Facebook",
+                "description": "匈牙利的圖客和開放街圖 Facebook 頁面"
+            },
+            "hu-forum": {
+                "name": "開放街圖匈牙利論壇",
+                "description": "開放街圖匈牙利網頁論壇"
+            },
+            "hu-meetup": {
+                "name": "開放街圖匈牙利 Meetup",
+                "description": "匈牙利舉行聚會的平台"
+            },
+            "is-facebook": {
+                "name": "在 Facebook 上的 OSM Iceland",
+                "description": "OpenStreetMap in Iceland 專頁"
+            },
+            "is-mailinglist": {
+                "name": "Talk-is 郵件清單",
+                "description": "Talk-is 是冰島 OSM 社群的官方郵件清單"
+            },
+            "is-twitter": {
+                "name": "在 Twittter 上的 OSM Iceland",
+                "description": "OpenStreetMap in Iceland 的 Twitter"
+            },
+            "it-facebook": {
+                "name": "開放街圖義大利 Facebook",
+                "description": "加入開放街圖義大利社群 Facebook"
+            },
+            "it-irc": {
+                "name": "開放街圖義大利 IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-it"
+            },
+            "it-mailinglist": {
+                "name": "Talk-it 郵件論壇",
+                "description": "Talk-at 是義大利社群的官方郵件論壇 "
+            },
+            "it-telegram": {
+                "name": "開放街圖義大利在 Telegram",
+                "description": "開放街圖義大利 Telegram 聊天室"
+            },
+            "it-twitter": {
+                "name": "開放街圖義大利 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter"
+            },
+            "OSM-Rome-meetup": {
+                "name": "Incontro Mappatori Romani",
+                "description": "改善羅馬區域的 OpenStreetMap",
+                "extendedDescription": "我們是一群熱情討論和分享自由地理資料集知識的人,特別是開放街圖的資料,以及管理、編輯和顯示地理資料的開放地理空間軟體,以及在拉吉歐推廣的團體。"
+            },
+            "South-Tyrol-Mailing-List": {
+                "name": "開放街圖波爾察諾的郵件論壇",
+                "description": "開放街圖義大利波爾察諾地區的郵件論壇"
+            },
+            "talk-it-lazio": {
+                "name": "開放街圖義大利拉吉歐",
+                "description": "歡迎所有人加入!在 {signupUrl} 註冊",
+                "extendedDescription": "羅馬和拉吉歐區域的郵件論壇"
+            },
+            "Trentino-Mailing-List": {
+                "name": "開放街圖特倫托的郵件論壇",
+                "description": "開放街圖義大利特倫托地區的郵件論壇"
+            },
+            "kosovo-telegram": {
+                "name": "在 Telegram 上的科索沃開放街圖",
+                "description": "半官方的全科索沃 Telegram 公開群組。我們歡迎從任何地方來,說任何語言的製圖者。"
+            },
+            "no-forum": {
+                "name": "開放街圖挪威網頁論壇",
+                "description": "開放街圖挪威的網頁論壇"
+            },
+            "no-irc": {
+                "name": "開放街圖挪威 IRC",
+                "description": "在挪威的圖客與 OpenStreetMap 使用者、開發者與愛好者"
+            },
+            "no-mailinglist": {
+                "name": "開放街圖挪威郵件論壇",
+                "description": "在挪威的圖客與 OpenStreetMap 使用者、開發者與愛好者的郵件論壇"
+            },
+            "no-telegram": {
+                "name": "在 Telegram 上的 @OSM_no",
+                "description": "開放街圖挪威 Telegram 聊天室"
+            },
+            "OSM-PL-facebook-group": {
+                "name": "開放街圖波蘭 Facebook 社團",
+                "description": "波蘭的開放街圖圖客和使用者社團"
+            },
+            "OSM-PL-forum": {
+                "name": "開放街圖波蘭論壇",
+                "description": "開放街圖波蘭社群的論壇"
+            },
+            "si-forum": {
+                "name": "開放街圖斯洛維尼亞論壇",
+                "description": "開放街圖斯洛維尼亞社群的論壇"
+            },
+            "si-mailinglist": {
+                "name": "開放街圖斯洛維尼亞郵件論壇",
+                "description": "開放街圖在斯洛維尼亞的郵件論壇"
+            },
+            "OSM-ES-mailinglist": {
+                "name": "Talk-es 郵件論壇",
+                "description": "討論開放街圖在西班牙事物的郵件論壇"
+            },
+            "OSM-ES-telegram": {
+                "name": "Telegram 上的 @OSMes",
+                "description": "開放街圖西班牙 Telegram 聊天室"
+            },
+            "osm-se": {
+                "name": "OpenStreetMap.se",
+                "description": "提供瑞典在地社群 OSM 服務和資訊"
+            },
+            "se-facebook": {
+                "name": "開放街圖瑞典 Facebook",
+                "description": "開放街圖瑞典的 Facebook"
+            },
+            "se-forum": {
+                "name": "開放街圖瑞典網頁論壇",
+                "description": "開放街圖瑞典的網頁論壇"
+            },
+            "se-irc": {
+                "name": "開放街圖瑞典 IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osm.se"
+            },
+            "se-mailinglist": {
+                "name": "Talk-se 郵件論壇",
+                "description": "討論開放街圖在瑞典事物的郵件論壇"
+            },
+            "se-twitter": {
+                "name": "開放街圖瑞典 Twitter",
+                "description": "追隨我們的 Twitter: {url} "
+            },
+            "Nottingham-OSM-pub-meetup": {
+                "name": "East Midlands (諾丁漢) 酒吧每月聚會",
+                "description": "East Midlands 圖客和使用者的社交聚會",
+                "extendedDescription": "一開始 2011 年 3 月時有一群人在諾丁罕開始聚會,後來則大多在德比,以及不時在東密德蘭的其他地方。大多是社交性質的聚會,但也是相當好詢問有關地方 OSM 或是一般性質問題。在夏季時我們通常會趁有日光時在聚會場地附近出外畫地圖,這群人有個特別興趣,就是繪製公共空間,不時會為了畫地圖而聚會。"
+            },
+            "gb-mailinglist": {
+                "name": "Talk-gb 郵件論壇",
+                "description": "Talk-gb 是大英國協 (包括北愛爾蘭) 社群的官方郵件論壇 "
+            },
+            "mappa-mercia-group": {
+                "name": "Mappa Mercia 地方社群",
+                "description": "英格蘭中部區一帶開放街圖熱情參與者的園地",
+                "extendedDescription": "Mappa Mercia 計畫宗旨是幫忙英國英格蘭中部區開放街圖的成長,我們運行社群活動,提供訓練和支援當地組織,最終希望能夠開放他們的資料。"
+            },
+            "gb-irc": {
+                "name": "開放街圖聯合王國 IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-gb",
+                "extendedDescription": "在 irc.oftc.net (port 6667) 加入 #osm-gb,如果你問了問題,請耐心等候數分鐘等待回應"
+            },
+            "OSM-CA-Slack": {
+                "name": "OSM-CA Slack",
+                "description": "歡迎所有人加入!在 {signupUrl} 註冊。"
+            },
+            "OSM-Vancouver-meetup": {
+                "name": "開放街圖溫哥華",
+                "description": "英屬哥倫比亞溫哥華一帶的圖客與開放街圖使用者"
+            },
+            "OSM-CU-telegram": {
+                "name": "OSM 古巴在 Telegram",
+                "description": "開放街圖古巴 Telegram 聊天室"
+            },
+            "OSM-NI-telegram": {
+                "name": "OSM 尼加拉瓜在 Telegram",
+                "description": "開放街圖尼加拉瓜 Telegram 聊天室"
+            },
+            "Bay-Area-OpenStreetMappers": {
+                "name": "灣區的 OpenStreetMap 圖客",
+                "description": "改善在灣區的 OpenStreetMap",
+                "extendedDescription": "這個群組是為了讓灣區的 OpenStreetMap 社群成長茁壯而設立。我們的活動開放給所有人參與,開放原始碼支持者、自行車騎士、地理資訊系統 (GIS) 專家、地理藏寶者都可以。只要對地圖、地圖製作與自由地圖資料有興趣的人都歡迎加入我們的群組,以及參與我們的活動。"
+            },
+            "Central-Pennsylvania-OSM": {
+                "name": "賓州中部 OSM",
+                "description": "位於賓州州立大學的線上製圖社群"
+            },
+            "Code-for-San-Jose-Slack": {
+                "name": "Code for San Jose Slack",
+                "description": "歡迎所有人加入!在 {signupUrl} 註冊,並加入 #osm 頻道。"
+            },
+            "Dallas-Fort-Worth-OSM": {
+                "name": "達拉斯—沃斯堡 OSM",
+                "description": "達拉斯—沃斯堡的 OpenStreetMap 使用者群組",
+                "extendedDescription": "達拉斯、沃斯堡與其間的所有城市都充滿了極具創造力且技術精湛的人才。這個使用者群組的願景是找出新的方法來使用 OSM 上的驚人資源。"
+            },
+            "GeoPhilly": {
+                "name": "GeoPhilly",
+                "description": "費城地區的地圖愛好者聚會",
+                "extendedDescription": "GeoPhilly 將開發者、地理學家、資料極客、開放原始碼愛好者、公民駭客與地圖愛好者聯合起來,並將我們對地圖的熱愛與他們的故事連結起來。如果你在工作中會用到地圖,或僅僅只是想要了解更多,這就是為你而辦的聚會!我們的活動旨在開放、友好、教育與社交,從歡樂時光到閃電講,甚至是工作坊都有。跟我們一起在費城建立一個多元化且激勵人心的地理空間社群!"
+            },
+            "MapMinnesota": {
+                "name": "MapMinnesota",
+                "description": "在雙城區一帶的圖客與開放街圖使用者",
+                "extendedDescription": "接觸明尼蘇達和雙城區一帶開放街圖熱情參與者!"
+            },
+            "Mapping-DC-meetup": {
+                "name": "Mapping DC",
+                "description": "改善華府區域的 OpenStreetMap",
+                "extendedDescription": "我們是一群致力於改善華府區域的 OpenStreetMap 的群組。我們也努力教導其他人關於 OSM 的生態系、資料分析、製圖與 GIS。我們每隔一個月聚會一次,每次僅聚焦在我們的城市中的一個地區。"
+            },
+            "Maptime-ME-meetup": {
+                "name": "MaptimeME",
+                "description": "緬因州波特蘭區域的圖客與 OpenStreetMap 使用者",
+                "extendedDescription": "以字面來說,Maptime 是畫地圖的時間,我們的宗旨是開創一扇讓任何能製作地圖的時間和空問,大家共同學習,探索和運用製作地圖工具和技術製作地圖。"
+            },
+            "MaptimeHRVA-twitter": {
+                "name": "MaptimeHRVA Twitter",
+                "description": "在 {url} 於 Twitter 上追蹤我們"
+            },
+            "us-ma-mailinglist": {
+                "name": "Talk-us 麻塞諸塞州郵件論壇",
+                "description": "麻塞諸塞州 OSM 社群 email 郵件論壇"
+            },
+            "OpenCleveland-meetup": {
+                "name": "Open Cleveland",
+                "description": "改善克里夫蘭區域的 OpenStreetMap",
+                "extendedDescription": "Open Geo Cleveland 宗旨是成為人們熱情討論和分享自由地理資料集知識的資源,特別是開放街圖的資料,以及管理、編輯和顯示地理資料的開放地理空間軟體,以及在東北伊犁洛州推廣的團體。我們同時也是 maptime 的在地社群 =)"
+            },
+            "OSM-Boston": {
+                "name": "開放街圖波士頓",
+                "description": "波士頓的圖客與開放街圖使用者",
+                "extendedDescription": "開放街圖是一份自由開放的維基風格世界地圖,每天都有數十萬像您這樣的人們做出貢獻。編輯地圖很簡單,而且很有趣!不管是在戶內或是戶外都可以加入我們,來建立波士頓地區與世界其他地方最好的地圖吧!"
+            },
+            "OSM-Central-Salish-Sea": {
+                "name": "開放街圖中薩利希海",
+                "description": "華盛頓州弗農山區域的圖客與 OpenStreetMap 使用者",
+                "extendedDescription": "OpenStreetMap 是一幅由像你這樣的人所製作的世界地圖。它是由你所建構,並如同維基百科那樣自由提供給所有人的地圖。看看 osm.org 以取得更多資訊,然後在聚會上加入我們來說說地圖的故事、對 OSM 貢獻然後玩得開心!"
+            },
+            "OSM-Chattanooga": {
+                "name": "OSM 查塔努加",
+                "description": "查塔努加的 OpenStreetMap 使用者群組"
+            },
+            "OSM-Colorado": {
+                "name": "開放街圖科羅拉多",
+                "description": "在美國科羅拉多州的圖客與開放街圖使用者",
+                "extendedDescription": "開放街圖 (OpenStreetMap, OSM) 科羅拉多是一個喜歡貢獻他們的心力建立自由地圖的一群地區協作夥伴。我們鼓勵我們所有的圖客組織或建議橫跨整個州的製圖活動。會面活動可以是簡單的社交活動、OSM 基礎到進階訓練,或是社群製圖派對。"
+            },
+            "OSM-NYC": {
+                "name": "OpenStreetMap NYC",
+                "description": "在紐約都會區的圖客與 OpenStreetMap 使用者、開發者與愛好者"
+            },
+            "OSM-Portland-forum": {
+                "name": "開放街圖 PDX Google 群組",
+                "description": "波特蘭一帶開放街圖使用者活動的論壇和郵件論壇",
+                "extendedDescription": "團隊宗旨是增進奧勒岡波蘭一帶開放街圖的發展,像是應用如 Open Trip Planner。"
+            },
+            "OSM-Portland": {
+                "name": "OpenStreetMap 波特蘭",
+                "description": "波特蘭區域的圖客與 OpenStreetMap 使用者",
+                "extendedDescription": "OpenStreetMap (OSM) 是一幅由像你這樣的人所製作的世界地圖。它是由你所建構,並如同維基百科那樣自由提供給所有人的地圖。看看 osm.org 以取得更多資訊,然後在聚會上加入我們來說說地圖的故事、對 OSM 貢獻然後玩得開心!"
+            },
+            "OSM-Seattle": {
+                "name": "開放街圖西雅圖",
+                "description": "在西雅圖的圖客與開放街圖使用者"
+            },
+            "OSM-SoCal": {
+                "name": "開放街圖南加州",
+                "description": "讓我們玩樂吧,並且貢獻畫洛杉磯一帶,以及學習有關畫地圖的一切!",
+                "extendedDescription": "開放街圖南加州擁抱任何對共同畫開放街圖有興趣的人。開放街圖是維基百科式運作的地圖,是全世界尺度自由開源的地圖,由全球超過 1,000,000 人的志工製作。我們歡迎所有人,如果你不大知道開放街圖,我們會教你,如果你有關於畫地圖計畫,甚至野外實察,也是很棒的事情!"
+            },
+            "OSM-South-Bay": {
+                "name": "OSM South Bay",
+                "description": "由為聖荷西寫程式主辦的地圖之夜",
+                "extendedDescription": "為聖荷西寫程式是為美國寫程式的地區分支,週四晚上在聖荷西市中心舉辦每月地圖之夜。結識南灣區的圖客,與當地的製圖專案交流,聽聽其他的公民科技專案。寫程式或 GIS 相關技能都並非必要。"
+            },
+            "OSM-Tampa-Bay": {
+                "name": "開放街圖坦帕灣",
+                "description": "坦帕灣的圖客與開放街圖使用者",
+                "extendedDescription": "OSM 坦帕灣群組讓當地居民聚在一起,用開放街圖建立坦帕灣的準確地圖。如果您使用地圖、資料、開放原始碼、GPS、徒步旅行或是騎腳踏車等等,您將會很喜歡與 OSM 合作,所以請加入吧!我們會聚在一起,製圖並討論每月的新主題。"
+            },
+            "OSM-US-Slack": {
+                "name": "OpenStreetMap US Slack",
+                "description": "歡迎所有人加入!在 {signupUrl} 註冊"
+            },
+            "OSM-US": {
+                "name": "開放街圖美國",
+                "description": "我們協助美國的開放街圖成長茁壯並改善它。",
+                "extendedDescription": "我們透過舉辦年度研討會、提供社群資源、建立合作關係以及推廣來支援開放街圖。在此加入開放街圖美國:{signupUrl}",
+                "events": {
+                    "sotmus2018": {
+                        "name": "State of the Map US 2018",
+                        "description": "加入在密西根底特律的 State of the Map US 開放街圖社群大會,與其他圖客、公司、政府機關以及非營利組織交流,都圍繞貢獻全球的免費編輯地圖。",
+                        "where": "密西根底特律"
+                    }
+                }
+            },
+            "OSM-Utah": {
+                "name": "開放街圖猶他",
+                "description": "在鹽湖城區域的圖客與開放街圖使用者",
+                "extendedDescription": "我們可能會舉辦的活動有:學習製圖工作坊、製圖派對與戶外資料蒐集。活動將會在鹽湖城區舉辦,至少一開始是這樣。我們正在尋找經驗豐富的圖客與 OSM 新手。加入我們,一起來製圖吧!"
+            },
+            "OSM-Wyoming": {
+                "name": "開放街圖懷俄明",
+                "description": "在懷俄明州的圖客與開放街圖使用者",
+                "extendedDescription": "開放街圖 (OpenStreetMap, OSM) 懷俄明是一個喜歡貢獻他們的心力建立自由地圖的一群地區協作夥伴。我們鼓勵我們所有的圖客組織或建議橫跨整個州的製圖活動。會面活動可以是簡單的社交活動、OSM 基礎到進階訓練,或是社群製圖派對。"
+            },
+            "PHXGeo-meetup": {
+                "name": "PHXGeo Meetup",
+                "description": "在亞利桑那州鳳凰城的圖客與開放街圖使用者",
+                "extendedDescription": "這是一個給住在鳳凰城,喜歡地圖、GIS、開放街圖、製圖與其他東西的群組。"
+            },
+            "PHXGeo-twitter": {
+                "name": "PHXGeo Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter"
+            },
+            "Western-Slope-facebook": {
+                "name": "Western Slope OSM Facebook",
+                "description": "在科羅拉多州大章克申的圖客與開放街圖使用者"
+            },
+            "Western-Slope-meetup": {
+                "name": "Western Slope OSM Meetup",
+                "description": "在科羅拉多州大章克申的圖客與開放街圖使用者",
+                "extendedDescription": "此群組的目標是介紹開放街圖給社群知道,並發展圖客社群、利用任何方法建立盡可能多的地理資料並把這些資料提供給社群。想像準確的線索標示!想像自行車道的進一步發展!想像您想要什麼,這就是開放街圖的有趣之處!"
+            },
+            "Maptime-Australia-Slack": {
+                "name": "Maptime Australia Slack",
+                "description": "在 {signupUrl} 註冊"
+            },
+            "talk-au": {
+                "name": "Talk-au 郵件論壇",
+                "description": "讓澳洲圖客聊天的園地"
+            },
+            "OSM-AR-facebook": {
+                "name": "開放街圖阿根廷 Facebook",
+                "description": "加入開放街圖阿根廷社群 Facebook",
+                "extendedDescription": "在地社群消息"
+            },
+            "OSM-AR-forum": {
+                "name": "開放街圖阿根廷的網頁論壇",
+                "description": "加入開放街圖阿根廷的網頁論壇",
+                "extendedDescription": "適合長篇或重要討論,回應時間慢。"
+            },
+            "OSM-AR-irc": {
+                "name": "開放街圖阿根廷 IRC",
+                "description": "在 irc.oftc.net (port 6667) 上面加入 #osm-ar",
+                "extendedDescription": "你會發現社群中最 geeky 的使用者。"
+            },
+            "OSM-AR-mailinglist": {
+                "name": "Talk-ar 郵件論壇",
+                "description": "從前用過的郵件論壇,如今已經不再使用。"
+            },
+            "OSM-AR-telegram": {
+                "name": "開放街圖阿根廷 Telegram",
+                "description": "加入開放街圖阿根廷 Telegram 聊天室",
+                "extendedDescription": "社群最活躍的頻道,適合聊天和馬上解答你的問題,歡迎所有人!"
+            },
+            "OSM-AR-twitter": {
+                "name": "開放街圖阿根廷 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter ",
+                "extendedDescription": "一般在地社群和開放街圖消息。"
+            },
+            "OSM-BO-mailinglist": {
+                "name": "Talk-bo 郵件論壇",
+                "description": "Talk-bo 是玻利維亞社群的官方郵件論壇 ",
+                "extendedDescription": "在玻利維亞畫地圖嗎?想要問問題,想要與社群連結?請加入 {Url},所有人都歡迎噢!"
+            },
+            "Bahia-telegram": {
+                "name": "開放街圖巴伊亞 Telegram",
+                "description": "加入開放街圖巴伊亞 Telegram 聊天室",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
+            },
+            "DF-telegram": {
+                "name": "開放街圖巴西利亞 Telegram",
+                "description": "加入開放街圖巴西利亞 Telegram 聊天室",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
+            },
+            "OSM-br-mailinglist": {
+                "name": "Talk-br 郵件論壇",
+                "description": "討論開放街圖在巴西事物的郵件論壇"
+            },
+            "OSM-br-telegram": {
+                "name": "開放街圖巴西 Telegram",
+                "description": "加入開放街圖巴西 Telegram 聊天室",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
+            },
+            "OSM-br-twitter": {
+                "name": "開放街圖巴西 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter"
+            },
+            "RS-telegram": {
+                "name": "開放街圖南里奧格蘭德州 Telegram 群組",
+                "description": "加入在 Telegram 上的開放街圖南里奧格蘭德州社群",
+                "extendedDescription": "加入社群以得知更多關於開放街圖的資訊,也可以問問題或是參與我們的會面。每個人都很歡迎加入!"
+            },
+            "OSM-CL-facebook": {
+                "name": "開放街圖智利 Facebook",
+                "description": "加入開放街圖智利社群 Facebook",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
+            },
+            "OSM-CL-mailinglist": {
+                "name": "Talk-cl 郵件論壇",
+                "description": "討論開放街圖在智利事物的郵件論壇"
+            },
+            "OSM-CL-telegram": {
+                "name": "開放街圖智利 Telegram",
+                "description": "加入開放街圖智利 Telegram 聊天室",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,詢問問題或是參加聚會,歡迎所有人噢!"
+            },
+            "OSM-CL-twitter": {
+                "name": "開放街圖智利 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter"
+            },
+            "Maptime-Bogota": {
+                "name": "Maptime Bogotá",
+                "description": "我們是一群關心波哥大一帶開放街圖狀況的圖客。",
+                "extendedDescription": "學習在現場收集資料,然後在開放街圖上面數位位。你不需要有先備知識!你只要有心參與、學習以及好好玩。"
+            },
+            "OSM-CO-facebook": {
+                "name": "開放街圖哥倫比亞 Facebook",
+                "description": "加入開放街圖哥倫比亞社群 Facebook",
+                "extendedDescription": "加入社群學習更多關於開放街圖的事情,歡迎所有人噢!"
+            },
+            "OSM-CO-mailinglist": {
+                "name": "Talk-co 郵件論壇",
+                "description": "討論開放街圖在哥倫比亞事物的郵件論壇"
+            },
+            "OSM-CO-telegram": {
+                "name": "OSM 哥倫比亞在 Telegram",
+                "description": "開放街圖哥倫比亞 Telegram 聊天室"
+            },
+            "OSM-CO-twitter": {
+                "name": "開放街圖哥倫比亞 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter"
+            },
+            "OSM-CO": {
+                "name": "開放街圖哥倫比亞",
+                "description": "開放街圖哥倫比亞社群和 OSMCo 基金會的消息"
+            },
+            "OSM-EC-telegram": {
+                "name": "OSM 厄瓜多在 Telegram",
+                "description": "開放街圖厄瓜多 Telegram 聊天室"
+            },
+            "OSM-PY-telegram": {
+                "name": "OSM 巴拉圭在 Telegram",
+                "description": "開放街圖厄瓜多 Telegram 聊天室"
+            },
+            "OSM-PE-facebook": {
+                "name": "開放街圖祕魯 Facebook",
+                "description": "加入開放街圖祕魯社群 Facebook"
+            },
+            "OSM-PE-mailinglist": {
+                "name": "Talk-pe 郵件論壇",
+                "description": "Talk-be 是開放街圖祕魯社群的官方郵件論壇 "
+            },
+            "OSM-PE-matrix": {
+                "name": "OpenStreetMap 祕魯 Matrix 頻道",
+                "description": "在開放街圖祕魯社群的 Matrix 與其他成員聊天。"
+            },
+            "OSM-PE-telegram": {
+                "name": "開放街圖祕魯 Telegram",
+                "description": "加入開放街圖祕魯 Telegram 聊天室"
+            },
+            "OSM-PE-twitter": {
+                "name": "開放街圖祕魯 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter "
+            },
+            "OSM-PE": {
+                "name": "開放街圖祕魯",
+                "description": "開放街圖社群的新聞和資源頁面"
+            },
+            "LATAM-Facebook": {
+                "name": "OpenStreetMap Latam Facebook",
+                "description": "在 Facebook 上的 OpenStreetMap Latam"
+            },
+            "LATAM-Telegram": {
+                "name": "OpenStreetMap Latam Telegram",
+                "description": "拉丁美洲的 OpenStreetMap Telegram"
+            },
+            "LATAM-Twitter": {
+                "name": "OpenStreetMap Latam Twitter",
+                "description": "在 {url} 上追蹤我們的 Twitter"
+            },
+            "osm-latam": {
+                "name": "OpenStreetMap Latam",
+                "description": "支援在拉丁美洲的開放街圖",
+                "events": {
+                    "sotm-latam-2018": {
+                        "name": "State of the Map Latam 2018",
+                        "description": "State of the Map Latam 是拉丁美洲開放街圖圖客和使用者的年度大會,大會有包括演講、論壇、工作坊和圖客趴等開放街圖有關的活動。",
+                        "where": "阿根庭布宜諾艾利斯"
+                    }
+                }
+            },
+            "OSM-Discord": {
+                "name": "OpenStreetMap Discord",
+                "description": "透過 Discord 與其他製圖者取得聯繫"
+            },
+            "OSM-Facebook": {
+                "name": "開放街圖 Facebook",
+                "description": "在 Facebook 為我們按讚,追蹤開放街圖相關的新聞和動態。"
+            },
+            "OSM-help": {
+                "name": "開放街圖幫助論壇",
+                "description": "在開放街圖社群驅動的問答站,詢問問題以及得到答案。",
+                "extendedDescription": "{url} 是讓對開放街圖有需要幫助的人,無論你是初學者,或是有技術問題,來到這邊尋求協助吧!"
+            },
+            "OSM-IRC": {
+                "name": "OpenStreetMap IRC",
+                "description": "在 irc.oftc.net 上加入 #osm(連接埠 6667)"
+            },
+            "OSM-Reddit": {
+                "name": "在 Reddit 上的 OpenStreetMap",
+                "description": "/r/openstreetmap/ 是一個取得更多關於 OpenStreetMap 資訊的好地方。什麼事都能問!"
+            },
+            "OSM-Telegram": {
+                "name": "開放街圖 Telegram",
+                "description": "加入開放街圖 Telegram 超級聊天室 {url}"
+            },
+            "OSM-Twitter": {
+                "name": "開放街圖 Twitter",
+                "description": "在 {url} 上追隨我們的 Twitter"
+            },
+            "OSMF": {
+                "name": "開放街圖基金會",
+                "description": "開放街圖基金會是位於英國,支持開放街圖計劃的非營利組織",
+                "extendedDescription": "開放街圖基金會藉由募款,維持開放街圖背後的伺服器,舉行年度 State of the Map 大會,以及協調志工維持開放街圖運作,支援開放街圖計畫。你可以在這裡藉由加入開放街圖基金會成為會員:{signupUrl},顯示你的支持,還有在開放街圖中帶進你的聲音,指導開放街圖的發展方向。",
+                "events": {
+                    "sotm2018": {
+                        "name": "State of the Map 2018",
+                        "description": "加入我們這三天在義大利米蘭的年度全球尺度的開放街圖大會,讓社群中的每一個人彼此社交、分享和學習。",
+                        "where": "義大利米蘭"
+                    }
+                }
             }
         }
     }