< prev index next >

src/jdk.incubator.jpackage/linux/classes/jdk/incubator/jpackage/internal/resources/LinuxResources_zh_CN.properties

Print this page

        

@@ -21,49 +21,49 @@
 # 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=Linux Application Image
-deb.bundler.name=DEB Bundle
-rpm.bundler.name=RPM Bundle
-
-param.license-type.default=Unknown
-param.menu-group.default=Unknown
-
-resource.deb-control-file=DEB control file
-resource.deb-preinstall-script=DEB preinstall script
-resource.deb-prerm-script=DEB prerm script
-resource.deb-postinstall-script=DEB postinstall script
-resource.deb-postrm-script=DEB postrm script
-resource.copyright-file=Copyright file
-resource.menu-shortcut-descriptor=Menu shortcut descriptor
-resource.menu-icon=menu icon
-resource.rpm-spec-file=RPM spec file
-
-error.tool-not-found.advice=Please install required packages
-error.tool-old-version.advice=Please install required packages
-
-error.invalid-install-dir=Invalid installation directory "{0}"
-error.unsupported-install-dir=Installing to system directory "{0}" is currently unsupported
-
-error.no-content-types-for-file-association=No MIME types were specified for File Association number {0}
-error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
-error.invalid-value-for-package-name=Invalid value "{0}" for the bundle name.
-error.invalid-value-for-package-name.advice=Set the "linux-bundle-name" option to a valid Debian package name. Note that the package names must consist only of lower case letters (a-z), digits (0-9), plus (+) and minus (-) signs, and periods (.). They must be at least two characters long and must start with an alphanumeric character.
-
-message.icon-not-png=The specified icon "{0}" is not a PNG file and will not be used. The default icon will be used in it's place.
-message.test-for-tool=Test for [{0}]. Result: {1}
-message.outputting-to-location=Generating DEB for installer to: {0}.
-message.output-to-location=Package (.deb) saved to: {0}.
-message.debs-like-licenses=Debian packages should specify a license. The absence of a license will cause some linux distributions to complain about the quality of the application.
-message.outputting-bundle-location=Generating RPM for installer to: {0}.
-message.output-bundle-location=Package (.rpm) saved to: {0}.
-message.creating-association-with-null-extension=Creating association with null extension.
-
-message.ldd-not-available=ldd command not found. Package dependencies will not be generated.
-message.deb-ldd-not-available.advice=Install "libc-bin" DEB package to get ldd.
-message.rpm-ldd-not-available.advice=Install "glibc-common" RPM package to get ldd.
-
-error.unexpected-package-property=Expected value of "{0}" property is [{1}]. Actual value in output package is [{2}]. Looks like custom "{3}" file from resource directory contained hard coded value of "{0}" property
-error.unexpected-package-property.advice=Use [{0}] pattern string instead of hard coded value [{1}] of {2} property in custom "{3}" file
-error.unexpected-default-package-property.advice=Don't explicitly set value of {0} property in custom "{1}" file
+app.bundler.name=Linux 应用程序映像
+deb.bundler.name=DEB 包
+rpm.bundler.name=RPM 包
+
+param.license-type.default=未知
+param.menu-group.default=未知
+
+resource.deb-control-file=DEB 控制文件
+resource.deb-preinstall-script=DEB 安装前脚本
+resource.deb-prerm-script=DEB 删除前脚本
+resource.deb-postinstall-script=DEB 安装后脚本
+resource.deb-postrm-script=DEB 删除后脚本
+resource.copyright-file=版权文件
+resource.menu-shortcut-descriptor=菜单快捷方式描述符
+resource.menu-icon=菜单图标
+resource.rpm-spec-file=RPM 规范文件
+
+error.tool-not-found.advice=请安装所需的程序包
+error.tool-old-version.advice=请安装所需的程序包
+
+error.invalid-install-dir=安装目录 "{0}" 无效
+error.unsupported-install-dir=当前不支持安装到系统目录 "{0}"
+
+error.no-content-types-for-file-association=没有为文件关联号{0}指定 MIME 类型
+error.too-many-content-types-for-file-association=为文件关联号{0}指定了多个 MIME 类型。
+error.invalid-value-for-package-name=包名的值 "{0}" 无效。
+error.invalid-value-for-package-name.advice=将 "linux-bundle-name" 选项设置为有效的 Debian 程序包名称。请注意,程序包名称只能包含小写字母 (a-z)、数字 (0-9)、加号 (+) 和减号 (-) 以及句点 (.)。名称长度必须至少为两个字符并且必须以字母数字字符开头。
+
+message.icon-not-png=指定的图标 "{0}" 不是 PNG 文件, 不会使用。将使用默认图标代替。
+message.test-for-tool=[{0}] 的测试。结果: {1}
+message.outputting-to-location=正在为安装程序生成 DEB, 位置: {0}。
+message.output-to-location=程序包 (.deb) 已保存到: {0}。
+message.debs-like-licenses=Debian 程序包应指定许可证。缺少许可证将导致某些 Linux 分发投诉应用程序质量。
+message.outputting-bundle-location=正在为安装程序生成 RPM, 位置: {0}。
+message.output-bundle-location=程序包 (.rpm) 已保存到: {0}。
+message.creating-association-with-null-extension=正在使用空扩展名创建关联。
+
+message.ldd-not-available=未找到 ldd 命令。将不生成程序包被依赖对象。
+message.deb-ldd-not-available.advice=安装 "libc-bin" DEB 程序包以获取 ldd。
+message.rpm-ldd-not-available.advice=安装 "glibc-common" RPM 程序包以获取 ldd。
+
+error.unexpected-package-property="{0}" 属性的预期值为 [{1}]。输出程序包中的实际值为 [{2}]。与定制的 "{3}" 文件相似,该文件所在的资源目录中包含 "{0}" 属性的硬编码值
+error.unexpected-package-property.advice=在定制的 "{3}" 文件中使用 [{0}] 模式字符串,而非 {2} 属性的硬编码值 [{1}]
+error.unexpected-default-package-property.advice=请勿在定制的 "{1}" 文件中显式设置 {0} 属性的值
< prev index next >