1 #
   2 # Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 #
  26 app.bundler.name=Linux 应用程序映像
  27 deb.bundler.name=DEB 包
  28 rpm.bundler.name=RPM 包
  29 
  30 param.license-type.default=未知
  31 param.menu-group.default=未知
  32 
  33 resource.deb-control-file=DEB 控制文件
  34 resource.deb-preinstall-script=DEB 安装前脚本
  35 resource.deb-prerm-script=DEB 删除前脚本
  36 resource.deb-postinstall-script=DEB 安装后脚本
  37 resource.deb-postrm-script=DEB 删除后脚本
  38 resource.copyright-file=版权文件
  39 resource.menu-shortcut-descriptor=菜单快捷方式描述符
  40 resource.menu-icon=菜单图标
  41 resource.rpm-spec-file=RPM 规范文件
  42 
  43 error.tool-not-found.advice=请安装所需的程序包
  44 error.tool-old-version.advice=请安装所需的程序包
  45 
  46 error.invalid-install-dir=安装目录 "{0}" 无效
  47 error.unsupported-install-dir=当前不支持安装到系统目录 "{0}"
  48 
  49 error.no-content-types-for-file-association=没有为文件关联号{0}指定 MIME 类型
  50 error.too-many-content-types-for-file-association=为文件关联号{0}指定了多个 MIME 类型。
  51 error.invalid-value-for-package-name=包名的值 "{0}" 无效。
  52 error.invalid-value-for-package-name.advice=将 "linux-bundle-name" 选项设置为有效的 Debian 程序包名称。请注意,程序包名称只能包含小写字母 (a-z)、数字 (0-9)、加号 (+) 和减号 (-) 以及句点 (.)。名称长度必须至少为两个字符并且必须以字母数字字符开头。
  53 
  54 message.icon-not-png=指定的图标 "{0}" 不是 PNG 文件, 不会使用。将使用默认图标代替。
  55 message.test-for-tool=[{0}] 的测试。结果: {1}
  56 message.outputting-to-location=正在为安装程序生成 DEB, 位置: {0}。
  57 message.output-to-location=程序包 (.deb) 已保存到: {0}。
  58 message.debs-like-licenses=Debian 程序包应指定许可证。缺少许可证将导致某些 Linux 分发投诉应用程序质量。
  59 message.outputting-bundle-location=正在为安装程序生成 RPM, 位置: {0}。
  60 message.output-bundle-location=程序包 (.rpm) 已保存到: {0}。
  61 message.creating-association-with-null-extension=正在使用空扩展名创建关联。
  62 
  63 message.ldd-not-available=未找到 ldd 命令。将不生成程序包被依赖对象。
  64 message.deb-ldd-not-available.advice=安装 "libc-bin" DEB 程序包以获取 ldd。
  65 message.rpm-ldd-not-available.advice=安装 "glibc-common" RPM 程序包以获取 ldd。
  66 
  67 error.unexpected-package-property="{0}" 属性的预期值为 [{1}]。输出程序包中的实际值为 [{2}]。与定制的 "{3}" 文件相似,该文件所在的资源目录中包含 "{0}" 属性的硬编码值
  68 error.unexpected-package-property.advice=在定制的 "{3}" 文件中使用 [{0}] 模式字符串,而非 {2} 属性的硬编码值 [{1}]
  69 error.unexpected-default-package-property.advice=请勿在定制的 "{1}" 文件中显式设置 {0} 属性的值