Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added missing Chinese translations #746

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ menu.title.view = 视图
menu.title.insert = 插入
menu.title.insert.error = 插入失败。
menu.title.modify = 修改
menu.title.arrange = 安排
menu.title.arrange = 排列
menu.title.preview = 预览
menu.title.window = 窗口
menu.title.help = 帮助
Expand All @@ -69,7 +69,7 @@ menu.title.save = 保存
menu.title.save.as = 另存为\u2026
menu.title.revert = 恢复为保存
menu.title.close = 关闭窗口
menu.title.reveal.mac = 在 Finder 中显示
menu.title.reveal.mac = 在查找器中显示
menu.title.reveal.win.mnemonic = 在资源管理器中显示
menu.title.reveal.win = 在资源管理器中显示
menu.title.reveal.linux = 在桌面上显示
Expand All @@ -80,7 +80,7 @@ menu.title.include = 包括
menu.title.include.fxml = FXML\u2026
menu.title.edit.included = 编辑 ''{0}''
menu.title.edit.included.default = 编辑包含的文件
menu.title.reveal.included.finder = 在 Finder 中显示 ''{0}''
menu.title.reveal.included.finder = 在查找器中显示 ''{0}''
menu.title.reveal.included.explorer = 在资源管理器中显示 ''{0}''
menu.title.reveal.included.default = 显示包含的文件
menu.title.print = 打印\u2026
Expand All @@ -97,7 +97,7 @@ menu.title.duplicate = 重复
menu.title.delete = 删除
menu.title.select.all = 全选
menu.title.select.none = 选择无
menu.title.select.parent = 选择父项
menu.title.select.parent = 选择父母
menu.title.select.next = 选择下一个
menu.title.select.previous = 选择上一个
menu.title.trim = 将文档修剪为所选内容
Expand Down Expand Up @@ -127,9 +127,9 @@ menu.title.zoom = 缩放
menu.title.zoom.in = 缩小
menu.title.zoom.out = 放大
# Modify menu items
menu.title.fit = 适合父母
menu.title.fit = 适应父母
menu.title.use.computed.sizes = 使用计算大小
menu.title.grid = _GridPane
menu.title.grid = 网格面板
menu.title.add.effect = 设置效果
menu.title.add.popup = 添加弹出控件
menu.title.add.popup.context.menu = 上下文菜单
Expand All @@ -150,17 +150,17 @@ menu.title.grid.decrease.row.span = 减小行跨度
menu.title.grid.increase.column.span = 增加列跨度
menu.title.grid.decrease.column.span = 减小列跨度
# Modify -> Scene Size
menu.title.size.phone = 335 x 600 (Phone)
menu.title.size.tablet = 900 x 600 (Tablet)
menu.title.size.phone = 335 x 600 (手机)
menu.title.size.tablet = 900 x 600 (平板)
menu.title.size.qvga = 320 x 240 (QVGA)
menu.title.size.vga = 640 x 480 (VGA)
menu.title.size.touch = 1280 x 800
menu.title.size.hd = 1920 x 1080
# Arrange menu items
menu.title.front = 带到前面
menu.title.back = 发送回
menu.title.forward = 向前推进
menu.title.backward = 向后发送
menu.title.front = 移到前面
menu.title.back = 移到后面
menu.title.forward = 放在之前
menu.title.backward = 放在后面
menu.title.wrap = 包裹
menu.title.unwrap = 解开
# Preview menu items
Expand All @@ -169,7 +169,7 @@ menu.title.show.preview.in.dialog = 在对话框中显示预览
menu.title.hide.preview = 在窗口中隐藏预览

menu.title.theme = 主题
menu.title.gluon.swatch = _Gluon Swatch
menu.title.gluon.swatch = _Gluon 色板

menu.title.scene.stylesheets = 场景样式表
menu.title.add.stylesheet = 添加样式表\u2026
Expand Down Expand Up @@ -238,24 +238,24 @@ prefs.title = 偏好选项
prefs.alignment.guides = 对齐参考线颜色 :
prefs.doc.width = 默认根容器宽度 :
prefs.doc.height = 默认根容器高度 :
prefs.drop.ring = 水滴和父环颜色 :
prefs.drop.ring = 放置和父级环颜色 :
prefs.tooltheme = Scene Builder 主题 :
prefs.library.displayoption = 库中显示的默认视图 :
prefs.hierarchy.displayoption = 层次结构中显示的默认信息 :
prefs.revert = 恢复为内置默认值
prefs.background = 背景图片 :
prefs.cssanalyzer.columns.order = CSS 分析器列顺序 :
prefs.cssanalyzer.columns.defaults.first = "默认值" 列 第一
prefs.cssanalyzer.columns.defaults.last = "默认值" 列 最后
prefs.cssanalyzer.columns.defaults.first = "默认值" 列在最前
prefs.cssanalyzer.columns.defaults.last = "默认值" 列在最后
prefs.recent.items = 最近项目 :
prefs.animate.accordion = Animate Accordion :
prefs.wildcard.import = 使用通配符导入 :
prefs.tic.paste.alternate.behavior = 文本输入的替代粘贴行为 :
prefs.tic.paste.alternate.behavior.tooltip = 仅限 MacOS: 启用粘贴到文本输入控件中的变通办法。\n在粘贴文本无法按预期工作时禁用。
prefs.reset.default = 重置为内置默认值
prefs.document.theme = 默认主题 :
prefs.document.gluonswatch = 默认 Gluon Swatch :
prefs.document.gluontheme = 默认 Gluon Theme :
prefs.document.gluonswatch = 默认 Gluon 色板 :
prefs.document.gluontheme = 默认 Gluon 主题 :

# -----------------------------------------------------------------------------
# Template Dialog
Expand All @@ -274,7 +274,7 @@ template.cannot.save.file = 无法保存文件: {0}
# Library Menu within Library panel
# -----------------------------------------------------------------------------
library = 库
library.exploring = 探索图书馆..
library.exploring = 探索依赖库..
library.panel.menu.manage.jar.fxml = JAR/FXML 管理器
library.panel.menu.import.selection = 导入选择
# Messages below are temporarily unused
Expand All @@ -301,9 +301,9 @@ about.copyright = Copyright \u00a9 2012, 2014, Oracle and/or its affiliates. All
about.copyright.open = Copyright (c) 2016-{0}, Gluon.\nAll rights reserved. Use is subject to license terms.\n\nThis file is available and licensed under the following license:\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n - Neither the name of Gluon nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Hardware acceleration is a boolean: its value depends on the FX toolkit and pipeline in use.
about.fx.hardware.acceleration = 硬件加速
about.fx.hardware.acceleration.enabled = ENABLED
about.fx.hardware.acceleration.disabled = DISABLED
about.fx.pipeline = Pipeline
about.fx.hardware.acceleration.enabled = 启用
about.fx.hardware.acceleration.disabled = 警用
about.fx.pipeline = 管道
about.fx.toolkit = 工具箱
about.logging.title = 日志
about.logging.body.first = 默认配置将日志记录输出存储在名为 {0} 的文件中(可能后跟尾部 ''.'' 和数字)。
Expand All @@ -322,42 +322,42 @@ about.java.library.paths.invalids = 缺少或无效的 Java 库路径(s):
# Themes
# -----------------------------------------------------------------------------
# Document themes
title.theme.gluon_mobile_dark = Gluon Mobile Dark
title.theme.gluon_mobile_light = Gluon Mobile Light
title.theme.modena = Modena (FX8)
title.theme.modena_touch = Modena Touch (FX8)
title.theme.modena_high_contrast_black_on_white = Modena High Contrast - Black on White (FX8)
title.theme.modena_high_contrast_white_on_black = Modena High Contrast - White on Black (FX8)
title.theme.modena_high_contrast_yellow_on_black = Modena High Contrast - Yellow on Black (FX8)
title.theme.modena_touch_high_contrast_black_on_white = Modena Touch High Contrast - Black on White (FX8)
title.theme.modena_touch_high_contrast_white_on_black = Modena Touch High Contrast - White on Black (FX8)
title.theme.modena_touch_high_contrast_yellow_on_black = Modena Touch High Contrast - Yellow on Black (FX8)
title.theme.caspian = Caspian (FX2)
title.theme.caspian_embedded = Caspian Embedded (FX2)
title.theme.caspian_embedded_qvga = Caspian Embedded QVGA (FX2)
title.theme.caspian_high_contrast = Caspian High Contrast (FX2)
title.theme.caspian_embedded_high_contrast = Caspian Embedded High Contrast (FX2)
title.theme.caspian_embedded_qvga_high_contrast = Caspian Embedded QVGA High Contrast (FX2)
title.theme.gluon_mobile_dark = Gluon 手机暗色主题
title.theme.gluon_mobile_light = Gluon 手机浅色主题
title.theme.modena = Modena 主题 (FX8)
title.theme.modena_touch = Modena 触摸板主题 (FX8)
title.theme.modena_high_contrast_black_on_white = Modena 高对比度 - 黑底白字 主题 (FX8)
title.theme.modena_high_contrast_white_on_black = Modena 高对比度 - 白底黑字 主题 (FX8)
title.theme.modena_high_contrast_yellow_on_black = Modena 高对比度 - 黄底黑字 主题 (FX8)
title.theme.modena_touch_high_contrast_black_on_white = Modena 触摸板高对比度 - 黑底白字 主题 (FX8)
title.theme.modena_touch_high_contrast_white_on_black = Modena 触摸板高对比度 - 白底黑字 主题 (FX8)
title.theme.modena_touch_high_contrast_yellow_on_black = Modena 触摸板高对比度 - 黄底黑字 主题 (FX8)
title.theme.caspian = Caspian 主题(FX2)
title.theme.caspian_embedded = Caspian 嵌入式 主题(FX2)
title.theme.caspian_embedded_qvga = Caspian 嵌入式 QVGA 主题(FX2)
title.theme.caspian_high_contrast = Caspian 高对比度主题 (FX2)
title.theme.caspian_embedded_high_contrast = Caspian 嵌入式高对比度主题 (FX2)
title.theme.caspian_embedded_qvga_high_contrast = Caspian 嵌入式 QVGA 高对比度主题 (FX2)
# Gluon Swatches
title.gluon.swatch.blue = Blue Swatch
title.gluon.swatch.cyan = Cyan Swatch
title.gluon.swatch.deep_orange = Deep Orange Swatch
title.gluon.swatch.deep_purple = Deep Purple Swatch
title.gluon.swatch.green = Green Swatch
title.gluon.swatch.indigo = Indigo Swatch
title.gluon.swatch.light_blue = Light Blue Swatch
title.gluon.swatch.pink = Pink Swatch
title.gluon.swatch.purple = Purple Swatch
title.gluon.swatch.red = Red Swatch
title.gluon.swatch.teal = Teal Swatch
title.gluon.swatch.light_green = Light Green Swatch
title.gluon.swatch.lime = Lime Swatch
title.gluon.swatch.yellow = Yellow Swatch
title.gluon.swatch.amber = Amber Swatch
title.gluon.swatch.orange = Orange Swatch
title.gluon.swatch.brown = Brown Swatch
title.gluon.swatch.grey = Grey Swatch
title.gluon.swatch.blue_grey = Blue Grey Swatch
title.gluon.swatch.blue = 蓝色
title.gluon.swatch.cyan = 青色
title.gluon.swatch.deep_orange = 深橙色
title.gluon.swatch.deep_purple = 深紫色
title.gluon.swatch.green = 绿色
title.gluon.swatch.indigo = 靛蓝色
title.gluon.swatch.light_blue = 浅蓝色
title.gluon.swatch.pink = 粉色
title.gluon.swatch.purple = 紫色
title.gluon.swatch.red = 红色
title.gluon.swatch.teal = 蓝绿色
title.gluon.swatch.light_green = 浅绿色
title.gluon.swatch.lime = 青柠色
title.gluon.swatch.yellow = 黄色
title.gluon.swatch.amber = 琥珀色
title.gluon.swatch.orange = 橙色
title.gluon.swatch.brown = 棕色
title.gluon.swatch.grey = 灰色
title.gluon.swatch.blue_grey = 蓝灰色
# Gluon Themes
title.gluon.theme.light = 浅色主题
title.gluon.theme.dark = 暗色主题
Expand All @@ -382,7 +382,7 @@ message.bar.details = 单击以访问警告消息列表
# -----------------------------------------------------------------------------
# Message panel
# -----------------------------------------------------------------------------
message.panel.clear = 清楚
message.panel.clear = 清除

# -----------------------------------------------------------------------------
# Menu Bar
Expand All @@ -397,6 +397,7 @@ alert.title.copy = 复制
alert.title.start = 启动
alert.title.messagebox = 外部打开

alert.open.failure.title = 文件打开错误
alert.open.failure1.message = 无法打开 ''{0}''
alert.open.failure1.details = 打开操作失败。确保所选文件是有效的 FXML 文档。
alert.review.question.message = {0} 文档包含未保存的更改。您想在退出之前查看它们吗?
Expand All @@ -413,7 +414,7 @@ alert.save.conflict.details = 先关闭它,然后重试。
alert.start.failure.message = 无法启动
alert.start.failure.details = 应用程序启动期间发生意外故障。请将此问题报告给支持人员。
alert.messagebox.failure.message = 无法处理打开的请求
alert.messagebox.failure.details = 打开操作期间发生意外故障。请向支持部门报告此故障
alert.messagebox.failure.details = 打开操作期间发生意外故障。请将此问题报告给支持人员
alert.revert.question.message = 是否要恢复到上次保存的 ''{0}'' 版本?
alert.revert.question.details = 您当前的更改将丢失。
alert.copy.failure.message = 无法复制 ''{0}''
Expand All @@ -429,7 +430,12 @@ alert.save.noextension.details.overwrite = 注意:文件 ''{0}'' 已存在。
alert.save.noextension.savewith = 使用 '.fxml' 保存
alert.save.noextension.savewithout = 保存时不带 '.fxml'
alert.open.failure.charset.not.found = 无法设置给定的字符集。
alert.open.failure.charset.not.found.details = 这可能是由于文档中的编码。
alert.open.failure.charset.not.found.details = 这可能是由于您文档中的编码造成的。
alert.welcome.file.not.found.question = 未找到一个或多个项目文件。
alert.welcome.file.not.found.message = 如果它们位于可移动驱动器或网络驱动器上,请确保驱动器已连接。\n\n
alert.welcome.file.not.found.title = 未找到项目文件
alert.welcome.file.not.found.okay = 从列表中删除
alert.welcome.file.not.found.no = 确定

# -----------------------------------------------------------------------------
# Log Messages
Expand Down Expand Up @@ -462,11 +468,29 @@ file.filter.label.image = 图像文档
file.filter.label.media = 媒体文件
file.filter.label.video = 视频文档
error.file.open.title = 文件打开失败
error.file.open.details.title = 文件打开失败 - 详细信息
# {0} is a file path
error.file.open.message = 无法打开 {0} 文件
error.filesystem.details = 请检查您的文件系统。
error.file.reveal.title = 文件定位失败
error.file.reveal.message = 找不到 {0} 文件
error.filesystem.details = 文件: {0}

# File Reveal Error Dialog
alert.error.file.reveal.title = 无法显示文件...
alert.error.file.reveal.message = 由于错误,无法在文件系统查看器中显示文件。
alert.error.file.reveal.details = ''{0}''
alert.error.file.reveal.details.title = 文件显示错误详细信息

# Directory Reveal Error Dialog
alert.error.directory.reveal.title = 无法显示文件夹...
alert.error.directory.reveal.message = 由于错误,无法在文件系统查看器中显示文件夹。
alert.error.directory.reveal.details = ''{0}''
alert.error.directory.reveal.details.title = 文件夹显示错误详细信息

# Resource Reveal Error Dialog
alert.error.resource.reveal.title = 无法显示资源...
alert.error.resource.reveal.message = 由于错误,无法在文件系统查看器中显示资源。
alert.error.resource.reveal.details = ''{0}''
alert.error.resource.reveal.details.title = 资源显示错误详细信息

#
log.start = JavaFX Scene Builder 已启动
log.stop = JavaFX Scene Builder 已停止
Expand All @@ -491,7 +515,7 @@ csspanel.view.as = 查看为
# The parameter is a time stamp
jar.analysis.report.timestamp = {0} 分析完成
jar.analysis.report.title = JAR 分析报告
jar.analysis.exception = 例外:
jar.analysis.exception = 意外:
jar.analysis.not.node = 不是节点:

# -----------------------------------------------------------------------------
Expand All @@ -503,10 +527,14 @@ welcome.recent.items.loading = 加载最近的项目...
welcome.recent.items.no.recent.items = 没有最近的项目
welcome.open.project.label = 打开项目
welcome.loading.label = 正在加载组件...
welcome.loading.when.dropped.error.title=删除不支持的文件
welcome.loading.when.dropped.error.message=无法打开删除的文件或目录。
welcome.loading.when.dropped.error.detail.explanation=Scene Builder 仅支持 .fxml 文件或包含 .fxml 文件的目录。\n\n

# -- Template (this keys are replicated from SceneBuilderKit.properties)
template.new.project.label = 从模板新建项目
template.title.header.desktop = 桌面
template.title.header.phone = 移动
template.title.header.phone = 手机


# -----------------------------------------------------------------------------
Expand Down
Loading