< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_zh_CN.properties

Print this page

        

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -150,10 +150,12 @@
 
 javac.opt.Xlint.desc.unchecked=有关未检查操作的警告。
 
 javac.opt.Xlint.desc.varargs=有关潜在不安全的 vararg 方法的警告
 
+javac.opt.Xlint.desc.preview=有关使用预览语言功能的警告
+
 javac.opt.Xdoclint=为 javadoc 注释中的问题启用建议的检查
 # L10N: do not localize: all none
 javac.opt.Xdoclint.subopts = (all|none|[-]<group>)[/<access>]
 
 # L10N: do not localize: accessibility html missing reference syntax

@@ -172,10 +174,11 @@
 javac.opt.print=输出指定类型的文本表示
 javac.opt.printRounds=输出有关注释处理循环的信息
 javac.opt.printProcessorInfo=输出有关请求处理程序处理哪些注释的信息
 javac.opt.userpathsfirst=在引导类路径之前而不是之后搜索类的类路径和源路径
 javac.opt.prefer=指定读取文件, 当同时找到隐式编译类的源文件和类文件时
+javac.opt.preview=启用预览语言功能。要与 -source 或 --release 一起使用。
 javac.opt.AT=从文件读取选项和文件名
 javac.opt.diags=选择诊断模式
 javac.opt.addExports=指定被视为已从其定义模块导出到其他模块或者导出到所有\n        未命名模块 (如果 <other-module> 为 ALL-UNNAMED) 的程序包。
 javac.opt.arg.addExports=<模块>/<程序包>=<其他模块>(,<其他模块>)*
 javac.opt.addReads=指定被视为给定模块需要的其他模块。\n<other-module> 可能需要为 ALL-UNNAMED, 以便要求未命名模块。

@@ -189,42 +192,10 @@
 javac.opt.module.version=指定正在编译的模块版本
 javac.opt.arg.module.version=<版本>
 javac.opt.inherit_runtime_environment=从运行时环境继承模块系统配置选项。
 javac.opt.default.module.for.created.files=由注释处理程序创建的文件的备用目标模块 (如果未指定或推断任何模块)。
 
-## errors
-
-javac.err.empty.A.argument=-A 需要一个参数; 使用 ''-Akey'' 或 ''-Akey=value''
-javac.err.invalid.arg=无效的参数: {0}
-javac.err.invalid.A.key=注释处理程序选项 ''{0}'' 中的关键字不是以点分隔的标识符序列
-javac.err.invalid.flag=无效的标记: {0}
-javac.err.profile.bootclasspath.conflict=概要信息和引导类路径选项不能同时使用
-javac.err.invalid.profile=配置文件无效: {0}
-javac.err.invalid.target=无效的目标发行版: {0}
-javac.err.option.not.allowed.with.target=目标 {1} 不允许选项 {0}
-javac.err.option.too.many=选项 {0} 只能指定一次
-javac.err.no.source.files=无源文件
-javac.err.no.source.files.classes=无源文件或类名
-javac.err.req.arg={0}需要参数
-javac.err.invalid.source=无效的源发行版: {0}
-javac.err.error.writing.file=写入{0}时出错; {1}
-javac.err.sourcepath.modulesourcepath.conflict=无法同时指定 --source-path 与 --module-source-path
-javac.warn.source.target.conflict=源发行版 {0} 需要目标发行版 {1}
-javac.warn.target.default.source.conflict=目标发行版 {0} 与默认的源发行版 {1} 冲突
-javac.warn.profile.target.conflict=配置文件{0}对于目标发行版 {1} 无效
-javac.err.file.not.found=找不到文件: {0}
-javac.err.file.not.directory=不是目录: {0}
-javac.err.file.not.file=不是文件: {0}
-javac.err.cannot.access.runtime.env=无法访问运行时环境
-javac.err.two.class.loaders.1=javac 在多个类加载器之间拆分: 请检查配置
-javac.err.two.class.loaders.2=javac 在多个类加载器之间拆分:\n一个类来自文件: {0}\n而 javac 来自 {1}
-javac.err.bad.value.for.option={0} 选项的值错误: ''{1}''
-javac.err.no.value.for.option={0} 选项没有值
-javac.err.repeated.value.for.patch.module=为 {0} 多次指定了 --patch-module
-
-javac.err.unmatched.quote=环境变量 %s 中的引号不成对
-
 ## messages
 
 javac.msg.usage.header=用法: {0} <options> <source files>\n其中, 可能的选项包括:
 
 javac.msg.usage=用法: {0} <选项> <源文件>\n使用 --help 可列出可能的选项

@@ -241,9 +212,5 @@
 
 javac.msg.resource=\n\n系统资源不足。\n有关详细信息, 请参阅以下堆栈跟踪。\n
 
 javac.version={0} {1}
 javac.fullVersion={0}完整版本 "{1}"
-
-javac.err.release.bootclasspath.conflict=选项 {0} 不能与 --release 一起使用
-
-javac.err.unsupported.release.version=不支持发行版本 {0}
< prev index next >