< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_zh_CN.properties

Print this page

        

@@ -116,11 +116,14 @@
 doclet.No_Non_Deprecated_Classes_To_Document=找不到可以文档化的未过时的类。
 doclet.Interfaces=接口
 doclet.Enclosing_Class=封闭类:
 doclet.Enclosing_Interface=封闭接口:
 doclet.Inheritance_Tree=继承树
+doclet.ReferencedIn=参考位置
 doclet.System_Property=系统属性
+doclet.systemProperties=系统属性
+doclet.systemPropertiesSummary=系统属性概要
 doclet.Window_Source_title=源代码
 doclet.Window_Help_title=API 帮助
 
 doclet.help.main_heading=此 API 文档的组织方式
 doclet.help.intro=此 API (应用程序编程接口) 文档包含对应于导航栏中的项目的页面, 如下所述。

@@ -154,11 +157,20 @@
 doclet.help.enum.definition=枚举说明
 doclet.help.annotation_type.intro=每个注释类型都有各自的页面, 其中包含以下部分:
 doclet.help.annotation_type.declaration=注释类型声明
 doclet.help.annotation_type.description=注释类型说明
 doclet.help.search.head=搜索
-doclet.help.search.body=可以使用部分或完整名称搜索模块、程序包、类型、字段、方法以及在 API 中定义的其他术语的定义。支持“驼峰大小写式”缩写:例如,"InpStr" 将查找 "InputStream" 和 "InputStreamReader"。
+# Introduction to Javadoc search features, followed by a list of examples
+doclet.help.search.intro=可以使用部分或完整名称搜索模块、程序包、类型、字段、方法、系统属性以及 API 中定义的其他术语的定义,(可选)也可以使用“驼峰大小写式”缩写进行搜索。例如:
+# Used to list search examples, {0} is a search term and {1} the matching result
+doclet.help.search.example={0} 将与 {1} 相匹配
+# {0} contains a link to the current Javadoc Search Specification
+doclet.help.search.refer=有关搜索功能的完整说明,请参阅 {0}。
+# The URL for the Javadoc Search Specification. {0} will be replaced by the JDK version number
+doclet.help.search.spec.url=https://docs.oracle.com/en/java/javase/{0}/docs/specs/javadoc/javadoc-search-spec.html
+# The title for the Javadoc Search Specification
+doclet.help.search.spec.title=Javadoc 搜索规范
 
 doclet.ClassUse_Packages.that.use.0=使用{0}的程序包
 doclet.ClassUse_Uses.of.0.in.1={1}中{0}的使用
 doclet.ClassUse_Classes.in.0.used.by.1={1}使用的{0}中的类
 doclet.ClassUse_PackageAnnotation=注释类型为{0}的程序包
< prev index next >