< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/doclint/resources/doclint_zh_CN.properties

Print this page




  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=此处未预期文档注释


  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.a.within.a = {0} 标记,其扩展到 <a>,位于 <a> 内
  64 dc.tag.end.not.permitted = 无效的结束标记: </{0}>
  65 dc.tag.end.unexpected = 意外的结束标记: </{0}>
  66 dc.tag.header.sequence.1 = 使用的标题超出序列: <{0}>
  67 dc.tag.header.sequence.2 = 使用的标题超出序列: <{0}>
  68 dc.tag.nested.not.allowed=不允许使用嵌套标记: <{0}>
  69 dc.tag.not.allowed.here = 此处不允许使用标记: <{0}>
  70 dc.tag.not.allowed = 文档注释中不允许使用元素: <{0}>
  71 dc.tag.not.allowed.inline.element = 内嵌元素 <{1}> 中不允许使用块元素: {0}
  72 dc.tag.not.allowed.inline.tag = @{1} 中不允许使用块元素: {0}
  73 dc.tag.not.allowed.inline.other = 此处不允许使用块元素: {0}
  74 dc.tag.not.closed= 元素未关闭: {0}
  75 dc.tag.p.in.pre= <pre> 元素内部意外地使用了 <p>
  76 dc.tag.requires.heading = 未找到 </{0}> 的标题
  77 dc.tag.self.closing = 不允许使用自关闭元素
  78 dc.tag.start.unmatched = 缺少结束标记: </{0}>
  79 dc.tag.unknown = 未知标记: {0}
  80 dc.tag.not.supported = 标记在生成的 HTML 版本中不受支持: {0}
  81 dc.text.not.allowed = <{0}> 元素中不允许使用文本
  82 dc.type.arg.not.allowed = 此处不允许使用类型参数
  83 dc.unexpected.comment=此处未预期文档注释
< prev index next >