< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps_zh_CN.properties

Print this page


   1 #
   2 # Copyright (c) 2012, 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


  83 
  84 main.opt.dotoutput=\  -dotoutput <目录>\n  --dot-output <目录>            DOT 文件输出的目标目录
  85 
  86 main.opt.jdkinternals=\  -jdkinternals\n  --jdk-internals               在 JDK 内部 API 上查找类级别的被依赖对象。\n                                除非指定了 -include 选项, 否则默认情况下,\n                                它分析 --class-path 上的所有类和输入文件。\n                                此选项不能与 -p, -e 和 -s 选项\n                                一起使用。\n                                警告: 无法访问 JDK 内部 API。
  87 
  88 main.opt.list-deps=\  --list-deps                   列出模块的被依赖对象。它还会\n                                输出内部 API 程序包(如果引用)。\n                                此选项传递分析类路径和模块路径\n                                上的库(如果引用)。\n                                将 --no-recursive 选项用于\n                                被依赖对象的非传递分析。
  89 
  90 main.opt.list-reduced-deps=\  --list-reduced-deps           与 --list-deps 相同, 不列出\n                                模块图中的隐式读取维边。\n                                如果模块 M1 读取 M2, 并且 M2 需要\n                                M3 上的过渡, 则 M1 隐式读取 M3\n                                并且不在图中显示。
  91 
  92 main.opt.print-module-deps=\  --print-module-deps           与 --list-reduced-deps 相同, 输出\n                                逗号分隔的模块被依赖对象列表。\n                                此输出可由 jlink --add-modules\n                                用于创建定制映像, 其中包含\n                                这些模块及其过渡被依赖对象。
  93 
  94 main.opt.depth=\  -depth=<深度>                 指定过渡被依赖对象分析\n                                的深度
  95 
  96 main.opt.q=\  -q       -quiet               隐藏警告消息
  97 
  98 main.opt.multi-release=\  --multi-release <版本>        指定处理多发行版 jar 文件时的\n                                版本。<版本> 应为大于等于 9 \n                                的整数或基数。
  99 
 100 err.command.set=指定了 {0} 和 {1} 选项。
 101 err.unknown.option=未知选项: {0}
 102 err.missing.arg=没有为{0}指定值
 103 err.missing.dependences=缺少被依赖对象
 104 err.invalid.arg.for.option=选项的参数无效: {0}
 105 err.option.after.class=必须在类之前指定选项: {0}
 106 err.genmoduleinfo.not.jarfile={0} 是无法使用 --generate-module-info 选项指定的模块化 JAR 文件
 107 err.genmoduleinfo.unnamed.package={0} 包含模块中不允许的未命名程序包
 108 err.profiles.msg=没有配置文件信息
 109 err.exception.message={0}
 110 err.invalid.path=无效路径: {0}
 111 err.invalid.options={0} 不能与 {1} 选项一起使用
 112 err.module.not.found=找不到模块: {0}
 113 err.root.module.not.set=根模块集为空
 114 err.option.already.specified=多次指定了 {0} 选项。
 115 err.filter.not.specified=必须指定 --package (-p), --regex (-e), --require 选项
 116 err.multirelease.option.exists={0} 不是多发行版 jar 文件, 但设置了 --multi-release 选项
 117 err.multirelease.option.notfound={0} 是多发行版 jar 文件, 但未设置 --multi-release 选项
 118 err.multirelease.version.associated=类 {0} 已与版本 {1} 关联, 正在尝试添加版本 {2}
 119 err.multirelease.jar.malformed=格式错误的多发行版 jar, {0}, 错误条目: {1}
 120 err.cant.list.module.deps=模块路径和类路径中缺少被依赖对象。\n要隐藏此错误,请使用 --ignore-missing-deps 继续。
 121 
 122 warn.invalid.arg=路径不存在: {0}
 123 warn.skipped.entry={0}
 124 warn.split.package=拆分程序包: {0} {1}
 125 warn.replace.useJDKInternals=不支持 JDK 内部 API, 它们专用于通过不兼容方式来\n删除或更改的 JDK 实现, 可能会损坏您的应用程序。\n请修改您的代码, 消除与任何 JDK 内部 API 的相关性。\n有关 JDK 内部 API 替换的最新更新, 请查看:\n{0}
 126 
 127 inverse.transitive.dependencies.on={0} 的逆向过渡被依赖对象
 128 inverse.transitive.dependencies.matching=与 {0} 匹配的逆向过渡被依赖对象
 129 internal.api.column.header=JDK 内部 API
 130 public.api.replacement.column.header=建议的替换
 131 artifact.not.found=找不到
 132 jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool
   1 #
   2 # Copyright (c) 2012, 2020, 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


  83 
  84 main.opt.dotoutput=\  -dotoutput <目录>\n  --dot-output <目录>            DOT 文件输出的目标目录
  85 
  86 main.opt.jdkinternals=\  -jdkinternals\n  --jdk-internals               在 JDK 内部 API 上查找类级别的被依赖对象。\n                                除非指定了 -include 选项, 否则默认情况下,\n                                它分析 --class-path 上的所有类和输入文件。\n                                此选项不能与 -p, -e 和 -s 选项\n                                一起使用。\n                                警告: 无法访问 JDK 内部 API。
  87 
  88 main.opt.list-deps=\  --list-deps                   列出模块的被依赖对象。它还会\n                                输出内部 API 程序包(如果引用)。\n                                此选项传递分析类路径和模块路径\n                                上的库(如果引用)。\n                                将 --no-recursive 选项用于\n                                被依赖对象的非传递分析。
  89 
  90 main.opt.list-reduced-deps=\  --list-reduced-deps           与 --list-deps 相同, 不列出\n                                模块图中的隐式读取维边。\n                                如果模块 M1 读取 M2, 并且 M2 需要\n                                M3 上的过渡, 则 M1 隐式读取 M3\n                                并且不在图中显示。
  91 
  92 main.opt.print-module-deps=\  --print-module-deps           与 --list-reduced-deps 相同, 输出\n                                逗号分隔的模块被依赖对象列表。\n                                此输出可由 jlink --add-modules\n                                用于创建定制映像, 其中包含\n                                这些模块及其过渡被依赖对象。
  93 
  94 main.opt.depth=\  -depth=<深度>                 指定过渡被依赖对象分析\n                                的深度
  95 
  96 main.opt.q=\  -q       -quiet               隐藏警告消息
  97 
  98 main.opt.multi-release=\  --multi-release <版本>        指定处理多发行版 jar 文件时的\n                                版本。<版本> 应为大于等于 9 \n                                的整数或基数。
  99 
 100 err.command.set=指定了 {0} 和 {1} 选项。
 101 err.unknown.option=未知选项: {0}
 102 err.missing.arg=没有为{0}指定值

 103 err.invalid.arg.for.option=选项的参数无效: {0}
 104 err.option.after.class=必须在类之前指定选项: {0}
 105 err.genmoduleinfo.not.jarfile={0} 是无法使用 --generate-module-info 选项指定的模块化 JAR 文件
 106 err.genmoduleinfo.unnamed.package={0} 包含模块中不允许的未命名程序包
 107 err.profiles.msg=没有配置文件信息
 108 err.exception.message={0}
 109 err.invalid.path=无效路径: {0}
 110 err.invalid.options={0} 不能与 {1} 选项一起使用
 111 err.module.not.found=找不到模块: {0}
 112 err.root.module.not.set=根模块集为空
 113 err.option.already.specified=多次指定了 {0} 选项。
 114 err.filter.not.specified=必须指定 --package (-p), --regex (-e), --require 选项
 115 err.multirelease.option.exists={0} 不是多发行版 jar 文件, 但设置了 --multi-release 选项
 116 err.multirelease.option.notfound={0} 是多发行版 jar 文件, 但未设置 --multi-release 选项
 117 err.multirelease.version.associated=类 {0} 已与版本 {1} 关联, 正在尝试添加版本 {2}
 118 err.multirelease.jar.malformed=格式错误的多发行版 jar, {0}, 错误条目: {1}
 119 err.missing.dependences=缺少被依赖对象:在模块路径和类路径中未找到类。\n要隐藏此错误,请使用 --ignore-missing-deps 继续。
 120 
 121 warn.invalid.arg=路径不存在: {0}
 122 warn.skipped.entry={0}
 123 warn.split.package=拆分程序包: {0} {1}
 124 warn.replace.useJDKInternals=不支持 JDK 内部 API, 它们专用于通过不兼容方式来\n删除或更改的 JDK 实现, 可能会损坏您的应用程序。\n请修改您的代码, 消除与任何 JDK 内部 API 的相关性。\n有关 JDK 内部 API 替换的最新更新, 请查看:\n{0}
 125 
 126 inverse.transitive.dependencies.on={0} 的逆向过渡被依赖对象
 127 inverse.transitive.dependencies.matching=与 {0} 匹配的逆向过渡被依赖对象
 128 internal.api.column.header=JDK 内部 API
 129 public.api.replacement.column.header=建议的替换
 130 artifact.not.found=找不到
 131 jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool
< prev index next >