1 #
   2 # Copyright (c) 2015, 2018, 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 main.usage.summary=用法: {0} <选项> --module-path <模块路径> --add-modules <模块>[,<模块>...]\n使用 --help 可列出可能的选项
  27 
  28 main.usage=用法: {0} <选项> --module-path <模块路径> --add-modules <模块>[,<模块>...]\n可能的选项包括:
  29 
  30 main.opt.help=\  -h, --help, -?                        输出此帮助消息
  31 
  32 main.opt.version=\      --version                           版本信息
  33 
  34 main.opt.module-path=\  -p, --module-path <路径>                模块路径
  35 
  36 main.opt.add-modules=\      --add-modules <模块>[,<模块>...]    要解析的根模块
  37 
  38 main.opt.limit-modules=\      --limit-modules <模块>[,<模块>...]  限制可观察模块的领域
  39 
  40 main.opt.output=\      --output <路径>                     输出路径的位置
  41 
  42 main.opt.launcher=\      --launcher <名称>=<模块>[/<主类>]\n                                        为模块和主类添加给定\n                                        名称的启动程序命令\n                                        (如果指定)  
  43 
  44 main.opt.bind-services=\      --bind-services                   链接服务提供方模块及其\n                                        被依赖对象
  45 
  46 main.opt.suggest-providers=\      --suggest-providers [<名称>,...]  建议可从模块路径中实现\n                                        给定服务类型的提供方
  47 
  48 main.command.files=\      @<文件名>                           从文件中读取选项
  49 
  50 main.opt.endian=\      --endian <little|big>               所生成 jimage\n                                          的字节顺序 (默认值: native)
  51 
  52 main.opt.save-opts=\      --save-opts <文件名>                将 jlink 选项保存在指定文件中
  53 
  54 main.opt.ignore-signing-information=\      --ignore-signing-information        在映像中链接已签名模块化\n                                          JAR 的情况下隐藏致命错误。\n                                          已签名模块化 JAR 的签名\n                                          相关文件将不会复制到\n                                          运行时映像。
  55 
  56 main.opt.verbose=\  -v, --verbose                         启用详细跟踪
  57 
  58 main.msg.bug=jlink 中出现异常错误。如果在 Java Bug Database (http://bugreport.java.com/bugreport/) 中没有找到该错误, 请在该数据库中建立 Bug。请在报告中附上您的程序和以下诊断信息。谢谢。
  59 
  60 main.extended.help=可用插件列表:
  61 
  62 main.extended.help.footer=对于需要 <模式列表> 的选项, 值将为逗号分隔的元素列表, 每个元素使用以下格式之一:\n  <glob 模式>\n  glob:<glob 模式>\n  regex:<正则表达式模式>\n  @<文件名>, 其中“文件名”是包含要使用的模式的文件名, 每行一个模式\n\n
  63 
  64 error.prefix=错误:
  65 warn.prefix=警告:
  66 
  67 err.empty.module.path=空模块路径
  68 err.jlink.version.mismatch=jlink 版本 {0}.{1} 与目标 java.base 版本 {2}.{3} 不匹配
  69 err.automatic.module:自动模块不能用于来自 {1} 的 jlink: {0}
  70 err.unknown.byte.order:未知的字节顺序 {0}
  71 err.launcher.main.class.empty:启动程序主类名不能为空: {0}
  72 err.launcher.module.name.empty:启动程序模块名称不能为空: {0}
  73 err.launcher.value.format:启动程序值应使用“<命令>=<模块>[/<主类>]”格式: {0}
  74 err.output.must.be.specified:必须指定 --output
  75 err.modulepath.must.be.specified:必须指定 --module-path
  76 err.mods.must.be.specified:没有将任何模块指定到{0}
  77 err.path.not.found=找不到路径: {0}
  78 err.path.not.valid=无效路径: {0}
  79 err.image.must.exist=映像 {0} 不存在或者不是目录
  80 err.existing.image.invalid=现有映像无效
  81 err.file.not.found=找不到文件: {0}
  82 err.file.error=无法访问文件: {0}
  83 err.dir.exists={0} 已存在
  84 err.badpattern=错误的模式 {0}
  85 err.unknown.option=未知选项: {0}
  86 err.missing.arg=没有为{0}指定值
  87 err.internal.error=内部错误: {0} {1} {2}
  88 err.invalid.arg.for.option={0} 不接受 "{1}" 参数
  89 err.option.after.class=必须在类之前指定选项: {0}
  90 err.option.unsupported=不支持{0}: {1}
  91 err.orphan.arguments=无效的参数: {0}
  92 err.config.defaults=配置中缺少属性 {0}
  93 err.config.defaults.value=默认属性中的值错误: {0}
  94 err.bom.generation=未能生成 bom 文件: {0}
  95 err.not.a.module.directory=目录 {0} 下不包含 module-info.class 文件
  96 err.cannot.read.module.info=无法从 {0} 读取模块描述符
  97 err.not.modular.format=选定模块 {0} ({1}) 未使用 jmod 或模块化 JAR 格式
  98 err.signing=当前不支持已签名模块化 JAR {0}, 使用 --ignore-signing-information 可隐藏错误
  99 warn.signing=警告: 当前不支持已签名模块化 JAR {0}
 100 warn.invalid.arg=类名无效或路径名不存在: {0}
 101 warn.split.package=已在{1} {2}中定义程序包{0}
 102 warn.provider.notfound=找不到为 --suggest-providers 指定的服务提供方: {0}
 103 no.suggested.providers=指定了 --bind-services 选项。未建议其他提供方。
 104 suggested.providers.header=建议的提供方
 105 providers.header=提供方