1 #
   2 # Copyright (c) 2012, 2017, 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 dc.anchor.already.defined = 锚定点已定义: "{0}"
  27 dc.anchor.value.missing = 没有为锚定点指定值
  28 dc.attr.lacks.value = 属性缺少值
  29 dc.attr.not.number = 属性值不是数字
  30 dc.attr.not.supported.html4 = 属性在 HTML4 中不受支持: {0}
  31 dc.attr.not.supported.html5 = 属性在 HTML5 中不受支持: {0}
  32 dc.attr.obsolete = 属性已过时: {0}
  33 dc.attr.obsolete.use.css = 属性已过时, 请改用 CSS: {0}
  34 dc.attr.repeated = 属性重复: {0}
  35 dc.attr.table.border.html5 = 表的属性边框只接受 "" 或 "1", 改为使用 CSS: {0}
  36 dc.attr.unknown = 未知属性: {0}
  37 dc.bad.option = 选项错误: {0}
  38 dc.bad.value.for.option = 选项的值错误: {0} {1}
  39 dc.empty = @{0} 没有说明
  40 dc.entity.invalid = 实体 &{0}; 无效
  41 dc.exception.not.thrown = 未抛出异常错误: {0}
  42 dc.exists.param = 已指定 @param "{0}"
  43 dc.exists.return = 已指定 @return
  44 dc.invalid.anchor = 锚定点的名称无效: "{0}"
  45 dc.invalid.param = @param 的用法无效
  46 dc.invalid.provides = @provides 的用法无效
  47 dc.invalid.return = @return 的用法无效
  48 dc.invalid.summary = @summary 的用法无效
  49 dc.invalid.throws = @throws 的用法无效
  50 dc.invalid.uses = @uses 的用法无效
  51 dc.invalid.uri = URI 无效: "{0}"
  52 dc.missing.comment = 没有注释
  53 dc.missing.param = {0}没有 @param
  54 dc.missing.return = 没有 @return
  55 dc.missing.throws = {0}没有 @throws
  56 dc.no.alt.attr.for.image = 图像没有 "alt" 属性
  57 dc.no.summary.or.caption.for.table=表没有概要或标题
  58 dc.param.name.not.found = @param name 未找到
  59 dc.ref.not.found = 找不到引用
  60 dc.service.not.found = 找不到服务类型
  61 dc.tag.code.within.code = '{@code'} 在 <code> 中
  62 dc.tag.empty = <{0}> 标记为空
  63 dc.tag.end.not.permitted = 无效的结束标记: </{0}>
  64 dc.tag.end.unexpected = 意外的结束标记: </{0}>
  65 dc.tag.header.sequence.1 = 使用的标题超出序列: <{0}>
  66 dc.tag.header.sequence.2 = 使用的标题超出序列: <{0}>
  67 dc.tag.nested.not.allowed=不允许使用嵌套标记: <{0}>
  68 dc.tag.not.allowed.here = 此处不允许使用标记: <{0}>
  69 dc.tag.not.allowed = 文档注释中不允许使用元素: <{0}>
  70 dc.tag.not.allowed.inline.element = 内嵌元素 <{1}> 中不允许使用块元素: {0}
  71 dc.tag.not.allowed.inline.tag = @{1} 中不允许使用块元素: {0}
  72 dc.tag.not.allowed.inline.other = 此处不允许使用块元素: {0}
  73 dc.tag.not.closed= 元素未关闭: {0}
  74 dc.tag.p.in.pre= <pre> 元素内部意外地使用了 <p>
  75 dc.tag.requires.heading = 未找到 </{0}> 的标题
  76 dc.tag.self.closing = 不允许使用自关闭元素
  77 dc.tag.start.unmatched = 缺少结束标记: </{0}>
  78 dc.tag.unknown = 未知标记: {0}
  79 dc.tag.not.supported = 标记在生成的 HTML 版本中不受支持: {0}
  80 dc.text.not.allowed = <{0}> 元素中不允许使用文本
  81 dc.type.arg.not.allowed = 此处不允许使用类型参数
  82 dc.unexpected.comment=此处未预期文档注释
  83 dc.value.not.allowed.here=此处不允许使用 '{@value}'
  84 dc.value.not.a.constant=值不引用常量
  85 
  86 dc.main.ioerror=IO 错误: {0}
  87 dc.main.no.files.given=未指定文件
  88 dc.main.usage=用法:\n    doclint [options] source-files...\n\n选项:\n  -Xmsgs  \n    与 -Xmsgs:all 相同\n  -Xmsgs:values\n    指定要检查的问题的类别, 其中 ''values''\n    是任意以下内容的以逗号分隔的列表:\n      reference      显示包含对 Java 源代码元素\n                     错误引用的注释的位置\n      syntax         显示注释中的基本语法错误\n      html           显示 HTML 标记和属性问题\n      accessibility  显示可访问性的问题\n      missing        显示缺少文档的问题\n      all            所有以上内容\n    在值之前使用 ''-'' 可使用其反值\n    可以使用以下一项来限定类别:\n      /public /protected /package /private\n    对于正类别 (不以 ''-'' 开头)\n    限定符适用于该访问级别及更高级别。\n    对于负类别 (以 ''-'' 开头)\n    限定符适用于该访问级别及更低级别。\n    如果没有限定符, 则该类别适用于\n    所有访问级别。\n    例如, -Xmsgs:all,-syntax/private\n    这将在专用方法的文档注释中\n    启用除语法错误之外的所有消息。\n    如果未提供 -Xmsgs 选项, 则默认值\n    等同于 -Xmsgs:all/protected, 表示\n    仅报告受保护和公共声明中的\n    所有消息。\n  -XcheckPackage:<packages>\n    在特定的程序包中启用或禁用检查。\n    <packages> 是逗号分隔的程序包说明符列表。\n    程序包说明符是程序包的限定名称\n    或程序包名称前缀后跟 ''.*'', 它扩展到\n    给定程序包的所有子程序包。在程序包说明符前面\n    加上 ''-'' 可以为指定程序包禁用检查。\n  -stats\n    报告所报告问题的统计信息。\n  -h -help --help -usage -?\n    显示此消息。\n\n还支持以下 javac 选项\n  -bootclasspath, -classpath, -cp, -sourcepath, -Xmaxerrs, -Xmaxwarns\n\n要在项目的一部分上运行 doclint, 请将项目中已编译的类\n放在类路径 (或引导类路径) 上, 然后在命令行上指定\n要检查的源文件。