New translations en.json (Chinese Simplified)

This commit is contained in:
vcoppe 2025-01-05 14:10:15 +01:00
parent db36961add
commit 7af1673ae6

View file

@ -15,7 +15,7 @@
"open": "打开...", "open": "打开...",
"duplicate": "创建副本", "duplicate": "创建副本",
"close": "关闭", "close": "关闭",
"close_all": "全部关闭", "close_all": "关闭全部",
"copy": "复制", "copy": "复制",
"paste": "粘贴", "paste": "粘贴",
"cut": "剪切", "cut": "剪切",
@ -60,7 +60,7 @@
"direction_markers": "方向箭头", "direction_markers": "方向箭头",
"help": "帮助", "help": "帮助",
"more": "更多...", "more": "更多...",
"donate": "捐", "donate": "捐",
"ctrl": "Ctrl", "ctrl": "Ctrl",
"click": "单击", "click": "单击",
"drag": "拖拽", "drag": "拖拽",
@ -246,10 +246,10 @@
}, },
"reduce": { "reduce": {
"tooltip": "精简 GPS 点数量", "tooltip": "精简 GPS 点数量",
"tolerance": "离阈值", "tolerance": "最小间距",
"number_of_points": "GPS 点数量", "number_of_points": "GPS 点数量",
"button": "简化", "button": "简化",
"help": "移动滑块以选择要保留的 GPS 点数量。", "help": "移动滑块以调整要保留的 GPS 点数量。",
"help_no_selection": "选择一个轨迹以减少其 GPS 点的数量。" "help_no_selection": "选择一个轨迹以减少其 GPS 点的数量。"
}, },
"clean": { "clean": {
@ -433,7 +433,7 @@
"bank": "银行", "bank": "银行",
"beach": "海滩", "beach": "海滩",
"bike_trail": "自行车道", "bike_trail": "自行车道",
"binoculars": "双筒望远镜", "binoculars": "观景点",
"bridge": "桥", "bridge": "桥",
"building": "建筑物", "building": "建筑物",
"campground": "营地", "campground": "营地",
@ -443,7 +443,7 @@
"crossing": "交叉路口", "crossing": "交叉路口",
"department_store": "百货商店", "department_store": "百货商店",
"drinking_water": "水域", "drinking_water": "水域",
"exit": "退出", "exit": "",
"lodge": "小屋", "lodge": "小屋",
"lodging": "住宿", "lodging": "住宿",
"forest": "森林", "forest": "森林",
@ -460,11 +460,11 @@
"restricted_area": "管制区域", "restricted_area": "管制区域",
"restroom": "厕所", "restroom": "厕所",
"road": "道路", "road": "道路",
"scenic_area": "野餐区", "scenic_area": "区",
"shelter": "庇护所", "shelter": "庇护所",
"shopping_center": "购物中心", "shopping_center": "购物中心",
"shower": "淋浴", "shower": "淋浴",
"summit": "峰", "summit": "峰",
"telephone": "电话", "telephone": "电话",
"tunnel": "隧道", "tunnel": "隧道",
"water_source": "水源" "water_source": "水源"
@ -496,9 +496,9 @@
"identity_description": "免费使用,无广告,源代码已在 GitHub 上开源。感谢社区的鼎力支持。" "identity_description": "免费使用,无广告,源代码已在 GitHub 上开源。感谢社区的鼎力支持。"
}, },
"docs": { "docs": {
"translate": "Improve the translation on Crowdin", "translate": "在 Crowdin 上改进此翻译",
"answer_not_found": "Did not find what you were looking for?", "answer_not_found": "找不到想要的内容?",
"ask_on_reddit": "Ask the community on Reddit", "ask_on_reddit": "在 Reddit 上询问社区",
"search": { "search": {
"search": "搜索", "search": "搜索",
"clear": "清除", "clear": "清除",
@ -517,26 +517,26 @@
} }
}, },
"embedding": { "embedding": {
"title": "Create your own map", "title": "创建您自己的地图",
"mapbox_token": "Mapbox access token", "mapbox_token": "Mapbox 密钥",
"file_urls": "文件 URLs (用逗号分隔)", "file_urls": "文件 URLs (用逗号分隔)",
"drive_ids": "谷歌云盘文件 IDs (用逗号分隔)", "drive_ids": "谷歌云盘文件 IDs (用逗号分隔)",
"basemap": "底图", "basemap": "底图",
"height": "高度", "height": "高度",
"fill_by": "Fill by", "fill_by": "填充方式",
"none": "None", "none": "无填充",
"show_controls": "Show controls", "show_controls": "显示控件",
"manual_camera": "Manual camera", "manual_camera": "手动调整视角",
"manual_camera_description": "You can move the map below to adjust the camera position.", "manual_camera_description": "移动下方地图以调整相机位置。",
"latitude": "纬度", "latitude": "纬度",
"longitude": "经度", "longitude": "经度",
"zoom": "缩放", "zoom": "缩放",
"pitch": "Pitch", "pitch": "倾角",
"bearing": "Bearing", "bearing": "方位",
"preview": "预览", "preview": "预览",
"code": "Integration code" "code": "集成代码"
}, },
"webgl2_required": "WebGL 2 is required to display the map.", "webgl2_required": "须先启用 WebGL 2 才能正常显示地图。",
"enable_webgl2": "学习如何在您的浏览器中启用 WebGL 2", "enable_webgl2": "学习如何在浏览器中启用 WebGL 2",
"page_not_found": "到页面" "page_not_found": "无法找到页面"
} }