--- old/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_zh_CN.properties 2018-07-20 09:24:43.450091327 -0700 +++ new/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_zh_CN.properties 2018-07-20 09:24:42.909042239 -0700 @@ -16,16 +16,6 @@ doclet.Interface_Hierarchy=接口分层结构 doclet.Enum_Hierarchy=枚举分层结构 doclet.Annotation_Type_Hierarchy=注释类型分层结构 -doclet.Prev=上一个 -doclet.Next=下一个 -doclet.Prev_Class=上一个类 -doclet.Next_Class=下一个类 -doclet.Prev_Package=上一个程序包 -doclet.Next_Package=下一个程序包 -doclet.Prev_Module=上一个模块 -doclet.Next_Module=下一个模块 -doclet.Prev_Letter=上一个字母 -doclet.Next_Letter=下一个字母 doclet.Href_Class_Title={0}中的类 doclet.Href_Interface_Title={0}中的接口 doclet.Href_Annotation_Title={0}中的注释 @@ -100,47 +90,51 @@ doclet.Description_From_Interface=从接口复制的说明: doclet.Description_From_Class=从类复制的说明: doclet.No_Non_Deprecated_Classes_To_Document=找不到可以文档化的未过时的类。 -doclet.Interfaces_Italic=接口 (斜体) +doclet.Interfaces=接口 doclet.Enclosing_Class=封闭类: doclet.Enclosing_Interface=封闭接口: doclet.Window_Source_title=源代码 doclet.Window_Help_title=API 帮助 -doclet.Help_line_1=此 API 文档的组织方式 -doclet.Help_line_2=此 API (应用程序编程接口) 文档包含对应于导航栏中的项目的页面, 如下所述。 -doclet.Help_line_3={0} 页面是此 API 文档的首页, 提供了所有程序包的列表及其概要。此页面也可能包含这些程序包的总体说明。 -doclet.Help_line_4=每个程序包都有一个页面, 其中包含它的类和接口的列表及其概要。此页面可以包含六个类别: -doclet.Help_line_5=类/接口 -doclet.Help_line_6=每个类, 接口, 嵌套类和嵌套接口都有各自的页面。其中每个页面都由三部分 (类/接口说明, 概要表, 以及详细的成员说明) 组成: -doclet.Help_line_7=类继承图 -doclet.Help_line_8=直接子类 -doclet.Help_line_9=所有已知子接口 -doclet.Help_line_10=所有已知实现类 -doclet.Help_line_11=类/接口声明 -doclet.Help_line_12=类/接口说明 -doclet.Help_line_13=每个概要条目都包含该项目的详细说明的第一句。概要条目按字母顺序排列, 而详细说明则按其在源代码中出现的顺序排列。这样保持了程序员所建立的逻辑分组。 -doclet.Help_line_14=使用 -doclet.Help_line_15=每个已文档化的程序包, 类和接口都有各自的“使用”页面。此页面介绍了使用给定类或程序包的任何部分的程序包, 类, 方法, 构造器和字段。对于给定的类或接口 A, 其“使用”页面包含 A 的子类, 声明为 A 的字段, 返回 A 的方法, 以及带有类型为 A 的参数的方法和构造器。访问此页面的方法是: 首先转至程序包, 类或接口, 然后单击导航栏中的 "使用" 链接。 -doclet.Help_line_16=树 (类分层结构) -doclet.Help_line_17_with_tree_link=对于所有程序包, 有一个{0}页面, 以及每个程序包的分层结构。每个分层结构页面都包含类的列表和接口的列表。从{1}开始, 按继承结构对类进行排列。接口不从{1}继承。 -doclet.Help_line_18=查看“概览”页面时, 单击 "树" 将显示所有程序包的分层结构。 -doclet.Help_line_19=查看特定程序包, 类或接口页面时, 单击 "树" 将仅显示该程序包的分层结构。 -doclet.Help_line_20_with_deprecated_api_link={0} 页面列出了所有已过时的 API。一般由于进行了改进并且通常提供了替代的 API, 所以建议不要使用已过时的 API。在将来的实现过程中, 可能会删除已过时的 API。 -doclet.Help_line_21=索引 -doclet.Help_line_22={0} 包含按字母顺序排列的所有类, 接口, 构造器, 方法和字段的列表。 -doclet.Help_line_23=上一个/下一个 -doclet.Help_line_24=这些链接使您可以转至下一个或上一个类, 接口, 程序包或相关页面。 -doclet.Help_line_25=框架/无框架 -doclet.Help_line_26=这些链接用于显示和隐藏 HTML 框架。所有页面均具有有框架和无框架两种显示方式。 -doclet.Help_line_27={0}链接显示所有类和接口 (除了非静态嵌套类型)。 -doclet.Help_line_28=每个可序列化或可外部化的类都有其序列化字段和方法的说明。此信息对重新实现者有用, 而对使用 API 的开发者则没有什么用处。尽管导航栏中没有链接, 但您可以通过下列方式获取此信息: 转至任何序列化类, 然后单击类说明的 "另请参阅" 部分中的 "序列化表格"。 -doclet.Help_line_29={0}页面列出了静态最终字段及其值。 -doclet.Help_line_30=此帮助文件适用于使用标准 doclet 生成的 API 文档。 -doclet.Help_enum_line_1=每个枚举都有各自的页面, 其中包含以下部分: -doclet.Help_enum_line_2=枚举声明 -doclet.Help_enum_line_3=枚举说明 -doclet.Help_annotation_type_line_1=每个注释类型都有各自的页面, 其中包含以下部分: -doclet.Help_annotation_type_line_2=注释类型声明 -doclet.Help_annotation_type_line_3=注释类型说明 + +doclet.help.main_heading=此 API 文档的组织方式 +doclet.help.intro=此 API (应用程序编程接口) 文档包含对应于导航栏中的项目的页面, 如下所述。 +doclet.help.overview.modules.body=The {0} page is the front page of this API document and provides a list of all modules with a summary for each. This page can also contain an overall description of the set of modules. +doclet.help.overview.packages.body={0} 页面是此 API 文档的首页, 提供了所有程序包的列表及其概要。此页面也可能包含这些程序包的总体说明。 +doclet.help.package.intro=Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain six categories: +doclet.help.module.intro=Each module has a page that contains a list of its packages, dependencies on other modules, and services, with a summary for each. These page may contain three categories: +doclet.help.class_interface.head=Class or Interface +doclet.help.class_interface.intro=每个类, 接口, 嵌套类和嵌套接口都有各自的页面。其中每个页面都由三部分 (类/接口说明, 概要表, 以及详细的成员说明) 组成: +doclet.help.class_interface.inheritance_diagram=Class Inheritance Diagram +doclet.help.class_interface.subclasses=直接子类 +doclet.help.class_interface.subinterfaces=所有已知子接口 +doclet.help.class_interface.implementations=所有已知实现类 +doclet.help.class_interface.declaration=Class or Interface Declaration +doclet.help.class_interface.description=Class or Interface Description +doclet.help.class_interface.summary=每个概要条目都包含该项目的详细说明的第一句。概要条目按字母顺序排列, 而详细说明则按其在源代码中出现的顺序排列。这样保持了程序员所建立的逻辑分组。 +doclet.help.use.head=使用 +doclet.help.use.body=Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its "Use" page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar. +doclet.help.tree.head=树 (类分层结构) +doclet.help.tree.intro=There is a {0} page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with {1}. Interfaces do not inherit from {1}. +doclet.help.tree.overview=查看“概览”页面时, 单击 "树" 将显示所有程序包的分层结构。 +doclet.help.tree.package=When viewing a particular package, class or interface page, clicking on "Tree" displays the hierarchy for only that package. +doclet.help.deprecated.body={0} 页面列出了所有已过时的 API。一般由于进行了改进并且通常提供了替代的 API, 所以建议不要使用已过时的 API。在将来的实现过程中, 可能会删除已过时的 API。 +doclet.help.index.head=索引 +doclet.help.index.body=The {0} contains an alphabetic index of all classes, interfaces, constructors, methods, and fields, as well as lists of all packages and all classes. +doclet.help.frames.head=框架/无框架 +doclet.help.frames.body=这些链接用于显示和隐藏 HTML 框架。所有页面均具有有框架和无框架两种显示方式。 +doclet.help.all_classes.body={0}链接显示所有类和接口 (除了非静态嵌套类型)。 +doclet.help.serial_form.body=每个可序列化或可外部化的类都有其序列化字段和方法的说明。此信息对重新实现者有用, 而对使用 API 的开发者则没有什么用处。尽管导航栏中没有链接, 但您可以通过下列方式获取此信息: 转至任何序列化类, 然后单击类说明的 "另请参阅" 部分中的 "序列化表格"。 +doclet.help.constants.body={0}页面列出了静态最终字段及其值。 +doclet.help.footnote=This help file applies to API documentation generated by the standard doclet. +doclet.help.enum.intro=每个枚举都有各自的页面, 其中包含以下部分: +doclet.help.enum.declaration=枚举声明 +doclet.help.enum.definition=Enum Description +doclet.help.annotation_type.intro=每个注释类型都有各自的页面, 其中包含以下部分: +doclet.help.annotation_type.declaration=Annotation Type Declaration +doclet.help.annotation_type.description=Annotation Type Description +doclet.help.search.head=Search +doclet.help.search.body=You can search for definitions of modules, packages, types, fields, methods and other terms defined in the API, using some or all of the name. "Camel-case" abbreviations are supported: for example, "InpStr" will find "InputStream" and "InputStreamReader". + 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}中的类 @@ -240,6 +234,8 @@ doclet.usage.nodeprecatedlist.description=不生成已过时的列表 +doclet.usage.no-module-directories.description=不将模块文档的文件分组到\n模块特定的目录中 + doclet.usage.notree.description=不生成类分层结构 doclet.usage.noindex.description=不生成索引 @@ -262,7 +258,7 @@ doclet.usage.charset.parameters= doclet.usage.charset.description=用于跨平台查看生成的文档的字符集 -doclet.usage.javafx.description=启用 javafx 功能 +doclet.usage.javafx.description=启用 JavaFX 功能 doclet.usage.helpfile.parameters= doclet.usage.helpfile.description=包含帮助链接所链接到的文件 @@ -280,9 +276,9 @@ doclet.usage.docencoding.parameters= doclet.usage.docencoding.description=指定输出的字符编码 -doclet.usage.frames.description=允许在生成的输出中使用帧 (默认值) +doclet.usage.frames.description=允许在生成的输出中使用帧 -doclet.usage.no-frames.description=禁止在生成的输出中使用帧 +doclet.usage.no-frames.description=禁止在生成的输出中使用帧(默认值) doclet.usage.override-methods.parameters=(detail|summary) @@ -303,4 +299,7 @@ doclet.usage.xdoclint-package.description=在特定的程序包中启用或禁用检查。<程序包>\n是逗号分隔的程序包说明符列表。程序包\n说明符是程序包的限定名称或程序包名称\n前缀后跟 .*, 它扩展到给定程序包的所有\n子程序包。在程序包说明符前面加上 - 可以\n为指定程序包禁用检查。 # L10N: do not localize the option names -html4 and -html5 -doclet.HTML_version_not_specified=未指定要使用的 HTML 版本。\n默认值当前为 HTML 4.01,但在未来发行版中\n将更改为 HTML5。要隐藏此警告,请使用 -html4 \n或 -html5 选项,指定要由此 doclet 生成的、\n在文档注释中使用的 HTML 版本。 +doclet.HTML_4_specified=您已使用 -html4 选项将 HTML 版本指定为 HTML 4.01。\n默认值当前为 HTML5,未来的发行版中将删除对 \nHTML 4.01 的支持。要隐藏此警告,请确保您的注释中使用的任何 HTML 结构\n在 HTML5 中均有效并删除 -html4 选项。 + +# L10N: do not localize the option names --frames +doclet.Frames_specified=您已指定通过使用 --frames 选项生成帧。\n默认设置当前为不生成帧,对帧的支持\n将在未来的发行版中删除。\n要隐藏此警告,请删除 --frames 选项并避免使用帧。