#
# Copyright (c) 2017, 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
#

app.bundler.name=Windows 应用程序映像
exe.bundler.name=EXE 安装程序包
msi.bundler.name=MSI 安装程序包

param.menu-group.default=未知

resource.executable-properties-template=用于创建可执行属性文件的模板
resource.setup-icon=设置对话框图标
resource.post-app-image-script=要在填充应用程序映像之后运行的脚本
resource.post-msi-script=在为 exe 安装程序创建 msi 文件之后要运行的脚本
resource.wxl-file=WiX 本地化文件
resource.main-wix-file=主 WiX 项目文件
resource.overrides-wix-file=覆盖 WiX 项目文件
resource.shortcutpromptdlg-wix-file=快捷方式提示对话框 WiX 项目文件
resource.installdirnotemptydlg-wix-file=安装目录对话框 WiX 项目文件非空
resource.launcher-as-service-wix-file=服务安装程序 WiX 项目文件
resource.wix-src-conv=将 WiX 源码从 WiX v3 格式转换为 WiX v4 格式的 XSLT 样式表

error.no-wix-tools=找不到 WiX 工具。已查找 WiX v3 light.exe 和 candle.exe 或 WiX v4/v5 wix.exe，但都未找到
error.no-wix-tools.advice=从 https://wixtoolset.org 下载 WiX 3.0 或更高版本，然后将其添加到 PATH。
error.version-string-wrong-format.advice=将 --app-version 参数的值设置为有效的 Windows Installer ProductVersion。
error.msi-product-version-components=版本字符串 [{0}] 必须包含 2 到 4 个组成部分。
error.msi-product-version-major-out-of-range=主版本必须位于 [0, 255] 范围中
error.msi-product-version-build-out-of-range=版本的工作版本部分必须位于 [0, 65535] 范围中
error.msi-product-version-minor-out-of-range=次版本必须位于 [0, 255] 范围中
error.version-swap=无法更新 {0} 的版本信息
error.icon-swap=无法更新 {0} 的图标
error.invalid-envvar={0} 环境变量的值无效
error.lock-resource=无法锁定：{0}
error.unlock-resource=无法解锁：{0}
error.read-wix-l10n-file=无法解析 {0} 文件
error.extract-culture-from-wix-l10n-file=无法从 {0} 文件读取文化值
error.short-path-conv-fail=无法获取简短形式的 "{0}" 路径
error.missing-service-installer=在资源目录中找不到 'service-installer.exe' 服务安装程序
error.missing-service-installer.advice=将 'service-installer.exe' 服务安装程序添加到资源目录

message.icon-not-ico=指定的图标 "{0}" 不是 ICO 文件, 不会使用。将使用默认图标代替。
message.potential.windows.defender.issue=警告：Windows Defender 可能会阻止 jpackage 正常工作。如果存在问题，可以通过禁用实时监视或者为目录 "{0}" 添加排除项来解决。
message.outputting-to-location=正在为安装程序生成 EXE, 位置: {0}。
message.output-location=安装程序 (.exe) 已保存到: {0}
message.tool-version=检测到 [{0}] 版本 [{1}]。
message.creating-association-with-null-extension=正在使用空扩展名创建关联。
message.wrong-tool-version=检测到 [{0}] 版本 {1}, 但需要版本 {2}。
message.version-string-too-many-components=版本字符串最多可以具有 3 个组成部分 - major.minor.build。
message.use-wix36-features=检测到 WiX {0}。正在启用高级清除操作。
message.product-code=MSI ProductCode：{0}。
message.upgrade-code=MSI UpgradeCode：{0}。
message.preparing-msi-config=正在准备 MSI 配置: {0}。
message.generating-msi=正在生成 MSI: {0}。
message.invalid.install.dir=警告：安装目录 {0} 无效。安装目录应当是默认安装位置（如 "Program Files"）下面的相对子路径。默认为应用程序名称 "{1}"。

