mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-17 16:20:13 +08:00
Update zh.json (POEditor.com)
This commit is contained in:
parent
363a9432a3
commit
0eeeb0cd56
58
lang/zh.json
58
lang/zh.json
@ -178,7 +178,6 @@
|
||||
"about.version": "版本:",
|
||||
"about.creator": "作者:",
|
||||
"about.website": "网址:",
|
||||
"about.bugtracker": "漏洞追踪器:",
|
||||
"about.electron": "此应用程序使用 Electron 构建,这是一个使用 Javascript、HTML、CSS 等 Web 技术制作的本地应用程序框架。",
|
||||
"about.vertex_snap": "基于 SirBenet 的插件的顶点捕捉功能",
|
||||
"about.icons": "图标包:",
|
||||
@ -361,7 +360,7 @@
|
||||
"action.toggle_export.desc": "切换所选立方体的导出设置",
|
||||
"action.toggle_autouv": "自动 UV",
|
||||
"action.toggle_autouv.desc": "切换所选立方体的自动 UV 设置",
|
||||
"action.toggle_shade": "阴影",
|
||||
"action.toggle_shade": "阴影(游戏)",
|
||||
"action.toggle_shade.desc": "切换所选立方体的阴影",
|
||||
"action.rename": "重命名",
|
||||
"action.rename.desc": "更改所选立方体的名称",
|
||||
@ -468,12 +467,12 @@
|
||||
"uv_editor.title": "UV 编辑器",
|
||||
"uv_editor.all_faces": "全部",
|
||||
"uv_editor.no_faces": "无",
|
||||
"face.north": "北面(-X)",
|
||||
"face.south": "南面(+X)",
|
||||
"face.west": "西面(-Y)",
|
||||
"face.east": "东面(+Y)",
|
||||
"face.up": "顶面(+Z)",
|
||||
"face.down": "底面(-Z)",
|
||||
"face.north": "北面",
|
||||
"face.south": "南面",
|
||||
"face.west": "西面",
|
||||
"face.east": "东面",
|
||||
"face.up": "顶面",
|
||||
"face.down": "底面",
|
||||
"direction.north": "北",
|
||||
"direction.south": "南",
|
||||
"direction.west": "西",
|
||||
@ -727,7 +726,7 @@
|
||||
"message.invalid_session.message": "你尝试加入的会话已过期或提供的Token无效",
|
||||
"dialog.create_texture.power": "2 的幂的大小",
|
||||
"dialog.create_gif.turn": "旋转台速度",
|
||||
"action.edit_session": "编辑会话……",
|
||||
"action.edit_session": "编辑会话…",
|
||||
"action.edit_session.desc": "通过连接编辑会话来与其他用户进行协作",
|
||||
"action.reset_keyframe": "重置关键帧",
|
||||
"action.reset_keyframe.desc": "重置所选关键帧的所有值",
|
||||
@ -804,7 +803,7 @@
|
||||
"action.save_project.desc": "保存当前模型为项目文件",
|
||||
"action.save_project_as": "另存为项目",
|
||||
"action.save_project_as.desc": "将当前模型以项目文件的形式保存在其他位置",
|
||||
"action.export_over": "复写模型",
|
||||
"action.export_over": "保存模型",
|
||||
"action.export_over.desc": "通过覆写文件来保存模型、贴图和动画",
|
||||
"action.add_locator": "添加定位器",
|
||||
"action.add_locator.desc": "添加新的定位器,以控制粒子、牵引等位置",
|
||||
@ -918,7 +917,7 @@
|
||||
"action.export_palette.desc": "将调色板导出为 .GPL 格式文件",
|
||||
"action.generate_palette": "创建调色板",
|
||||
"action.generate_palette.desc": "从贴图生成调色板",
|
||||
"action.sort_palette": "将调色板排序",
|
||||
"action.sort_palette": "排序调色板",
|
||||
"action.sort_palette.desc": "按颜色和亮度对调色板上所有的颜色进行排序",
|
||||
"action.timelapse": "延时视频...",
|
||||
"action.timelapse.desc": "录制建模过程的延时视频",
|
||||
@ -1153,19 +1152,19 @@
|
||||
"message.load_plugin_failed.title": "插件加载失败",
|
||||
"message.load_plugin_failed.message": "Ensure that the base file name of the plugin matches the plugin ID `%0`, as specified in Plugin.register().",
|
||||
"dialog.project.uv_mode": "UV 模式",
|
||||
"dialog.project.uv_mode.box_uv": "Box UV",
|
||||
"dialog.project.uv_mode.face_uv": "Per-face UV",
|
||||
"dialog.project.texture_size": "Texture Size",
|
||||
"dialog.project.uv_mode.box_uv": "箱型 UV",
|
||||
"dialog.project.uv_mode.face_uv": "逐面 UV",
|
||||
"dialog.project.texture_size": "贴图分辨率",
|
||||
"dialog.animation_export.title": "选择要导出的动画",
|
||||
"dialog.create_texture.rearrange_uv": "Rearrange UV",
|
||||
"dialog.create_texture.rearrange_uv": "重新排列 UV",
|
||||
"layout.color.subtle_text": "Subtle Text",
|
||||
"layout.color.subtle_text.desc": "Secondary text color with less contrast",
|
||||
"settings.interface_scale": "Interface Scale",
|
||||
"settings.interface_scale.desc": "Scale of the entire Blockbench interface",
|
||||
"settings.background_rendering": "Background Rendering",
|
||||
"settings.background_rendering.desc": "Update the preview while the window is not focused",
|
||||
"settings.ctrl_shift_size": "Control + Shift Resolution",
|
||||
"settings.ctrl_shift_size.desc": "Resolution of the grid while holding control and shift",
|
||||
"settings.ctrl_shift_size": "极精确移动(Ctrl + Shift)",
|
||||
"settings.ctrl_shift_size.desc": "同时按住 Ctrl 和 Shift 时立方体移动的距离",
|
||||
"settings.hardware_acceleration": "硬件加速",
|
||||
"settings.hardware_acceleration.desc": "Outsource rendering tasks to the graphics card. Restart Blockbench to apply changes",
|
||||
"action.explode_skin_model": "Explode Skin Model",
|
||||
@ -1174,15 +1173,15 @@
|
||||
"action.export_minecraft_skin.desc": "导出为我的世界皮肤 PNG 贴图",
|
||||
"action.add_null_object": "新增一个空白项目",
|
||||
"action.add_null_object.desc": "Adds a new null object",
|
||||
"action.animated_texture_frame": "Animated Texture Frame",
|
||||
"action.animated_texture_frame.desc": "Set the current frame of the animated texture",
|
||||
"action.animated_texture_frame": "动态贴图帧",
|
||||
"action.animated_texture_frame.desc": "设置当前帧使用的动态贴图",
|
||||
"action.export_animation_file": "Export Animations...",
|
||||
"action.export_animation_file.desc": "Export a selection of animations into a new file",
|
||||
"action.timeline_graph_editor": "Toggle Graph Editor",
|
||||
"action.timeline_graph_editor.desc": "Toggle the timeline between graph editor view and keyframe view",
|
||||
"menu.file.recent.clear": "清空最近的文件",
|
||||
"switches.shade": "Shade",
|
||||
"generic.share": "Share",
|
||||
"switches.shade": "阴影(预览)",
|
||||
"generic.share": "分享",
|
||||
"dates.minute": "%0 分钟",
|
||||
"dates.minutes": "%0 分钟",
|
||||
"dates.hour": "%0 小时",
|
||||
@ -1193,7 +1192,7 @@
|
||||
"dates.weeks": "%0 周",
|
||||
"dates.year": "%0 年",
|
||||
"dates.years": "%0 年",
|
||||
"message.drag_background": "Drag the background to move its position. Hold shift and drag up and down to change its size. Click here to save the position.",
|
||||
"message.drag_background": "拖动背景以调整位置。按住 Shift 并上下拖动以调整大小。点此保存改动。",
|
||||
"message.installed_plugin": "%0 插件安装成功",
|
||||
"message.installed_plugin_fail": "%0 插件安装失败",
|
||||
"dialog.share_model.title": "分享模型",
|
||||
@ -1210,7 +1209,7 @@
|
||||
"settings.camera_near_plane": "Camera Near Plane",
|
||||
"settings.camera_near_plane.desc": "The minimum distance from the camera where objects render. Higher values decrease Z-fighting. Default is 1.",
|
||||
"mode.start.keymap_preference": "按键绑定偏好",
|
||||
"mode.start.keymap_preference.desc": "If you are new to Blockbench and you are coming from another 3D program, you can select a keymap to make your transition easier. You can change the keymap or individual keybindigns later in the settings.",
|
||||
"mode.start.keymap_preference.desc": "If you are new to Blockbench and you are coming from another 3D program, you can select a keymap to make your transition easier. You can change the keymap or individual keybindings later in the settings.",
|
||||
"mode.start.select_keymap": "Select Keymap",
|
||||
"message.recording_gif": "生成 GIF 中. 点击这里终止生成.",
|
||||
"message.load_keymap": "Are you sure you want to load this keymap? This will overwrite your current keybindings.",
|
||||
@ -1229,8 +1228,8 @@
|
||||
"dialog.flip_animation.offset": "Offset by half the animation length",
|
||||
"dialog.export_private_settings.title": "Private Settings",
|
||||
"dialog.export_private_settings.message": "Your file contains the following private informations: **%0**. Remove these values if you plan to share the file with someone else.",
|
||||
"dialog.export_private_settings.keep": "Keep",
|
||||
"dialog.export_private_settings.remove": "Remove",
|
||||
"dialog.export_private_settings.keep": "保留",
|
||||
"dialog.export_private_settings.remove": "移除",
|
||||
"settings.timecode_frame_number": "Display Timecodes as Frame Numbers",
|
||||
"settings.timecode_frame_number.desc": "Display fraction timecodes in the timeline as frame number instead of centisecond",
|
||||
"settings.animation_sample_rate": "Animation Sample Rate",
|
||||
@ -1243,7 +1242,7 @@
|
||||
"action.export_settings": "导出设置",
|
||||
"action.export_settings.desc": "导出 Blockbench 设置文件 .bbsettings",
|
||||
"action.load_keymap": "Load Keymap",
|
||||
"action.load_keymap.default": "Default (Trackpad)",
|
||||
"action.load_keymap.default": "Default (Trackpad/Mouse)",
|
||||
"action.load_keymap.mouse": "Default (Mouse)",
|
||||
"action.load_keymap.default.desc": "Default Blockbench keybindings, with viewport navigation controls optimized for use on laptop trackpads",
|
||||
"action.load_keymap.mouse.desc": "Default Blockbench keybindings, with viewport navigation bound to the middle mouse button",
|
||||
@ -1254,8 +1253,8 @@
|
||||
"action.import_keymap.desc": "Import keybindings a .bbkeymap file",
|
||||
"action.export_keymap": "Export Keymap",
|
||||
"action.export_keymap.desc": "Export the current keybindings as a .bbkeymap file",
|
||||
"action.edit_history": "Edit History",
|
||||
"action.edit_history.desc": "View the editing history and undo or redo steps",
|
||||
"action.edit_history": "编辑历史",
|
||||
"action.edit_history.desc": "查看编辑历史和重做或撤回操作",
|
||||
"action.group_elements": "Group Elements",
|
||||
"action.group_elements.desc": "Wrap selected elements into a new group",
|
||||
"action.unfold_groups": "展开所有组",
|
||||
@ -1291,5 +1290,6 @@
|
||||
"camera_angle.common_isometric_left": "Isometric Left (2:1)",
|
||||
"camera_angle.true_isometric_right": "True Isometric Right (30°)",
|
||||
"camera_angle.true_isometric_left": "True Isometric Left (30°)",
|
||||
"menu.help.wiki": "Blockbench Wiki"
|
||||
"menu.help.wiki": "Blockbench 维基百科",
|
||||
"about.repository": "Repository:"
|
||||
}
|
Loading…
Reference in New Issue
Block a user