X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/87918595da1e1fad2ddd7aa62f9fc537dff657ff..37911a5555bb26621b3d43b9ec89ef03b81ae1b5:/vendor/assets/iD/iD/locales/zh-HK.json?ds=sidebyside diff --git a/vendor/assets/iD/iD/locales/zh-HK.json b/vendor/assets/iD/iD/locales/zh-HK.json index 9c5464a58..264d8d9ef 100644 --- a/vendor/assets/iD/iD/locales/zh-HK.json +++ b/vendor/assets/iD/iD/locales/zh-HK.json @@ -1,20 +1,60 @@ { "zh-HK": { + "icons": { + "download": "下載", + "information": "資訊", + "remove": "移除", + "undo": "復原", + "zoom_to": "縮放至", + "copy": "複製", + "view_on": "在 {domain} 上查看", + "favorite": "喜愛", + "list": "清單", + "text": "文本", + "deselect": "取消選擇" + }, + "toolbar": { + "inspect": "檢查", + "undo_redo": "撤消/重做", + "recent": "最近", + "favorites": "收藏夾", + "add_feature": "添加功能" + }, "modes": { + "add_feature": { + "title": "添加功能", + "description": "搜尋要新增到地圖上的圖徽。", + "key": "分頁", + "result": "{count} 個結果", + "results": "{count} 個結果" + }, "add_area": { "title": "範圍", "description": "新增公園、建築物、湖或其他範圍至地圖。", - "tail": "於地圖上按一下開始繪畫範圍,例如公園、湖或建築物。" + "tail": "於地圖上按一下開始繪畫範圍,例如公園、湖或建築物。", + "filter_tooltip": "範圍" }, "add_line": { "title": "綫", "description": "新增公路、街道、行人路、水道或其他綫至地圖。", - "tail": "於地圖上按一下開始繪畫道路、路徑或者路綫。" + "tail": "於地圖上按一下開始繪畫道路、路徑或者路綫。", + "filter_tooltip": "綫" }, "add_point": { "title": "點", "description": "新增餐廳、紀念碑、郵筒或其他點至地圖。", - "tail": "於地圖上按一下新增點。" + "tail": "於地圖上按一下新增點。", + "filter_tooltip": "點" + }, + "add_note": { + "title": "註", + "label": "新增備註", + "description": "發現了問題?讓其他製圖者知道。", + "tail": "於地圖上按一下新增備註。", + "key": "N" + }, + "add_preset": { + "title": "添加 {feature}" }, "browse": { "title": "瀏覽", @@ -25,6 +65,9 @@ }, "draw_line": { "tail": "按一下新增一節至綫。按其他的綫以連接它們,按兩下可完成編輯綫。" + }, + "drag_node": { + "connected_to_hidden": "未能編輯這個因為它連接著一個隱藏的特徵。" } }, "operations": { @@ -32,7 +75,8 @@ "annotation": { "point": "已新增一點。", "vertex": "已新增節至路上。", - "relation": "已新增關係。" + "relation": "已新增關係。", + "note": "已新增備註。" } }, "start": { @@ -64,40 +108,18 @@ "circularize": { "title": "圓形化", "description": { - "line": "將這條綫變為圓形。", - "area": "將這個範圍變為圓形。" - }, - "key": "O", - "annotation": { - "line": "將一條綫變為圓形。", - "area": "將一個範圍變為圓形。" + "single": "讓此圖徽變成圓形。" }, - "not_closed": "未能將這個變為圓形因為它未成為一圈。", - "too_large": "未能將這個轉為圓形因為它不是被完全看得到。", - "connected_to_hidden": "未能將這個轉為圓形因為它連接著一個隱藏的特徵。" + "key": "O" }, "orthogonalize": { "title": "方形化", - "description": { - "line": "將這條綫的角方形化。", - "area": "將這個範圍的角方形化。" - }, - "key": "S", - "annotation": { - "line": "已將這條綫的角方形化。", - "area": "已將這個範圍的角方形化。" - }, - "not_squarish": "未能將這個方形化因為它不似方形。", - "too_large": "未能將這個方形化因為它不是被完全看得到。", - "connected_to_hidden": "未能將這個方形化因為它連接著一個隱藏的特徵。" + "key": "Q" }, "straighten": { "title": "拉直", - "description": "拉直這條綫。", "key": "S", - "annotation": "已拉直一條綫。", - "too_bendy": "未能將這個拉直因為它轉太多彎。", - "connected_to_hidden": "未能將這條綫拉直因為它連接著一個隱藏的特徵。" + "too_bendy": "未能將這個拉直因為它轉太多彎。" }, "delete": { "title": "刪除", @@ -138,11 +160,23 @@ }, "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": "斷開", @@ -160,7 +194,8 @@ "annotation": "合併{n}個特徵。", "not_eligible": "不能合併這些特徵。", "not_adjacent": "這些特徵不能合併因為它們的端點不是連接在一起。", - "restriction": "這些特徵不能合併因為最少一個是\"{relation}\" 關係的構件。", + "restriction": "這些特徵不能合併因為它會損害一個\"{relation}\" 關係的構件。", + "relation": "這些特徵不能合併因為當中一些角色關係有衝突。", "incomplete_relation": "這些特徵不能合併因為最少一個尚未完全下載。", "conflicting_tags": "這些特徵不能合併因為當中一些標籤的數值有衝突。" }, @@ -260,9 +295,7 @@ }, "reverse": { "title": "反轉", - "description": "使這條綫的方向反轉。", - "key": "V", - "annotation": "已反轉一條綫。" + "key": "V" }, "split": { "title": "分割", @@ -282,18 +315,35 @@ "connected_to_hidden": "未能分割這個因為它連接著一個隱藏的特徵。" }, "restriction": { - "help": { - "select": "於地圖上按一下選擇一段道路。", - "toggle": "按一下改變轉彎限制", - "toggle_on": "按一下新增\"{restriction}\"限制。", - "toggle_off": "按一下移除\"{restriction}\"限制。" - }, "annotation": { "create": "已新增轉彎限制", "delete": "已刪除轉彎限制" } } }, + "restriction": { + "controls": { + "distance": "距離", + "via": "經", + "via_node_only": "只有節" + }, + "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}" + }, + "from": "由", + "via": "經", + "to": "到" + } + }, "undo": { "tooltip": "還原:{action}", "nothing": "沒有可還原的動作。" @@ -306,7 +356,6 @@ "browser_notice": "iD 編輯器支援 Firefox、Chrome、Safari、Opera 和 Internet Explorer 11 以上的版本。請升級你的瀏覽器或是使用 Potlatch 2 來編輯地圖。", "translate": { "translate": "翻譯", - "localized_translation_label": "多種語言名稱", "localized_translation_language": "選擇語言", "localized_translation_name": "名稱" }, @@ -316,16 +365,13 @@ "loading_auth": "正在連接 OpenStreetMap...", "report_a_bug": "報告錯誤", "help_translate": "協助翻譯", + "sidebar": { + "key": "`" + }, "feature_info": { "hidden_warning": "{count} 項隱藏特徵", "hidden_details": "這些特徵正被隱藏: {details}" }, - "status": { - "error": "未能連接至應用程式介面。", - "offline": "應用程式介面現在離線。請稍後再編輯。", - "readonly": "應用程式介面處於唯讀模式。如要儲存變更需要稍等。", - "rateLimit": "這個應用程式介面限制匿名連接,你可登入來解決這個問題。" - }, "commit": { "title": "上傳到 OpenStreetMap", "upload_explanation": "你上載的變更會出現在其他使用 OpenStreetMap 資料的地圖。", @@ -333,15 +379,17 @@ "request_review": "我希望有其他人覆核我的編輯。", "save": "上載", "cancel": "取消", - "changes": "{count} 項變更", + "download_changes": "下載 osmChange 檔案", + "errors": "錯誤", "warnings": "警告", "modified": "已修改", "deleted": "已刪除", "created": "已建立", + "outstanding_errors_message": "請先解決所有錯誤。餘下 {count} 個。", "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}編輯", @@ -371,7 +419,10 @@ "edited_by": "編輯者", "changeset": "變動", "unknown": "未知", - "link_text": "openstreetmap.org 上的歷程" + "link_text": "openstreetmap.org 上的歷程", + "note_created_date": "建立日期", + "note_created_user": "建立者", + "note_link_text": "openstreetmap.org 上的備註" }, "location": { "key": "L", @@ -383,7 +434,6 @@ "title": "測量", "selected": "已選 {n} 項", "geometry": "幾何", - "closed": "已關閉", "center": "中心點", "perimeter": "周界", "length": "長度", @@ -391,7 +441,8 @@ "centroid": "形心", "location": "位置", "metric": "公制", - "imperial": "英制" + "imperial": "英制", + "node_count": "節數目" } }, "geometry": { @@ -403,7 +454,6 @@ }, "geocoder": { "search": "搜尋全世界...", - "no_results_visible": "地圖內可見範圍都沒有結果", "no_results_worldwide": "找不到搜尋結果" }, "geolocate": { @@ -411,24 +461,22 @@ "locating": "定位中,請稍候..." }, "inspector": { - "no_documentation_combination": "沒有這個標籤組合的相關文件", - "no_documentation_key": "沒有這個鍵值的相關文件", - "documentation_redirect": "這份文件已轉至新一頁", + "zoom_to": { + "key": "Z" + }, "show_more": "顯示更多", "view_on_osm": "在 openstreetmap.org 中檢視", - "all_fields": "所有資料", - "all_tags": "所有標籤", - "all_members": "所有構件", - "all_relations": "所有關係", + "view_on_keepRight": "在 keepright.at 上查看", + "add_to_relation": "新增至關係", "new_relation": "建立新關係⋯⋯", "role": "作用", "choose": "選擇特徵種類", "results": "{search}的{n}個結果", - "reference": "在 OpenStreetMap Wiki 中檢閱", - "back_tooltip": "變更特徵", + "no_documentation_key": "沒有相關文件", + "wiki_reference": "查看文件", + "wiki_en_reference": "查看英文版文件", "remove": "移除", "search": "搜尋", - "multiselect": "已選擇的特徵", "unknown": "未知", "incomplete": "<未下載>", "feature_list": "搜尋特徵", @@ -457,32 +505,52 @@ "title": "背景", "description": "背景設定", "key": "B", - "percent_brightness": "{opacity}% 亮度", "none": "無", "best_imagery": "這地點最為人所知的背景影像", "switch": "切換回這個背景", "custom": "自訂", - "custom_button": "編輯自訂背景", - "custom_prompt": "輸入區塊範本的網址。有效的標記是:\n- {zoom}/{z}, {x}, {y} 為 Z/X/Y 標記系統 Z/X/Y scheme\n- {ty} 為已翻轉的 TMS 形式Y座標 TMS-style Y coordinates\n- {u} 為四分位數標記系統 quadtile scheme\n- {switch:a,b,c} 為多工DNS伺服器\n\n例如 :\n{example}", - "fix_misalignment": "校正對位誤差", - "imagery_source_faq": "這個背景影像來自何處?", + "overlays": "覆蓋層", "reset": "重設", - "offset": "於以下灰色範圍內平移或者輸入以米量度的誤差值就可校正對位誤差。", + "reset_all": "重設所有", + "display_options": "顯示選項", + "brightness": "亮度", + "contrast": "對比", + "saturation": "飽和度", + "sharpness": "銳利度", "minimap": { - "description": "小地圖", + "description": "顯示小地圖", "tooltip": "顯示縮小地圖以確定現在被顯示範圍的位置", "key": "/" - } + }, + "offset": "於以下灰色範圍內平移或者輸入以米量度的誤差值就可校正對位誤差。" }, "map_data": { "title": "地圖資料", "description": "地圖資料", "key": "F", "data_layers": "資料圖層", - "fill_area": "填滿範圍", + "layers": { + "osm": { + "tooltip": "來自 OpenStreetMap 的地圖數據", + "title": "OpenStreetMap 數據" + }, + "notes": { + "title": "OpenStreetMap 備註" + } + }, "map_features": "地圖特徵", "autohidden": "由於太多東西出現在螢幕上,這些特徵已被自動隱藏。你可以放大來編輯它們。" }, + "photo_overlays": { + "traffic_signs": { + "title": "交通標誌" + }, + "photo_type": { + "panoramic": { + "tooltip": "360° 相片" + } + } + }, "feature": { "points": { "description": "點", @@ -525,11 +593,11 @@ "tooltip": "電線、發電廠、變電站等等" }, "past_future": { - "description": "過去/將來", + "description": "過去/將來特徵", "tooltip": "已建議、建築中、已廢棄、已拆毀等等" }, "others": { - "description": "其他", + "description": "其他特徵", "tooltip": "其他東西" } }, @@ -548,11 +616,17 @@ "tooltip": "整個範圍會被填滿。" } }, - "restore": { - "heading": "你有未儲存的變更", - "description": "你想恢復上一次編輯時尚未儲存的變更嗎?", - "restore": "恢復我的變更", - "reset": "放棄我的變更" + "settings": { + "custom_background": { + "tooltip": "編輯自訂背景", + "header": "自訂背景設定" + }, + "custom_data": { + "file": { + "label": "瀏覽檔案" + }, + "or": "或" + } }, "save": { "title": "儲存", @@ -572,6 +646,7 @@ "keep_remote": "使用其他人的", "restore": "復原", "delete": "放棄資料", + "download_changes": "或下載 osmChange 檔案", "done": "所有衝突已解決!", "help": "另一用戶已變更了一些你變更過的地圖特徵。\n按一下下面的每一個特徵以了解有關衝突內容並決定是否需要保留\n你的變更或者是其他用戶的變更。\n" } @@ -586,26 +661,16 @@ } }, "success": { - "edited_osm": "已編輯了OSM!", - "just_edited": "你剛剛編輯了OpenStreetMap!", - "view_on_osm": "於OSM上顯示", - "facebook": "分享至 Facebook", - "twitter": "分享至 Twitter", - "google": "分享至 Google+", - "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上顯示改變", + "languages": "語言:{languages}", + "tell_us": "告訴我們!" }, "confirm": { "okay": "確定", "cancel": "取消" }, - "splash": { - "welcome": "歡迎使用iD OpenStreetMap編輯器", - "text": "iD是一個易用但功能強大的工具以便你可在世界上最好的免費地圖中作出貢獻。這個是版本{version}。你可在{website}得到更多資料和在{github}報告錯誤。", - "walkthrough": "開始新手教學", - "start": "立即編輯" - }, "source_switch": { "live": "實況模式", "lose_changes": "你有尚未儲存的變更。切換地圖伺服器將放棄它們。你確定要切換伺服器嗎?", @@ -619,54 +684,84 @@ "on_wiki": "在wiki.osm.org上的 {tag}", "used_with": "與{type}一起用" }, - "validations": { - "disconnected_highway": "已斷開的高速公路。", - "disconnected_highway_tooltip": "道路必須連接至其他道路或建築物入口。", - "old_multipolygon": "外部路徑上的多邊形標籤", - "old_multipolygon_tooltip": "這種多邊形格式已停用。請將標籤分配予母多邊形,而非外部路徑。", - "untagged_point": "未有標籤的點", - "untagged_point_tooltip": "選擇一個特徵種類來形容這個點是甚麼。", - "untagged_line": "未有標籤的綫", - "untagged_line_tooltip": "選擇一個特徵種類來形容這條綫是甚麼。", - "untagged_area": "未有標籤的範圍", - "untagged_area_tooltip": "選擇一個特徵種類來形容這個範圍是甚麼。", - "untagged_relation": "未有標籤的關係", - "untagged_relation_tooltip": "選擇一個特徵種類來形容這個關係是甚麼。", - "many_deletions": "你正在刪除 {n} 個特徵。你確定要這樣做嗎?這樣就會將人人在 openstreetmap.org 地圖內看到的物件刪除了。", - "tag_suggests_area": "{tag}標籤建議綫應為範圍,但這不是一個範圍。", - "deprecated_tags": "已棄用的標籤: {tags}" - }, - "zoom": { - "in": "放大", - "out": "縮細" - }, "cannot_zoom": "在這個模式下不能再縮小。", "full_screen": "切換全螢幕", - "gpx": { - "local_layer": "本機檔案", - "drag_drop": "拖移一個 .gpx, .geojson 或者 .kml 檔案到頁面或者按右側按鈕瀏覽。", - "zoom": "放大至圖層", - "browse": "瀏覽檔案" + "QA": { + "improveOSM": { + "directions": { + "west": "西" + } + }, + "keepRight": { + "save_comment": "儲存留言", + "close_comment": "關閉並留言" + } }, "mapillary_images": { - "tooltip": "來自Mapillary的街道圖層相片", - "title": "相片重疊 (Mapillary)" - }, - "mapillary_signs": { - "tooltip": "來自Mapillary的交通訊號(必須啟用相片重疊)", - "title": "交通訊號重疊 (Mapillary)" + "tooltip": "來自Mapillary的街道圖層相片" }, "mapillary": { "view_on_mapillary": "在Mapillary上觀看這影像" }, + "openstreetcam": { + "view_on_openstreetcam": "在 OpenStreetCam 上觀看這影像" + }, + "note": { + "commentTitle": "留言", + "status": { + "commented": "已留言 {when}" + }, + "newComment": "新留言", + "comment": "留言", + "close_comment": "關閉並留言", + "open_comment": "再開啟並留言" + }, "help": { "title": "說明", "key": "H", - "help": "# 說明\n\n這是[OpenStreetMap]的編輯器 (http://www.openstreetmap.org/),\n免費而且可以編輯的世界地圖。你可以用來新增和更新\n在你附近的資料,令這個開放源碼和開放資料的地圖\n變得更好。\n你在這地圖裡所作的變更會令其他使用OpenStreetMap的人看得到。\n如要編輯,你需要[登入] (https://www.openstreetmap.org/login)。\n\n[iD 編輯器](http://ideditor.com/)是一個共同合作計劃,[原始碼可在GitHub找到](https://github.com/openstreetmap/iD)。\n", - "gps": "# GPS\n\nGPS 追蹤是OpenStreetMap 的寶貴資料來源。這個編輯器\n支援你電腦內的 `.gpx` 檔案。使用智能電話的\n一些應用程式或個人GPS更體就可以搜集得到\n這類的GPS軌跡。\n\n要知道如何運用GPS測量,\n請參閱[用智能電話、GPS或紙繪地圖](http://learnosm.org/en/mobile-mapping/)。\n\n要使用GPX的軌跡繪畫地圖,拖放GPX檔案到編輯器上。\n如辨認得到,它就會於地圖上新增為鮮紫色的綫。\n按'地圖資料'選單右側就可顯示、\n隱藏或縮放這個新的GPX圖層。\n\nGPX軌跡不會直接上載至 OpenStreetMap - 最好的用法\n就要用來繪畫新的地圖、協助你新增特徵、\n或者用來[上載至OpenStreetMap](http://www.openstreetmap.org/trace/create)\n供其他使用者使用。\n", - "imagery": "# 圖像\n\n航攝圖像是繪製地圖的重要資源。一系列的\n航攝圖像、衛星圖像和自由編輯的圖像資源\n可以從編輯器右方的'背景設定'選單中選擇。\n\n編輯器預設的衛星圖層是 [Bing Map](http://www.bing.com/maps/),\n但當你平移和縮放至一個新的地域,\n新的來源就可以使用。有一些國家,例如:\n美國、法國和丹麥當中的一些地方,會有高品質圖像。\n\n圖像有時與地圖資料有所偏差,這是由於圖像\n供應商的誤差。如果你看到很多的道路與圖像有平移錯位,\n不用立即移動它們以符合背景。你可以按背景設定底部的'校準'\n來調整圖像,讓它符合現有資料。\n", - "addresses": "# 地址\n\n地址是地圖中最有用的資訊之一。\n\n雖然地址常被用來表示為街道的一部分,但在OpenStreetMap中,它們亦會紀錄為街中建築物或地點的屬性。\n\n你可以增加地址至在地圖上的建築物輪廓\n或者是一個點。最合適的地址來源\n就是實地考察或者個人認知 —\n與其他特徵一樣,複製自其他商業來源,例如Google地圖,\n都是禁止的。\n", - "inspector": "# 使用檢視面版\n\n檢視面版位於畫面左側,\n你可用它編輯你選擇的特徵的詳細資料。\n\n### 選擇一個特徵種類\n\n當你新增了一個點、綫或範圍,你可以揀選它所屬的特徵,\n例如它是公路或住宅道路、起級市場或咖啡室。\n檢視面版會顯示常用的特徵種類按鈕,而你亦可\n利用尋找列搜尋其他的特徵。\n\n按一下在特徵種類按鈕右下角的 'i' ,\n就可知更多有關資訊。按一下按鈕就可選擇那個種類。\n\n### 使用表格和編輯標籤\n\n在你選擇了特徵種類後或者該特徵已有預設種類,\n檢視面版就會顯示一些相應的欄位,\n例如名稱和地址。\n\n在欄位下,你可以按一下 '新增欄位' 選單去新增\n其他資料,例如維基百科全書的連結、輪椅通道等等。\n\n於檢視面版的下方,按 '附加標籤' 就可以新增\n任意的標籤到那個物件。[Taginfo](http://taginfo.openstreetmap.org/) 可以\n提供大量有關常用標籤的組合。\n\n你在檢視面版所作的變更都會自動套用到地圖。\n你可以按 '復原' 按鈕在復原它們。\n" + "help": { + "title": "說明", + "open_data_h": "開放數據", + "before_start_h": "在你開始之前", + "open_source_h": "開放來源" + }, + "overview": { + "title": "概覽", + "navigation_h": "導覽", + "features_h": "地圖特徵" + }, + "editing": { + "title": "編輯及儲存", + "select_h": "選擇", + "save_h": "儲存", + "upload_h": "上載", + "backups_h": "自動備份", + "keyboard_h": "鍵盤快速鍵" + }, + "feature_editor": { + "title": "特徵編輯器", + "type_h": "特徵種類" + }, + "points": { + "title": "點", + "intro": "*點*是用來表示如商店、餐廳和紀念碑這些特徵,它們用來標示一個特定位置和描述那裏有甚麼。", + "add_point_h": "新增點", + "move_point_h": "移動點", + "delete_point_h": "刪除點" + }, + "lines": { + "title": "綫", + "add_line_h": "新增綫", + "modify_line_h": "修改綫" + }, + "notes": { + "update_note_h": "關閉、再開和留言" + } + }, + "issues": { + "errors": { + "list_title": "錯誤 ({count})" + } }, "intro": { "done": "完成", @@ -844,7 +939,6 @@ }, "areas": { "title": "範圍", - "add_playground": "*範圍*可以用來顯示特徵邊界,例如湖泊、建築物和住宅區。 {br}另外它亦可以用作更詳盡表示特徵,代替只用點來表示的特徵。**按{button}範圍按鈕來新增範圍。**", "start_playground": "讓我們用範圍這方法來新增遊樂場吧。範圍是由增加特徵外圍的*點*來繪製。**點或是按空白鍵來放起始點至遊樂場的一角上。**", "continue_playground": "繼續在遊樂場邊界上放更多點來繪製範圍。如果遇到現有的行人徑,你也可以連接上。{br}貼士:你可以按住 '{alt}' 鍵防止點連到其他特徵。 **繼續繪製遊樂場範圍。**", "finish_playground": "按enter鍵或是在第一個或最後一個點再按一下就可完成編輯範圍。**完成繪製遊樂場範圍**", @@ -962,9 +1056,7 @@ }, "display_options": { "title": "顯示選項", - "background": "顯示背景選項", "background_switch": "轉換至上一個背景", - "map_data": "顯示地圖資料選項", "fullscreen": "進入全螢幕模式", "wireframe": "切換線框模式", "minimap": "切換迷你地圖" @@ -976,7 +1068,6 @@ "lasso": "在特徵周圍畫一個選擇套索" }, "with_selected": { - "title": "選取了特徵", "edit_menu": "切換編輯選單" }, "vertex_selected": { @@ -995,7 +1086,6 @@ "add_point": "'增加節'模式", "add_line": "'增加線'模式", "add_area": "'增加範圍'模式", - "place_point": "放置一個點", "disable_snap": "長按可停用點捕捉", "stop_line": "完成繪製線或範圍" }, @@ -1005,10 +1095,8 @@ "merge": "結合(合併)已選擇特徵", "disconnect": "在已選擇節點上斷開特徵", "split": "在已選擇節點上將線一分為二", - "reverse": "反轉一條線", "move": "移動已選擇特徵", "rotate": "旋轉已選擇特徵", - "orthogonalize": "拉直線 / 將範圍方形化", "circularize": "將已封閉的線或範圍圓形化", "reflect_long": "以長軸鏡射特徵。", "reflect_short": "以短軸鏡射特徵。", @@ -1043,41 +1131,17 @@ "category-building": { "name": "建築物特徵" }, - "category-golf": { - "name": "高爾夫特徵" - }, "category-landuse": { "name": "土地利用特徵" }, - "category-natural-area": { - "name": "自然特徵" - }, - "category-natural-line": { - "name": "自然特徵" - }, - "category-natural-point": { - "name": "自然特徵" - }, - "category-path": { - "name": "路徑特徵" - }, - "category-rail": { - "name": "鐵路特徵" - }, "category-restriction": { "name": "限制特徵" }, - "category-road": { - "name": "道路特徵" - }, "category-route": { "name": "路綫特徵" }, - "category-water-area": { - "name": "水特徵" - }, - "category-water-line": { - "name": "水特徵" + "category-utility": { + "name": "設施特徵" } }, "fields": { @@ -1089,7 +1153,7 @@ "title": "指定" }, "destination": { - "description": "限往目的地", + "description": "只限往目的地", "title": "目的地" }, "dismount": { @@ -1104,6 +1168,10 @@ "description": "容許進入,直至擁有者撇回許可", "title": "自由通過" }, + "permit": { + "description": "只限有效許可證", + "title": "准許證" + }, "private": { "description": "須擁有者個別批准,方可進入", "title": "私人" @@ -1144,7 +1212,7 @@ "housename": "房名", "housenumber": "123", "housenumber!jp": "建築物號碼/地段", - "neighbourhood": "鄰里", + "neighbourhood": "屋苑", "neighbourhood!jp": "丁目/字/小字 (日本)", "place": "地方", "postcode": "郵遞區號", @@ -1204,6 +1272,9 @@ "aeroway": { "label": "種類" }, + "agrarian": { + "label": "產品" + }, "amenity": { "label": "種類" }, @@ -1248,9 +1319,6 @@ "onsen": "日式溫泉" } }, - "beauty": { - "label": "商店種類" - }, "bench": { "label": "長椅" }, @@ -1272,16 +1340,25 @@ "board_type": { "label": "種類" }, + "boules": { + "label": "種類" + }, "boundary": { "label": "種類" }, "brand": { "label": "品牌" }, + "brewery": { + "label": "生啤" + }, "bridge": { "label": "種類", "placeholder": "預設" }, + "bridge/support": { + "label": "種類" + }, "building": { "label": "建築物" }, @@ -1291,6 +1368,10 @@ "bunker_type": { "label": "種類" }, + "cables": { + "label": " 電纜", + "placeholder": "1, 2, 3..." + }, "camera/direction": { "label": "方向 (順時針度數)", "placeholder": "45, 90, 180, 270" @@ -1310,37 +1391,9 @@ "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": "西南偏西" - } - }, "castle_type": { "label": "種類" }, - "clock_direction": { - "label": "方向", - "options": { - "anticlockwise": "逆時針", - "clockwise": "順時針" - } - }, "clothes": { "label": "衣物" }, @@ -1367,6 +1420,14 @@ "content": { "label": "內容" }, + "conveying": { + "label": "移動方向", + "options": { + "backward": "後向", + "forward": "前向", + "reversible": "可變換方向" + } + }, "country": { "label": "國" }, @@ -1376,6 +1437,14 @@ "craft": { "label": "種類" }, + "crane/type": { + "label": "起重機種類", + "options": { + "floor-mounted_crane": "坐地式起重機", + "portal_crane": "流動起重機", + "travel_lift": "活動式起重機" + } + }, "crop": { "label": "農作物" }, @@ -1433,6 +1502,9 @@ "cycleway:right": "右側" } }, + "dance/style": { + "label": "舞蹈風格" + }, "date": { "label": "日期" }, @@ -1448,12 +1520,58 @@ "description": { "label": "描述" }, - "diaper": { - "label": "設有換片設備" + "design": { + "label": "設計" + }, + "devices": { + "label": "裝置", + "placeholder": "1, 2, 3..." + }, + "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": { + "options": { + "backward": "後向", + "both": "雙向", + "forward": "前向" + } }, "display": { "label": "顯示" }, + "distance": { + "label": "距離" + }, "dock": { "label": "種類" }, @@ -1474,9 +1592,6 @@ }, "placeholder": "電纜、已通電路軌…" }, - "elevation": { - "label": "海拔" - }, "email": { "label": "電郵", "placeholder": "example@example.com" @@ -1504,31 +1619,29 @@ "fence_type": { "label": "種類" }, - "fire_hydrant/position": { - "label": "Position", - "options": { - "green": "草地", - "lane": "巷", - "parking_lot": "停車場", - "sidewalk": "行人路" - } - }, "fire_hydrant/type": { - "label": "種類", "options": { "pillar": "柱狀/地上", - "pond": "池塘", "underground": "地下", "wall": "牆上" } }, + "fitness_station": { + "label": "設備種類" + }, "fixme": { - "label": "整好我" + "label": "待修正" }, "ford": { "label": "類", "placeholder": "預設" }, + "frequency": { + "label": "操作頻率" + }, + "from": { + "label": "由" + }, "fuel": { "label": "燃料" }, @@ -1560,6 +1673,9 @@ "generator/type": { "label": "種類" }, + "government": { + "label": "種類" + }, "grape_variety": { "label": "葡萄種類" }, @@ -1591,15 +1707,42 @@ "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..." }, - "iata": { - "label": "萬國航空運輸協會(IATA)" + "horse_dressage": { + "label": "盛裝舞步", + "options": { + "equestrian": "是", + "undefined": "否" + } + }, + "horse_riding": { + "label": "騎馬", + "options": { + "horse_riding": "是", + "undefined": "否" + } + }, + "horse_scale": { + "label": "騎馬難度" }, - "icao": { - "label": "萬國民航組織(ICAO)" + "horse_stables": { + "label": "馬廄", + "options": { + "stables": "是", + "undefined": "否" + } }, "incline": { "label": "斜" @@ -1614,14 +1757,19 @@ "indoor": { "label": "室內" }, + "industrial": { + "label": "種類" + }, "information": { "label": "種類" }, "inscription": { "label": "碑文" }, + "intermittent": { + "label": "間中" + }, "internet_access": { - "label": "用到互聯網", "options": { "no": "否", "terminal": "終端機", @@ -1630,12 +1778,6 @@ "yes": "有" } }, - "internet_access/fee": { - "label": "互聯網費用" - }, - "internet_access/ssid": { - "label": "SSID (網絡名稱)" - }, "kerb": { "label": "下斜路緣" }, @@ -1652,6 +1794,9 @@ "label": "行車綫", "placeholder": "1, 2, 3..." }, + "language_multi": { + "label": "語言" + }, "layer": { "label": "層", "placeholder": "0" @@ -1701,16 +1846,20 @@ "level": { "label": "圖層" }, - "levels": { - "label": "樓層數", - "placeholder": "2, 4, 6..." - }, "lit": { "label": "照明" }, "location": { "label": "地點" }, + "location_pool": { + "label": "位置", + "options": { + "indoor": "室內", + "outdoor": "室外", + "roof": "天台" + } + }, "man_made": { "label": "類別" }, @@ -1723,6 +1872,9 @@ "map_type": { "label": "種類" }, + "material": { + "label": "物料" + }, "maxheight": { "label": "最大高度", "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\"" @@ -1731,15 +1883,21 @@ "label": "速度限制", "placeholder": "40, 50, 60..." }, + "maxspeed/advisory": { + "label": "建議限速", + "placeholder": "40, 50, 60..." + }, "maxstay": { "label": "可停留時間" }, "maxweight": { "label": "最大承重" }, - "milestone_position": { - "label": "里程碑位置", - "placeholder": "距離準確至一個小數位 (123.4)" + "memorial": { + "label": "種類" + }, + "monitoring_multi": { + "label": "監測" }, "mtb/scale": { "label": "越野單車徑難度", @@ -1788,7 +1946,6 @@ "label": "網絡" }, "network_bicycle": { - "label": "網絡種類", "options": { "icn": "國際", "lcn": "本地", @@ -1798,7 +1955,6 @@ "placeholder": "本地、地區、國家、國際" }, "network_foot": { - "label": "網絡種類", "options": { "iwn": "國際", "lwn": "本地", @@ -1808,7 +1964,6 @@ "placeholder": "本地、地區、國家、國際" }, "network_horse": { - "label": "網絡種類", "options": { "ihn": "國際", "lhn": "本地", @@ -1829,7 +1984,9 @@ "oneway": { "label": "單程", "options": { + "alternating": "單綫雙程", "no": "否", + "reversible": "可變換方向", "undefined": "假設為否", "yes": "是" } @@ -1837,7 +1994,9 @@ "oneway_yes": { "label": "單程", "options": { + "alternating": "單綫雙程", "no": "否", + "reversible": "可變換方向", "undefined": "假設為是", "yes": "是" } @@ -1855,13 +2014,6 @@ "label": "標準桿", "placeholder": "3, 4, 5..." }, - "parallel_direction": { - "label": "方向", - "options": { - "backward": "後向", - "forward": "前向" - } - }, "park_ride": { "label": "泊車轉乘" }, @@ -1880,11 +2032,28 @@ "payment_multi": { "label": "付款種類" }, + "phases": { + "label": "相位", + "placeholder": "1, 2, 3..." + }, "phone": { "label": "電話", "placeholder": "+852 12345678" }, "piste/difficulty": { + "label": "難度", + "options": { + "advanced": "高階", + "easy": "容易", + "expert": "專家級", + "extreme": "極限級", + "freeride": "自由滑行", + "intermediate": "中階", + "novice": "新手" + }, + "placeholder": "容易、中階、 進階..." + }, + "piste/difficulty_downhill": { "label": "難度", "options": { "advanced": "進階 (黑鑽)", @@ -1897,6 +2066,30 @@ }, "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": { @@ -1911,6 +2104,7 @@ "piste/type": { "label": "種類", "options": { + "connection": "連接", "downhill": "滑降", "hike": "徒步", "ice_skate": "冰刀", @@ -1950,19 +2144,37 @@ "railway": { "label": "類別" }, + "railway/position": { + "label": "里程碑位置", + "placeholder": "距離準確至一個小數位 (123.4)" + }, + "railway/signal/direction": { + "options": { + "backward": "後向", + "both": "雙向", + "forward": "前向" + } + }, + "rating": { + "label": "電力功率" + }, "recycling_accepts": { "label": "接受" }, "recycling_type": { - "label": "回收種類", + "label": "種類", "options": { - "centre": "回收中心", + "centre": "中心", "container": "回收箱" - } + }, + "placeholder": "回收箱, 中心" }, "ref": { "label": "參考編號" }, + "ref/isil": { + "label": "ISIL 編號" + }, "ref_aeroway_gate": { "label": "登機閘編號" }, @@ -2029,9 +2241,91 @@ "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": "右舷" + } + }, + "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": { + "danger_left": "左岸有危險", + "danger_right": "右岸有危險", + "port": "左舷", + "starboard": "右舷" + } + }, + "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 B", + "other": "其他" + } + }, + "seamark/mooring/category": { + "label": "分類" + }, + "seamark/type": { + "label": "航海標" + }, + "seamark/wreck/category": { + "label": "分類" + }, "seasonal": { "label": "季節性" }, + "seats": { + "label": "座位", + "placeholder": "2, 4, 6..." + }, "second_hand": { "label": "售賣二手貨", "options": { @@ -2071,9 +2365,23 @@ "shop": { "label": "種類" }, + "siren/purpose": { + "label": "作用" + }, + "siren/type": { + "label": "種類", + "options": { + "electronic": "電子", + "other": "其他", + "pneumatic": "氣動" + } + }, "site": { "label": "類別" }, + "site_type": { + "label": "地點類別" + }, "smoking": { "label": "吸煙", "options": { @@ -2148,9 +2456,19 @@ }, "placeholder": "未知" }, + "structure_waterway": { + "label": "構造", + "options": { + "tunnel": "隧道" + }, + "placeholder": "未知" + }, "studio": { "label": "種類" }, + "substance": { + "label": "物質" + }, "substation": { "label": "種類" }, @@ -2177,6 +2495,18 @@ "surveillance/zone": { "label": "監視區域" }, + "swimming_pool": { + "label": "種類" + }, + "switch": { + "label": "種類", + "options": { + "circuit_breaker": "斷路器", + "disconnector": "切斷器", + "earthing": " 接地斷路", + "mechanical": "機械式" + } + }, "tactile_paving": { "label": "盲人引路徑" }, @@ -2189,13 +2519,15 @@ }, "placeholder": "可以、不可、只可外賣…" }, + "to": { + "label": "至" + }, "toilets/disposal": { "label": "棄置", "options": { "bucket": "尿斗", "chemical": "化學掩臭", - "flush": "沖水式", - "pitlatrine": "坑廁/旱廁" + "flush": "沖水式" } }, "toll": { @@ -2207,9 +2539,6 @@ "tourism": { "label": "種類" }, - "tourism_attraction": { - "label": "旅遊" - }, "tower/construction": { "label": "建築物料", "placeholder": "拉線、格狀、隱藏、..." @@ -2228,12 +2557,32 @@ }, "placeholder": "實心、接近實心、柔性..." }, + "trade": { + "label": "種類" + }, "traffic_calming": { "label": "種類" }, + "traffic_sign": { + "label": "交通標誌" + }, + "traffic_sign/direction": { + "options": { + "backward": "後向", + "both": "雙向", + "forward": "前向" + } + }, "traffic_signals": { "label": "訊號種類" }, + "traffic_signals/direction": { + "options": { + "backward": "後向", + "both": "雙向", + "forward": "前向" + } + }, "trail_visibility": { "label": "路徑可見度", "options": { @@ -2246,6 +2595,19 @@ }, "placeholder": "優良、好、差勁..." }, + "transformer": { + "label": "種類", + "options": { + "auto": "自耦變壓器", + "auxiliary": "輔助", + "converter": "轉換器", + "distribution": "配電器", + "generator": "變電器", + "phase_angle_regulator": "相位角整流器", + "traction": " 牽引器", + "yes": "未知" + } + }, "trees": { "label": "樹" }, @@ -2253,8 +2615,19 @@ "label": "種類", "placeholder": "預設" }, + "usage_rail": { + "label": "用途種類", + "options": { + "branch": "分支", + "industrial": "工業", + "main": "主線", + "military": "軍事", + "test": "測試", + "tourism": "觀光" + } + }, "vending": { - "label": "貨品種類" + "label": "貨物種類" }, "visibility": { "label": "可見度", @@ -2264,6 +2637,33 @@ "street": "5 至 20米 (16 至 65呎)" } }, + "volcano/status": { + "label": "火山狀態", + "options": { + "active": "活火山", + "dormant": "睡火山", + "extinct": "死火山" + } + }, + "volcano/type": { + "label": "火山種類", + "options": { + "shield": "盾狀火山", + "stratovolcano": "層狀火山" + } + }, + "voltage": { + "label": "電壓" + }, + "voltage/primary": { + "label": "初級電壓" + }, + "voltage/secondary": { + "label": " 次級電壓" + }, + "voltage/tertiary": { + "label": "三次電壓" + }, "wall": { "label": "種類" }, @@ -2277,8 +2677,7 @@ "label": "種類" }, "website": { - "label": "網站", - "placeholder": "http://example.com/" + "label": "網站" }, "wetland": { "label": "種類" @@ -2286,11 +2685,24 @@ "wheelchair": { "label": "可通輪椅" }, + "wholesale": { + "label": "批發" + }, "width": { "label": "濶度(米)" }, + "wikidata": { + "label": "維基資料" + }, "wikipedia": { "label": "維基百科全書" + }, + "windings": { + "label": "繞組", + "placeholder": "1, 2, 3..." + }, + "windings/configuration": { + "label": "繞組組態" } }, "presets": { @@ -2302,9 +2714,6 @@ "name": "Billboard", "terms": "Billboard, 廣告板" }, - "aerialway": { - "name": "纜車路線" - }, "aerialway/cable_car": { "name": "纜車", "terms": "Cable Car,纜車" @@ -2317,10 +2726,6 @@ "name": "牽引纜車", "terms": "Drag Lift, 牽引纜車" }, - "aerialway/gondola": { - "name": "吊艙", - "terms": "Gondola,吊籃,吊船,空中纜車" - }, "aerialway/goods": { "name": "貨運纜車", "terms": "Goods Aerialway,載貨纜車" @@ -2345,17 +2750,6 @@ "name": "牽繩", "terms": "牽繩" }, - "aerialway/station": { - "name": "纜車站", - "terms": "纜車車站" - }, - "aerialway/t-bar": { - "name": "T型吊桿", - "terms": "T型吊桿" - }, - "aeroway": { - "name": "航空設施" - }, "aeroway/aerodrome": { "name": "機場", "terms": "Airport,機場,飛機,飛機場" @@ -2452,8 +2846,7 @@ "terms": "錢幣兌換,換錢" }, "amenity/bus_station": { - "name": "巴士站", - "terms": "巴士站" + "name": "巴士總站" }, "amenity/cafe": { "name": "茶座", @@ -2463,10 +2856,6 @@ "name": "汽車租賃", "terms": "Car Rental,汽車租賃處,租車,租車店,租車舖" }, - "amenity/car_sharing": { - "name": "汽車共享站", - "terms": "Car Sharing,共用車,共用車處,汽車共享站" - }, "amenity/car_wash": { "name": "洗車店", "terms": "Car Wash,洗車,洗車舖" @@ -2530,6 +2919,10 @@ "name": "牙醫", "terms": "牙醫診所,牙科診所,齒科" }, + "amenity/dive_centre": { + "name": "潛水中心", + "terms": "Dive Center,潛水中心" + }, "amenity/doctors": { "name": "醫生", "terms": "醫師" @@ -2547,16 +2940,38 @@ "terms": "Driving School, 駕駛學院" }, "amenity/embassy": { - "name": "大使館", - "terms": "Embassy,使館,大使館,領事館" + "name": "大使館" }, "amenity/fast_food": { "name": "快餐店", "terms": "Fast Food,快餐店,速食店" }, + "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": "Pizza,意式薄餅,意大利薄餅" + }, + "amenity/fast_food/sandwich": { + "name": "三文治快餐", + "terms": "三明治" + }, "amenity/ferry_terminal": { - "name": "客運碼頭", - "terms": "客運碼頭,客運渡輪碼頭,渡輪碼頭" + "name": "客運碼頭" }, "amenity/fire_station": { "name": "消防局", @@ -2598,22 +3013,38 @@ "name": "網吧", "terms": "Internet Cafe, 互聯網餐廳" }, - "amenity/kindergarten": { - "name": "學前照顧/幼稚園範圍", - "terms": "幼兒園,幼稚園用地,幼稚園" + "amenity/language_school": { + "name": "語言學校", + "terms": "語言學校,外文學校,外語學校" }, "amenity/library": { "name": "圖書館", "terms": "Library,圖書館" }, + "amenity/love_hotel": { + "name": "愛情酒店", + "terms": "Love Hotel, 時鐘酒店" + }, "amenity/marketplace": { "name": "街市", "terms": "Marketplace,市場,菜市場,街市" }, + "amenity/monastery": { + "name": "寺院範圍", + "terms": "道觀,寺廟,廟宇,道寺" + }, + "amenity/money_transfer": { + "name": "滙款中心", + "terms": "滙款店,匯款" + }, "amenity/motorcycle_parking": { "name": "電單車停車位", "terms": "摩托車停車場,電單車停車場" }, + "amenity/music_school": { + "name": "音樂學校", + "terms": "Music School, 音樂學校" + }, "amenity/nightclub": { "name": "夜總會", "terms": "夜店" @@ -2623,23 +3054,23 @@ }, "amenity/parking": { "name": "停車場", - "terms": "Car Parking,停車場" + "terms": "Car Parking,停車場,泊車位,泊車場,停車位" }, - "amenity/parking_entrance": { - "name": "停車場入口/出口", - "terms": "停車場入口,停車場出口" + "amenity/parking/multi-storey": { + "name": "多層停車場", + "terms": "多層泊車場,停車場,泊車場" }, "amenity/parking_space": { "name": "泊車位", "terms": "停車空間,泊車處,停車位,車位" }, - "amenity/pavilion": { - "name": "亭", - "terms": "Pavilion,亭" + "amenity/payment_centre": { + "name": "繳費處", + "terms": "付款處,付費處,繳費中心" }, - "amenity/pharmacy": { - "name": "藥房", - "terms": "Pharmacy,葯局,葯店,葯房,葯舖,藥局,藥店,藥房,藥舖" + "amenity/payment_terminal": { + "name": "繳費終端機", + "terms": "繳費機,付款機,收費機" }, "amenity/place_of_worship": { "name": "祟拜場所", @@ -2649,22 +3080,10 @@ "name": "佛寺", "terms": "Buddhist Temple,佛堂,佛寺,佛廟,和尚寺,寶殿,寺,寺廟,尼姑庵,尼庵,庵堂,廟,精舍,閣,靜院,觀音廟,觀音寺" }, - "amenity/place_of_worship/christian": { - "name": "敎堂", - "terms": "Christian,Church,基督敎堂,基督教堂,天主堂,天主敎堂,天主教堂,敎堂,教堂,聖堂" - }, "amenity/place_of_worship/hindu": { "name": "印度廟", "terms": "Hindu Temple, 印度教廟" }, - "amenity/place_of_worship/jewish": { - "name": "猶太廟", - "terms": "Synagogue,jewish,猶太寺,猶太廟,猶太教堂" - }, - "amenity/place_of_worship/muslim": { - "name": "清真寺", - "terms": "Mosque,Muslim,回教寺,回教廟,清真廟,清真寺" - }, "amenity/place_of_worship/shinto": { "name": "神道廟", "terms": "Shinto Shrine, 神道教廟" @@ -2685,10 +3104,6 @@ "name": "警署", "terms": "Police,差館,派出所,警察局,警局,警署" }, - "amenity/post_box": { - "name": "郵筒", - "terms": "Mailbox,Post,Post Box,郵筒,郵箱" - }, "amenity/post_office": { "name": "郵政局", "terms": "Post Office,郵局,郵政局,香港郵政" @@ -2701,32 +3116,104 @@ "name": "酒館", "terms": "Pub,酒館" }, - "amenity/public_bath": { - "name": "公共浴室", - "terms": "Public Bath,公共澡堂,公共浴池,錢湯,公共浴場" + "amenity/public_bath": { + "name": "公共浴室", + "terms": "Public Bath,公共澡堂,公共浴池,錢湯,公共浴場" + }, + "amenity/public_bookcase": { + "name": "公眾書架", + "terms": "公共書架" + }, + "amenity/ranger_station": { + "name": "郊野公園遊客中心", + "terms": "Ranger Station,郊野公園管理站,郊野公園訪客中心" + }, + "amenity/recycling": { + "name": "回收設施" + }, + "amenity/recycling_centre": { + "name": "回收中心", + "terms": "Recycling Center, 廢物回收中心, 資源回收中心" + }, + "amenity/recycling_container": { + "name": "回收桶", + "terms": "回收桶,三色桶,回收箱" + }, + "amenity/restaurant": { + "name": "餐廳", + "terms": "Restaurant,茶樓,酒家,酒樓,飯店,飯館,餐廳,餐館" + }, + "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/public_bookcase": { - "name": "公眾書架", - "terms": "公共書架" + "amenity/restaurant/seafood": { + "name": "海鮮餐廳", + "terms": "海鮮餐廳" }, - "amenity/ranger_station": { - "name": "郊野公園遊客中心", - "terms": "Ranger Station,郊野公園管理站,郊野公園訪客中心" + "amenity/restaurant/steakhouse": { + "name": "扒房", + "terms": "鋸扒,牛扒屋" }, - "amenity/recycling": { - "name": "回收設施", - "terms": "Recycling,回收桶,回收箱,廢物回收桶" + "amenity/restaurant/sushi": { + "name": "壽司餐廳", + "terms": "壽司店,廻轉壽司" }, - "amenity/recycling_centre": { - "name": "回收中心", - "terms": "Recycling Center, 廢物回收中心, 資源回收中心" + "amenity/restaurant/thai": { + "name": "泰式餐廳", + "terms": "泰國餐廳" }, - "amenity/register_office": { - "name": "人事登記處" + "amenity/restaurant/turkish": { + "name": "土耳其式餐廳", + "terms": "土耳其餐廳" }, - "amenity/restaurant": { - "name": "餐廳", - "terms": "Restaurant,茶樓,酒家,酒樓,飯店,飯館,餐廳,餐館" + "amenity/restaurant/vietnamese": { + "name": "越式餐廳", + "terms": "越南餐廳" }, "amenity/sanitary_dump_station": { "name": "露營車廁所廢物收集", @@ -2736,10 +3223,6 @@ "name": "學校範圍", "terms": "學校,中學,小學,學校用地,學校範圍,國際學校" }, - "amenity/scrapyard": { - "name": "廢料場", - "terms": "Scrap Yard, 廢車場, 廢物場" - }, "amenity/shelter": { "name": "涼亭", "terms": "Shelter,亭,蓋,避難,避難所,避雨亭" @@ -2748,6 +3231,10 @@ "name": "淋浴處", "terms": "Shower,淋浴間,沖浴間" }, + "amenity/smoking_area": { + "name": "吸煙區", + "terms": "Smoking Area, 食煙區" + }, "amenity/social_facility": { "name": "社會服務設施", "terms": "社福設施" @@ -2772,9 +3259,6 @@ "name": "工作室", "terms": "影樓,畫室,放映室,美術室,工藝室,藝術工作室" }, - "amenity/swimming_pool": { - "name": "游泳池" - }, "amenity/taxi": { "name": "的士站", "terms": "Taxi Stand,出租車站,的士站,計程車站" @@ -2815,25 +3299,14 @@ "name": "飲品售賣機", "terms": "飲料售賣機" }, - "amenity/vending_machine/excrement_bags": { - "name": "排泄物袋售賣機", - "terms": "糞便袋售賣機" - }, "amenity/vending_machine/feminine_hygiene": { "name": "女性衞生用品售賣機", "terms": "Feminine Hygiene Vending Machine,女性用品售賣機" }, - "amenity/vending_machine/news_papers": { - "name": "報紙售賣機" - }, "amenity/vending_machine/newspapers": { "name": "報紙售賣機", "terms": "Newspaper Vending Machine,報紙販賣機" }, - "amenity/vending_machine/parcel_pickup_dropoff": { - "name": "包裹領件/投寄機", - "terms": "包裹領件/投寄機" - }, "amenity/vending_machine/parking_tickets": { "name": "泊車票售賣機", "terms": "停車票售賣機" @@ -2878,26 +3351,14 @@ "name": "範圍", "terms": "Area,區域,範圍" }, - "area/highway": { - "name": "路面物質", - "terms": "路面材質,路面" - }, "attraction/amusement_ride": { "name": "機動遊戲機", "terms": "Amusement Ride,機動遊戲" }, - "attraction/animal": { - "name": "動物", - "terms": "Animal,動物" - }, "attraction/big_wheel": { "name": "摩天輪", "terms": "Big Wheel,Ferris wheel" }, - "attraction/bumper_car": { - "name": "碰碰車", - "terms": "Bumper Car,碰碰車" - }, "attraction/bungee_jumping": { "name": "笨豬跳", "terms": "Bungee Jumping,Bungee Jump,高空彈跳" @@ -2910,18 +3371,6 @@ "name": "黑暗探險", "terms": "Dark Ride" }, - "attraction/drop_tower": { - "name": "跳樓機", - "terms": "Drop Tower,自由落體" - }, - "attraction/pirate_ship": { - "name": "海盜船", - "terms": "Pirate Ship,海盜船" - }, - "attraction/river_rafting": { - "name": "激流", - "terms": "River Rafting,激流" - }, "attraction/roller_coaster": { "name": "過山車", "terms": "Roller Coaster,雲霄飛車" @@ -3013,14 +3462,18 @@ "name": "建築物", "terms": "Building,屋宇,建築物" }, - "building/apartments": { - "name": "公寓", - "terms": "Apartments,公寓,分層屋宇" - }, "building/barn": { "name": "穀倉", "terms": "穀倉,糧倉" }, + "building/boathouse": { + "name": "船屋", + "terms": "Boathouse, 船屋" + }, + "building/bungalow": { + "name": "平房", + "terms": "Bungalow, 平房, 別墅" + }, "building/bunker": { "name": "地堡" }, @@ -3040,6 +3493,10 @@ "name": "教堂建築物", "terms": "教堂,聖堂" }, + "building/civic": { + "name": "公民建築物", + "terms": "Civic Building, 市民建築物" + }, "building/college": { "name": "學院校舍", "terms": "學院建築,學院建築物,技術學院建築" @@ -3063,6 +3520,14 @@ "building/entrance": { "name": "入口/出口" }, + "building/farm": { + "name": "農舍", + "terms": "Farm House, 農莊" + }, + "building/farm_auxiliary": { + "name": "農場建築物", + "terms": "Farm Building, 農場建築物" + }, "building/garage": { "name": "車庫", "terms": "Garage,車房" @@ -3095,9 +3560,9 @@ "name": "工業樓宇", "terms": "Industrial Building,工業建築物,工業樓宇" }, - "building/kindergarten": { - "name": "學前照顧/幼稚園建築物", - "terms": "幼兒園校舍,幼稚園校舍" + "building/mosque": { + "name": "清真寺建築物", + "terms": "Mosque Building, 清真寺建築物" }, "building/public": { "name": "公共建築物", @@ -3115,6 +3580,10 @@ "name": "上蓋", "terms": "屋頂" }, + "building/ruins": { + "name": "建築物遺蹟", + "terms": "Building Ruins, 建築物遺址" + }, "building/school": { "name": "校舍", "terms": "學校建築物,小學建築物,中學建築物" @@ -3139,9 +3608,6 @@ "name": "排屋", "terms": "行列式房屋,連棟式住宅" }, - "building/train_station": { - "name": "火車站" - }, "building/university": { "name": "大學建築物", "terms": "大學校舍" @@ -3150,10 +3616,6 @@ "name": "貨倉", "terms": "倉庫,稅倉,倉" }, - "camp_site/camp_pitch": { - "name": "露營營地", - "terms": "Camp Pitch, 露營場地, 營地" - }, "club": { "name": "俱樂部", "terms": "Club, 會所" @@ -3238,12 +3700,9 @@ "name": "隔熱工程", "terms": "隔熱工程" }, - "craft/jeweler": { - "name": "珠寶店" - }, "craft/key_cutter": { "name": "配匙店", - "terms": "鑰匙店,鎖匙店 " + "terms": "鑰匙店,鎖匙店" }, "craft/locksmith": { "name": "鎖匠" @@ -3252,9 +3711,6 @@ "name": "金屬工程", "terms": "金工" }, - "craft/optician": { - "name": "眼鏡店" - }, "craft/painter": { "name": "髹漆工", "terms": "油漆工人" @@ -3275,10 +3731,6 @@ "name": "水喉匠", "terms": "水管工" }, - "craft/pottery": { - "name": "陶器", - "terms": "陶器,陶瓷,陶藝" - }, "craft/rigger": { "name": "吊運工", "terms": "索具工,吊運,叻架佬,起重工,索具裝配工" @@ -3303,9 +3755,9 @@ "name": "棚架工程", "terms": "搭棚" }, - "craft/sculpter": { - "name": "雕塑工程", - "terms": "雕刻工程" + "craft/sculptor": { + "name": "雕像", + "terms": "雕塑" }, "craft/shoemaker": { "name": "鞋匠", @@ -3315,10 +3767,6 @@ "name": "石匠", "terms": "石工" }, - "craft/sweep": { - "name": "煙囱打掃", - "terms": "煙囱清掃,煙囱清潔" - }, "craft/tailor": { "name": "裁縫" }, @@ -3347,8 +3795,7 @@ "terms": "葡萄酒廠" }, "embankment": { - "name": "路堤", - "terms": "Embankment,基堤,堤,堤壩,堤岸" + "name": "路堤" }, "emergency/ambulance_station": { "name": "救護站", @@ -3364,14 +3811,30 @@ "emergency/destination": { "name": "緊急通道目的地" }, + "emergency/fire_alarm": { + "name": "火警召喚", + "terms": "火警召喚箱,火警鐘" + }, + "emergency/fire_extinguisher": { + "name": "滅火筒", + "terms": "滅火器" + }, "emergency/fire_hydrant": { "name": "消防栓", "terms": "Fire Hydrant,消防栓,消防龍頭" }, + "emergency/first_aid_kit": { + "name": "急救箱", + "terms": "First Aid Kit,急救,救護,繃帶,醫療箱,medkit" + }, "emergency/life_ring": { "name": "救生圈", "terms": "Life Ring,救生水泡" }, + "emergency/lifeguard": { + "name": "救生員", + "terms": "救生員" + }, "emergency/no": { "name": "非緊急通道" }, @@ -3388,30 +3851,6 @@ "emergency/yes": { "name": "緊急通道" }, - "entrance": { - "name": "入口/出口", - "terms": "出入口,出口,入口" - }, - "footway/crossing": { - "name": "行人過路處", - "terms": "行人過路處" - }, - "footway/crossing-raised": { - "name": "升高的過路處", - "terms": "Raised Street Crossing,升高的過路處" - }, - "footway/crosswalk": { - "name": "斑馬線", - "terms": "行人過路線,行人過路處" - }, - "footway/crosswalk-raised": { - "name": "隆起的行人過路處", - "terms": "Raised Pedestrian Crosswalk,隆起的行人過路處" - }, - "footway/sidewalk": { - "name": "行人路", - "terms": "Sidewalk,行人路,行人道" - }, "ford": { "name": "淺灘", "terms": "水灘" @@ -3432,14 +3871,6 @@ "name": "高爾夫球洞", "terms": "Golf Hole,高爾夫球球洞" }, - "golf/lateral_water_hazard_area": { - "name": "側面水障礙", - "terms": "Lateral Water Hazard, 側面水障礙" - }, - "golf/lateral_water_hazard_line": { - "name": "側面水障礙", - "terms": "Lateral Water Hazard, 側面水障礙" - }, "golf/rough": { "name": "深草區", "terms": "Rough,深草區" @@ -3448,14 +3879,6 @@ "name": "發球區", "terms": "Tee Box,發球區,開球區" }, - "golf/water_hazard_area": { - "name": "水障礙", - "terms": "Water Hazard,水障礙" - }, - "golf/water_hazard_line": { - "name": "水障礙", - "terms": "Water Hazard, 水障礙" - }, "healthcare": { "name": "醫療設施", "terms": "Healthcare Facility,健康中心" @@ -3480,33 +3903,46 @@ "name": "輸血中心", "terms": "捐血中心,獻血中心" }, + "healthcare/midwife": { + "name": "助產士", + "terms": "Midwife,助產士" + }, + "healthcare/occupational_therapist": { + "name": "職業治療師", + "terms": "Occupational Therapist,職業治療師" + }, + "healthcare/optometrist": { + "name": "視光師", + "terms": "Optometrist,視光師" + }, + "healthcare/physiotherapist": { + "name": "物理治療師", + "terms": "Physiotherapist,物理治療師" + }, + "healthcare/podiatrist": { + "name": "足病診療師", + "terms": "Podiatrist,足病診療師,足療師,足部診療師,足部治療師" + }, + "healthcare/psychotherapist": { + "name": "心理治療師", + "terms": "Psychotherapist,心理治療師" + }, + "healthcare/rehabilitation": { + "name": "復康設施", + "terms": "Rehabilitation Facility,康復設施" + }, "healthcare/speech_therapist": { "name": "言語治療師", "terms": "Speech Therapist,語言治療師" }, - "highway": { - "name": "公路" - }, "highway/bridleway": { "name": "馬道", "terms": "Bridle Path,馬徑,馬道,策騎徑" }, - "highway/bus_stop": { - "name": "巴士站", - "terms": "Bus Stop,公交車站,公共汽車站,巴士站" - }, "highway/corridor": { "name": "室內走廊", "terms": "室內通道" }, - "highway/crossing": { - "name": "十字路口", - "terms": "十字路口" - }, - "highway/crosswalk": { - "name": "行人過路處", - "terms": "行人過路線" - }, "highway/cycleway": { "name": "單車徑", "terms": "Cycle Path,單車徑,自行車道" @@ -3519,6 +3955,9 @@ "name": "行人徑", "terms": "Foot Path,步行徑,行人徑" }, + "highway/footway/sidewalk": { + "name": "行人路" + }, "highway/give_way": { "name": "讓路標誌", "terms": "讓車標誌" @@ -3547,9 +3986,13 @@ "name": "路徑", "terms": "Path,徑,路徑" }, - "highway/pedestrian": { + "highway/pedestrian_area": { "name": "行人專用區", - "terms": "行人區, 行人專用" + "terms": "Pedestrian Area,徒步區" + }, + "highway/pedestrian_line": { + "name": "行人專用街道", + "terms": "Pedestrian Street,行人專用街道" }, "highway/primary": { "name": "市區幹道", @@ -3559,10 +4002,6 @@ "name": "市區幹道連接路", "terms": "Primary Link,主要道路匝道,主要道路連接路,大路駁路" }, - "highway/raceway": { - "name": "賽道(小型賽車)", - "terms": "Racetrack (Motorsport), 賽道, 賽車車道" - }, "highway/residential": { "name": "住宅區道路", "terms": "Residential Road,住宅區道路,住宅路" @@ -3711,38 +4150,28 @@ "name": "路口", "terms": "十字路口,交界處,交界" }, - "landuse": { - "name": "土地利用", - "terms": "土地利用" - }, - "landuse/allotments": { - "name": "社區園圃", - "terms": "社區園圃" - }, "landuse/aquaculture": { "name": "水產養殖", "terms": "Aquaculture,水產" }, "landuse/basin": { - "name": "盆地", - "terms": "Basin,水池,盆地" + "name": "盆地" + }, + "landuse/brownfield": { + "name": "棕地", + "terms": "Brownfield,棕地" }, "landuse/cemetery": { "name": "墳場", "terms": "Cemetery,墓地,墳場" }, "landuse/churchyard": { - "name": "教堂庭院", - "terms": "教堂用地" + "name": "教堂庭院" }, "landuse/commercial": { "name": "商業區", "terms": "商業區" }, - "landuse/construction": { - "name": "地盤", - "terms": "Construction,地盤,建築工程,建築物" - }, "landuse/farm": { "name": "農地" }, @@ -3754,18 +4183,18 @@ "name": "農莊", "terms": "Farmyard,農莊, 農場" }, - "landuse/forest": { - "name": "森林", - "terms": "Forest,森,森林" - }, - "landuse/garages": { - "name": "車庫", - "terms": "Garage,車房" - }, "landuse/grass": { "name": "草地", "terms": "Grass,草地" }, + "landuse/greenfield": { + "name": "未開墾土地", + "terms": "Greenfield,未開墾土地,未開發地帶" + }, + "landuse/greenhouse_horticulture": { + "name": "溫室園藝", + "terms": "Greenhouse Horticulture,溫室園藝" + }, "landuse/harbour": { "name": "海港", "terms": "Harbor, Harbour, 海港, 港灣" @@ -3774,6 +4203,14 @@ "name": "工業區", "terms": "工業區, 工業村, 工業邨" }, + "landuse/industrial/scrap_yard": { + "name": "廢料場", + "terms": "Scrap Yard, 廢車場, 廢物場" + }, + "landuse/industrial/slaughterhouse": { + "name": "屠場", + "terms": "Slaughterhouse,屠宰場" + }, "landuse/landfill": { "name": "堆填區", "terms": "垃圾堆填區,填土區,填築地" @@ -3794,14 +4231,6 @@ "name": "軍營", "terms": "Barracks,兵房,兵營,營房,軍營" }, - "landuse/military/bunker": { - "name": "軍事地堡", - "terms": "Military Bunker,地堡,暗堡" - }, - "landuse/military/checkpoint": { - "name": "檢查站", - "terms": "Checkpoint,檢查站,檢查點,軍事崗哨,哨站" - }, "landuse/military/danger_area": { "name": "危險區", "terms": "Danger Area,危險地區, 危險區域,危險範圍" @@ -3810,26 +4239,10 @@ "name": "海軍基地", "terms": "Naval Base,軍港,海軍基地" }, - "landuse/military/nuclear_explosion_site": { - "name": "核爆場地", - "terms": "Nuclear Explosion Site,核子爆炸場址,核子試爆場" - }, - "landuse/military/obstacle_course": { - "name": "越障訓練場", - "terms": "Obstacle Course,越障訓練場" - }, - "landuse/military/office": { - "name": "軍事辦公室", - "terms": "Military Office,軍事辦公室" - }, "landuse/military/range": { "name": "軍事靶場", "terms": "Military Range,靶場,軍用靶場,射擊場" }, - "landuse/military/training_area": { - "name": "訓練場地", - "terms": "Training Area,訓練場, 練習場地, 練習場" - }, "landuse/orchard": { "name": "果園", "terms": "Orchard,果園,菓園" @@ -3850,6 +4263,10 @@ "name": "遊樂場", "terms": "遊樂園" }, + "landuse/religious": { + "name": "宗教用地", + "terms": "Religious Area,宗教設施用地" + }, "landuse/residential": { "name": "住宅區", "terms": "住宅用地, 住宅地" @@ -3862,10 +4279,6 @@ "name": "葡萄園", "terms": "Vineyard,葡萄園,酒莊" }, - "leisure": { - "name": "消閒", - "terms": "Leisure,休閑場所,休閒設施,消閒" - }, "leisure/adult_gaming_centre": { "name": "成人遊戲中心", "terms": "成人遊樂場" @@ -3890,10 +4303,6 @@ "name": "狗公園", "terms": "Dog Park,狗公園" }, - "leisure/firepit": { - "name": "火坑", - "terms": "營火坑" - }, "leisure/fitness_centre": { "name": "體育館 / 健體中心", "terms": "Gym / Fitness Center, 健身房, 健體中心, 體育館, 健身中心" @@ -3906,6 +4315,22 @@ "name": "戶外健體站", "terms": "Outdoor Fitness Station, 健體站, 健身站" }, + "leisure/fitness_station/balance_beam": { + "name": "平衡木", + "terms": "Exercise Balance Beam,平衡木" + }, + "leisure/fitness_station/box": { + "name": "健身箱", + "terms": "Exercise Box,運動箱" + }, + "leisure/fitness_station/horizontal_bar": { + "name": "平衡單槓", + "terms": "Exercise Horizontal Bar,健身平衡單槓" + }, + "leisure/fitness_station/horizontal_ladder": { + "name": "馬騮架", + "terms": "Exercise Monkey Bars,橫爬架" + }, "leisure/garden": { "name": "花園", "terms": "Garden,公園,果園,植物園,花園,菜園" @@ -3950,10 +4375,6 @@ "name": "美式足球場", "terms": "American Football Field,美式足球場" }, - "leisure/pitch/baseball": { - "name": "棒球場", - "terms": "Baseball Diamond,棒球場" - }, "leisure/pitch/basketball": { "name": "籃球場", "terms": "Basketball Court,球場,籃球場" @@ -4010,10 +4431,6 @@ "name": "度假勝地", "terms": "Resort, 度假村" }, - "leisure/running_track": { - "name": "賽道(田徑)", - "terms": "Racetrack (Running), 賽跑道" - }, "leisure/slipway": { "name": "船台", "terms": "Slipway,船排,船架滑道,船臺,滑道,滑台" @@ -4046,10 +4463,6 @@ "name": "綫", "terms": "Line,綫,線" }, - "man_made": { - "name": "人造", - "terms": "Man Made,人造,人造構築,人造物" - }, "man_made/adit": { "name": "礦坑口", "terms": "礦坑口, 礦洞口" @@ -4058,10 +4471,6 @@ "name": "防波堤", "terms": "Breakwater,防波堤" }, - "man_made/bridge": { - "name": "橋樑", - "terms": "bridge,橋" - }, "man_made/chimney": { "name": "煙囱", "terms": "煙囱,煙筒" @@ -4081,10 +4490,6 @@ "name": "煤氣鼓", "terms": "氣鼓,石油氣鼓" }, - "man_made/groyne": { - "name": "防波堤", - "terms": "防波堤,防波板" - }, "man_made/lighthouse": { "name": "燈塔", "terms": "Lighthouse,燈塔" @@ -4093,10 +4498,6 @@ "name": "天線塔", "terms": "Mast,天線桿" }, - "man_made/observation": { - "name": "瞭望臺", - "terms": "Observation Tower,瞭望塔,瞭望臺" - }, "man_made/petroleum_well": { "name": "油井", "terms": "油井" @@ -4125,10 +4526,6 @@ "name": "監視系統", "terms": "Surveillance, 監察系統,閉路電視,保安系統" }, - "man_made/surveillance_camera": { - "name": "監察攝像機", - "terms": "Surveillance Camera, CCTV, 防盜相機" - }, "man_made/survey_point": { "name": "測量點", "terms": "Survey Point,測量點" @@ -4165,22 +4562,6 @@ "name": "工廠", "terms": "Factory, 工場" }, - "manhole": { - "name": "沙井", - "terms": "Manhole,人孔,溝糟" - }, - "manhole/drain": { - "name": "雨水渠", - "terms": "Storm Drain,排水道" - }, - "manhole/telecom": { - "name": "電訊沙井", - "terms": "Telecom Manhole,電訊人孔,電信沙井" - }, - "natural": { - "name": "自然景觀", - "terms": "Natural,天然,自然,自然物件" - }, "natural/bare_rock": { "name": "裸岩", "terms": "Bare Rock,祼石" @@ -4253,10 +4634,6 @@ "name": "樹木", "terms": "Tree,木,樹" }, - "natural/tree_row": { - "name": "樹排", - "terms": "樹行" - }, "natural/volcano": { "name": "火山", "terms": "火山" @@ -4281,10 +4658,6 @@ "name": "濕地", "terms": "Wetland,潮間帶,濕地" }, - "natural/wood": { - "name": "樹林", - "terms": "Wood,林,樹林" - }, "noexit/yes": { "name": "倔頭路", "terms": "No Exit,死胡同,掘頭路" @@ -4293,21 +4666,8 @@ "name": "辦公室", "terms": "Office,寫字樓,辦公室" }, - "office/accountant": { - "name": "會計師樓", - "terms": "Accountant,會計師樓" - }, "office/administrative": { - "name": "行政樓", - "terms": "Administrative Office,行政樓" - }, - "office/architect": { - "name": "建築師樓", - "terms": "Architect,則師樓,則樓,建築師樓" - }, - "office/company": { - "name": "公司辦事處", - "terms": "Company Office,公司,公司寫字樓" + "name": "行政樓" }, "office/coworking": { "name": "共同工作空間", @@ -4341,21 +4701,12 @@ "name": "保險公司辦公室", "terms": "Insurance Office,保險公司,保險公司寫字樓" }, - "office/it": { - "name": "資訊科技公司辦公室", - "terms": "IT Office,IT公司,資訊科技寫字樓,電腦公司寫字樓" - }, "office/lawyer": { "name": "律師事務所", "terms": "Law Office,律師事務所" }, "office/lawyer/notary": { - "name": "公證行", - "terms": "Notary Office,公證人" - }, - "office/newspaper": { - "name": "報社", - "terms": "Newspaper,報社,新聞社,通訊社" + "name": "公證行" }, "office/ngo": { "name": "非政府機構辦公室", @@ -4364,10 +4715,6 @@ "office/physician": { "name": "醫生" }, - "office/political_party": { - "name": "政黨", - "terms": "Political Party,政黨,政治" - }, "office/research": { "name": "研究所", "terms": "Research Office,研究所" @@ -4377,15 +4724,15 @@ "terms": "Telecom Office,電信公司,電話公司寫字樓" }, "office/therapist": { - "name": "治療師", - "terms": "Therapist,治療師,醫療師" + "name": "治療師辦公室", + "terms": "Therapist,治療師辦公室,醫療師,治療師" }, "office/travel_agent": { "name": "旅行社" }, - "piste": { - "name": "滑雪道", - "terms": "滑雪道" + "office/water_utility": { + "name": "水上設施辦公室", + "terms": "Water Utility Office,滑水" }, "place": { "name": "地方" @@ -4441,21 +4788,10 @@ "name": "點", "terms": "Point,點" }, - "power": { - "name": "發電廠" - }, "power/generator": { "name": "發電機", "terms": "Power Generator,發電機" }, - "power/generator/source_nuclear": { - "name": "核子反應堆", - "terms": "Nuclear Reactor,核子反應爐,核反應爐,核反應堆" - }, - "power/generator/source_wind": { - "name": "風力發電機", - "terms": "Wind Turbine,風力渦輪,風力渦輪機" - }, "power/line": { "name": "電纜", "terms": "Power Line,供電綫,供電線,電線" @@ -4472,9 +4808,6 @@ "name": "電綫杆", "terms": "Power Pole,電綫杆,電線桿" }, - "power/sub_station": { - "name": "配電站" - }, "power/substation": { "name": "變壓站", "terms": "變壓站, 配電站, 電力分站" @@ -4487,16 +4820,37 @@ "name": "變壓器", "terms": "Transformer,火牛房,變電所" }, - "public_transport/platform": { - "name": "月台", - "terms": "Platform,月台,月臺" + "public_transport/station_tram": { + "name": "電車站", + "terms": "Tram Station, 電車大站" + }, + "public_transport/stop_area": { + "name": "交通工具停站範圍", + "terms": "Transit Stop Area, 交通工具停站範圍" }, "public_transport/stop_position": { - "name": "停車位置", - "terms": "Stop Position,停止位置" + "name": "交通工具停止位置", + "terms": "Transit Stopping Location, 交通工具停止位置" }, - "railway": { - "name": "鐵路" + "public_transport/stop_position_aerialway": { + "name": "纜車停止位置", + "terms": "Aerialway Stopping Location, 纜車停止位置" + }, + "public_transport/stop_position_bus": { + "name": "巴士停止位置", + "terms": "Bus Stopping Location, 巴士停止位置" + }, + "public_transport/stop_position_ferry": { + "name": "渡輪停止位置", + "terms": "Ferry Stopping Location, 小輪停止位置" + }, + "public_transport/stop_position_light_rail": { + "name": "輕鐵停止位置", + "terms": "Light Rail Stopping Location, 輕鐵停止位置" + }, + "public_transport/stop_position_monorail": { + "name": "單軌電車停止位置", + "terms": "Monorail Stopping Location, 單軌電車停止位置" }, "railway/abandoned": { "name": "廢置鐵路", @@ -4518,14 +4872,6 @@ "name": "停用鐵路", "terms": "Disused Railway,停用鐵路,廢棄的鐵路" }, - "railway/funicular": { - "name": "纜索鐵道", - "terms": "纜索鐵道, 索道, 纜車" - }, - "railway/halt": { - "name": "火車細站", - "terms": "Railway Halt,小火車站,火車站仔,火車細站" - }, "railway/level_crossing": { "name": "鐵路交滙處 (道路)", "terms": "Railway Crossing (Road), 鐵路交滙處 (道路)" @@ -4534,34 +4880,10 @@ "name": "鐵道里程碑", "terms": "Railway Milestone,鐵道里程碑" }, - "railway/monorail": { - "name": "單軌鐵路", - "terms": "Monorail,單軌,單軌鐵路,單軌電車,單軌火車" - }, - "railway/narrow_gauge": { - "name": "窄軌鐵路", - "terms": "窄軌鐵路, 窄軌鐵道" - }, - "railway/platform": { - "name": "鐵路月台", - "terms": "Railway Platform,月臺,站臺,鐵道月台" - }, - "railway/rail": { - "name": "路軌", - "terms": "Rail,火車軌,路軌,軌,鐵軌" - }, "railway/signal": { "name": "鐵路訊號", "terms": "Railway Signal,鐵道信號,鐵路信號" }, - "railway/station": { - "name": "火車站", - "terms": "Railway Station,火車站,鐵路站" - }, - "railway/subway": { - "name": "地下鐵", - "terms": "MTR,Mass Transit Railway,Subway,地下鐵,地下鐵路,地鐵,捷運" - }, "railway/subway_entrance": { "name": "地鐵入口", "terms": "Subway Entrance,地下鐵路入口,地鐵入口,地鐵口,捷運入口" @@ -4574,21 +4896,10 @@ "name": "火車洗滌器", "terms": "Train Wah,火車清洗處,火車洗車機" }, - "railway/tram": { - "name": "電車", - "terms": "Tram,電車" - }, - "railway/tram_stop": { - "name": "電車站", - "terms": "Tram Stop, 電車站" - }, "relation": { "name": "關係", "terms": "Relation,關係,關系" }, - "roundabout": { - "name": "迴旋處" - }, "route/ferry": { "name": "渡輪航綫", "terms": "Ferry Route,渡輪航線,航綫,航線" @@ -4601,10 +4912,6 @@ "name": "酒類專賣店", "terms": "Liquor Store,酒店,酒莊,酒類商店" }, - "shop/anime": { - "name": "動漫店", - "terms": "動漫店" - }, "shop/antiques": { "name": "古董店", "terms": "古董店, 古玩店" @@ -4655,7 +4962,7 @@ }, "shop/bicycle": { "name": "單車店", - "terms": "Bicycle Shop,單車店,單車舖,自行車店,腳踏車店 " + "terms": "Bicycle Shop,單車店,單車舖,自行車店,腳踏車店" }, "shop/bookmaker": { "name": "投注站", @@ -4666,8 +4973,7 @@ "terms": "書局" }, "shop/boutique": { - "name": "時裝店", - "terms": "Boutique,時裝店,服飾店,精品店,服裝店" + "name": "時裝店" }, "shop/butcher": { "name": "肉舖", @@ -4695,7 +5001,7 @@ }, "shop/charity": { "name": "慈善商店", - "terms": "Charity Store, " + "terms": "Charity Store," }, "shop/cheese": { "name": "芝士店", @@ -4737,10 +5043,6 @@ "name": "化妝品店", "terms": "化妝品店" }, - "shop/craft": { - "name": "工藝品店", - "terms": "工藝品店,工藝品商店,手工藝店,手作坊" - }, "shop/curtain": { "name": "窗簾店", "terms": "窗簾" @@ -4786,11 +5088,7 @@ "terms": "Produce Stand,檔,水果攤,農場,農產品攤檔" }, "shop/fashion": { - "name": "時裝店", - "terms": "時裝店" - }, - "shop/fishmonger": { - "name": "魚檔" + "name": "時裝店" }, "shop/florist": { "name": "花店", @@ -4804,9 +5102,6 @@ "name": "殯儀館", "terms": "殯儀館" }, - "shop/furnace": { - "name": "暖氣爐店" - }, "shop/furniture": { "name": "傢俬店", "terms": "Furniture Store,傢俬舖,傢具店,家具店" @@ -4855,14 +5150,6 @@ "name": "室內設計店", "terms": "室內設計店" }, - "shop/jewelry": { - "name": "珠寶店", - "terms": "Jeweler,珠寶店,珠寶舖,珠寶金行,首飾店,首飾舖,金舖" - }, - "shop/kiosk": { - "name": "報紙亭", - "terms": "報紙檔,報紙檔攤,報紙攤檔,報刊檔" - }, "shop/kitchen": { "name": "廚房設計店", "terms": "廚房設計店" @@ -5074,10 +5361,6 @@ "name": "酒品店", "terms": "紅酒店,白酒店" }, - "tourism": { - "name": "旅遊設施", - "terms": "Tourism,旅行,旅遊" - }, "tourism/alpine_hut": { "name": "高山小屋", "terms": "Alpine Hut,高山小屋,高山屋仔" @@ -5106,10 +5389,6 @@ "name": "露營車營地", "terms": "RV Park,房車營地,露營車停車場,露營車營地" }, - "tourism/chalet": { - "name": "木屋", - "terms": "Chalet,木屋" - }, "tourism/gallery": { "name": "畫廊", "terms": "藝廊,藝術廊" @@ -5237,18 +5516,6 @@ "name": "不准掉頭", "terms": "禁止掉頭" }, - "type/restriction/only_left_turn": { - "name": "只准左轉", - "terms": "只能左轉" - }, - "type/restriction/only_right_turn": { - "name": "只准右轉", - "terms": "只准右轉" - }, - "type/restriction/only_straight_on": { - "name": "只准直駛", - "terms": "禁止轉彎" - }, "type/route": { "name": "路綫", "terms": "Route,路綫,路線" @@ -5281,6 +5548,10 @@ "name": "策騎路線", "terms": "騎馬路線" }, + "type/route/light_rail": { + "name": "輕鐵路綫", + "terms": "Light Rail Route, 輕鐵路線" + }, "type/route/pipeline": { "name": "管道路綫", "terms": "Pipeline Route,供水路綫,供水路線,水管路綫,管道路線" @@ -5309,13 +5580,6 @@ "name": "建築群", "terms": "一群建築" }, - "vertex": { - "name": "其他", - "terms": "Other,其他,其它" - }, - "waterway": { - "name": "水道" - }, "waterway/boatyard": { "name": "船廠", "terms": "艇廠" @@ -5349,8 +5613,7 @@ "terms": "River,江,江河,河,河流,河川" }, "waterway/riverbank": { - "name": "河岸", - "terms": "Riverbank,江岸,河堤" + "name": "河岸" }, "waterway/sanitary_dump_station": { "name": "船舶污水處理", @@ -5379,20 +5642,6 @@ "description": "衛星和航攝圖", "name": "Bing 航攝圖" }, - "DigitalGlobe-Premium": { - "attribution": { - "text": "條款和意見" - }, - "description": "Premium DigitalGlobe 衛星圖", - "name": "DigitalGlobe Premium 航攝圖" - }, - "DigitalGlobe-Standard": { - "attribution": { - "text": "條款和意見" - }, - "description": "Standard DigitalGlobe 衛星圖", - "name": "DigitalGlobe Standard 航攝圖" - }, "EsriWorldImagery": { "attribution": { "text": "條款和意見" @@ -5400,10 +5649,14 @@ "description": "Esri world 世界航攝圖", "name": "Esri world 世界航攝圖" }, - "MAPNIK": { + "EsriWorldImageryClarity": { "attribution": { - "text": "© OpenStreetMap 貢獻者,CC-BY-SA" + "text": "條款和意見" }, + "description": "Esri 之前的航攝圖可能比預設圖層會更清楚和更準確。", + "name": "Esri World (Clarity) Beta 航攝圖" + }, + "MAPNIK": { "description": "預設的 OpenStreetMap 圖層。", "name": "OpenStreetMap(標準)" }, @@ -5456,33 +5709,68 @@ }, "name": "OSM 檢查器:標籤" }, + "SPW_ORTHO_LAST": { + "name": "SPW(allonie) 最新空照圖" + }, + "SPW_PICC": { + "name": "SPW(allonie) PICC 數值圖" + }, + "US-TIGER-Roads-2014": { + "description": "在縮放水平16以上,公共地圖數據乃來自美國人口普查。 在較低的縮放水平時,OpenStreetMap只包括自2006年之前的變更", + "name": "TIGER Roads 2014" + }, + "US-TIGER-Roads-2017": { + "description": "黃色 = 來自美國人口普查的公共地圖數據。紅色 = 在OpenStreetMap找不到數據", + "name": "TIGER Roads 2017" + }, + "US-TIGER-Roads-2018": { + "name": "TIGER Roads 2018" + }, + "US_Forest_Service_roads_overlay": { + "name": "美國森林道路圖層" + }, + "UrbISOrtho2016": { + "name": "UrbIS-Ortho 2016" + }, + "UrbISOrtho2017": { + "name": "UrbIS-Ortho 2017" + }, + "UrbISOrtho2018": { + "name": "UrbIS-Ortho 2018" + }, + "UrbisAdmFR": { + "name": "UrbisAdm FR" + }, + "UrbisAdmNL": { + "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: 單車" }, "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: 遠足" }, "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": "Waymarked Trails: 越野單車" }, "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: 溜冰" }, "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": "Waymarked Trails: 冬季運動" }, @@ -5490,7 +5778,6 @@ "attribution": { "text": "basemap.at" }, - "description": "基於政府資料的奧地利底圖。", "name": "basemap.at" }, "basemap.at-orthofoto": { @@ -5500,11 +5787,62 @@ "description": "由 basemap.at 提供的 Orthofoto 圖層。geoimage.at 的 \"繼承者\"。", "name": "basemap.at Orthofoto" }, - "hike_n_bike": { + "finds.jp_KBN_2500": { "attribution": { - "text": "© OpenStreetMap 貢獻者" + "text": "GSI KIBAN 2500" + }, + "name": "日本 GSI KIBAN 2500" + }, + "gsi.go.jp_std_map": { + "attribution": { + "text": "GSI 日本" + } + }, + "helsingborg-orto": { + "attribution": { + "text": "© Helsingborg municipality" }, - "name": "遠足和單車" + "name": "Helsingborg Orthophoto" + }, + "kalmar-orto-2014": { + "attribution": { + "text": "© Kalmar municipality" + } + }, + "kalmar-orto-2016": { + "attribution": { + "text": "© Kalmar municipality" + } + }, + "kalmar-orto-2018": { + "attribution": { + "text": "© Kalmar municipality" + } + }, + "kelkkareitit": { + "attribution": { + "text": "© Kelkkareitit.fi" + } + }, + "lantmateriet-orto1960": { + "attribution": { + "text": "© Lantmäteriet, CC0" + } + }, + "lantmateriet-orto1975": { + "attribution": { + "text": "© Lantmäteriet, CC0" + } + }, + "lantmateriet-topowebb": { + "attribution": { + "text": "© Lantmäteriet, CC0" + } + }, + "linkoping-orto": { + "attribution": { + "text": "© Linköping municipality" + } }, "mapbox_locator_overlay": { "attribution": { @@ -5538,6 +5876,11 @@ }, "name": "OpenStreetMap(德國格式)" }, + "osmse-ekonomiska": { + "attribution": { + "text": "© Lantmäteriet" + } + }, "qa_no_address": { "attribution": { "text": "Simon Poole,資料 ©OpenStreetMap 貢獻者" @@ -5550,12 +5893,21 @@ }, "name": "skobbler" }, - "stamen-terrain-background": { + "skoterleder": { "attribution": { - "text": "Stamen 設計的區塊,以 CC-BY 3.0 授權" + "text": "© Skoterleder.org" }, + "description": "Snowmobile 路徑", + "name": "Snowmobile 地圖瑞典" + }, + "stamen-terrain-background": { "name": "Stamen 地形" }, + "stockholm-orto": { + "attribution": { + "text": "© Stockholm municipality, CC0" + } + }, "tf-cycle": { "attribution": { "text": "地圖 © Thunderforest,資料 © OpenStreetMap 貢獻者" @@ -5567,6 +5919,70 @@ "text": "地圖 © Thunderforest,資料 © OpenStreetMap 貢獻者" }, "name": "Thunderforest Landscape" + }, + "trafikverket-baninfo": { + "attribution": { + "text": "© Trafikverket, CC0" + }, + "description": "瑞典鐵路網,包含支線", + "name": "Trafikverket Railway Network" + }, + "trafikverket-baninfo-option": { + "attribution": { + "text": "© Trafikverket, CC0" + }, + "description": "包含多個選項的地圖圖層的瑞典鐵路網", + "name": "Trafikverket Railway Network 選項" + }, + "trafikverket-vagnat": { + "attribution": { + "text": "© Trafikverket, CC0" + }, + "description": "Swedish NVDB 道路網絡", + "name": "Trafikverket Road Network" + }, + "trafikverket-vagnat-extra": { + "attribution": { + "text": "© Trafikverket, CC0" + } + }, + "trafikverket-vagnat-navn": { + "attribution": { + "text": "© Trafikverket, CC0" + }, + "description": "Swedish NVDB 街道名稱", + "name": "Trafikverket Street Names" + }, + "trafikverket-vagnat-option": { + "attribution": { + "text": "© Trafikverket, CC0" + } + } + }, + "community": { + "OSM-India-Puducherry-Facebook": { + "name": "Free Software Hardware Movement - Facebook", + "description": "FSHM Facebook 專頁使你知道社群活動" + }, + "OSM-MY-facebook": { + "name": "OpenStreetMap Malaysia Facebook 專頁" + }, + "OSM-PH-facebook": { + "name": "OpenStreetMap PH Facebook 專頁" + }, + "OSM-TH-facebook": { + "name": "OpenStreetMap TH Facebook 社群" + }, + "bw-facebook": { + "name": "Mapping Botswana Facebook 專頁" + }, + "osm-gh-facebook": { + "name": "OpenStreetMap Ghana Facebook 專頁", + "description": "Facebook 社群給對 OpenStreetMap 有興趣的人。" + }, + "osm-mg-facebook": { + "name": "OpenStreetMap Madagascar Facebook 群組", + "description": "馬達加斯加 Facebook 社群給對 OpenStreetMap 有興趣的人。" } } }