src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties
changeset 47216 71c04702a3d5
parent 45362 91eb3de70e54
child 48536 d7995ed9627d
equal deleted inserted replaced
47215:4ebc2e2fb97c 47216:71c04702a3d5
       
     1 #
       
     2 # Copyright (c) 1999, 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 # Messages in this file which use "placeholders" for values (e.g. {0}, {1})
       
    27 # are preceded by a stylized comment describing the type of the corresponding
       
    28 # values.
       
    29 # The simple types currently in use are:
       
    30 #
       
    31 # boolean           true or false
       
    32 # diagnostic        a sub-message; see compiler.misc.*
       
    33 # fragment          similar to 'message segment', but with more specific type
       
    34 # modifier          a Java modifier; e.g. public, private, protected
       
    35 # file              a file URL
       
    36 # file object       a file URL - similar to 'file' but typically used for source/class files, hence more specific
       
    37 # name              a name, typically a Java identifier
       
    38 # number            an integer
       
    39 # option name       the name of a command line option
       
    40 # source version    a source version number, such as 1.5, 1.6, 1.7
       
    41 # string            a general string
       
    42 # symbol            the name of a declared type
       
    43 # symbol kind       the kind of a symbol (i.e. method, variable)
       
    44 # kind name         an informative description of the kind of a declaration; see compiler.misc.kindname.*
       
    45 # token             the name of a non-terminal in source code; see compiler.misc.token.*
       
    46 # type              a Java type; e.g. int, X, X<T>
       
    47 # object            a Java object (unspecified)
       
    48 # unused            the value is not used in this message
       
    49 #
       
    50 # The following compound types are also used:
       
    51 #
       
    52 # list of X         a comma-separated list of items; e.g. list of type
       
    53 # set of X          a comma-separated collection of items; e.g. set of modifier
       
    54 #
       
    55 # These may be composed:
       
    56 #
       
    57 # list of type or message segment
       
    58 #
       
    59 # The following type aliases are supported:
       
    60 #
       
    61 # message segment --> diagnostic or fragment
       
    62 # file name --> file or file object
       
    63 #
       
    64 # Custom comments are supported in parenthesis i.e.
       
    65 #
       
    66 # number (classfile major version)
       
    67 #
       
    68 # These comments are used internally in order to generate an enum-like class declaration containing
       
    69 # a method/field for each of the diagnostic keys listed here. Those methods/fields can then be used
       
    70 # by javac code to build diagnostics in a type-safe fashion.
       
    71 #
       
    72 # In addition, these comments are verified by the jtreg test test/tools/javac/diags/MessageInfo,
       
    73 # using info derived from the collected set of examples in test/tools/javac/diags/examples.
       
    74 # MessageInfo can also be run as a standalone utility providing more facilities
       
    75 # for manipulating this file. For more details, see MessageInfo.java.
       
    76 
       
    77 ##
       
    78 ## errors
       
    79 ##
       
    80 
       
    81 # 0: symbol
       
    82 compiler.err.abstract.cant.be.instantiated={0}\u662F\u62BD\u8C61\u7684; \u65E0\u6CD5\u5B9E\u4F8B\u5316
       
    83 
       
    84 compiler.err.abstract.meth.cant.have.body=\u62BD\u8C61\u65B9\u6CD5\u4E0D\u80FD\u6709\u4E3B\u4F53
       
    85 
       
    86 compiler.err.already.annotated={0} {1}\u5DF2\u8FDB\u884C\u6CE8\u91CA
       
    87 
       
    88 # 0: symbol kind, 1: symbol, 2: symbol kind, 3: symbol
       
    89 compiler.err.already.defined=\u5DF2\u5728{2} {3}\u4E2D\u5B9A\u4E49\u4E86{0} {1}
       
    90 
       
    91 # 0: symbol kind, 1: symbol, 2: symbol kind, 3: symbol kind, 4: symbol
       
    92 compiler.err.already.defined.in.clinit=\u5DF2\u5728{3} {4}\u7684{2}\u4E2D\u5B9A\u4E49\u4E86{0} {1}
       
    93 
       
    94 # 0: string
       
    95 compiler.err.already.defined.single.import={0}\u7684 single-type-import \u5DF2\u5B9A\u4E49\u5177\u6709\u76F8\u540C\u7B80\u540D\u7684\u7C7B\u578B
       
    96 
       
    97 # 0: string
       
    98 compiler.err.already.defined.static.single.import={0}\u7684\u9759\u6001 single-type-import \u5DF2\u5B9A\u4E49\u5177\u6709\u76F8\u540C\u7B80\u540D\u7684\u7C7B\u578B
       
    99 
       
   100 compiler.err.already.defined.this.unit=\u5DF2\u5728\u8BE5\u7F16\u8BD1\u5355\u5143\u4E2D\u5B9A\u4E49{0}
       
   101 
       
   102 # 0: type, 1: list of name
       
   103 compiler.err.annotation.missing.default.value=\u5BF9\u4E8E\u5143\u7D20 ''{1}'', \u6CE8\u91CA @{0} \u7F3A\u5C11\u9ED8\u8BA4\u503C
       
   104 
       
   105 # 0: type, 1: list of name
       
   106 compiler.err.annotation.missing.default.value.1=\u5BF9\u4E8E\u5143\u7D20{1}, \u6CE8\u91CA @{0} \u7F3A\u5C11\u9ED8\u8BA4\u503C
       
   107 
       
   108 # 0: type
       
   109 compiler.err.annotation.not.valid.for.type=\u6CE8\u91CA\u5BF9\u4E8E\u7C7B\u578B{0}\u7684\u5143\u7D20\u65E0\u6548
       
   110 
       
   111 compiler.err.annotation.type.not.applicable=\u6CE8\u91CA\u7C7B\u578B\u4E0D\u9002\u7528\u4E8E\u8BE5\u7C7B\u578B\u7684\u58F0\u660E
       
   112 
       
   113 # 0: type
       
   114 compiler.err.annotation.type.not.applicable.to.type=\u6CE8\u91CA @{0} \u5728\u6B64\u7C7B\u578B\u4E0A\u4E0B\u6587\u4E2D\u4E0D\u9002\u7528
       
   115 
       
   116 compiler.err.annotation.value.must.be.annotation=\u6CE8\u91CA\u503C\u5FC5\u987B\u4E3A\u6CE8\u91CA
       
   117 
       
   118 compiler.err.annotation.value.must.be.class.literal=\u6CE8\u91CA\u503C\u5FC5\u987B\u4E3A\u7C7B\u6587\u5B57
       
   119 
       
   120 compiler.err.annotation.value.must.be.name.value=\u6CE8\u91CA\u503C\u5FC5\u987B\u91C7\u7528 ''name=value'' \u683C\u5F0F
       
   121 
       
   122 compiler.err.annotation.value.not.allowable.type=\u6CE8\u91CA\u503C\u4E0D\u662F\u5141\u8BB8\u7684\u7C7B\u578B
       
   123 
       
   124 compiler.err.anon.class.impl.intf.no.args=\u533F\u540D\u7C7B\u5B9E\u73B0\u63A5\u53E3; \u4E0D\u80FD\u6709\u53C2\u6570
       
   125 
       
   126 compiler.err.anon.class.impl.intf.no.typeargs=\u533F\u540D\u7C7B\u5B9E\u73B0\u63A5\u53E3; \u4E0D\u80FD\u5177\u6709\u7C7B\u578B\u53C2\u6570
       
   127 
       
   128 compiler.err.anon.class.impl.intf.no.qual.for.new=\u533F\u540D\u7C7B\u5B9E\u73B0\u63A5\u53E3; \u4E0D\u80FD\u6709\u9650\u5B9A\u7B26 - \u5BF9\u4E8E\u65B0
       
   129 
       
   130 compiler.err.cant.inherit.from.anon=\u65E0\u6CD5\u4ECE\u533F\u540D\u7C7B\u7EE7\u627F
       
   131 
       
   132 # 0: symbol, 1: symbol, 2: symbol
       
   133 compiler.err.array.and.varargs=\u65E0\u6CD5\u5728{2}\u4E2D\u540C\u65F6\u58F0\u660E{0}\u548C{1}
       
   134 
       
   135 compiler.err.array.dimension.missing=\u7F3A\u5C11\u6570\u7EC4\u7EF4
       
   136 
       
   137 # 0: type
       
   138 compiler.err.array.req.but.found=\u9700\u8981\u6570\u7EC4, \u4F46\u627E\u5230{0}
       
   139 
       
   140 compiler.err.attribute.value.must.be.constant=\u5143\u7D20\u503C\u5FC5\u987B\u4E3A\u5E38\u91CF\u8868\u8FBE\u5F0F
       
   141 
       
   142 # 0: string (statement type)
       
   143 compiler.err.bad.initializer={0}\u7684\u521D\u59CB\u5316\u7A0B\u5E8F\u9519\u8BEF
       
   144 
       
   145 compiler.err.break.outside.switch.loop=\u5728 switch \u6216 loop \u5916\u90E8\u4E2D\u65AD
       
   146 
       
   147 # 0: name
       
   148 compiler.err.call.must.be.first.stmt.in.ctor=\u5BF9{0}\u7684\u8C03\u7528\u5FC5\u987B\u662F\u6784\u9020\u5668\u4E2D\u7684\u7B2C\u4E00\u4E2A\u8BED\u53E5
       
   149 
       
   150 # 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment
       
   151 compiler.err.cant.apply.symbol=\u65E0\u6CD5\u5C06{4} {5}\u4E2D\u7684{0} {1}\u5E94\u7528\u5230\u7ED9\u5B9A\u7C7B\u578B;\n\u9700\u8981: {2}\n\u627E\u5230: {3}\n\u539F\u56E0: {6}
       
   152 
       
   153 # 0: symbol kind, 1: name, 2: list of type
       
   154 compiler.err.cant.apply.symbols=\u5BF9\u4E8E{1}({2}), \u627E\u4E0D\u5230\u5408\u9002\u7684{0}
       
   155 
       
   156 # 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment
       
   157 compiler.misc.cant.apply.symbol=\u65E0\u6CD5\u5C06 {4} {5}\u4E2D\u7684 {0} {1}\u5E94\u7528\u5230\u7ED9\u5B9A\u7C7B\u578B\n\u9700\u8981: {2}\n\u627E\u5230: {3}\n\u539F\u56E0: {6}
       
   158 
       
   159 # 0: symbol kind, 1: name, 2: list of type
       
   160 compiler.misc.cant.apply.symbols=\u5BF9\u4E8E{1}({2}), \u627E\u4E0D\u5230\u5408\u9002\u7684{0}
       
   161 
       
   162 # 0: symbol kind, 1: symbol
       
   163 compiler.misc.no.abstracts=\u5728 {0} {1} \u4E2D\u627E\u4E0D\u5230\u62BD\u8C61\u65B9\u6CD5
       
   164 
       
   165 # 0: symbol kind, 1: symbol
       
   166 compiler.misc.incompatible.abstracts=\u5728 {0} {1} \u4E2D\u627E\u5230\u591A\u4E2A\u975E\u8986\u76D6\u62BD\u8C61\u65B9\u6CD5
       
   167 
       
   168 compiler.err.bad.functional.intf.anno=\u610F\u5916\u7684 @FunctionalInterface \u6CE8\u91CA
       
   169 
       
   170 # 0: message segment
       
   171 compiler.err.bad.functional.intf.anno.1=\u610F\u5916\u7684 @FunctionalInterface \u6CE8\u91CA\n{0}
       
   172 
       
   173 # 0: message segment
       
   174 compiler.err.anonymous.diamond.method.does.not.override.superclass=\u65B9\u6CD5\u4E0D\u4F1A\u8986\u76D6\u6216\u5B9E\u73B0\u8D85\u7C7B\u578B\u4E2D\u7684\u65B9\u6CD5\n{0}
       
   175 
       
   176 # 0: symbol
       
   177 compiler.misc.not.a.functional.intf={0} \u4E0D\u662F\u51FD\u6570\u63A5\u53E3
       
   178 
       
   179 # 0: symbol, 1: message segment
       
   180 compiler.misc.not.a.functional.intf.1={0} \u4E0D\u662F\u51FD\u6570\u63A5\u53E3\n{1}
       
   181 
       
   182 # 0: symbol, 1: symbol kind, 2: symbol
       
   183 compiler.misc.invalid.generic.lambda.target=lambda \u8868\u8FBE\u5F0F\u7684\u51FD\u6570\u63CF\u8FF0\u7B26\u65E0\u6548\n{1} {2} \u4E2D\u7684\u65B9\u6CD5 {0} \u4E3A\u6CDB\u578B\u65B9\u6CD5
       
   184 
       
   185 # 0: symbol kind, 1: symbol
       
   186 compiler.misc.incompatible.descs.in.functional.intf=\u5728 {0} {1} \u4E2D\u627E\u5230\u4E0D\u517C\u5BB9\u7684\u51FD\u6570\u63CF\u8FF0\u7B26
       
   187 
       
   188 # 0: name, 1: list of type, 2: type, 3: list of type
       
   189 compiler.misc.descriptor=\u63CF\u8FF0\u7B26: {2} {0}({1})
       
   190 
       
   191 # 0: name, 1: list of type, 2: type, 3: list of type
       
   192 compiler.misc.descriptor.throws=\u63CF\u8FF0\u7B26: {2} {0}({1}) \u629B\u51FA{3}
       
   193 
       
   194 # 0: type
       
   195 compiler.misc.no.suitable.functional.intf.inst=\u65E0\u6CD5\u63A8\u65AD{0}\u7684\u51FD\u6570\u63A5\u53E3\u63CF\u8FF0\u7B26
       
   196 
       
   197 # 0: message segment
       
   198 compiler.misc.bad.intersection.target.for.functional.expr=lambda \u6216\u65B9\u6CD5\u5F15\u7528\u7684\u4EA4\u53C9\u7C7B\u578B\u76EE\u6807\u9519\u8BEF\n{0}
       
   199 
       
   200 # 0: symbol or type
       
   201 compiler.misc.not.an.intf.component=\u7EC4\u4EF6\u7C7B\u578B{0}\u4E0D\u662F\u63A5\u53E3
       
   202 
       
   203 # 0: symbol kind, 1: message segment
       
   204 compiler.err.invalid.mref={0}\u5F15\u7528\u65E0\u6548\n{1}
       
   205 
       
   206 # 0: symbol kind, 1: message segment
       
   207 compiler.misc.invalid.mref={0}\u5F15\u7528\u65E0\u6548\n{1}
       
   208 
       
   209 compiler.misc.static.mref.with.targs=\u6709\u5173\u9759\u6001\u65B9\u6CD5\u5F15\u7528\u7684\u53C2\u6570\u5316\u9650\u5B9A\u7B26
       
   210 
       
   211 # 0: symbol
       
   212 compiler.err.cant.assign.val.to.final.var=\u65E0\u6CD5\u4E3A\u6700\u7EC8\u53D8\u91CF{0}\u5206\u914D\u503C
       
   213 
       
   214 compiler.err.cant.assign.val.to.this=\u65E0\u6CD5\u5206\u914D\u7ED9 ''this''
       
   215 
       
   216 # 0: symbol, 1: message segment
       
   217 compiler.err.cant.ref.non.effectively.final.var=\u4ECE{1}\u5F15\u7528\u7684\u672C\u5730\u53D8\u91CF\u5FC5\u987B\u662F\u6700\u7EC8\u53D8\u91CF\u6216\u5B9E\u9645\u4E0A\u7684\u6700\u7EC8\u53D8\u91CF
       
   218 
       
   219 compiler.err.try.with.resources.expr.needs.var=try-with-resources \u8D44\u6E90\u5FC5\u987B\u662F\u53D8\u91CF\u58F0\u660E, \u6216\u8005\u662F\u6307\u793A\u5BF9\u6700\u7EC8\u53D8\u91CF\u6216\u5B9E\u9645\u4E0A\u7684\u6700\u7EC8\u53D8\u91CF\u7684\u5F15\u7528\u7684\u8868\u8FBE\u5F0F
       
   220 
       
   221 # 0: symbol
       
   222 compiler.err.try.with.resources.expr.effectively.final.var=\u7528\u4F5C try-with-resources \u8D44\u6E90\u7684\u53D8\u91CF {0} \u65E2\u4E0D\u662F\u6700\u7EC8\u53D8\u91CF, \u4E5F\u4E0D\u662F\u5B9E\u9645\u4E0A\u7684\u6700\u7EC8\u53D8\u91CF
       
   223 
       
   224 
       
   225 compiler.misc.lambda=lambda \u8868\u8FBE\u5F0F
       
   226 
       
   227 compiler.misc.inner.cls=\u5185\u90E8\u7C7B
       
   228 
       
   229 # 0: type
       
   230 compiler.err.cant.deref=\u65E0\u6CD5\u53D6\u6D88\u5F15\u7528{0}
       
   231 
       
   232 compiler.err.cant.extend.intf.annotation=\u5BF9\u4E8E @interfaces, \u4E0D\u5141\u8BB8 ''extends''
       
   233 
       
   234 # 0: symbol
       
   235 compiler.err.cant.inherit.from.final=\u65E0\u6CD5\u4ECE\u6700\u7EC8{0}\u8FDB\u884C\u7EE7\u627F
       
   236 
       
   237 # 0: symbol
       
   238 compiler.err.cant.ref.before.ctor.called=\u65E0\u6CD5\u5728\u8C03\u7528\u8D85\u7C7B\u578B\u6784\u9020\u5668\u4E4B\u524D\u5F15\u7528{0}
       
   239 
       
   240 compiler.err.cant.select.static.class.from.param.type=\u65E0\u6CD5\u4ECE\u53C2\u6570\u5316\u7684\u7C7B\u578B\u4E2D\u9009\u62E9\u9759\u6001\u7C7B
       
   241 
       
   242 # 0: symbol, 1: string, 2: string
       
   243 compiler.err.cant.inherit.diff.arg=\u65E0\u6CD5\u4F7F\u7528\u4EE5\u4E0B\u4E0D\u540C\u7684\u53C2\u6570\u7EE7\u627F{0}: <{1}> \u548C <{2}>
       
   244 
       
   245 compiler.err.catch.without.try=\u6709 ''catch'', \u4F46\u662F\u6CA1\u6709 ''try''
       
   246 
       
   247 # 0: symbol kind, 1: symbol
       
   248 compiler.err.clash.with.pkg.of.same.name={0} {1}\u4E0E\u5E26\u6709\u76F8\u540C\u540D\u79F0\u7684\u7A0B\u5E8F\u5305\u51B2\u7A81
       
   249 
       
   250 compiler.err.class.not.allowed=\u6B64\u5904\u4E0D\u5141\u8BB8\u4F7F\u7528\u7C7B, \u63A5\u53E3\u6216\u679A\u4E3E\u58F0\u660E
       
   251 
       
   252 compiler.err.const.expr.req=\u9700\u8981\u5E38\u91CF\u8868\u8FBE\u5F0F
       
   253 
       
   254 compiler.err.cont.outside.loop=continue \u5728 loop \u5916\u90E8
       
   255 
       
   256 # 0: symbol
       
   257 compiler.err.cyclic.inheritance=\u6D89\u53CA{0}\u7684\u5FAA\u73AF\u7EE7\u627F
       
   258 
       
   259 # 0: symbol
       
   260 compiler.err.cyclic.annotation.element=\u5143\u7D20 {0} \u7684\u7C7B\u578B\u4E3A\u5FAA\u73AF
       
   261 
       
   262 # 0: unused
       
   263 compiler.err.call.to.super.not.allowed.in.enum.ctor=\u5728\u679A\u4E3E\u6784\u9020\u5668\u4E2D\u4E0D\u5141\u8BB8\u8C03\u7528\u8D85\u7C7B
       
   264 
       
   265 # 0: type
       
   266 compiler.err.no.superclass={0}\u4E0D\u5177\u6709\u8D85\u7C7B\u3002
       
   267 
       
   268 # 0: symbol, 1: type, 2: symbol, 3: type, 4: unused
       
   269 compiler.err.concrete.inheritance.conflict={1}\u4E2D\u7684\u65B9\u6CD5{0}\u548C{3}\u4E2D\u7684\u65B9\u6CD5{2}\u662F\u4F7F\u7528\u76F8\u540C\u7684\u7B7E\u540D\u7EE7\u627F\u7684
       
   270 
       
   271 compiler.err.default.allowed.in.intf.annotation.member=\u6CE8\u91CA\u7C7B\u578B\u58F0\u660E\u4E2D\u4EC5\u5141\u8BB8\u9ED8\u8BA4\u503C
       
   272 
       
   273 # 0: symbol
       
   274 compiler.err.doesnt.exist=\u7A0B\u5E8F\u5305{0}\u4E0D\u5B58\u5728
       
   275 
       
   276 # 0: type
       
   277 compiler.err.duplicate.annotation.invalid.repeated=\u6CE8\u91CA{0}\u4E0D\u662F\u6709\u6548\u7684\u53EF\u91CD\u590D\u6CE8\u91CA
       
   278 
       
   279 # 0: name, 1: type
       
   280 compiler.err.duplicate.annotation.member.value=\u6CE8\u91CA@{1}\u4E2D\u7684\u5143\u7D20 ''{0}'' \u91CD\u590D\u3002
       
   281 
       
   282 # 0: name, 1: unused
       
   283 compiler.err.duplicate.annotation.missing.container={0} \u4E0D\u662F\u53EF\u91CD\u590D\u7684\u6CE8\u91CA\u7C7B\u578B
       
   284 
       
   285 # 0: type, 1: unused
       
   286 compiler.err.invalid.repeatable.annotation=\u6CE8\u91CA\u91CD\u590D: \u4F7F\u7528\u65E0\u6548\u7684 @Repeatable \u6CE8\u91CA\u5BF9{0}\u8FDB\u884C\u4E86\u6CE8\u91CA
       
   287 
       
   288 # 0: symbol or type
       
   289 compiler.err.invalid.repeatable.annotation.no.value={0}\u4E0D\u662F\u6709\u6548\u7684 @Repeatable, \u672A\u58F0\u660E\u4EFB\u4F55\u503C\u5143\u7D20\u65B9\u6CD5
       
   290 
       
   291 # 0: type, 1: number
       
   292 compiler.err.invalid.repeatable.annotation.multiple.values={0}\u4E0D\u662F\u6709\u6548\u7684 @Repeatable, \u5DF2\u58F0\u660E {1} \u4E2A\u540D\u4E3A ''value'' \u7684\u5143\u7D20\u65B9\u6CD5
       
   293 
       
   294 # 0: type
       
   295 compiler.err.invalid.repeatable.annotation.invalid.value={0}\u4E0D\u662F\u6709\u6548\u7684 @Repeatable: \u503C\u5143\u7D20\u65E0\u6548
       
   296 
       
   297 # 0: symbol or type, 1: unused, 2: type
       
   298 compiler.err.invalid.repeatable.annotation.value.return=\u5305\u542B\u6CE8\u91CA\u7C7B\u578B ({0}) \u5FC5\u987B\u58F0\u660E\u7C7B\u578B{2}\u7684\u540D\u4E3A ''value'' \u7684\u5143\u7D20
       
   299 
       
   300 # 0: symbol or type, 1: symbol
       
   301 compiler.err.invalid.repeatable.annotation.elem.nondefault=\u5BF9\u4E8E\u5143\u7D20 {1}, \u5305\u542B\u6CE8\u91CA\u7C7B\u578B ({0}) \u6CA1\u6709\u9ED8\u8BA4\u503C
       
   302 
       
   303 # 0: symbol, 1: unused, 2: symbol, 3: unused
       
   304 compiler.err.invalid.repeatable.annotation.retention=\u5305\u542B\u6CE8\u91CA\u7C7B\u578B ({0}) \u7684\u4FDD\u7559\u671F\u77ED\u4E8E\u53EF\u91CD\u590D\u6CE8\u91CA\u7C7B\u578B ({2}) \u7684\u4FDD\u7559\u671F
       
   305 
       
   306 # 0: symbol, 1: symbol
       
   307 compiler.err.invalid.repeatable.annotation.not.documented=\u53EF\u91CD\u590D\u6CE8\u91CA\u7C7B\u578B ({1}) \u662F @Documented, \u800C\u5305\u542B\u6CE8\u91CA\u7C7B\u578B ({0}) \u5219\u4E0D\u662F
       
   308 
       
   309 # 0: symbol, 1: symbol
       
   310 compiler.err.invalid.repeatable.annotation.not.inherited=\u53EF\u91CD\u590D\u6CE8\u91CA\u7C7B\u578B ({1}) \u662F @Inherited, \u800C\u5305\u542B\u6CE8\u91CA\u7C7B\u578B ({0}) \u5219\u4E0D\u662F
       
   311 
       
   312 # 0: symbol, 1: symbol
       
   313 compiler.err.invalid.repeatable.annotation.incompatible.target=\u5305\u542B\u6CE8\u91CA\u7C7B\u578B ({0}) \u9002\u7528\u7684\u76EE\u6807\u591A\u4E8E\u53EF\u91CD\u590D\u6CE8\u91CA\u7C7B\u578B ({1})
       
   314 
       
   315 # 0: symbol
       
   316 compiler.err.invalid.repeatable.annotation.repeated.and.container.present=\u5BB9\u5668 {0} \u4E0D\u5F97\u4E0E\u5176\u5305\u542B\u7684\u5143\u7D20\u540C\u65F6\u5B58\u5728
       
   317 
       
   318 # 0: type, 1: symbol
       
   319 compiler.err.invalid.repeatable.annotation.not.applicable=\u5BB9\u5668{0}\u4E0D\u9002\u7528\u4E8E\u5143\u7D20 {1}
       
   320 
       
   321 # 0: type
       
   322 compiler.err.invalid.repeatable.annotation.not.applicable.in.context=\u5BB9\u5668{0}\u5728\u6B64\u7C7B\u578B\u4E0A\u4E0B\u6587\u4E2D\u4E0D\u9002\u7528
       
   323 
       
   324 # 0: name
       
   325 compiler.err.duplicate.class=\u7C7B\u91CD\u590D: {0}
       
   326 
       
   327 compiler.err.duplicate.case.label=case \u6807\u7B7E\u91CD\u590D
       
   328 
       
   329 compiler.err.duplicate.default.label=default \u6807\u7B7E\u91CD\u590D
       
   330 
       
   331 compiler.err.else.without.if=\u6709 ''if'', \u4F46\u662F\u6CA1\u6709 ''else''
       
   332 
       
   333 compiler.err.empty.char.lit=\u7A7A\u5B57\u7B26\u6587\u5B57
       
   334 
       
   335 # 0: symbol
       
   336 compiler.err.encl.class.required=\u9700\u8981\u5305\u542B{0}\u7684\u5C01\u95ED\u5B9E\u4F8B
       
   337 
       
   338 compiler.err.enum.annotation.must.be.enum.constant=\u679A\u4E3E\u6CE8\u91CA\u503C\u5FC5\u987B\u662F\u679A\u4E3E\u5E38\u91CF
       
   339 
       
   340 compiler.err.enum.cant.be.instantiated=\u65E0\u6CD5\u5B9E\u4F8B\u5316\u679A\u4E3E\u7C7B\u578B
       
   341 
       
   342 compiler.err.enum.label.must.be.unqualified.enum=\u679A\u4E3E switch case \u6807\u7B7E\u5FC5\u987B\u4E3A\u679A\u4E3E\u5E38\u91CF\u7684\u975E\u9650\u5B9A\u540D\u79F0
       
   343 
       
   344 compiler.err.enum.no.subclassing=\u7C7B\u65E0\u6CD5\u76F4\u63A5\u6269\u5C55 java.lang.Enum
       
   345 
       
   346 compiler.err.enum.types.not.extensible=\u679A\u4E3E\u7C7B\u578B\u4E0D\u53EF\u7EE7\u627F
       
   347 
       
   348 compiler.err.enum.no.finalize=\u679A\u4E3E\u4E0D\u80FD\u6709 finalize \u65B9\u6CD5
       
   349 
       
   350 # 0: file name, 1: string
       
   351 compiler.err.error.reading.file=\u8BFB\u53D6{0}\u65F6\u51FA\u9519; {1}
       
   352 
       
   353 # 0: type
       
   354 compiler.err.except.already.caught=\u5DF2\u6355\u83B7\u5230\u5F02\u5E38\u9519\u8BEF{0}
       
   355 
       
   356 # 0: type
       
   357 compiler.err.except.never.thrown.in.try=\u5728\u76F8\u5E94\u7684 try \u8BED\u53E5\u4E3B\u4F53\u4E2D\u4E0D\u80FD\u629B\u51FA\u5F02\u5E38\u9519\u8BEF{0}
       
   358 
       
   359 # 0: symbol
       
   360 compiler.err.final.parameter.may.not.be.assigned=\u4E0D\u80FD\u5206\u914D\u6700\u7EC8\u53C2\u6570{0}
       
   361 
       
   362 # 0: symbol
       
   363 compiler.err.try.resource.may.not.be.assigned=\u53EF\u80FD\u672A\u5206\u914D\u53EF\u81EA\u52A8\u5173\u95ED\u7684\u8D44\u6E90{0}
       
   364 
       
   365 # 0: symbol
       
   366 compiler.err.multicatch.parameter.may.not.be.assigned=\u53EF\u80FD\u672A\u5206\u914D multi-catch \u53C2\u6570{0}
       
   367 
       
   368 # 0: type, 1: type
       
   369 compiler.err.multicatch.types.must.be.disjoint=multi-catch \u8BED\u53E5\u4E2D\u7684\u66FF\u4EE3\u65E0\u6CD5\u901A\u8FC7\u5B50\u7C7B\u5316\u5173\u8054\n\u66FF\u4EE3{0}\u662F\u66FF\u4EE3{1}\u7684\u5B50\u7C7B
       
   370 
       
   371 compiler.err.finally.without.try=\u6709 ''finally'', \u4F46\u662F\u6CA1\u6709 ''try''
       
   372 
       
   373 # 0: type, 1: message segment
       
   374 compiler.err.foreach.not.applicable.to.type=for-each \u4E0D\u9002\u7528\u4E8E\u8868\u8FBE\u5F0F\u7C7B\u578B\n\u8981\u6C42: {1}\n\u627E\u5230:    {0}
       
   375 
       
   376 compiler.err.fp.number.too.large=\u6D6E\u70B9\u6570\u8FC7\u5927
       
   377 
       
   378 compiler.err.fp.number.too.small=\u6D6E\u70B9\u6570\u8FC7\u5C0F
       
   379 
       
   380 compiler.err.generic.array.creation=\u521B\u5EFA\u6CDB\u578B\u6570\u7EC4
       
   381 
       
   382 compiler.err.generic.throwable=\u6CDB\u578B\u7C7B\u4E0D\u80FD\u6269\u5C55 java.lang.Throwable
       
   383 
       
   384 # 0: symbol
       
   385 compiler.err.icls.cant.have.static.decl=\u5185\u90E8\u7C7B{0}\u4E2D\u7684\u9759\u6001\u58F0\u660E\u975E\u6CD5\n\u4FEE\u9970\u7B26 ''static'' \u4EC5\u5141\u8BB8\u5728\u5E38\u91CF\u53D8\u91CF\u58F0\u660E\u4E2D\u4F7F\u7528
       
   386 
       
   387 # 0: string
       
   388 compiler.err.illegal.char=\u975E\u6CD5\u5B57\u7B26: ''{0}''
       
   389 
       
   390 # 0: string, 1: string
       
   391 compiler.err.illegal.char.for.encoding=\u7F16\u7801 {1} \u7684\u4E0D\u53EF\u6620\u5C04\u5B57\u7B26 (0x{0})
       
   392 
       
   393 # 0: set of modifier, 1: set of modifier
       
   394 compiler.err.illegal.combination.of.modifiers=\u975E\u6CD5\u7684\u4FEE\u9970\u7B26\u7EC4\u5408: {0}\u548C{1}
       
   395 
       
   396 compiler.err.illegal.enum.static.ref=\u521D\u59CB\u5316\u7A0B\u5E8F\u4E2D\u5BF9\u9759\u6001\u5B57\u6BB5\u7684\u5F15\u7528\u4E0D\u5408\u6CD5
       
   397 
       
   398 compiler.err.illegal.esc.char=\u975E\u6CD5\u8F6C\u4E49\u7B26
       
   399 
       
   400 compiler.err.illegal.forward.ref=\u975E\u6CD5\u524D\u5411\u5F15\u7528
       
   401 
       
   402 # 0: symbol, 1: string
       
   403 compiler.err.not.in.profile={0}\u5728\u914D\u7F6E\u6587\u4EF6 ''{1}'' \u4E2D\u4E0D\u53EF\u7528
       
   404 
       
   405 # 0: symbol
       
   406 compiler.warn.forward.ref=\u5148\u5F15\u7528\u53D8\u91CF ''{0}'', \u7136\u540E\u518D\u5BF9\u5176\u521D\u59CB\u5316
       
   407 
       
   408 compiler.err.illegal.self.ref=\u521D\u59CB\u5316\u7A0B\u5E8F\u4E2D\u5B58\u5728\u81EA\u5F15\u7528
       
   409 
       
   410 # 0: symbol
       
   411 compiler.warn.self.ref=\u53D8\u91CF ''{0}'' \u7684\u521D\u59CB\u5316\u7A0B\u5E8F\u4E2D\u5B58\u5728\u81EA\u5F15\u7528
       
   412 
       
   413 compiler.err.illegal.generic.type.for.instof=instanceof \u7684\u6CDB\u578B\u7C7B\u578B\u4E0D\u5408\u6CD5
       
   414 
       
   415 # 0: type
       
   416 compiler.err.illegal.initializer.for.type={0}\u7684\u521D\u59CB\u5316\u7A0B\u5E8F\u4E0D\u5408\u6CD5
       
   417 
       
   418 compiler.err.illegal.line.end.in.char.lit=\u5B57\u7B26\u6587\u5B57\u7684\u884C\u7ED3\u5C3E\u4E0D\u5408\u6CD5
       
   419 
       
   420 compiler.err.illegal.nonascii.digit=\u975E\u6CD5\u7684\u975E ASCII \u6570\u5B57
       
   421 
       
   422 compiler.err.illegal.underscore=\u975E\u6CD5\u4E0B\u5212\u7EBF
       
   423 
       
   424 compiler.err.illegal.dot=\u975E\u6CD5 ''.''
       
   425 
       
   426 # 0: symbol
       
   427 compiler.err.illegal.qual.not.icls=\u975E\u6CD5\u9650\u5B9A\u7B26; {0}\u4E0D\u662F\u5185\u90E8\u7C7B
       
   428 
       
   429 compiler.err.illegal.start.of.expr=\u975E\u6CD5\u7684\u8868\u8FBE\u5F0F\u5F00\u59CB
       
   430 
       
   431 compiler.err.illegal.start.of.stmt=\u975E\u6CD5\u7684\u8BED\u53E5\u5F00\u59CB
       
   432 
       
   433 compiler.err.illegal.start.of.type=\u975E\u6CD5\u7684\u7C7B\u578B\u5F00\u59CB
       
   434 
       
   435 compiler.err.illegal.unicode.esc=\u975E\u6CD5\u7684 Unicode \u8F6C\u4E49
       
   436 
       
   437 # 0: symbol
       
   438 compiler.err.import.requires.canonical=\u5BFC\u5165\u9700\u8981{0}\u7684\u89C4\u8303\u540D\u79F0
       
   439 
       
   440 compiler.err.improperly.formed.type.param.missing=\u7C7B\u578B\u7684\u683C\u5F0F\u4E0D\u6B63\u786E, \u7F3A\u5C11\u67D0\u4E9B\u53C2\u6570
       
   441 
       
   442 compiler.err.improperly.formed.type.inner.raw.param=\u7C7B\u578B\u7684\u683C\u5F0F\u4E0D\u6B63\u786E, \u7ED9\u51FA\u4E86\u539F\u59CB\u7C7B\u578B\u7684\u7C7B\u578B\u53C2\u6570
       
   443 
       
   444 # 0: type, 1: type
       
   445 compiler.err.incomparable.types=\u4E0D\u53EF\u6BD4\u8F83\u7684\u7C7B\u578B: {0}\u548C{1}
       
   446 
       
   447 # 0: number
       
   448 compiler.err.int.number.too.large=\u8FC7\u5927\u7684\u6574\u6570: {0}
       
   449 
       
   450 compiler.err.intf.annotation.members.cant.have.params=\u6CE8\u91CA\u7C7B\u578B\u58F0\u660E\u4E2D\u7684\u5143\u7D20\u65E0\u6CD5\u58F0\u660E\u5F62\u53C2
       
   451 
       
   452 # 0: symbol
       
   453 compiler.err.intf.annotation.cant.have.type.params=\u6CE8\u91CA\u7C7B\u578B {0} \u4E0D\u80FD\u4E3A\u6CDB\u578B
       
   454 
       
   455 compiler.err.intf.annotation.members.cant.have.type.params=\u6CE8\u91CA\u7C7B\u578B\u58F0\u660E\u4E2D\u7684\u5143\u7D20\u4E0D\u80FD\u4E3A\u6CDB\u578B\u65B9\u6CD5
       
   456 
       
   457 # 0: symbol, 1: type
       
   458 compiler.err.intf.annotation.member.clash=\u6CE8\u91CA\u7C7B\u578B{1}\u58F0\u660E\u4E0E\u65B9\u6CD5 {0} \u540C\u540D\u7684\u5143\u7D20
       
   459 
       
   460 compiler.err.intf.expected.here=\u6B64\u5904\u9700\u8981\u63A5\u53E3
       
   461 
       
   462 compiler.err.intf.meth.cant.have.body=\u63A5\u53E3\u62BD\u8C61\u65B9\u6CD5\u4E0D\u80FD\u5E26\u6709\u4E3B\u4F53
       
   463 
       
   464 # 0: symbol
       
   465 compiler.err.invalid.annotation.member.type=\u6CE8\u91CA\u7C7B\u578B\u5143\u7D20 {0} \u7684\u7C7B\u578B\u65E0\u6548
       
   466 
       
   467 compiler.err.invalid.binary.number=\u4E8C\u8FDB\u5236\u6570\u5B57\u4E2D\u5FC5\u987B\u5305\u542B\u81F3\u5C11\u4E00\u4E2A\u4E8C\u8FDB\u5236\u6570
       
   468 
       
   469 compiler.err.invalid.hex.number=\u5341\u516D\u8FDB\u5236\u6570\u5B57\u5FC5\u987B\u5305\u542B\u81F3\u5C11\u4E00\u4F4D\u5341\u516D\u8FDB\u5236\u6570
       
   470 
       
   471 compiler.err.invalid.meth.decl.ret.type.req=\u65B9\u6CD5\u58F0\u660E\u65E0\u6548; \u9700\u8981\u8FD4\u56DE\u7C7B\u578B
       
   472 
       
   473 compiler.err.varargs.and.old.array.syntax=variable-arity \u53C2\u6570\u4E2D\u4E0D\u5141\u8BB8\u4F7F\u7528\u4F20\u7EDF\u6570\u7EC4\u8BB0\u53F7
       
   474 
       
   475 compiler.err.varargs.and.receiver =\u63A5\u6536\u65B9\u53C2\u6570\u4E0D\u5141\u8BB8\u4F7F\u7528 varargs \u8BB0\u53F7
       
   476 
       
   477 compiler.err.varargs.must.be.last =varargs \u53C2\u6570\u5FC5\u987B\u662F\u6700\u540E\u4E00\u4E2A\u53C2\u6570
       
   478 
       
   479 compiler.err.array.and.receiver =\u63A5\u6536\u65B9\u53C2\u6570\u4E0D\u5141\u8BB8\u4F7F\u7528\u4F20\u7EDF\u6570\u7EC4\u8BB0\u53F7
       
   480 
       
   481 compiler.err.variable.not.allowed=\u6B64\u5904\u4E0D\u5141\u8BB8\u4F7F\u7528\u53D8\u91CF\u58F0\u660E
       
   482 
       
   483 # 0: name
       
   484 compiler.err.label.already.in.use=\u6807\u7B7E{0}\u5DF2\u4F7F\u7528
       
   485 
       
   486 # 0: symbol
       
   487 compiler.err.local.var.accessed.from.icls.needs.final=\u4ECE\u5185\u90E8\u7C7B\u4E2D\u8BBF\u95EE\u672C\u5730\u53D8\u91CF{0}; \u9700\u8981\u88AB\u58F0\u660E\u4E3A\u6700\u7EC8\u7C7B\u578B
       
   488 
       
   489 compiler.err.local.enum=\u679A\u4E3E\u7C7B\u578B\u4E0D\u80FD\u4E3A\u672C\u5730\u7C7B\u578B
       
   490 
       
   491 compiler.err.cannot.create.array.with.type.arguments=\u65E0\u6CD5\u521B\u5EFA\u5177\u6709\u7C7B\u578B\u53D8\u91CF\u7684\u6570\u7EC4
       
   492 
       
   493 compiler.err.cannot.create.array.with.diamond=\u65E0\u6CD5\u521B\u5EFA\u5177\u6709 ''<>'' \u7684\u6570\u7EC4
       
   494 
       
   495 compiler.err.invalid.module.directive=\u9884\u671F\u4E3A\u6A21\u5757\u6307\u4EE4\u5173\u952E\u5B57\u6216 ''}''
       
   496 
       
   497 #
       
   498 # limits.  We don't give the limits in the diagnostic because we expect
       
   499 # them to change, yet we want to use the same diagnostic.  These are all
       
   500 # detected during code generation.
       
   501 #
       
   502 compiler.err.limit.code=\u4EE3\u7801\u8FC7\u957F
       
   503 
       
   504 compiler.err.limit.code.too.large.for.try.stmt=try \u8BED\u53E5\u7684\u4EE3\u7801\u8FC7\u957F
       
   505 
       
   506 compiler.err.limit.dimensions=\u6570\u7EC4\u7C7B\u578B\u7EF4\u8FC7\u591A
       
   507 
       
   508 compiler.err.limit.locals=\u672C\u5730\u53D8\u91CF\u8FC7\u591A
       
   509 
       
   510 compiler.err.limit.parameters=\u53C2\u6570\u8FC7\u591A
       
   511 
       
   512 compiler.err.limit.pool=\u5E38\u91CF\u8FC7\u591A
       
   513 
       
   514 compiler.err.limit.pool.in.class=\u7C7B{0}\u4E2D\u7684\u5E38\u91CF\u8FC7\u591A
       
   515 
       
   516 compiler.err.limit.stack=\u4EE3\u7801\u9700\u8981\u8FC7\u591A\u5806\u6808
       
   517 
       
   518 compiler.err.limit.string=\u5E38\u91CF\u5B57\u7B26\u4E32\u8FC7\u957F
       
   519 
       
   520 compiler.err.limit.string.overflow=\u5BF9\u4E8E\u5E38\u91CF\u6C60\u6765\u8BF4, \u5B57\u7B26\u4E32 "{0}..." \u7684 UTF8 \u8868\u793A\u8FC7\u957F
       
   521 
       
   522 compiler.err.malformed.fp.lit=\u6D6E\u70B9\u6587\u5B57\u7684\u683C\u5F0F\u9519\u8BEF
       
   523 
       
   524 compiler.err.method.does.not.override.superclass=\u65B9\u6CD5\u4E0D\u4F1A\u8986\u76D6\u6216\u5B9E\u73B0\u8D85\u7C7B\u578B\u7684\u65B9\u6CD5
       
   525 
       
   526 compiler.err.missing.meth.body.or.decl.abstract=\u7F3A\u5C11\u65B9\u6CD5\u4E3B\u4F53, \u6216\u58F0\u660E\u62BD\u8C61
       
   527 
       
   528 compiler.err.missing.ret.stmt=\u7F3A\u5C11\u8FD4\u56DE\u8BED\u53E5
       
   529 
       
   530 # 0: unused
       
   531 compiler.misc.missing.ret.val=\u7F3A\u5C11\u8FD4\u56DE\u503C
       
   532 
       
   533 compiler.misc.unexpected.ret.val=\u610F\u5916\u7684\u8FD4\u56DE\u503C
       
   534 
       
   535 # 0: set of modifier
       
   536 compiler.err.mod.not.allowed.here=\u6B64\u5904\u4E0D\u5141\u8BB8\u4F7F\u7528\u4FEE\u9970\u7B26{0}
       
   537 
       
   538 compiler.err.intf.not.allowed.here=\u6B64\u5904\u4E0D\u5141\u8BB8\u4F7F\u7528\u63A5\u53E3
       
   539 
       
   540 compiler.err.enums.must.be.static=\u53EA\u6709\u5728\u9759\u6001\u4E0A\u4E0B\u6587\u4E2D\u624D\u5141\u8BB8\u4F7F\u7528\u679A\u4E3E\u58F0\u660E
       
   541 
       
   542 # 0: symbol, 1: symbol
       
   543 compiler.err.name.clash.same.erasure=\u540D\u79F0\u51B2\u7A81: {0}\u548C{1}\u5177\u6709\u76F8\u540C\u7591\u7B26
       
   544 
       
   545 # 0: symbol, 1: symbol, 2: symbol, 3: symbol, 4: unused, 5: unused
       
   546 compiler.err.name.clash.same.erasure.no.override=\u540D\u79F0\u51B2\u7A81: {1}\u4E2D\u7684{0}\u548C{3}\u4E2D\u7684{2}\u5177\u6709\u76F8\u540C\u7591\u7B26, \u4F46\u4E24\u8005\u5747\u4E0D\u8986\u76D6\u5BF9\u65B9
       
   547 
       
   548 # 0: symbol, 1: symbol, 2: symbol, 3: symbol, 4: symbol, 5: symbol
       
   549 compiler.err.name.clash.same.erasure.no.override.1=\u540D\u79F0\u51B2\u7A81: {1} \u4E2D\u7684 {0} \u8986\u76D6\u7684\u65B9\u6CD5\u7684\u7591\u7B26\u4E0E\u53E6\u4E00\u4E2A\u65B9\u6CD5\u7684\u76F8\u540C, \u4F46\u4E24\u8005\u5747\u4E0D\u8986\u76D6\u5BF9\u65B9\n\u7B2C\u4E00\u4E2A\u65B9\u6CD5:  {3} \u4E2D\u7684 {2}\n\u7B2C\u4E8C\u4E2A\u65B9\u6CD5: {5} \u4E2D\u7684 {4}
       
   550 
       
   551 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
   552 compiler.err.name.clash.same.erasure.no.hide=\u540D\u79F0\u51B2\u7A81: {1} \u4E2D\u7684 {0} \u548C {3} \u4E2D\u7684 {2} \u5177\u6709\u76F8\u540C\u7591\u7B26, \u4F46\u4E24\u8005\u5747\u4E0D\u9690\u85CF\u5BF9\u65B9
       
   553 
       
   554 compiler.err.name.reserved.for.internal.use={0}\u4E3A\u5185\u90E8\u4F7F\u7528\u4FDD\u7559
       
   555 
       
   556 compiler.err.native.meth.cant.have.body=\u672C\u673A\u65B9\u6CD5\u4E0D\u80FD\u5E26\u6709\u4E3B\u4F53
       
   557 
       
   558 # 0: type, 1: type
       
   559 compiler.err.neither.conditional.subtype=? \u7684\u4E0D\u517C\u5BB9\u7C7B\u578B: \u4E24\u8005\u90FD\u4E0D\u662F\u5BF9\u65B9\u7684\u5B50\u7C7B\u578B\n\u7B2C\u4E8C\u4E2A\u64CD\u4F5C\u6570: {0}\n\u7B2C\u4E09\u4E2A\u64CD\u4F5C\u6570: {1}
       
   560 
       
   561 
       
   562 # 0: message segment
       
   563 compiler.misc.incompatible.type.in.conditional=\u6761\u4EF6\u8868\u8FBE\u5F0F\u4E2D\u7684\u7C7B\u578B\u9519\u8BEF\n{0}
       
   564 
       
   565 compiler.misc.conditional.target.cant.be.void=\u6761\u4EF6\u8868\u8FBE\u5F0F\u7684\u76EE\u6807\u7C7B\u578B\u4E0D\u80FD\u4E3A\u7A7A
       
   566 
       
   567 # 0: type
       
   568 compiler.misc.incompatible.ret.type.in.lambda=lambda \u8868\u8FBE\u5F0F\u4E2D\u7684\u8FD4\u56DE\u7C7B\u578B\u9519\u8BEF\n{0}
       
   569 
       
   570 compiler.misc.stat.expr.expected=lambda \u4E3B\u4F53\u4E0E void \u51FD\u6570\u63A5\u53E3\u4E0D\u517C\u5BB9\n(\u8BF7\u8003\u8651\u4F7F\u7528\u5757 lambda \u4E3B\u4F53, \u6216\u8005\u6539\u4E3A\u4F7F\u7528\u8BED\u53E5\u8868\u8FBE\u5F0F)
       
   571 
       
   572 # 0: type
       
   573 compiler.misc.incompatible.ret.type.in.mref=\u65B9\u6CD5\u5F15\u7528\u4E2D\u7684\u8FD4\u56DE\u7C7B\u578B\u9519\u8BEF\n{0}
       
   574 
       
   575 compiler.err.lambda.body.neither.value.nor.void.compatible=lambda \u4E3B\u4F53\u4E0D\u662F\u503C, \u4E5F\u4E0D\u4E0E void \u517C\u5BB9
       
   576 
       
   577 # 0: list of type
       
   578 compiler.err.incompatible.thrown.types.in.mref=\u65B9\u6CD5\u5F15\u7528\u4E2D\u629B\u51FA\u7684\u7C7B\u578B{0}\u4E0D\u517C\u5BB9
       
   579 
       
   580 compiler.misc.incompatible.arg.types.in.lambda=lambda \u8868\u8FBE\u5F0F\u4E2D\u7684\u53C2\u6570\u7C7B\u578B\u4E0D\u517C\u5BB9
       
   581 
       
   582 compiler.misc.incompatible.arg.types.in.mref=\u65B9\u6CD5\u5F15\u7528\u4E2D\u7684\u53C2\u6570\u7C7B\u578B\u4E0D\u517C\u5BB9
       
   583 
       
   584 compiler.err.new.not.allowed.in.annotation=\u6CE8\u91CA\u4E2D\u4E0D\u5141\u8BB8\u4F7F\u7528 ''new''
       
   585 
       
   586 compiler.err.no.annotation.member={1}\u4E2D\u6CA1\u6709\u6CE8\u91CA\u6210\u5458{0}
       
   587 
       
   588 compiler.err.no.encl.instance.of.type.in.scope=\u4F5C\u7528\u57DF\u4E2D\u6CA1\u6709\u7C7B\u578B\u4E3A{0}\u7684\u5C01\u95ED\u5B9E\u4F8B
       
   589 
       
   590 compiler.err.no.intf.expected.here=\u6B64\u5904\u4E0D\u9700\u8981\u63A5\u53E3
       
   591 
       
   592 compiler.err.no.match.entry={0}\u5728{1}\u7684\u6761\u76EE\u4E2D\u6CA1\u6709\u5339\u914D\u9879; \u9700\u8981{2}
       
   593 
       
   594 compiler.err.not.annotation.type={0}\u4E0D\u662F\u6CE8\u91CA\u7C7B\u578B
       
   595 
       
   596 # 0: symbol, 1: symbol, 2: message segment
       
   597 compiler.err.not.def.access.package.cant.access={0} \u4E0D\u53EF\u89C1\n({2})
       
   598 
       
   599 # 0: symbol, 1: symbol, 2: message segment
       
   600 compiler.misc.not.def.access.package.cant.access={0} \u4E0D\u53EF\u89C1\n({2})
       
   601 
       
   602 # 0: symbol, 1: message segment
       
   603 compiler.err.package.not.visible=\u7A0B\u5E8F\u5305 {0} \u4E0D\u53EF\u89C1\n({1})
       
   604 
       
   605 # 0: symbol, 1: message segment
       
   606 compiler.misc.package.not.visible=\u7A0B\u5E8F\u5305 {0} \u4E0D\u53EF\u89C1\n({1})
       
   607 
       
   608 # {0} - current module
       
   609 # {1} - package in which the invisible class is declared
       
   610 # {2} - module in which {1} is declared
       
   611 # 0: symbol, 1: symbol, 2: symbol
       
   612 compiler.misc.not.def.access.does.not.read=\u7A0B\u5E8F\u5305 {1} \u5DF2\u5728\u6A21\u5757 {2} \u4E2D\u58F0\u660E, \u4F46\u6A21\u5757 {0} \u672A\u8BFB\u53D6\u5B83
       
   613 
       
   614 # {0} - package in which the invisible class is declared
       
   615 # {1} - module in which {0} is declared
       
   616 # 0: symbol, 1: symbol
       
   617 compiler.misc.not.def.access.does.not.read.from.unnamed=\u7A0B\u5E8F\u5305 {0} \u5DF2\u5728\u6A21\u5757 {1} \u4E2D\u58F0\u660E, \u4F46\u8BE5\u6A21\u5757\u4E0D\u5728\u6A21\u5757\u56FE\u4E2D
       
   618 
       
   619 # {0} - package in which the invisible class is declared
       
   620 # {1} - current module
       
   621 # 0: symbol, 1: symbol
       
   622 compiler.misc.not.def.access.does.not.read.unnamed=\u7A0B\u5E8F\u5305 {0} \u5DF2\u5728\u672A\u547D\u540D\u6A21\u5757\u4E2D\u58F0\u660E, \u4F46\u6A21\u5757 {0} \u672A\u8BFB\u53D6\u5B83
       
   623 
       
   624 # {0} - package in which the invisible class is declared
       
   625 # {1} - module in which {0} is declared
       
   626 # 0: symbol, 1: symbol
       
   627 compiler.misc.not.def.access.not.exported=\u7A0B\u5E8F\u5305 {0} \u5DF2\u5728\u6A21\u5757 {1} \u4E2D\u58F0\u660E, \u4F46\u8BE5\u6A21\u5757\u672A\u5BFC\u51FA\u5B83
       
   628 
       
   629 # {0} - package in which the invisible class is declared
       
   630 # {1} - module in which {0} is declared
       
   631 # 0: symbol, 1: symbol
       
   632 compiler.misc.not.def.access.not.exported.from.unnamed=\u7A0B\u5E8F\u5305 {0} \u5DF2\u5728\u6A21\u5757 {1} \u4E2D\u58F0\u660E, \u4F46\u8BE5\u6A21\u5757\u672A\u5BFC\u51FA\u5B83
       
   633 
       
   634 # {0} - package in which the invisible class is declared
       
   635 # {1} - module in which {0} is declared
       
   636 # {2} - current module
       
   637 # 0: symbol, 1: symbol, 2: symbol
       
   638 compiler.misc.not.def.access.not.exported.to.module=\u7A0B\u5E8F\u5305 {0} \u5DF2\u5728\u6A21\u5757 {1} \u4E2D\u58F0\u660E, \u4F46\u8BE5\u6A21\u5757\u672A\u5C06\u5B83\u5BFC\u51FA\u5230\u6A21\u5757 {2}
       
   639 
       
   640 # {0} - package in which the invisible class is declared
       
   641 # {1} - module in which {0} is declared
       
   642 # 0: symbol, 1: symbol
       
   643 compiler.misc.not.def.access.not.exported.to.module.from.unnamed=\u7A0B\u5E8F\u5305 {0} \u5DF2\u5728\u6A21\u5757 {1} \u4E2D\u58F0\u660E, \u4F46\u8BE5\u6A21\u5757\u672A\u5C06\u5B83\u5BFC\u51FA\u5230\u672A\u547D\u540D\u6A21\u5757
       
   644 
       
   645 # 0: symbol, 1: symbol
       
   646 compiler.err.not.def.access.class.intf.cant.access={1}.{0} \u662F\u5728\u4E0D\u53EF\u8BBF\u95EE\u7684\u7C7B\u6216\u63A5\u53E3\u4E2D\u5B9A\u4E49\u7684
       
   647 
       
   648 # 0: symbol, 1: symbol
       
   649 compiler.misc.not.def.access.class.intf.cant.access={1}.{0} \u662F\u5728\u4E0D\u53EF\u8BBF\u95EE\u7684\u7C7B\u6216\u63A5\u53E3\u4E2D\u5B9A\u4E49\u7684
       
   650 
       
   651 # 0: symbol, 1: symbol, 2: symbol, 3: message segment
       
   652 compiler.err.not.def.access.class.intf.cant.access.reason=\u7A0B\u5E8F\u5305 {2} \u4E2D\u7684 {1}.{0} \u4E0D\u53EF\u8BBF\u95EE\n({3})
       
   653 
       
   654 # 0: symbol, 1: symbol, 2: symbol, 3: message segment
       
   655 compiler.misc.not.def.access.class.intf.cant.access.reason=\u7A0B\u5E8F\u5305 {2} \u4E2D\u7684 {1}.{0} \u4E0D\u53EF\u8BBF\u95EE\n({3})
       
   656 
       
   657 # 0: symbol, 1: list of type, 2: type
       
   658 compiler.misc.cant.access.inner.cls.constr=\u65E0\u6CD5\u8BBF\u95EE\u6784\u9020\u5668 {0}({1})\n\u4F5C\u7528\u57DF\u4E2D\u6CA1\u6709\u7C7B\u578B\u4E3A{2}\u7684\u5C01\u95ED\u5B9E\u4F8B
       
   659 
       
   660 # 0: symbol, 1: symbol
       
   661 compiler.err.not.def.public.cant.access={0}\u5728{1}\u4E2D\u4E0D\u662F\u516C\u5171\u7684; \u65E0\u6CD5\u4ECE\u5916\u90E8\u7A0B\u5E8F\u5305\u4E2D\u5BF9\u5176\u8FDB\u884C\u8BBF\u95EE
       
   662 
       
   663 # 0: symbol, 1: symbol
       
   664 compiler.err.not.def.public={0} \u5728 {1} \u4E2D\u4E0D\u662F\u516C\u5171\u7684
       
   665 
       
   666 # 0: symbol, 1: symbol
       
   667 compiler.misc.not.def.public.cant.access={0}\u5728{1}\u4E2D\u4E0D\u662F\u516C\u5171\u7684; \u65E0\u6CD5\u4ECE\u5916\u90E8\u7A0B\u5E8F\u5305\u4E2D\u5BF9\u5176\u8FDB\u884C\u8BBF\u95EE
       
   668 
       
   669 # 0: name
       
   670 compiler.err.not.loop.label=\u4E0D\u662F loop \u6807\u7B7E: {0}
       
   671 
       
   672 compiler.err.not.stmt=\u4E0D\u662F\u8BED\u53E5
       
   673 
       
   674 # 0: symbol
       
   675 compiler.err.not.encl.class=\u4E0D\u662F\u5C01\u95ED\u7C7B: {0}
       
   676 
       
   677 # 0: name, 1: type
       
   678 compiler.err.operator.cant.be.applied=\u4E00\u5143\u8FD0\u7B97\u7B26 ''{0}'' \u7684\u64CD\u4F5C\u6570\u7C7B\u578B{1}\u9519\u8BEF
       
   679 
       
   680 # 0: name, 1: type, 2: type
       
   681 compiler.err.operator.cant.be.applied.1=\u4E8C\u5143\u8FD0\u7B97\u7B26 ''{0}'' \u7684\u64CD\u4F5C\u6570\u7C7B\u578B\u9519\u8BEF\n\u7B2C\u4E00\u4E2A\u7C7B\u578B:  {1}\n\u7B2C\u4E8C\u4E2A\u7C7B\u578B: {2}
       
   682 
       
   683 compiler.err.pkg.annotations.sb.in.package-info.java=\u7A0B\u5E8F\u5305\u6CE8\u91CA\u5E94\u5728\u6587\u4EF6 package-info.java \u4E2D
       
   684 
       
   685 compiler.err.no.pkg.in.module-info.java=\u6587\u4EF6 module-info.java \u4E2D\u4E0D\u5141\u8BB8\u4F7F\u7528\u7A0B\u5E8F\u5305\u58F0\u660E
       
   686 
       
   687 # 0: symbol
       
   688 compiler.err.pkg.clashes.with.class.of.same.name=\u7A0B\u5E8F\u5305{0}\u4E0E\u5E26\u6709\u76F8\u540C\u540D\u79F0\u7684\u7C7B\u51B2\u7A81
       
   689 
       
   690 compiler.err.warnings.and.werror=\u53D1\u73B0\u8B66\u544A, \u4F46\u6307\u5B9A\u4E86 -Werror
       
   691 
       
   692 # Errors related to annotation processing
       
   693 
       
   694 # 0: symbol, 1: string, 2: string (stack-trace)
       
   695 compiler.err.proc.cant.access=\u65E0\u6CD5\u8BBF\u95EE{0}\n{1}\n\u6709\u5173\u8BE6\u7EC6\u4FE1\u606F, \u8BF7\u53C2\u9605\u4EE5\u4E0B\u5806\u6808\u8DDF\u8E2A\u3002\n{2}
       
   696 
       
   697 # 0: symbol, 1: string
       
   698 compiler.err.proc.cant.access.1=\u65E0\u6CD5\u8BBF\u95EE{0}\n{1}
       
   699 
       
   700 # 0: string
       
   701 compiler.err.proc.cant.find.class=\u627E\u4E0D\u5230 ''{0}'' \u7684\u7C7B\u6587\u4EF6\u3002
       
   702 
       
   703 # Print a client-generated error message; assumed to be localized, no translation required
       
   704 # 0: string
       
   705 compiler.err.proc.messager={0}
       
   706 
       
   707 # 0: list of string
       
   708 compiler.err.proc.no.explicit.annotation.processing.requested=\u4EC5\u5F53\u663E\u5F0F\u8BF7\u6C42\u6CE8\u91CA\u5904\u7406\u65F6\u624D\u63A5\u53D7\u7C7B\u540D\u79F0 ''{0}''
       
   709 
       
   710 compiler.err.proc.no.service=ServiceLoader \u4E0D\u53EF\u7528, \u4F46\u5B83\u662F\u6CE8\u91CA\u5904\u7406\u6240\u5FC5\u9700\u7684\u3002
       
   711 
       
   712 compiler.err.proc.processor.bad.option.name=\u5904\u7406\u7A0B\u5E8F ''{1}'' \u63D0\u4F9B\u7684\u9009\u9879\u540D\u79F0 ''{0}'' \u9519\u8BEF
       
   713 
       
   714 # 0: string
       
   715 compiler.err.proc.processor.cant.instantiate=\u65E0\u6CD5\u5B9E\u4F8B\u5316\u5904\u7406\u7A0B\u5E8F ''{0}'' \u7684\u5B9E\u4F8B
       
   716 
       
   717 # 0: string
       
   718 compiler.err.proc.processor.not.found=\u627E\u4E0D\u5230\u6CE8\u91CA\u5904\u7406\u7A0B\u5E8F ''{0}''
       
   719 
       
   720 # 0: string
       
   721 compiler.err.proc.processor.wrong.type=\u6CE8\u91CA\u5904\u7406\u7A0B\u5E8F ''{0}'' \u672A\u5B9E\u73B0 javax.annotation.processing.Processor
       
   722 
       
   723 compiler.err.proc.service.problem=\u521B\u5EFA\u670D\u52A1\u52A0\u8F7D\u5668\u4EE5\u52A0\u8F7D\u5904\u7406\u7A0B\u5E8F\u65F6\u51FA\u9519\u3002
       
   724 
       
   725 compiler.err.proc.bad.config.file=\u670D\u52A1\u914D\u7F6E\u6587\u4EF6\u4E0D\u6B63\u786E, \u6216\u6784\u9020\u5904\u7406\u7A0B\u5E8F\u5BF9\u8C61{0}\u65F6\u629B\u51FA\u5F02\u5E38\u9519\u8BEF
       
   726 
       
   727 compiler.err.proc.cant.create.loader=\u65E0\u6CD5\u4E3A\u6CE8\u91CA\u5904\u7406\u7A0B\u5E8F{0}\u521B\u5EFA\u7C7B\u52A0\u8F7D\u5668
       
   728 
       
   729 # 0: unused
       
   730 compiler.err.qualified.new.of.static.class=\u9650\u5B9A\u7684\u65B0\u9759\u6001\u7C7B
       
   731 
       
   732 compiler.err.recursive.ctor.invocation=\u9012\u5F52\u6784\u9020\u5668\u8C03\u7528
       
   733 
       
   734 # 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol
       
   735 compiler.err.ref.ambiguous=\u5BF9{0}\u7684\u5F15\u7528\u4E0D\u660E\u786E\n{3} \u4E2D\u7684{1} {2} \u548C {6} \u4E2D\u7684{4} {5} \u90FD\u5339\u914D
       
   736 
       
   737 # 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol
       
   738 compiler.misc.ref.ambiguous=\u5BF9{0}\u7684\u5F15\u7528\u4E0D\u660E\u786E\n{3} \u4E2D\u7684{1} {2} \u548C {6} \u4E2D\u7684{4} {5} \u90FD\u5339\u914D
       
   739 
       
   740 compiler.err.repeated.annotation.target=\u6CE8\u91CA\u76EE\u6807\u91CD\u590D
       
   741 
       
   742 compiler.err.repeated.interface=\u63A5\u53E3\u91CD\u590D
       
   743 
       
   744 compiler.err.repeated.modifier=\u4FEE\u9970\u7B26\u91CD\u590D
       
   745 
       
   746 # 0: symbol, 1: set of modifier, 2: symbol
       
   747 compiler.err.report.access={0}\u53EF\u4EE5\u5728{2}\u4E2D\u8BBF\u95EE{1}
       
   748 
       
   749 # 0: symbol, 1: set of modifier, 2: symbol
       
   750 compiler.misc.report.access={0}\u53EF\u4EE5\u5728{2}\u4E2D\u8BBF\u95EE{1}
       
   751 
       
   752 compiler.err.ret.outside.meth=\u8FD4\u56DE\u5916\u90E8\u65B9\u6CD5
       
   753 
       
   754 compiler.err.signature.doesnt.match.supertype=\u7B7E\u540D\u4E0E{0}\u4E0D\u5339\u914D; \u4E0D\u517C\u5BB9\u7684\u8D85\u7C7B\u578B
       
   755 
       
   756 compiler.err.signature.doesnt.match.intf=\u7B7E\u540D\u4E0E{0}\u4E0D\u5339\u914D; \u4E0D\u517C\u5BB9\u7684\u63A5\u53E3
       
   757 
       
   758 # 0: number, 1: number
       
   759 compiler.err.method.invoked.with.incorrect.number.arguments=\u4F7F\u7528\u4E0D\u6B63\u786E\u6570\u91CF\u7684\u53C2\u6570\u8C03\u7528\u4E86\u65B9\u6CD5; \u9884\u671F\u4E3A {0} \u4E2A, \u627E\u5230 {1} \u4E2A
       
   760 
       
   761 # 0: symbol, 1: symbol, 2: symbol
       
   762 compiler.err.does.not.override.abstract={0}\u4E0D\u662F\u62BD\u8C61\u7684, \u5E76\u4E14\u672A\u8986\u76D6{2}\u4E2D\u7684\u62BD\u8C61\u65B9\u6CD5{1}
       
   763 
       
   764 compiler.err.source.cant.overwrite.input.file=\u5199\u5165\u6E90\u65F6\u51FA\u9519; \u65E0\u6CD5\u8986\u76D6\u8F93\u5165\u6587\u4EF6{0}
       
   765 
       
   766 compiler.err.stack.sim.error=\u5185\u90E8\u9519\u8BEF: {0}\u4E2D\u7684\u5806\u6808 sim \u9519\u8BEF
       
   767 
       
   768 compiler.err.static.imp.only.classes.and.interfaces=\u4EC5\u4ECE\u7C7B\u548C\u63A5\u53E3\u9759\u6001\u5BFC\u5165
       
   769 
       
   770 compiler.err.string.const.req=\u9700\u8981\u5E38\u91CF\u5B57\u7B26\u4E32\u8868\u8FBE\u5F0F
       
   771 
       
   772 # 0: symbol, 1: symbol
       
   773 compiler.err.synthetic.name.conflict=\u7B26\u53F7{0}\u4E0E{1}\u4E2D\u7684 compiler-synthesized \u7B26\u53F7\u51B2\u7A81
       
   774 
       
   775 compiler.err.throws.not.allowed.in.intf.annotation=@interface \u6210\u5458\u4E2D\u4E0D\u5141\u8BB8\u4F7F\u7528 throws \u5B50\u53E5
       
   776 
       
   777 compiler.err.try.without.catch.or.finally=\u6709 ''try'', \u4F46\u662F\u6CA1\u6709 ''catch'' \u6216 ''finally''
       
   778 
       
   779 compiler.err.try.without.catch.finally.or.resource.decls=''try'' \u4E0D\u5E26\u6709 ''catch'', ''finally'' \u6216\u8D44\u6E90\u58F0\u660E
       
   780 
       
   781 # 0: symbol
       
   782 compiler.err.type.doesnt.take.params=\u7C7B\u578B{0}\u4E0D\u5E26\u6709\u53C2\u6570
       
   783 
       
   784 compiler.err.type.var.cant.be.deref=\u65E0\u6CD5\u4ECE\u7C7B\u578B\u53D8\u91CF\u4E2D\u8FDB\u884C\u9009\u62E9
       
   785 
       
   786 compiler.err.type.var.may.not.be.followed.by.other.bounds=\u7C7B\u578B\u53D8\u91CF\u540E\u9762\u4E0D\u80FD\u5E26\u6709\u5176\u4ED6\u9650\u5236\u8303\u56F4
       
   787 
       
   788 compiler.err.type.var.more.than.once=\u7C7B\u578B\u53D8\u91CF{0}\u5728{1}\u7684\u7ED3\u679C\u7C7B\u578B\u4E2D\u591A\u6B21\u51FA\u73B0; \u5FC5\u987B\u5BF9\u5176\u8FDB\u884C\u5B9E\u4F8B\u5316
       
   789 
       
   790 compiler.err.type.var.more.than.once.in.result=\u7C7B\u578B\u53D8\u91CF{0}\u5728{1}\u7684\u7C7B\u578B\u4E2D\u591A\u6B21\u51FA\u73B0; \u5FC5\u987B\u5BF9\u5176\u8FDB\u884C\u5B9E\u4F8B\u5316
       
   791 
       
   792 # 0: type, 1: type, 2: string
       
   793 compiler.err.types.incompatible.diff.ret=\u7C7B\u578B{0}\u548C{1}\u4E0D\u517C\u5BB9; \u4E24\u8005\u90FD\u5B9A\u4E49\u4E86{2}, \u4F46\u5374\u5E26\u6709\u4E0D\u76F8\u5173\u7684\u8FD4\u56DE\u7C7B\u578B
       
   794 
       
   795 # 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol
       
   796 compiler.err.types.incompatible.unrelated.defaults={0} {1}\u4ECE\u7C7B\u578B {4} \u548C {5} \u4E2D\u7EE7\u627F\u4E86{2}({3}) \u7684\u4E0D\u76F8\u5173\u9ED8\u8BA4\u503C
       
   797 
       
   798 # 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol
       
   799 compiler.err.types.incompatible.abstract.default={0} {1}\u4ECE\u7C7B\u578B {4} \u548C {5} \u4E2D\u7EE7\u627F\u4E86{2}({3}) \u7684\u62BD\u8C61\u548C\u9ED8\u8BA4\u503C
       
   800 
       
   801 # 0: name, 1: kind name, 2: symbol
       
   802 compiler.err.default.overrides.object.member={1} {2} \u4E2D\u7684\u9ED8\u8BA4\u65B9\u6CD5{0}\u8986\u76D6\u4E86 java.lang.Object \u7684\u6210\u5458
       
   803 
       
   804 # 0: type
       
   805 compiler.err.illegal.static.intf.meth.call=\u9759\u6001\u63A5\u53E3\u65B9\u6CD5\u8C03\u7528\u975E\u6CD5\n\u5E94\u5C06\u63A5\u6536\u65B9\u8868\u8FBE\u5F0F\u66FF\u6362\u4E3A\u7C7B\u578B\u9650\u5B9A\u7B26 ''{0}''
       
   806 
       
   807 # 0: type, 1: message segment
       
   808 compiler.err.illegal.default.super.call=\u9ED8\u8BA4\u8D85\u7EA7\u8C03\u7528\u4E2D\u7684\u7C7B\u578B\u9650\u5B9A\u7B26{0}\u9519\u8BEF\n{1}
       
   809 
       
   810 # 0: symbol, 1: type
       
   811 compiler.misc.overridden.default=\u8986\u76D6\u4E86{1}\u4E2D\u7684\u65B9\u6CD5 {0}
       
   812 
       
   813 # 0: symbol, 1: type or symbol
       
   814 compiler.misc.redundant.supertype=\u5197\u4F59\u63A5\u53E3 {0} \u5DF2\u7531 {1} \u6269\u5C55
       
   815 
       
   816 compiler.err.unclosed.char.lit=\u672A\u7ED3\u675F\u7684\u5B57\u7B26\u6587\u5B57
       
   817 
       
   818 compiler.err.unclosed.comment=\u672A\u7ED3\u675F\u7684\u6CE8\u91CA
       
   819 
       
   820 compiler.err.unclosed.str.lit=\u672A\u7ED3\u675F\u7684\u5B57\u7B26\u4E32\u6587\u5B57
       
   821 
       
   822 # 0: name
       
   823 compiler.err.unsupported.encoding=\u4E0D\u652F\u6301\u7684\u7F16\u7801: {0}
       
   824 
       
   825 compiler.err.io.exception=\u8BFB\u53D6\u6E90\u6587\u4EF6\u65F6\u51FA\u9519: {0}
       
   826 
       
   827 # 0: name
       
   828 compiler.err.undef.label=\u672A\u5B9A\u4E49\u7684\u6807\u7B7E: {0}
       
   829 
       
   830 # 0: message segment, 1: unused
       
   831 compiler.err.cant.apply.diamond=\u65E0\u6CD5\u63A8\u65AD{0}\u7684\u7C7B\u578B\u53C2\u6570
       
   832 
       
   833 # 0: message segment or type, 1: message segment
       
   834 compiler.err.cant.apply.diamond.1=\u65E0\u6CD5\u63A8\u65AD{0}\u7684\u7C7B\u578B\u53C2\u6570\n\u539F\u56E0: {1}
       
   835 
       
   836 # 0: message segment or type, 1: message segment
       
   837 compiler.misc.cant.apply.diamond.1=\u65E0\u6CD5\u63A8\u65AD{0}\u7684\u7C7B\u578B\u53C2\u6570\n\u539F\u56E0: {1}
       
   838 
       
   839 compiler.err.unreachable.stmt=\u65E0\u6CD5\u8BBF\u95EE\u7684\u8BED\u53E5
       
   840 
       
   841 compiler.err.initializer.must.be.able.to.complete.normally=\u521D\u59CB\u5316\u7A0B\u5E8F\u5FC5\u987B\u80FD\u591F\u6B63\u5E38\u5B8C\u6210
       
   842 
       
   843 compiler.err.initializer.not.allowed=\u63A5\u53E3\u4E2D\u4E0D\u5141\u8BB8\u6709\u521D\u59CB\u5316\u7A0B\u5E8F
       
   844 
       
   845 # 0: type
       
   846 compiler.err.unreported.exception.need.to.catch.or.throw=\u672A\u62A5\u544A\u7684\u5F02\u5E38\u9519\u8BEF{0}; \u5FC5\u987B\u5BF9\u5176\u8FDB\u884C\u6355\u83B7\u6216\u58F0\u660E\u4EE5\u4FBF\u629B\u51FA
       
   847 
       
   848 # 0: type
       
   849 compiler.err.unreported.exception.default.constructor=\u9ED8\u8BA4\u6784\u9020\u5668\u4E2D\u672A\u62A5\u544A\u7684\u5F02\u5E38\u9519\u8BEF{0}
       
   850 
       
   851 # 0: type, 1: name
       
   852 compiler.err.unreported.exception.implicit.close=\u672A\u62A5\u544A\u7684\u5F02\u5E38\u9519\u8BEF{0}; \u5FC5\u987B\u5BF9\u5176\u8FDB\u884C\u6355\u83B7\u6216\u58F0\u660E\u4EE5\u4FBF\u629B\u51FA\n\u5BF9\u8D44\u6E90\u53D8\u91CF ''{1}'' \u9690\u5F0F\u8C03\u7528 close() \u65F6\u629B\u51FA\u4E86\u5F02\u5E38\u9519\u8BEF
       
   853 
       
   854 compiler.err.unsupported.cross.fp.lit=\u8BE5 VM \u4E0D\u652F\u6301\u5341\u516D\u8FDB\u5236\u6D6E\u70B9\u6587\u5B57
       
   855 
       
   856 compiler.err.void.not.allowed.here=\u6B64\u5904\u4E0D\u5141\u8BB8\u4F7F\u7528 ''\u7A7A'' \u7C7B\u578B
       
   857 
       
   858 # 0: string
       
   859 compiler.err.wrong.number.type.args=\u7C7B\u578B\u53D8\u91CF\u6570\u76EE\u9519\u8BEF; \u9700\u8981{0}
       
   860 
       
   861 # 0: symbol
       
   862 compiler.err.var.might.already.be.assigned=\u53EF\u80FD\u5DF2\u5206\u914D\u53D8\u91CF{0}
       
   863 
       
   864 # 0: symbol
       
   865 compiler.err.var.might.not.have.been.initialized=\u53EF\u80FD\u5C1A\u672A\u521D\u59CB\u5316\u53D8\u91CF{0}
       
   866 
       
   867 # 0: symbol
       
   868 compiler.err.var.not.initialized.in.default.constructor=\u53D8\u91CF {0} \u672A\u5728\u9ED8\u8BA4\u6784\u9020\u5668\u4E2D\u521D\u59CB\u5316
       
   869 
       
   870 # 0: symbol
       
   871 compiler.err.var.might.be.assigned.in.loop=\u53EF\u80FD\u5728 loop \u4E2D\u5206\u914D\u4E86\u53D8\u91CF{0}
       
   872 
       
   873 # 0: symbol, 1: message segment
       
   874 compiler.err.varargs.invalid.trustme.anno={0} \u6CE8\u91CA\u65E0\u6548\u3002{1}
       
   875 
       
   876 # 0: type
       
   877 compiler.misc.varargs.trustme.on.reifiable.varargs=Varargs \u5143\u7D20\u7C7B\u578B{0}\u53EF\u5177\u4F53\u5316\u3002
       
   878 
       
   879 # 0: symbol
       
   880 compiler.misc.varargs.trustme.on.non.varargs.meth=\u65B9\u6CD5 {0} \u4E0D\u662F varargs \u65B9\u6CD5\u3002
       
   881 
       
   882 # 0: symbol
       
   883 compiler.misc.varargs.trustme.on.virtual.varargs=\u5B9E\u4F8B\u65B9\u6CD5 {0} \u65E2\u4E0D\u662F\u6700\u7EC8\u7684, \u4E5F\u4E0D\u662F\u79C1\u6709\u7684\u3002
       
   884 
       
   885 # 0: symbol
       
   886 compiler.misc.varargs.trustme.on.virtual.varargs.final.only=\u5B9E\u4F8B\u65B9\u6CD5 {0} \u4E0D\u662F\u6700\u7EC8\u7684\u3002
       
   887 
       
   888 # 0: type, 1: symbol kind, 2: symbol
       
   889 compiler.misc.inaccessible.varargs.type=\u5F62\u5F0F varargs \u5143\u7D20\u7C7B\u578B{0}\u65E0\u6CD5\u4ECE {1} {2} \u8FDB\u884C\u8BBF\u95EE
       
   890 
       
   891 # In the following string, {1} will always be the detail message from
       
   892 # java.io.IOException.
       
   893 # 0: symbol, 1: string
       
   894 compiler.err.class.cant.write=\u5199\u5165{0}\u65F6\u51FA\u9519: {1}
       
   895 
       
   896 # In the following string, {0} is the name of the class in the Java source.
       
   897 # It really should be used two times..
       
   898 # 0: kind name, 1: name
       
   899 compiler.err.class.public.should.be.in.file={0} {1} \u662F\u516C\u5171\u7684, \u5E94\u5728\u540D\u4E3A {1}.java \u7684\u6587\u4EF6\u4E2D\u58F0\u660E
       
   900 
       
   901 ## All errors which do not refer to a particular line in the source code are
       
   902 ## preceded by this string.
       
   903 compiler.err.error=\u9519\u8BEF: 
       
   904 
       
   905 # The following error messages do not refer to a line in the source code.
       
   906 compiler.err.cant.read.file=\u65E0\u6CD5\u8BFB\u53D6: {0}
       
   907 
       
   908 # 0: string
       
   909 compiler.err.plugin.not.found=\u627E\u4E0D\u5230\u63D2\u4EF6: {0}
       
   910 
       
   911 # 0: path
       
   912 compiler.warn.locn.unknown.file.on.module.path=\u6A21\u5757\u8DEF\u5F84\u4E2D\u7684\u672A\u77E5\u6587\u4EF6: {0}
       
   913 
       
   914 
       
   915 # 0: path
       
   916 compiler.err.locn.bad.module-info=\u8BFB\u53D6 {0} \u4E2D\u7684 module-info.class \u65F6\u51FA\u73B0\u95EE\u9898
       
   917 
       
   918 # 0: path
       
   919 compiler.err.locn.cant.read.directory=\u65E0\u6CD5\u8BFB\u53D6\u76EE\u5F55 {0}
       
   920 
       
   921 # 0: path
       
   922 compiler.err.locn.cant.read.file=\u65E0\u6CD5\u8BFB\u53D6\u6587\u4EF6 {0}
       
   923 
       
   924 # 0: path
       
   925 compiler.err.locn.cant.get.module.name.for.jar=\u65E0\u6CD5\u786E\u5B9A {0} \u7684\u6A21\u5757\u540D\u79F0
       
   926 
       
   927 # 0: path
       
   928 compiler.err.multi-module.outdir.cannot.be.exploded.module=\u5728\u591A\u6A21\u5757\u6A21\u5F0F\u4E0B, \u8F93\u51FA\u76EE\u5F55\u4E0D\u80FD\u662F\u5C55\u5F00\u7684\u6A21\u5757: {0}
       
   929 
       
   930 # 0: path
       
   931 compiler.warn.outdir.is.in.exploded.module=\u8F93\u51FA\u76EE\u5F55\u4F4D\u4E8E\u5C55\u5F00\u7684\u6A21\u5757\u4E2D: {0}
       
   932 
       
   933 # 0: file object
       
   934 compiler.err.locn.module-info.not.allowed.on.patch.path=\u5728\u8865\u4E01\u7A0B\u5E8F\u8DEF\u5F84\u4E2D\u4E0D\u5141\u8BB8 module-info.class: {0}
       
   935 
       
   936 # 0: string
       
   937 compiler.err.locn.invalid.arg.for.xpatch=--patch-module \u9009\u9879\u7684\u53C2\u6570\u65E0\u6548: {0}
       
   938 
       
   939 compiler.err.file.sb.on.source.or.patch.path.for.module=\u6587\u4EF6\u5E94\u5728\u6E90\u8DEF\u5F84\u6216\u6A21\u5757\u7684\u8865\u4E01\u7A0B\u5E8F\u8DEF\u5F84\u4E2D
       
   940 
       
   941 #####
       
   942 
       
   943 # Fatal Errors
       
   944 
       
   945 compiler.misc.fatal.err.no.java.lang=\u81F4\u547D\u9519\u8BEF: \u5728\u7C7B\u8DEF\u5F84\u6216\u5F15\u5BFC\u7C7B\u8DEF\u5F84\u4E2D\u627E\u4E0D\u5230\u7A0B\u5E8F\u5305 java.lang
       
   946 
       
   947 compiler.misc.fatal.err.cant.locate.meth=\u81F4\u547D\u9519\u8BEF: \u627E\u4E0D\u5230\u65B9\u6CD5{0}
       
   948 
       
   949 compiler.misc.fatal.err.cant.locate.field=\u81F4\u547D\u9519\u8BEF: \u627E\u4E0D\u5230\u5B57\u6BB5{0}
       
   950 
       
   951 compiler.misc.fatal.err.cant.locate.ctor=\u81F4\u547D\u9519\u8BEF: \u627E\u4E0D\u5230{0}\u7684\u6784\u9020\u5668
       
   952 
       
   953 compiler.misc.fatal.err.cant.close=\u81F4\u547D\u9519\u8BEF: \u65E0\u6CD5\u5173\u95ED\u7F16\u8BD1\u5668\u8D44\u6E90
       
   954 
       
   955 #####
       
   956 
       
   957 ##
       
   958 ## miscellaneous strings
       
   959 ##
       
   960 
       
   961 compiler.misc.diamond.anonymous.methods.implicitly.override=(\u7531\u4E8E <>, \u533F\u540D\u7C7B\u4E2D\u58F0\u660E\u7684\u6BCF\u4E2A\u975E\u79C1\u6709\u65B9\u6CD5\u5FC5\u987B\u8986\u76D6\u6216\u5B9E\u73B0\u8D85\u7C7B\u578B\u4E2D\u7684\u65B9\u6CD5)
       
   962 
       
   963 compiler.misc.source.unavailable=(\u6E90\u4E0D\u53EF\u7528)
       
   964 
       
   965 compiler.misc.base.membership=\u60A8\u7684\u6240\u6709\u57FA\u7C7B\u90FD\u5C5E\u4E8E\u6211\u4EEC
       
   966 
       
   967 # 0: string, 1: string, 2: boolean
       
   968 compiler.misc.x.print.processor.info=\u5904\u7406\u7A0B\u5E8F{0}\u4E0E{1}\u5339\u914D\u5E76\u8FD4\u56DE{2}\u3002
       
   969 
       
   970 # 0: number, 1: string, 2: set of symbol, 3: boolean
       
   971 compiler.misc.x.print.rounds=\u5FAA\u73AF {0}:\n\t\u8F93\u5165\u6587\u4EF6: {1}\n\t\u6CE8\u91CA: {2}\n\t\u6700\u540E\u4E00\u4E2A\u5FAA\u73AF: {3}
       
   972 
       
   973 # 0: file name
       
   974 compiler.warn.file.from.future=\u6587\u4EF6 {0} \u7684\u4FEE\u6539\u65E5\u671F\u662F\u672A\u6765\u7684\u65E5\u671F
       
   975 
       
   976 #####
       
   977 
       
   978 ## The following string will appear before all messages keyed as:
       
   979 ## "compiler.note".
       
   980 
       
   981 compiler.note.compressed.diags=\u67D0\u4E9B\u6D88\u606F\u5DF2\u7ECF\u8FC7\u7B80\u5316; \u8BF7\u4F7F\u7528 -Xdiags:verbose \u91CD\u65B0\u7F16\u8BD1\u4EE5\u83B7\u5F97\u5B8C\u6574\u8F93\u51FA
       
   982 
       
   983 # 0: boolean, 1: symbol
       
   984 compiler.note.lambda.stat=\u8F6C\u6362 lambda \u8868\u8FBE\u5F0F\n\u66FF\u4EE3 metafactory = {0}\n\u5408\u6210\u65B9\u6CD5 = {1}
       
   985 
       
   986 # 0: boolean, 1: unused
       
   987 compiler.note.mref.stat=\u8F6C\u6362\u65B9\u6CD5\u5F15\u7528\n\u66FF\u4EE3 metafactory = {0}\n
       
   988 # 0: boolean, 1: symbol
       
   989 compiler.note.mref.stat.1=\u8F6C\u6362\u65B9\u6CD5\u5F15\u7528\n\u66FF\u4EE3 metafactory = {0}\nbridge \u65B9\u6CD5 = {1}
       
   990 
       
   991 compiler.note.note=\u6CE8: 
       
   992 
       
   993 # 0: file name
       
   994 compiler.note.deprecated.filename={0}\u4F7F\u7528\u6216\u8986\u76D6\u4E86\u5DF2\u8FC7\u65F6\u7684 API\u3002
       
   995 
       
   996 compiler.note.deprecated.plural=\u67D0\u4E9B\u8F93\u5165\u6587\u4EF6\u4F7F\u7528\u6216\u8986\u76D6\u4E86\u5DF2\u8FC7\u65F6\u7684 API\u3002
       
   997 
       
   998 # The following string may appear after one of the above deprecation
       
   999 # messages.
       
  1000 compiler.note.deprecated.recompile=\u6709\u5173\u8BE6\u7EC6\u4FE1\u606F, \u8BF7\u4F7F\u7528 -Xlint:deprecation \u91CD\u65B0\u7F16\u8BD1\u3002
       
  1001 
       
  1002 # 0: file name
       
  1003 compiler.note.deprecated.filename.additional={0}\u8FD8\u4F7F\u7528\u6216\u8986\u76D6\u4E86\u5DF2\u8FC7\u65F6\u7684 API\u3002
       
  1004 
       
  1005 compiler.note.deprecated.plural.additional=\u67D0\u4E9B\u8F93\u5165\u6587\u4EF6\u8FD8\u4F7F\u7528\u6216\u8986\u76D6\u4E86\u5DF2\u8FC7\u65F6\u7684 API\u3002
       
  1006 
       
  1007 # 0: file name
       
  1008 compiler.note.removal.filename={0} \u4F7F\u7528\u6216\u8986\u76D6\u4E86\u6807\u8BB0\u4E3A\u5F85\u5220\u9664\u7684\u5DF2\u8FC7\u65F6 API\u3002
       
  1009 
       
  1010 compiler.note.removal.plural=\u67D0\u4E9B\u8F93\u5165\u6587\u4EF6\u4F7F\u7528\u6216\u8986\u76D6\u4E86\u6807\u8BB0\u4E3A\u5F85\u5220\u9664\u7684\u5DF2\u8FC7\u65F6 API\u3002
       
  1011 
       
  1012 # The following string may appear after one of the above removal messages.
       
  1013 compiler.note.removal.recompile=\u6709\u5173\u8BE6\u7EC6\u4FE1\u606F, \u8BF7\u4F7F\u7528 -Xlint:removal \u91CD\u65B0\u7F16\u8BD1\u3002
       
  1014 
       
  1015 # 0: file name
       
  1016 compiler.note.removal.filename.additional={0} \u989D\u5916\u4F7F\u7528\u6216\u8986\u76D6\u4E86\u6807\u8BB0\u4E3A\u5F85\u5220\u9664\u7684\u5DF2\u8FC7\u65F6 API\u3002
       
  1017 
       
  1018 compiler.note.removal.plural.additional=\u67D0\u4E9B\u8F93\u5165\u6587\u4EF6\u989D\u5916\u4F7F\u7528\u6216\u8986\u76D6\u4E86\u6807\u8BB0\u4E3A\u5F85\u5220\u9664\u7684\u5DF2\u8FC7\u65F6 API\u3002
       
  1019 
       
  1020 # 0: file name
       
  1021 compiler.note.unchecked.filename={0}\u4F7F\u7528\u4E86\u672A\u7ECF\u68C0\u67E5\u6216\u4E0D\u5B89\u5168\u7684\u64CD\u4F5C\u3002
       
  1022 
       
  1023 compiler.note.unchecked.plural=\u67D0\u4E9B\u8F93\u5165\u6587\u4EF6\u4F7F\u7528\u4E86\u672A\u7ECF\u68C0\u67E5\u6216\u4E0D\u5B89\u5168\u7684\u64CD\u4F5C\u3002
       
  1024 
       
  1025 # The following string may appear after one of the above unchecked messages.
       
  1026 compiler.note.unchecked.recompile=\u6709\u5173\u8BE6\u7EC6\u4FE1\u606F, \u8BF7\u4F7F\u7528 -Xlint:unchecked \u91CD\u65B0\u7F16\u8BD1\u3002
       
  1027 
       
  1028 # 0: file name
       
  1029 compiler.note.unchecked.filename.additional={0}\u8FD8\u6709\u672A\u7ECF\u68C0\u67E5\u6216\u4E0D\u5B89\u5168\u7684\u64CD\u4F5C\u3002
       
  1030 
       
  1031 compiler.note.unchecked.plural.additional=\u67D0\u4E9B\u8F93\u5165\u6587\u4EF6\u8FD8\u4F7F\u7528\u4E86\u672A\u7ECF\u68C0\u67E5\u6216\u4E0D\u5B89\u5168\u7684\u64CD\u4F5C\u3002
       
  1032 
       
  1033 # Notes related to annotation processing
       
  1034 
       
  1035 # Print a client-generated note; assumed to be localized, no translation required
       
  1036 # 0: string
       
  1037 compiler.note.proc.messager={0}
       
  1038 
       
  1039 # 0: string, 1: string, 2: string
       
  1040 compiler.note.multiple.elements=\u901A\u8FC7 javax.lang.model.util.Elements.{0} \u5728\u6A21\u5757 ''{2}'' \u4E2D\u627E\u5230\u4E86\u591A\u4E2A\u540D\u4E3A ''{1}'' \u7684\u5143\u7D20\u3002
       
  1041 
       
  1042 #####
       
  1043 
       
  1044 # 0: number
       
  1045 compiler.misc.count.error={0} \u4E2A\u9519\u8BEF
       
  1046 
       
  1047 # 0: number
       
  1048 compiler.misc.count.error.plural={0} \u4E2A\u9519\u8BEF
       
  1049 
       
  1050 # 0: number
       
  1051 compiler.misc.count.warn={0} \u4E2A\u8B66\u544A
       
  1052 
       
  1053 # 0: number
       
  1054 compiler.misc.count.warn.plural={0} \u4E2A\u8B66\u544A
       
  1055 
       
  1056 compiler.misc.version.not.available=(\u7248\u672C\u4FE1\u606F\u4E0D\u53EF\u7528)
       
  1057 
       
  1058 ## extra output when using -verbose (JavaCompiler)
       
  1059 
       
  1060 # 0: symbol
       
  1061 compiler.misc.verbose.checking.attribution=[\u6B63\u5728\u68C0\u67E5{0}]
       
  1062 
       
  1063 # 0: string
       
  1064 compiler.misc.verbose.parsing.done=[\u89E3\u6790\u5DF2\u5B8C\u6210, \u7528\u65F6 {0} \u6BEB\u79D2]
       
  1065 
       
  1066 # 0: file name
       
  1067 compiler.misc.verbose.parsing.started=[\u89E3\u6790\u5F00\u59CB\u65F6\u95F4 {0}]
       
  1068 
       
  1069 # 0: string
       
  1070 compiler.misc.verbose.total=[\u5171 {0} \u6BEB\u79D2]
       
  1071 
       
  1072 # 0: file name
       
  1073 compiler.misc.verbose.wrote.file=[\u5DF2\u5199\u5165{0}]
       
  1074 
       
  1075 ## extra output when using -verbose (code/ClassReader)
       
  1076 # 0: string
       
  1077 compiler.misc.verbose.loading=[\u6B63\u5728\u52A0\u8F7D{0}]
       
  1078 
       
  1079 # 0: string
       
  1080 compiler.misc.verbose.sourcepath=[\u6E90\u6587\u4EF6\u7684\u641C\u7D22\u8DEF\u5F84: {0}]
       
  1081 
       
  1082 # 0: string
       
  1083 compiler.misc.verbose.classpath=[\u7C7B\u6587\u4EF6\u7684\u641C\u7D22\u8DEF\u5F84: {0}]
       
  1084 
       
  1085 ## extra output when using -prompt (util/Log)
       
  1086 compiler.misc.resume.abort=\u7EE7\u7EED(R), \u653E\u5F03(A)>
       
  1087 
       
  1088 #####
       
  1089 
       
  1090 ##
       
  1091 ## warnings
       
  1092 ##
       
  1093 
       
  1094 ## All warning messages are preceded by the following string.
       
  1095 compiler.warn.warning=\u8B66\u544A: 
       
  1096 
       
  1097 ## Warning messages may also include the following prefix to identify a
       
  1098 ## lint option
       
  1099 # 0: option name
       
  1100 compiler.warn.lintOption=[{0}] 
       
  1101 
       
  1102 # 0: symbol
       
  1103 compiler.warn.constant.SVUID=serialVersionUID \u5728\u7C7B{0}\u4E2D\u5FC5\u987B\u662F\u5E38\u91CF
       
  1104 
       
  1105 # 0: file name
       
  1106 compiler.warn.dir.path.element.not.found=\u9519\u8BEF\u7684\u8DEF\u5F84\u5143\u7D20 "{0}": \u6CA1\u6709\u8FD9\u79CD\u76EE\u5F55
       
  1107 
       
  1108 # 0: file name
       
  1109 compiler.warn.dir.path.element.not.directory=\u9519\u8BEF\u7684\u8DEF\u5F84\u5143\u7D20 "{0}": \u4E0D\u662F\u76EE\u5F55
       
  1110 
       
  1111 compiler.warn.finally.cannot.complete=finally \u5B50\u53E5\u65E0\u6CD5\u6B63\u5E38\u5B8C\u6210
       
  1112 
       
  1113 # 0: name
       
  1114 compiler.warn.poor.choice.for.module.name=\u6A21\u5757\u540D\u79F0\u7EC4\u6210\u90E8\u5206 {0} \u5E94\u907F\u514D\u4EE5\u6570\u5B57\u7ED3\u5C3E
       
  1115 
       
  1116 # 0: string
       
  1117 compiler.warn.incubating.modules=\u4F7F\u7528 incubating \u6A21\u5757: {0}
       
  1118 
       
  1119 # 0: symbol, 1: symbol
       
  1120 compiler.warn.has.been.deprecated={1}\u4E2D\u7684{0}\u5DF2\u8FC7\u65F6
       
  1121 
       
  1122 # 0: symbol, 1: symbol
       
  1123 compiler.warn.has.been.deprecated.for.removal={1} \u4E2D\u7684 {0} \u5DF2\u8FC7\u65F6, \u4E14\u6807\u8BB0\u4E3A\u5F85\u5220\u9664
       
  1124 
       
  1125 # 0: symbol
       
  1126 compiler.warn.has.been.deprecated.module=\u6A21\u5757 {0} \u5DF2\u8FC7\u65F6
       
  1127 
       
  1128 # 0: symbol
       
  1129 compiler.warn.has.been.deprecated.for.removal.module=\u6A21\u5757 {0} \u5DF2\u8FC7\u65F6, \u4E14\u6807\u8BB0\u4E3A\u5F85\u5220\u9664
       
  1130 
       
  1131 # 0: symbol
       
  1132 compiler.warn.sun.proprietary={0}\u662F\u5185\u90E8\u4E13\u7528 API, \u53EF\u80FD\u4F1A\u5728\u672A\u6765\u53D1\u884C\u7248\u4E2D\u5220\u9664
       
  1133 
       
  1134 compiler.warn.illegal.char.for.encoding=\u7F16\u7801{0}\u7684\u4E0D\u53EF\u6620\u5C04\u5B57\u7B26
       
  1135 
       
  1136 # 0: symbol
       
  1137 compiler.warn.improper.SVUID=\u5FC5\u987B\u5728\u7C7B{0}\u4E2D\u5C06 serialVersionUID \u58F0\u660E\u4E3A static final
       
  1138 
       
  1139 # 0: type, 1: type
       
  1140 compiler.warn.inexact.non-varargs.call=\u6700\u540E\u4E00\u4E2A\u53C2\u6570\u4F7F\u7528\u4E86\u4E0D\u51C6\u786E\u7684\u53D8\u91CF\u7C7B\u578B\u7684 varargs \u65B9\u6CD5\u7684\u975E varargs \u8C03\u7528; \n\u5BF9\u4E8E varargs \u8C03\u7528, \u5E94\u4F7F\u7528 {0}\n\u5BF9\u4E8E\u975E varargs \u8C03\u7528, \u5E94\u4F7F\u7528 {1}, \u8FD9\u6837\u4E5F\u53EF\u4EE5\u6291\u5236\u6B64\u8B66\u544A
       
  1141 
       
  1142 # 0: list of type
       
  1143 compiler.warn.unreachable.catch=catch \u5B50\u53E5\u65E0\u6CD5\u8BBF\u95EE\n\u5DF2\u6355\u83B7\u5230\u629B\u51FA\u7684\u7C7B\u578B{0}
       
  1144 
       
  1145 # 0: list of type
       
  1146 compiler.warn.unreachable.catch.1=catch \u5B50\u53E5\u65E0\u6CD5\u8BBF\u95EE\n\u5DF2\u6355\u83B7\u5230\u629B\u51FA\u7684\u7C7B\u578B{0}
       
  1147 
       
  1148 # 0: symbol
       
  1149 compiler.warn.long.SVUID=serialVersionUID \u5728\u7C7B{0}\u4E2D\u5FC5\u987B\u662F long \u7C7B\u578B
       
  1150 
       
  1151 # 0: symbol
       
  1152 compiler.warn.missing.SVUID=\u53EF\u5E8F\u5217\u5316\u7C7B{0}\u6CA1\u6709 serialVersionUID \u7684\u5B9A\u4E49
       
  1153 
       
  1154 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1155 compiler.warn.potentially.ambiguous.overload={1} \u4E2D\u7684 {0} \u53EF\u80FD\u4E0E {3} \u4E2D\u7684 {2} \u6DF7\u6DC6
       
  1156 
       
  1157 # 0: message segment
       
  1158 compiler.warn.override.varargs.missing={0}; \u88AB\u8986\u76D6\u7684\u65B9\u6CD5\u6CA1\u6709 ''...''
       
  1159 
       
  1160 # 0: message segment
       
  1161 compiler.warn.override.varargs.extra={0}; \u8986\u76D6\u7684\u65B9\u6CD5\u7F3A\u5C11 ''...''
       
  1162 
       
  1163 compiler.warn.override.bridge={0}; \u88AB\u8986\u76D6\u7684\u65B9\u6CD5\u4E3A bridge \u65B9\u6CD5
       
  1164 
       
  1165 # 0: symbol
       
  1166 compiler.warn.pkg-info.already.seen=\u5DF2\u627E\u5230\u7A0B\u5E8F\u5305{0}\u7684 package-info.java \u6587\u4EF6
       
  1167 
       
  1168 # 0: file name
       
  1169 compiler.warn.path.element.not.found=\u9519\u8BEF\u7684\u8DEF\u5F84\u5143\u7D20 "{0}": \u6CA1\u6709\u8FD9\u79CD\u6587\u4EF6\u6216\u76EE\u5F55
       
  1170 
       
  1171 compiler.warn.possible.fall-through.into.case=\u53EF\u80FD\u65E0\u6CD5\u5B9E\u73B0 case
       
  1172 
       
  1173 # 0: type
       
  1174 compiler.warn.redundant.cast=\u51FA\u73B0\u5197\u4F59\u7684\u5230{0}\u7684\u8F6C\u6362
       
  1175 
       
  1176 # 0: number
       
  1177 compiler.warn.position.overflow=\u884C {0} \u5904\u7684\u4F4D\u7F6E\u7F16\u7801\u6EA2\u51FA
       
  1178 
       
  1179 # 0: file name, 1: number, 2: number
       
  1180 compiler.warn.big.major.version={0}: \u4E3B\u7248\u672C {1} \u6BD4 {2} \u65B0, \u6B64\u7F16\u8BD1\u5668\u652F\u6301\u6700\u65B0\u7684\u4E3B\u7248\u672C\u3002\n\u5EFA\u8BAE\u5347\u7EA7\u6B64\u7F16\u8BD1\u5668\u3002
       
  1181 
       
  1182 # 0: symbol kind, 1: symbol
       
  1183 compiler.warn.static.not.qualified.by.type=static {0}\u5E94\u7531\u7C7B\u578B\u540D\u79F0{1}\u800C\u4E0D\u662F\u8868\u8FBE\u5F0F\u9650\u5B9A
       
  1184 
       
  1185 # 0: string
       
  1186 compiler.warn.source.no.bootclasspath=\u672A\u4E0E -source {0} \u4E00\u8D77\u8BBE\u7F6E\u5F15\u5BFC\u7C7B\u8DEF\u5F84
       
  1187 
       
  1188 # 0: string
       
  1189 compiler.warn.option.obsolete.source=\u6E90\u503C{0}\u5DF2\u8FC7\u65F6, \u5C06\u5728\u672A\u6765\u6240\u6709\u53D1\u884C\u7248\u4E2D\u5220\u9664
       
  1190 
       
  1191 # 0: string
       
  1192 compiler.warn.option.obsolete.target=\u76EE\u6807\u503C{0}\u5DF2\u8FC7\u65F6, \u5C06\u5728\u672A\u6765\u6240\u6709\u53D1\u884C\u7248\u4E2D\u5220\u9664
       
  1193 
       
  1194 # 0: string, 1: string
       
  1195 compiler.err.option.removed.source=\u4E0D\u518D\u652F\u6301\u6E90\u9009\u9879 {0}\u3002\u8BF7\u4F7F\u7528 {1} \u6216\u66F4\u9AD8\u7248\u672C\u3002
       
  1196 
       
  1197 # 0: string, 1: string
       
  1198 compiler.err.option.removed.target=\u4E0D\u518D\u652F\u6301\u76EE\u6807\u9009\u9879 {0}\u3002\u8BF7\u4F7F\u7528 {1} \u6216\u66F4\u9AD8\u7248\u672C\u3002
       
  1199 
       
  1200 compiler.warn.option.obsolete.suppression=\u8981\u9690\u85CF\u6709\u5173\u5DF2\u8FC7\u65F6\u9009\u9879\u7684\u8B66\u544A, \u8BF7\u4F7F\u7528 -Xlint:-options\u3002
       
  1201 
       
  1202 # 0: name, 1: number, 2: number, 3: number, 4: number
       
  1203 compiler.warn.future.attr={1}.{2} \u7248\u7C7B\u6587\u4EF6\u4E2D\u5F15\u5165\u7684 {0} \u5C5E\u6027\u5728 {3}.{4} \u7248\u7C7B\u6587\u4EF6\u4E2D\u88AB\u5FFD\u7565
       
  1204 
       
  1205 compiler.warn.requires.automatic=\u9700\u8981\u81EA\u52A8\u6A21\u5757\u7684\u6307\u4EE4
       
  1206 
       
  1207 compiler.warn.requires.transitive.automatic=\u9700\u8981\u81EA\u52A8\u6A21\u5757\u7684\u8FC7\u6E21\u6307\u4EE4
       
  1208 
       
  1209 # Warnings related to annotation processing
       
  1210 # 0: string
       
  1211 compiler.warn.proc.package.does.not.exist=\u7A0B\u5E8F\u5305{0}\u4E0D\u5B58\u5728
       
  1212 
       
  1213 # 0: name
       
  1214 compiler.warn.proc.file.reopening=\u5C1D\u8BD5\u591A\u6B21\u4E3A ''{0}'' \u521B\u5EFA\u6587\u4EF6
       
  1215 
       
  1216 # 0: name
       
  1217 compiler.warn.proc.type.already.exists=\u7C7B\u578B ''{0}'' \u7684\u6587\u4EF6\u5DF2\u7ECF\u5B58\u5728\u4E8E\u6E90\u8DEF\u5F84\u6216\u7C7B\u8DEF\u5F84\u4E2D
       
  1218 
       
  1219 # 0: name
       
  1220 compiler.warn.proc.type.recreate=\u5C1D\u8BD5\u591A\u6B21\u521B\u5EFA\u7C7B\u578B ''{0}'' \u7684\u6587\u4EF6
       
  1221 
       
  1222 # 0: string
       
  1223 compiler.warn.proc.illegal.file.name=\u65E0\u6CD5\u521B\u5EFA\u5E26\u6709\u975E\u6CD5\u540D\u79F0 ''{0}'' \u7684\u6587\u4EF6\u3002
       
  1224 
       
  1225 # 0: string, 1: string
       
  1226 compiler.warn.proc.suspicious.class.name=\u6B63\u5728\u4E3A\u540D\u79F0\u4EE5{1}\u7ED3\u5C3E\u7684\u7C7B\u578B\u521B\u5EFA\u6587\u4EF6: ''{0}''
       
  1227 
       
  1228 # 0: name
       
  1229 compiler.warn.proc.file.create.last.round=\u5C06\u4E0D\u5BF9\u5728\u6700\u540E\u4E00\u4E2A\u5FAA\u73AF\u4E2D\u521B\u5EFA\u7684\u7C7B\u578B\u4E3A ''{0}'' \u7684\u6587\u4EF6\u8FDB\u884C\u6CE8\u91CA\u5904\u7406\u3002
       
  1230 
       
  1231 # 0: string, 1: string
       
  1232 compiler.warn.proc.malformed.supported.string=\u5904\u7406\u7A0B\u5E8F ''{1}'' \u4E3A\u652F\u6301\u7684\u6CE8\u91CA\u7C7B\u578B\u8FD4\u56DE\u683C\u5F0F\u9519\u8BEF\u7684\u5B57\u7B26\u4E32 ''{0}''
       
  1233 
       
  1234 # 0: set of string
       
  1235 compiler.warn.proc.annotations.without.processors=\u6CA1\u6709\u5904\u7406\u7A0B\u5E8F\u8981\u4F7F\u7528\u4EE5\u4E0B\u4EFB\u4F55\u6CE8\u91CA: {0}
       
  1236 
       
  1237 # 0: source version, 1: string, 2: string
       
  1238 compiler.warn.proc.processor.incompatible.source.version=\u6765\u81EA\u6CE8\u91CA\u5904\u7406\u7A0B\u5E8F ''{1}'' \u7684\u53D7\u652F\u6301 source \u7248\u672C ''{0}'' \u4F4E\u4E8E -source ''{2}''
       
  1239 
       
  1240 compiler.warn.proc.proc-only.requested.no.procs=\u5728\u672A\u8BF7\u6C42\u7F16\u8BD1\u7684\u60C5\u51B5\u4E0B\u8FDB\u884C\u6CE8\u91CA\u5904\u7406, \u4F46\u627E\u4E0D\u5230\u5904\u7406\u7A0B\u5E8F\u3002
       
  1241 
       
  1242 compiler.warn.proc.use.implicit=\u6CE8\u91CA\u5904\u7406\u4E0D\u9002\u7528\u4E8E\u9690\u5F0F\u7F16\u8BD1\u7684\u6587\u4EF6\u3002\n\u4F7F\u7528 -implicit \u6307\u5B9A\u7528\u4E8E\u9690\u5F0F\u7F16\u8BD1\u7684\u7B56\u7565\u3002
       
  1243 
       
  1244 compiler.warn.proc.use.proc.or.implicit=\u6CE8\u91CA\u5904\u7406\u4E0D\u9002\u7528\u4E8E\u9690\u5F0F\u7F16\u8BD1\u7684\u6587\u4EF6\u3002\n\u4F7F\u7528 -proc:none \u7981\u7528\u6CE8\u91CA\u5904\u7406\u6216\u4F7F\u7528 -implicit \u6307\u5B9A\u7528\u4E8E\u9690\u5F0F\u7F16\u8BD1\u7684\u7B56\u7565\u3002
       
  1245 
       
  1246 # Print a client-generated warning; assumed to be localized, no translation required
       
  1247 # 0: string
       
  1248 compiler.warn.proc.messager={0}
       
  1249 
       
  1250 # 0: set of name
       
  1251 compiler.warn.proc.unclosed.type.files=\u7C7B\u578B ''{0}'' \u7684\u6587\u4EF6\u672A\u5173\u95ED; \u5C06\u4E0D\u9488\u5BF9\u8FD9\u4E9B\u7C7B\u578B\u8FDB\u884C\u6CE8\u91CA\u5904\u7406
       
  1252 
       
  1253 # 0: string
       
  1254 compiler.warn.proc.unmatched.processor.options=\u4EE5\u4E0B\u9009\u9879\u672A\u88AB\u4EFB\u4F55\u5904\u7406\u7A0B\u5E8F\u8BC6\u522B: ''{0}''
       
  1255 
       
  1256 compiler.warn.try.explicit.close.call=\u5728\u53EF\u81EA\u52A8\u7ED3\u675F\u7684\u8D44\u6E90\u4E0A\u663E\u5F0F\u8C03\u7528 close()
       
  1257 
       
  1258 # 0: symbol
       
  1259 compiler.warn.try.resource.not.referenced=\u4E0D\u80FD\u5728\u76F8\u5E94\u7684 try \u8BED\u53E5\u7684\u6B63\u6587\u4E2D\u5F15\u7528\u53EF\u81EA\u52A8\u7ED3\u675F\u7684\u8D44\u6E90{0}
       
  1260 
       
  1261 # 0: type
       
  1262 compiler.warn.try.resource.throws.interrupted.exc=\u53EF\u81EA\u52A8\u5173\u95ED\u7684\u8D44\u6E90{0}\u5305\u542B\u7684\u6210\u5458\u65B9\u6CD5 close() \u53EF\u80FD\u629B\u51FA InterruptedException
       
  1263 
       
  1264 compiler.warn.unchecked.assign=\u672A\u7ECF\u68C0\u67E5\u7684\u5206\u914D: \u5C06{0}\u5206\u914D\u7ED9{1}
       
  1265 
       
  1266 # 0: symbol, 1: type
       
  1267 compiler.warn.unchecked.assign.to.var=\u5BF9\u4F5C\u4E3A\u539F\u59CB\u7C7B\u578B{1}\u7684\u6210\u5458\u7684\u53D8\u91CF{0}\u7684\u5206\u914D\u672A\u7ECF\u8FC7\u68C0\u67E5
       
  1268 
       
  1269 # 0: symbol, 1: type
       
  1270 compiler.warn.unchecked.call.mbr.of.raw.type=\u5BF9\u4F5C\u4E3A\u539F\u59CB\u7C7B\u578B{1}\u7684\u6210\u5458\u7684{0}\u7684\u8C03\u7528\u672A\u7ECF\u8FC7\u68C0\u67E5
       
  1271 
       
  1272 compiler.warn.unchecked.cast.to.type=\u5411\u7C7B\u578B{0}\u7684\u8F6C\u6362\u672A\u7ECF\u8FC7\u68C0\u67E5
       
  1273 
       
  1274 # 0: symbol kind, 1: name, 2: list of type, 3: list of type, 4: symbol kind, 5: symbol
       
  1275 compiler.warn.unchecked.meth.invocation.applied=\u65B9\u6CD5\u8C03\u7528\u672A\u7ECF\u8FC7\u68C0\u67E5: \u5C06{4} {5}\u4E2D\u7684{0} {1}\u5E94\u7528\u5230\u7ED9\u5B9A\u7684\u7C7B\u578B\n\u9700\u8981: {2}\n\u627E\u5230: {3}
       
  1276 
       
  1277 # 0: type
       
  1278 compiler.warn.unchecked.generic.array.creation=\u5BF9\u4E8E\u7C7B\u578B\u4E3A{0}\u7684 varargs \u53C2\u6570, \u6CDB\u578B\u6570\u7EC4\u521B\u5EFA\u672A\u7ECF\u8FC7\u68C0\u67E5
       
  1279 
       
  1280 # 0: type
       
  1281 compiler.warn.unchecked.varargs.non.reifiable.type=\u53C2\u6570\u5316 vararg \u7C7B\u578B{0}\u7684\u5806\u53EF\u80FD\u5DF2\u53D7\u6C61\u67D3
       
  1282 
       
  1283 # 0: symbol
       
  1284 compiler.warn.varargs.unsafe.use.varargs.param=Varargs \u65B9\u6CD5\u53EF\u80FD\u5BFC\u81F4\u6765\u81EA\u4E0D\u53EF\u5177\u4F53\u5316 varargs \u53C2\u6570 {0} \u7684\u5806\u6C61\u67D3
       
  1285 
       
  1286 compiler.warn.missing.deprecated.annotation=\u672A\u4F7F\u7528 @Deprecated \u5BF9\u5DF2\u8FC7\u65F6\u7684\u9879\u76EE\u8FDB\u884C\u6CE8\u91CA
       
  1287 
       
  1288 # 0: symbol kind
       
  1289 compiler.warn.deprecated.annotation.has.no.effect=@Deprecated \u6CE8\u91CA\u5BF9\u6B64 {0} \u58F0\u660E\u6CA1\u6709\u4EFB\u4F55\u6548\u679C
       
  1290 
       
  1291 compiler.warn.invalid.path=\u65E0\u6548\u6587\u4EF6\u540D: {0}
       
  1292 
       
  1293 compiler.warn.invalid.archive.file=\u4EE5\u4E0B\u8DEF\u5F84\u4E2D\u5B58\u5728\u610F\u5916\u7684\u6587\u4EF6: {0}
       
  1294 
       
  1295 compiler.warn.unexpected.archive.file=\u4EE5\u4E0B\u6863\u6848\u6587\u4EF6\u5B58\u5728\u610F\u5916\u7684\u6269\u5C55\u540D: {0}
       
  1296 
       
  1297 # 0: path
       
  1298 compiler.err.no.zipfs.for.archive=\u6CA1\u6709\u4EFB\u4F55\u6587\u4EF6\u7CFB\u7EDF\u63D0\u4F9B\u65B9\u53EF\u5904\u7406\u6B64\u6587\u4EF6: {0}
       
  1299 
       
  1300 compiler.warn.div.zero=\u9664\u6570\u4E3A\u96F6
       
  1301 
       
  1302 compiler.warn.empty.if=if \u4E4B\u540E\u6CA1\u6709\u8BED\u53E5
       
  1303 
       
  1304 compiler.warn.annotation.method.not.found=\u65E0\u6CD5\u627E\u5230\u7C7B\u578B ''{0}'' \u7684\u6CE8\u91CA\u65B9\u6CD5 ''{1}()''
       
  1305 
       
  1306 compiler.warn.annotation.method.not.found.reason=\u65E0\u6CD5\u627E\u5230\u7C7B\u578B ''{0}'' \u7684\u6CE8\u91CA\u65B9\u6CD5 ''{1}()'': {2}
       
  1307 
       
  1308 # 0: symbol, 1: name
       
  1309 compiler.warn.unknown.enum.constant=\u672A\u77E5\u7684\u679A\u4E3E\u5E38\u91CF {1}.{2}
       
  1310 
       
  1311 # 0: symbol, 1: name, 2: message segment
       
  1312 compiler.warn.unknown.enum.constant.reason=\u672A\u77E5\u7684\u679A\u4E3E\u5E38\u91CF {1}.{2}\n\u539F\u56E0: {3}
       
  1313 
       
  1314 # 0: type, 1: type
       
  1315 compiler.warn.raw.class.use=\u627E\u5230\u539F\u59CB\u7C7B\u578B: {0}\n\u7F3A\u5C11\u6CDB\u578B\u7C7B{1}\u7684\u7C7B\u578B\u53C2\u6570
       
  1316 
       
  1317 # 0: unused, 1: unused
       
  1318 compiler.warn.diamond.redundant.args=\u65B0\u8868\u8FBE\u5F0F\u4E2D\u5B58\u5728\u5197\u4F59\u7C7B\u578B\u53C2\u6570 (\u6539\u7528 diamond \u8FD0\u7B97\u7B26)\u3002
       
  1319 
       
  1320 compiler.warn.potential.lambda.found=\u53EF\u5C06\u6B64\u533F\u540D\u5185\u90E8\u7C7B\u521B\u5EFA\u8F6C\u6362\u4E3A lambda \u8868\u8FBE\u5F0F\u3002
       
  1321 
       
  1322 compiler.warn.method.redundant.typeargs=\u65B9\u6CD5\u8C03\u7528\u4E2D\u5B58\u5728\u5197\u4F59\u7C7B\u578B\u53C2\u6570\u3002
       
  1323 
       
  1324 # 0: symbol, 1: message segment
       
  1325 compiler.warn.varargs.redundant.trustme.anno=\u5197\u4F59\u7684 {0} \u6CE8\u91CA\u3002{1}
       
  1326 
       
  1327 # 0: symbol
       
  1328 compiler.warn.access.to.member.from.serializable.element=\u53EF\u4E32\u884C\u5316\u5143\u7D20\u5BF9\u6210\u5458 {0} \u7684\u8BBF\u95EE\u53EF\u4EE5\u7531\u4E0D\u53D7\u4FE1\u4EFB\u7684\u4EE3\u7801\u516C\u5F00\u6267\u884C
       
  1329 
       
  1330 # 0: symbol
       
  1331 compiler.warn.access.to.member.from.serializable.lambda=\u53EF\u4E32\u884C\u5316 lambda \u5BF9\u6210\u5458 {0} \u7684\u8BBF\u95EE\u53EF\u4EE5\u7531\u4E0D\u53D7\u4FE1\u4EFB\u7684\u4EE3\u7801\u516C\u5F00\u6267\u884C
       
  1332 
       
  1333 #####
       
  1334 
       
  1335 ## The following are tokens which are non-terminals in the language. They should
       
  1336 ## be named as JLS3 calls them when translated to the appropriate language.
       
  1337 compiler.misc.token.identifier=<\u6807\u8BC6\u7B26>
       
  1338 
       
  1339 compiler.misc.token.character=<\u5B57\u7B26>
       
  1340 
       
  1341 compiler.misc.token.string=<\u5B57\u7B26\u4E32>
       
  1342 
       
  1343 compiler.misc.token.integer=<\u6574\u578B>
       
  1344 
       
  1345 compiler.misc.token.long-integer=<\u957F\u6574\u578B>
       
  1346 
       
  1347 compiler.misc.token.float=<\u6D6E\u70B9\u578B>
       
  1348 
       
  1349 compiler.misc.token.double=<\u53CC\u7CBE\u5EA6\u578B>
       
  1350 
       
  1351 compiler.misc.token.bad-symbol=<\u9519\u8BEF\u7B26\u53F7>
       
  1352 
       
  1353 compiler.misc.token.end-of-input=<\u8F93\u5165\u7ED3\u675F>
       
  1354 
       
  1355 ## The argument to the following string will always be one of the following:
       
  1356 ## 1. one of the above non-terminals
       
  1357 ## 2. a keyword (JLS1.8)
       
  1358 ## 3. a boolean literal (JLS3.10.3)
       
  1359 ## 4. the null literal (JLS3.10.7)
       
  1360 ## 5. a Java separator (JLS3.11)
       
  1361 ## 6. an operator (JLS3.12)
       
  1362 ##
       
  1363 ## This is the only place these tokens will be used.
       
  1364 # 0: token
       
  1365 compiler.err.expected=\u9700\u8981{0}
       
  1366 
       
  1367 # 0: token, 1: token
       
  1368 compiler.err.expected2=\u9700\u8981{0}\u6216{1}
       
  1369 
       
  1370 # 0: token, 1: token, 2: token
       
  1371 compiler.err.expected3=\u9700\u8981{0}, {1}\u6216{2}
       
  1372 
       
  1373 compiler.err.premature.eof=\u8FDB\u884C\u89E3\u6790\u65F6\u5DF2\u5230\u8FBE\u6587\u4EF6\u7ED3\u5C3E
       
  1374 
       
  1375 ## The following are related in form, but do not easily fit the above paradigm.
       
  1376 compiler.err.expected.module=\u9700\u8981 ''module''
       
  1377 
       
  1378 compiler.err.expected.module.or.open=\u9700\u8981 ''module'' \u6216 ''open''
       
  1379 
       
  1380 compiler.err.dot.class.expected=\u9700\u8981 ''.class''
       
  1381 
       
  1382 ## The argument to this string will always be either 'case' or 'default'.
       
  1383 # 0: token
       
  1384 compiler.err.orphaned=\u5B64\u7ACB\u7684{0}
       
  1385 
       
  1386 # 0: name
       
  1387 compiler.misc.anonymous.class=<\u533F\u540D{0}>
       
  1388 
       
  1389 # 0: name, 1: type
       
  1390 compiler.misc.type.captureof=capture#{0}, \u5171 {1}
       
  1391 
       
  1392 compiler.misc.type.captureof.1=capture#{0}
       
  1393 
       
  1394 compiler.misc.type.none=<\u65E0>
       
  1395 
       
  1396 compiler.misc.unnamed.package=\u672A\u547D\u540D\u7A0B\u5E8F\u5305
       
  1397 
       
  1398 compiler.misc.unnamed.module=\u672A\u547D\u540D\u6A21\u5757
       
  1399 
       
  1400 #####
       
  1401 
       
  1402 # 0: symbol, 1: message segment
       
  1403 compiler.err.cant.access=\u65E0\u6CD5\u8BBF\u95EE{0}\n{1}
       
  1404 
       
  1405 # 0: name
       
  1406 compiler.misc.bad.class.file=\u7C7B\u6587\u4EF6\u5BF9\u4E8E\u7C7B {0} \u65E0\u6548
       
  1407 
       
  1408 # 0: file name, 1: string (expected constant pool entry type), 2: number (constant pool index)
       
  1409 compiler.misc.bad.const.pool.entry={0} \u4E2D\u9519\u8BEF\u7684\u5E38\u91CF\u6C60\u6761\u76EE\n\u9884\u671F\u4E3A\u7D22\u5F15 {2} \u5904\u7684 {1}
       
  1410 
       
  1411 # 0: file name, 1: message segment
       
  1412 compiler.misc.bad.class.file.header=\u9519\u8BEF\u7684\u7C7B\u6587\u4EF6: {0}\n{1}\n\u8BF7\u5220\u9664\u8BE5\u6587\u4EF6\u6216\u786E\u4FDD\u8BE5\u6587\u4EF6\u4F4D\u4E8E\u6B63\u786E\u7684\u7C7B\u8DEF\u5F84\u5B50\u76EE\u5F55\u4E2D\u3002
       
  1413 
       
  1414 # 0: file name, 1: message segment
       
  1415 compiler.misc.bad.source.file.header=\u9519\u8BEF\u7684\u6E90\u6587\u4EF6: {0}\n{1}\n\u8BF7\u5220\u9664\u8BE5\u6587\u4EF6\u6216\u786E\u4FDD\u8BE5\u6587\u4EF6\u4F4D\u4E8E\u6B63\u786E\u7684\u6E90\u8DEF\u5F84\u5B50\u76EE\u5F55\u4E2D\u3002
       
  1416 
       
  1417 ## The following are all possible strings for the second argument ({1}) of the
       
  1418 ## above strings.
       
  1419 compiler.misc.bad.class.signature=\u9519\u8BEF\u7684\u7C7B\u7B7E\u540D: {0}
       
  1420 
       
  1421 #0: symbol, 1: symbol
       
  1422 compiler.misc.bad.enclosing.class={0}\u7684\u5C01\u95ED\u7C7B\u9519\u8BEF: {1}
       
  1423 
       
  1424 # 0: symbol
       
  1425 compiler.misc.bad.enclosing.method=\u7C7B {0} \u7684\u5C01\u95ED\u65B9\u6CD5\u5C5E\u6027\u9519\u8BEF
       
  1426 
       
  1427 compiler.misc.bad.runtime.invisible.param.annotations=\u9519\u8BEF\u7684 RuntimeInvisibleParameterAnnotations \u5C5E\u6027: {0}
       
  1428 
       
  1429 compiler.misc.bad.const.pool.tag=\u9519\u8BEF\u7684\u5E38\u91CF\u6C60\u6807\u8BB0: {0}
       
  1430 
       
  1431 compiler.misc.bad.const.pool.tag.at=\u9519\u8BEF\u7684\u5E38\u91CF\u6C60\u6807\u8BB0: {0}, \u4F4D\u4E8E{1}
       
  1432 
       
  1433 compiler.misc.bad.signature=\u9519\u8BEF\u7684\u7B7E\u540D: {0}
       
  1434 
       
  1435 compiler.misc.bad.type.annotation.value=\u9519\u8BEF\u7684\u7C7B\u578B\u6CE8\u91CA\u76EE\u6807\u7C7B\u578B\u503C: {0}
       
  1436 
       
  1437 compiler.misc.bad.module-info.name=\u9519\u8BEF\u7684\u7C7B\u540D
       
  1438 
       
  1439 compiler.misc.class.file.wrong.class=\u7C7B\u6587\u4EF6\u5305\u542B\u9519\u8BEF\u7684\u7C7B: {0}
       
  1440 
       
  1441 compiler.misc.module.info.invalid.super.class=\u5E26\u6709\u65E0\u6548\u8D85\u7C7B\u7684 module-info
       
  1442 
       
  1443 compiler.misc.class.file.not.found=\u627E\u4E0D\u5230{0}\u7684\u7C7B\u6587\u4EF6
       
  1444 
       
  1445 # 0: string (constant value), 1: symbol (constant field), 2: type (field type)
       
  1446 compiler.misc.bad.constant.range={1} \u7684\u5E38\u91CF\u503C ''{0}'' \u8D85\u51FA\u4E86 {2} \u7684\u9884\u671F\u8303\u56F4
       
  1447 
       
  1448 # 0: string (constant value), 1: symbol (constant field), 2: string (expected class)
       
  1449 compiler.misc.bad.constant.value={1} \u7684\u5E38\u91CF\u503C ''{0}'' \u9519\u8BEF, \u9884\u671F\u4E3A {2}
       
  1450 
       
  1451 # 0: string (classfile major version), 1: string (classfile minor version)
       
  1452 compiler.misc.invalid.default.interface=\u5728 {0}.{1} \u7248\u7C7B\u6587\u4EF6\u4E2D\u627E\u5230\u9ED8\u8BA4\u65B9\u6CD5
       
  1453 
       
  1454 # 0: string (classfile major version), 1: string (classfile minor version)
       
  1455 compiler.misc.invalid.static.interface=\u5728 {0}.{1} \u7248\u7C7B\u6587\u4EF6\u4E2D\u627E\u5230\u9759\u6001\u65B9\u6CD5
       
  1456 
       
  1457 # 0: string (classfile major version), 1: string (classfile minor version)
       
  1458 compiler.misc.anachronistic.module.info=\u5728 {0}.{1} \u7248\u7C7B\u6587\u4EF6\u4E2D\u627E\u5230\u6A21\u5757\u58F0\u660E
       
  1459 
       
  1460 # 0: name
       
  1461 compiler.misc.file.doesnt.contain.class=\u6587\u4EF6\u4E0D\u5305\u542B\u7C7B{0}
       
  1462 
       
  1463 compiler.misc.file.does.not.contain.package=\u6587\u4EF6\u4E0D\u5305\u542B\u7A0B\u5E8F\u5305{0}
       
  1464 
       
  1465 compiler.misc.file.does.not.contain.module=\u6587\u4EF6\u4E0D\u5305\u542B\u6A21\u5757\u58F0\u660E
       
  1466 
       
  1467 compiler.misc.illegal.start.of.class.file=\u975E\u6CD5\u7684\u7C7B\u6587\u4EF6\u5F00\u59CB
       
  1468 
       
  1469 compiler.misc.unable.to.access.file=\u65E0\u6CD5\u8BBF\u95EE\u6587\u4EF6: {0}
       
  1470 
       
  1471 compiler.misc.unicode.str.not.supported=\u4E0D\u652F\u6301\u7C7B\u6587\u4EF6\u4E2D\u7684 Unicode \u5B57\u7B26\u4E32
       
  1472 
       
  1473 compiler.misc.undecl.type.var=\u672A\u58F0\u660E\u7684\u7C7B\u578B\u53D8\u91CF: {0}
       
  1474 
       
  1475 compiler.misc.malformed.vararg.method=\u7C7B\u6587\u4EF6\u5305\u542B\u683C\u5F0F\u9519\u8BEF\u7684\u53D8\u91CF\u5143\u6570\u65B9\u6CD5: {0}
       
  1476 
       
  1477 compiler.misc.wrong.version=\u7C7B\u6587\u4EF6\u5177\u6709\u9519\u8BEF\u7684\u7248\u672C {0}.{1}, \u5E94\u4E3A {2}.{3}
       
  1478 
       
  1479 #####
       
  1480 
       
  1481 # 0: type, 1: type or symbol
       
  1482 compiler.err.not.within.bounds=\u7C7B\u578B\u53C2\u6570{0}\u4E0D\u5728\u7C7B\u578B\u53D8\u91CF{1}\u7684\u8303\u56F4\u5185
       
  1483 
       
  1484 ## The following are all possible strings for the second argument ({1}) of the
       
  1485 ## above string.
       
  1486 
       
  1487 ## none yet...
       
  1488 
       
  1489 #####
       
  1490 
       
  1491 # 0: message segment
       
  1492 compiler.err.prob.found.req=\u4E0D\u517C\u5BB9\u7684\u7C7B\u578B: {0}
       
  1493 
       
  1494 # 0: message segment
       
  1495 compiler.misc.prob.found.req=\u4E0D\u517C\u5BB9\u7684\u7C7B\u578B: {0}
       
  1496 
       
  1497 # 0: message segment, 1: type, 2: type
       
  1498 compiler.warn.prob.found.req={0}\n\u9700\u8981: {2}\n\u627E\u5230:    {1}
       
  1499 
       
  1500 # 0: type, 1: type
       
  1501 compiler.misc.inconvertible.types={0}\u65E0\u6CD5\u8F6C\u6362\u4E3A{1}
       
  1502 
       
  1503 # 0: type, 1: type
       
  1504 compiler.misc.possible.loss.of.precision=\u4ECE{0}\u8F6C\u6362\u5230{1}\u53EF\u80FD\u4F1A\u6709\u635F\u5931
       
  1505 
       
  1506 compiler.misc.unchecked.assign=\u672A\u7ECF\u68C0\u67E5\u7684\u8F6C\u6362
       
  1507 
       
  1508 # compiler.misc.storecheck=\
       
  1509 #     assignment might cause later store checks to fail
       
  1510 # compiler.misc.unchecked=\
       
  1511 #     assigned array cannot dynamically check its stores
       
  1512 compiler.misc.unchecked.cast.to.type=\u672A\u7ECF\u68C0\u67E5\u7684\u8F6C\u6362
       
  1513 
       
  1514 # compiler.err.star.expected=\
       
  1515 #     ''*'' expected
       
  1516 # compiler.err.no.elem.type=\
       
  1517 #     \[\*\] cannot have a type
       
  1518 
       
  1519 # 0: type
       
  1520 compiler.misc.try.not.applicable.to.type=try-with-resources \u4E0D\u9002\u7528\u4E8E\u53D8\u91CF\u7C7B\u578B\n({0})
       
  1521 
       
  1522 #####
       
  1523 
       
  1524 # 0: message segment or type, 1: message segment
       
  1525 compiler.err.type.found.req=\u610F\u5916\u7684\u7C7B\u578B\n\u9700\u8981: {1}\n\u627E\u5230:    {0}
       
  1526 
       
  1527 ## The following are all possible strings for the first argument ({0}) of the
       
  1528 ## above string.
       
  1529 compiler.misc.type.req.class=\u7C7B
       
  1530 
       
  1531 compiler.misc.type.req.class.array=\u7C7B\u6216\u6570\u7EC4
       
  1532 
       
  1533 compiler.misc.type.req.array.or.iterable=\u6570\u7EC4\u6216 java.lang.Iterable
       
  1534 
       
  1535 compiler.misc.type.req.ref=\u5F15\u7528
       
  1536 
       
  1537 compiler.misc.type.req.exact=\u4E0D\u5E26\u9650\u5236\u8303\u56F4\u7684\u7C7B\u6216\u63A5\u53E3
       
  1538 
       
  1539 # 0: type
       
  1540 compiler.misc.type.parameter=\u7C7B\u578B\u53C2\u6570{0}
       
  1541 
       
  1542 #####
       
  1543 
       
  1544 ## The following are all possible strings for the last argument of all those
       
  1545 ## diagnostics whose key ends in ".1"
       
  1546 
       
  1547 # 0: type, 1: list of type
       
  1548 compiler.misc.no.unique.maximal.instance.exists=\u5BF9\u4E8E\u4E0A\u9650\u4E3A{1}\u7684\u7C7B\u578B\u53D8\u91CF{0}, \u4E0D\u5B58\u5728\u552F\u4E00\u6700\u5927\u5B9E\u4F8B
       
  1549 
       
  1550 compiler.misc.no.unique.minimal.instance.exists=\u5BF9\u4E8E\u4E0B\u9650\u4E3A{1}\u7684\u7C7B\u578B\u53D8\u91CF{0}, \u4E0D\u5B58\u5728\u552F\u4E00\u6700\u5C0F\u5B9E\u4F8B
       
  1551 
       
  1552 # 0: type, 1: list of type
       
  1553 compiler.misc.incompatible.upper.bounds=\u63A8\u8BBA\u53D8\u91CF {0} \u5177\u6709\u4E0D\u517C\u5BB9\u7684\u4E0A\u9650 {1}
       
  1554 
       
  1555 # 0: type, 1: list of type
       
  1556 compiler.misc.incompatible.eq.bounds=\u63A8\u8BBA\u53D8\u91CF{0}\u5177\u6709\u4E0D\u517C\u5BB9\u7684\u7B49\u5F0F\u7EA6\u675F\u6761\u4EF6{1}
       
  1557 
       
  1558 # 0: type, 1: list of type, 2: list of type
       
  1559 compiler.misc.incompatible.eq.upper.bounds=\u63A8\u8BBA\u53D8\u91CF {0} \u5177\u6709\u4E0D\u517C\u5BB9\u7684\u9650\u5236\u8303\u56F4\n\u7B49\u5F0F\u7EA6\u675F\u6761\u4EF6: {1}\n\u4E0A\u9650: {2}
       
  1560 
       
  1561 # 0: type, 1: list of type, 2: list of type
       
  1562 compiler.misc.incompatible.upper.lower.bounds=\u63A8\u8BBA\u53D8\u91CF{0}\u5177\u6709\u4E0D\u517C\u5BB9\u7684\u8FB9\u754C\n\u4E0A\u9650: {1}\n\u4E0B\u9650: {2}
       
  1563 
       
  1564 # 0: type, 1: list of type, 2: list of type
       
  1565 compiler.misc.incompatible.eq.lower.bounds=\u63A8\u8BBA\u53D8\u91CF{0}\u5177\u6709\u4E0D\u517C\u5BB9\u7684\u9650\u5236\u8303\u56F4\n\u7B49\u5F0F\u7EA6\u675F\u6761\u4EF6: {1}\n\u4E0B\u9650: {2}
       
  1566 
       
  1567 # 0: list of type, 1: type, 2: type
       
  1568 compiler.misc.infer.no.conforming.instance.exists=\u4E0D\u5B58\u5728\u7C7B\u578B\u53D8\u91CF{0}\u7684\u5B9E\u4F8B, \u4EE5\u4F7F{1}\u4E0E{2}\u4E00\u81F4
       
  1569 
       
  1570 # 0: list of type, 1: message segment
       
  1571 compiler.misc.infer.no.conforming.assignment.exists=\u65E0\u6CD5\u63A8\u65AD\u7C7B\u578B\u53D8\u91CF {0}\n(\u53C2\u6570\u4E0D\u5339\u914D; {1})
       
  1572 
       
  1573 # 0: list of type
       
  1574 compiler.misc.infer.arg.length.mismatch=\u65E0\u6CD5\u63A8\u65AD\u7C7B\u578B\u53D8\u91CF {0}\n(\u5B9E\u9645\u53C2\u6570\u5217\u8868\u548C\u5F62\u5F0F\u53C2\u6570\u5217\u8868\u957F\u5EA6\u4E0D\u540C)
       
  1575 
       
  1576 # 0: list of type, 1: message segment
       
  1577 compiler.misc.infer.varargs.argument.mismatch=\u65E0\u6CD5\u63A8\u65AD\u7C7B\u578B\u53D8\u91CF {0}\n(varargs \u4E0D\u5339\u914D; {1})
       
  1578 
       
  1579 # 0: type, 1: list of type
       
  1580 compiler.misc.inferred.do.not.conform.to.upper.bounds=\u63A8\u65AD\u7C7B\u578B\u4E0D\u7B26\u5408\u4E0A\u9650\n\u63A8\u65AD: {0}\n\u4E0A\u9650: {1}
       
  1581 
       
  1582 # 0: type, 1: list of type
       
  1583 compiler.misc.inferred.do.not.conform.to.lower.bounds=\u63A8\u65AD\u7C7B\u578B\u4E0D\u7B26\u5408\u4E0B\u9650\n\u63A8\u65AD: {0}\n\u4E0B\u9650: {1}
       
  1584 
       
  1585 # 0: type, 1: list of type
       
  1586 compiler.misc.inferred.do.not.conform.to.eq.bounds=\u63A8\u65AD\u7C7B\u578B\u4E0D\u7B26\u5408\u7B49\u5F0F\u7EA6\u675F\u6761\u4EF6\n\u63A8\u65AD: {0}\n\u7B49\u5F0F\u7EA6\u675F\u6761\u4EF6: {1}
       
  1587 
       
  1588 # 0: symbol
       
  1589 compiler.misc.diamond={0}<>
       
  1590 
       
  1591 # 0: type
       
  1592 compiler.misc.diamond.non.generic=\u65E0\u6CD5\u5C06 ''<>'' \u4E0E\u975E\u6CDB\u578B\u7C7B{0}\u4E00\u8D77\u4F7F\u7528
       
  1593 
       
  1594 # 0: list of type, 1: message segment
       
  1595 compiler.misc.diamond.invalid.arg=\u6B64\u4E0A\u4E0B\u6587\u4E2D\u4E0D\u5141\u8BB8\u4F7F\u7528\u4E3A{1}\u63A8\u65AD\u7684\u7C7B\u578B\u53C2\u6570{0}\n\u63A8\u65AD\u53C2\u6570\u5728\u7B7E\u540D\u5C5E\u6027\u4E2D\u65E0\u6CD5\u8868\u8FBE
       
  1596 
       
  1597 # 0: list of type, 1: message segment
       
  1598 compiler.misc.diamond.invalid.args=\u6B64\u4E0A\u4E0B\u6587\u4E2D\u4E0D\u5141\u8BB8\u4F7F\u7528\u4E3A{1}\u63A8\u65AD\u7684\u7C7B\u578B\u53C2\u6570{0}\n\u63A8\u65AD\u53C2\u6570\u5728\u7B7E\u540D\u5C5E\u6027\u4E2D\u65E0\u6CD5\u8868\u8FBE
       
  1599 
       
  1600 # 0: unused
       
  1601 compiler.misc.diamond.and.explicit.params=\u4E0D\u80FD\u5C06 ''<>'' \u4E0E\u6784\u9020\u5668\u7684\u663E\u5F0F\u7C7B\u578B\u53C2\u6570\u4E00\u8D77\u4F7F\u7528
       
  1602 
       
  1603 # 0: unused
       
  1604 compiler.misc.mref.infer.and.explicit.params=\u4E0D\u80FD\u5C06\u539F\u59CB\u6784\u9020\u5668\u5F15\u7528\u4E0E\u6784\u9020\u5668\u7684\u663E\u5F0F\u7C7B\u578B\u53C2\u6570\u4E00\u8D77\u4F7F\u7528
       
  1605 
       
  1606 # 0: type, 1: list of type
       
  1607 compiler.misc.explicit.param.do.not.conform.to.bounds=\u663E\u5F0F\u7C7B\u578B\u53C2\u6570{0}\u4E0D\u7B26\u5408\u58F0\u660E\u7684\u8303\u56F4{1}
       
  1608 
       
  1609 compiler.misc.arg.length.mismatch=\u5B9E\u9645\u53C2\u6570\u5217\u8868\u548C\u5F62\u5F0F\u53C2\u6570\u5217\u8868\u957F\u5EA6\u4E0D\u540C
       
  1610 
       
  1611 # 0: string
       
  1612 compiler.misc.wrong.number.type.args=\u7C7B\u578B\u53D8\u91CF\u6570\u76EE\u9519\u8BEF; \u9700\u8981{0}
       
  1613 
       
  1614 # 0: message segment
       
  1615 compiler.misc.no.conforming.assignment.exists=\u53C2\u6570\u4E0D\u5339\u914D; {0}
       
  1616 
       
  1617 # 0: message segment
       
  1618 compiler.misc.varargs.argument.mismatch=varargs \u4E0D\u5339\u914D; {0}
       
  1619 
       
  1620 #####
       
  1621 
       
  1622 # 0: symbol or type, 1: file name
       
  1623 compiler.warn.auxiliary.class.accessed.from.outside.of.its.source.file={1} \u4E2D\u7684\u8F85\u52A9\u7C7B{0}\u4E0D\u5E94\u4ECE\u5176\u81EA\u8EAB\u7684\u6E90\u6587\u4EF6\u4EE5\u5916\u8BBF\u95EE
       
  1624 
       
  1625 ## The first argument ({0}) is a "kindname".
       
  1626 # 0: symbol kind, 1: symbol, 2: symbol
       
  1627 compiler.err.abstract.cant.be.accessed.directly=\u65E0\u6CD5\u76F4\u63A5\u8BBF\u95EE{2}\u4E2D\u7684\u62BD\u8C61{0} {1}
       
  1628 
       
  1629 ## The first argument ({0}) is a "kindname".
       
  1630 # 0: symbol kind, 1: symbol
       
  1631 compiler.err.non-static.cant.be.ref=\u65E0\u6CD5\u4ECE\u9759\u6001\u4E0A\u4E0B\u6587\u4E2D\u5F15\u7528\u975E\u9759\u6001 {0} {1}
       
  1632 
       
  1633 # 0: symbol kind, 1: symbol
       
  1634 compiler.misc.bad.static.method.in.unbound.lookup=\u5728\u672A\u7ED1\u5B9A\u67E5\u627E\u4E2D\u627E\u5230\u610F\u5916\u7684\u9759\u6001 {0} {1}
       
  1635 
       
  1636 # 0: symbol kind, 1: symbol
       
  1637 compiler.misc.bad.instance.method.in.unbound.lookup=\u5728\u672A\u7ED1\u5B9A\u67E5\u627E\u4E2D\u627E\u5230\u610F\u5916\u7684\u5B9E\u4F8B {0} {1}
       
  1638 
       
  1639 # 0: symbol kind, 1: symbol
       
  1640 compiler.misc.bad.static.method.in.bound.lookup=\u5728\u7ED1\u5B9A\u67E5\u627E\u4E2D\u627E\u5230\u610F\u5916\u7684\u9759\u6001 {0} {1}
       
  1641 
       
  1642 ## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
       
  1643 ## of kindnames (the list should be identical to that provided in source.
       
  1644 compiler.err.unexpected.type=\u610F\u5916\u7684\u7C7B\u578B\n\u9700\u8981: {0}\n\u627E\u5230:    {1}
       
  1645 
       
  1646 compiler.err.unexpected.lambda=\u6B64\u5904\u4E0D\u5E94\u4E3A lambda \u8868\u8FBE\u5F0F
       
  1647 
       
  1648 compiler.err.unexpected.mref=\u6B64\u5904\u4E0D\u5E94\u4E3A\u65B9\u6CD5\u5F15\u7528
       
  1649 
       
  1650 ## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.)
       
  1651 ## The second argument {1} is the non-resolved symbol
       
  1652 ## The third argument {2} is a list of type parameters (non-empty if {1} is a method)
       
  1653 ## The fourth argument {3} is a list of argument types (non-empty if {1} is a method)
       
  1654 # 0: symbol kind, 1: name, 2: unused, 3: unused
       
  1655 compiler.err.cant.resolve=\u627E\u4E0D\u5230\u7B26\u53F7\n\u7B26\u53F7: {0} {1}
       
  1656 
       
  1657 # 0: symbol kind, 1: name, 2: unused, 3: list of type
       
  1658 compiler.err.cant.resolve.args=\u627E\u4E0D\u5230\u7B26\u53F7\n\u7B26\u53F7: {0} {1}({3})
       
  1659 
       
  1660 # 0: symbol kind, 1: name, 2: list of type, 3: list of type
       
  1661 compiler.err.cant.resolve.args.params=\u627E\u4E0D\u5230\u7B26\u53F7\n\u7B26\u53F7: {0} <{2}>{1}({3})
       
  1662 
       
  1663 ## arguments from {0} to {3} have the same meaning as above
       
  1664 ## The fifth argument {4} is a location subdiagnostic (see below)
       
  1665 # 0: symbol kind, 1: name, 2: unused, 3: unused, 4: message segment
       
  1666 compiler.err.cant.resolve.location=\u627E\u4E0D\u5230\u7B26\u53F7\n\u7B26\u53F7:   {0} {1}\n\u4F4D\u7F6E: {4}
       
  1667 
       
  1668 # 0: symbol kind, 1: name, 2: unused, 3: list of type, 4: message segment
       
  1669 compiler.err.cant.resolve.location.args=\u627E\u4E0D\u5230\u7B26\u53F7\n\u7B26\u53F7:   {0} {1}({3})\n\u4F4D\u7F6E: {4}
       
  1670 
       
  1671 # 0: symbol kind, 1: name, 2: list of type, 3: list, 4: message segment
       
  1672 compiler.err.cant.resolve.location.args.params=\u627E\u4E0D\u5230\u7B26\u53F7\n\u7B26\u53F7:   {0} <{2}>{1}({3})\n\u4F4D\u7F6E: {4}
       
  1673 
       
  1674 ### Following are replicated/used for method reference diagnostics
       
  1675 
       
  1676 # 0: symbol kind, 1: name, 2: unused, 3: list of type, 4: message segment
       
  1677 compiler.misc.cant.resolve.location.args=\u627E\u4E0D\u5230\u7B26\u53F7\n\u7B26\u53F7:   {0} {1}({3})\n\u4F4D\u7F6E: {4}
       
  1678 
       
  1679 # 0: symbol kind, 1: name, 2: list of type, 3: list, 4: message segment
       
  1680 compiler.misc.cant.resolve.location.args.params=\u627E\u4E0D\u5230\u7B26\u53F7\n\u7B26\u53F7:   {0} <{2}>{1}({3})\n\u4F4D\u7F6E: {4}
       
  1681 
       
  1682 ##a location subdiagnostic is composed as follows:
       
  1683 ## The first argument {0} is the location "kindname" (e.g. 'constructor', 'field', etc.)
       
  1684 ## The second argument {1} is the location name
       
  1685 ## The third argument {2} is the location type (only when {1} is a variable name)
       
  1686 
       
  1687 # 0: symbol kind, 1: type or symbol, 2: unused
       
  1688 compiler.misc.location={0} {1}
       
  1689 
       
  1690 # 0: symbol kind, 1: symbol, 2: type
       
  1691 compiler.misc.location.1=\u7C7B\u578B\u4E3A{2}\u7684{0} {1}
       
  1692 
       
  1693 ## The following are all possible string for "kindname".
       
  1694 ## They should be called whatever the JLS calls them after it been translated
       
  1695 ## to the appropriate language.
       
  1696 # compiler.misc.kindname.constructor=\
       
  1697 #     static member
       
  1698 compiler.misc.kindname.annotation=@interface
       
  1699 
       
  1700 compiler.misc.kindname.constructor=\u6784\u9020\u5668
       
  1701 
       
  1702 compiler.misc.kindname.enum=\u679A\u4E3E
       
  1703 
       
  1704 compiler.misc.kindname.interface=\u63A5\u53E3
       
  1705 
       
  1706 compiler.misc.kindname.static=\u9759\u6001
       
  1707 
       
  1708 compiler.misc.kindname.type.variable=\u7C7B\u578B\u53D8\u91CF
       
  1709 
       
  1710 compiler.misc.kindname.type.variable.bound=\u7C7B\u578B\u53D8\u91CF\u7684\u9650\u5236\u8303\u56F4
       
  1711 
       
  1712 compiler.misc.kindname.variable=\u53D8\u91CF
       
  1713 
       
  1714 compiler.misc.kindname.value=\u503C
       
  1715 
       
  1716 compiler.misc.kindname.method=\u65B9\u6CD5
       
  1717 
       
  1718 compiler.misc.kindname.class=\u7C7B
       
  1719 
       
  1720 compiler.misc.kindname.package=\u7A0B\u5E8F\u5305
       
  1721 
       
  1722 compiler.misc.kindname.module=\u6A21\u5757
       
  1723 
       
  1724 compiler.misc.kindname.static.init=\u9759\u6001\u521D\u59CB\u5316\u7A0B\u5E8F
       
  1725 
       
  1726 compiler.misc.kindname.instance.init=\u5B9E\u4F8B\u521D\u59CB\u5316\u7A0B\u5E8F
       
  1727 
       
  1728 #####
       
  1729 
       
  1730 compiler.misc.no.args=\u6CA1\u6709\u53C2\u6570
       
  1731 
       
  1732 # 0: message segment
       
  1733 compiler.err.override.static={0}\n\u8986\u76D6\u7684\u65B9\u6CD5\u4E3A static
       
  1734 
       
  1735 # 0: message segment, 1: set of modifier
       
  1736 compiler.err.override.meth={0}\n\u88AB\u8986\u76D6\u7684\u65B9\u6CD5\u4E3A{1}
       
  1737 
       
  1738 # 0: message segment, 1: type
       
  1739 compiler.err.override.meth.doesnt.throw={0}\n\u88AB\u8986\u76D6\u7684\u65B9\u6CD5\u672A\u629B\u51FA{1}
       
  1740 
       
  1741 # In the following string {1} is a space separated list of Java Keywords, as
       
  1742 # they would have been declared in the source code
       
  1743 # 0: message segment, 1: set of modifier
       
  1744 compiler.err.override.weaker.access={0}\n\u6B63\u5728\u5C1D\u8BD5\u5206\u914D\u66F4\u4F4E\u7684\u8BBF\u95EE\u6743\u9650; \u4EE5\u524D\u4E3A{1}
       
  1745 
       
  1746 # 0: message segment, 1: type, 2: type
       
  1747 compiler.err.override.incompatible.ret={0}\n\u8FD4\u56DE\u7C7B\u578B{1}\u4E0E{2}\u4E0D\u517C\u5BB9
       
  1748 
       
  1749 # 0: message segment, 1: type, 2: type
       
  1750 compiler.warn.override.unchecked.ret={0}\n\u8FD4\u56DE\u7C7B\u578B\u9700\u8981\u4ECE{1}\u5230{2}\u7684\u672A\u7ECF\u68C0\u67E5\u7684\u8F6C\u6362
       
  1751 
       
  1752 # 0: message segment, 1: type
       
  1753 compiler.warn.override.unchecked.thrown={0}\n\u88AB\u8986\u76D6\u7684\u65B9\u6CD5\u672A\u629B\u51FA{1}
       
  1754 
       
  1755 # 0: symbol
       
  1756 compiler.warn.override.equals.but.not.hashcode=\u7C7B{0}\u8986\u76D6\u4E86 equals, \u4F46\u8BE5\u7C7B\u6216\u4EFB\u4F55\u8D85\u7C7B\u90FD\u672A\u8986\u76D6 hashCode \u65B9\u6CD5
       
  1757 
       
  1758 ## The following are all possible strings for the first argument ({0}) of the
       
  1759 ## above strings.
       
  1760 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1761 compiler.misc.cant.override={1}\u4E2D\u7684{0}\u65E0\u6CD5\u8986\u76D6{3}\u4E2D\u7684{2}
       
  1762 
       
  1763 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1764 compiler.misc.cant.hide={1} \u4E2D\u7684 {0} \u65E0\u6CD5\u9690\u85CF {3} \u4E2D\u7684 {2}
       
  1765 
       
  1766 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1767 compiler.misc.cant.implement={1}\u4E2D\u7684{0}\u65E0\u6CD5\u5B9E\u73B0{3}\u4E2D\u7684{2}
       
  1768 
       
  1769 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1770 compiler.misc.clashes.with={1}\u4E2D\u7684{0}\u4E0E{3}\u4E2D\u7684{2}\u51B2\u7A81
       
  1771 
       
  1772 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1773 compiler.misc.unchecked.override={1}\u4E2D\u7684{0}\u8986\u76D6\u4E86{3}\u4E2D\u7684{2}
       
  1774 
       
  1775 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1776 compiler.misc.unchecked.implement={1}\u4E2D\u7684{0}\u5B9E\u73B0\u4E86{3}\u4E2D\u7684{2}
       
  1777 
       
  1778 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1779 compiler.misc.unchecked.clash.with={1}\u4E2D\u7684{0}\u8986\u76D6\u4E86{3}\u4E2D\u7684{2}
       
  1780 
       
  1781 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1782 compiler.misc.varargs.override={1}\u4E2D\u7684{0}\u8986\u76D6\u4E86{3}\u4E2D\u7684{2}
       
  1783 
       
  1784 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1785 compiler.misc.varargs.implement={1}\u4E2D\u7684{0}\u5B9E\u73B0\u4E86{3}\u4E2D\u7684{2}
       
  1786 
       
  1787 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
       
  1788 compiler.misc.varargs.clash.with={1}\u4E2D\u7684{0}\u8986\u76D6\u4E86{3}\u4E2D\u7684{2}
       
  1789 
       
  1790 # 0: symbol kind, 1: symbol, 2: symbol, 3: message segment
       
  1791 compiler.misc.inapplicable.method={0} {1}.{2}\u4E0D\u9002\u7528\n({3})
       
  1792 
       
  1793 ########################################
       
  1794 # Diagnostics for language feature changes
       
  1795 ########################################
       
  1796 
       
  1797 # 0: string
       
  1798 compiler.err.modules.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301\u6A21\u5757\n(\u8BF7\u4F7F\u7528 -source 9 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u6A21\u5757)
       
  1799 
       
  1800 # 0: string
       
  1801 compiler.misc.diamond.and.anon.class.not.supported.in.source=\u5728 -source {0} \u4E2D\u65E0\u6CD5\u4F7F\u7528\u5E26\u6709\u533F\u540D\u5185\u90E8\u7C7B\u7684 ''<>''\n(\u8BF7\u4F7F\u7528 -source 9 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u5141\u8BB8\u5E26\u6709\u533F\u540D\u5185\u90E8\u7C7B\u7684 ''<>'')
       
  1802 
       
  1803 # 0: string
       
  1804 compiler.err.unsupported.binary.lit=-source {0} \u4E2D\u4E0D\u652F\u6301\u4E8C\u8FDB\u5236\u6587\u5B57\n(\u8BF7\u4F7F\u7528 -source 7 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u4E8C\u8FDB\u5236\u6587\u5B57)
       
  1805 
       
  1806 # 0: string
       
  1807 compiler.err.unsupported.underscore.lit=-source {0} \u4E2D\u4E0D\u652F\u6301\u6587\u5B57\u4E2D\u5B58\u5728\u4E0B\u5212\u7EBF\n(\u8BF7\u4F7F\u7528 -source 7 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u5141\u8BB8\u6587\u5B57\u4E2D\u5B58\u5728\u4E0B\u5212\u7EBF)
       
  1808 
       
  1809 # 0: string
       
  1810 compiler.err.try.with.resources.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301 try-with-resources\n(\u8BF7\u4F7F\u7528 -source 7 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528 try-with-resources)
       
  1811 
       
  1812 # 0: string
       
  1813 compiler.err.var.in.try.with.resources.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301\u5728 try-with-resources \u4F7F\u7528\u53D8\u91CF\n(\u8BF7\u4F7F\u7528 -source 9 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u5141\u8BB8\u5728 try-with-resources \u4E2D\u4F7F\u7528\u53D8\u91CF)
       
  1814 
       
  1815 compiler.warn.underscore.as.identifier=\u4ECE\u53D1\u884C\u7248 9 \u5F00\u59CB, ''_'' \u4E3A\u5173\u952E\u5B57, \u4E0D\u80FD\u7528\u4F5C\u6807\u8BC6\u7B26
       
  1816 
       
  1817 compiler.err.underscore.as.identifier=\u4ECE\u53D1\u884C\u7248 9 \u5F00\u59CB, ''_'' \u4E3A\u5173\u952E\u5B57, \u4E0D\u80FD\u7528\u4F5C\u6807\u8BC6\u7B26
       
  1818 
       
  1819 compiler.err.underscore.as.identifier.in.lambda=''_'' \u7528\u4F5C\u6807\u8BC6\u7B26\n(\u5BF9\u4E8E lambda \u53C2\u6570, \u7981\u6B62\u5C06 ''_'' \u7528\u4F5C\u6807\u8BC6\u7B26)
       
  1820 
       
  1821 compiler.err.enum.as.identifier=\u4ECE\u53D1\u884C\u7248 5 \u5F00\u59CB, ''enum'' \u4E3A\u5173\u952E\u5B57, \u4E0D\u80FD\u7528\u4F5C\u6807\u8BC6\u7B26
       
  1822 
       
  1823 compiler.err.assert.as.identifier=\u4ECE\u53D1\u884C\u7248 1.4 \u5F00\u59CB, ''assert'' \u4E3A\u5173\u952E\u5B57, \u4E0D\u80FD\u7528\u4F5C\u6807\u8BC6\u7B26
       
  1824 
       
  1825 # TODO 308: make a better error message
       
  1826 compiler.err.this.as.identifier=\u4ECE\u53D1\u884C\u7248 8 \u5F00\u59CB, ''this'' \u53EA\u80FD\u4F5C\u4E3A\u63A5\u6536\u65B9\u7C7B\u578B\u7684\u53C2\u6570\u540D, \u8BE5\u53C2\u6570\u5FC5\u987B\u4E3A\u7B2C\u4E00\u4E2A\u53C2\u6570
       
  1827 
       
  1828 # 0: symbol
       
  1829 compiler.err.receiver.parameter.not.applicable.constructor.toplevel.class=\u63A5\u6536\u65B9\u53C2\u6570\u4E0D\u9002\u7528\u4E8E\u9876\u5C42\u7C7B\u7684\u6784\u9020\u5668
       
  1830 
       
  1831 # TODO 308: make a better error message
       
  1832 # 0: symbol
       
  1833 compiler.err.cant.type.annotate.scoping.1=\u65E0\u6CD5\u4F7F\u7528 type-use \u6CE8\u91CA {0} \u6765\u6CE8\u91CA\u786E\u5B9A\u4F5C\u7528\u57DF\u7ED3\u6784
       
  1834 
       
  1835 # TODO 308: make a better error message
       
  1836 # 0: list of symbol
       
  1837 compiler.err.cant.type.annotate.scoping=\u65E0\u6CD5\u4F7F\u7528 type-use \u6CE8\u91CA {0} \u6765\u6CE8\u91CA\u786E\u5B9A\u4F5C\u7528\u57DF\u7ED3\u6784
       
  1838 
       
  1839 # 0: type, 1: type
       
  1840 compiler.err.incorrect.receiver.name=\u63A5\u6536\u65B9\u540D\u79F0\u4E0E\u5C01\u95ED\u7C7B\u7C7B\u578B\u4E0D\u5339\u914D\n\u9700\u8981: {0}\n\u627E\u5230: {1}
       
  1841 
       
  1842 # 0: type, 1: type
       
  1843 compiler.err.incorrect.receiver.type=\u63A5\u6536\u65B9\u7C7B\u578B\u4E0E\u5C01\u95ED\u7C7B\u7C7B\u578B\u4E0D\u5339\u914D\n\u9700\u8981: {0}\n\u627E\u5230: {1}
       
  1844 
       
  1845 # 0: type, 1: type
       
  1846 compiler.err.incorrect.constructor.receiver.type=\u63A5\u6536\u65B9\u7C7B\u578B\u4E0E\u5916\u90E8\u5C01\u95ED\u7C7B\u7C7B\u578B\u4E0D\u5339\u914D\n\u9700\u8981: {0}\n\u627E\u5230: {1}
       
  1847 
       
  1848 # 0: type, 1: type
       
  1849 compiler.err.incorrect.constructor.receiver.name=\u63A5\u6536\u65B9\u540D\u79F0\u4E0E\u5916\u90E8\u5C01\u95ED\u7C7B\u7C7B\u578B\u4E0D\u5339\u914D\n\u9700\u8981: {0}\n\u627E\u5230: {1}
       
  1850 
       
  1851 compiler.err.no.annotations.on.dot.class=\u7C7B\u6587\u5B57\u7C7B\u578B\u4E2D\u4E0D\u5141\u8BB8\u4F7F\u7528\u4EFB\u4F55\u6CE8\u91CA
       
  1852 
       
  1853 # 0: string
       
  1854 compiler.err.type.annotations.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301\u7C7B\u578B\u6CE8\u91CA\n(\u8BF7\u4F7F\u7528 -source 8 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u7C7B\u578B\u6CE8\u91CA)
       
  1855 
       
  1856 # 0: string
       
  1857 compiler.err.annotations.after.type.params.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301\u65B9\u6CD5\u7C7B\u578B\u53C2\u6570\u540E\u7684\u6CE8\u91CA\n(\u8BF7\u4F7F\u7528 -source 8 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u65B9\u6CD5\u7C7B\u578B\u53C2\u6570\u540E\u7684\u6CE8\u91CA)
       
  1858 
       
  1859 # 0: string
       
  1860 compiler.err.repeatable.annotations.not.supported.in.source=-source {0}\u4E2D\u4E0D\u652F\u6301\u91CD\u590D\u6CE8\u91CA\n(\u8BF7\u4F7F\u7528 -source 8 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u91CD\u590D\u6CE8\u91CA)
       
  1861 
       
  1862 # 0: string
       
  1863 compiler.err.diamond.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301 diamond \u8FD0\u7B97\u7B26\n(\u8BF7\u4F7F\u7528 -source 7 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528 diamond \u8FD0\u7B97\u7B26)
       
  1864 
       
  1865 # 0: string
       
  1866 compiler.err.multicatch.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301 multi-catch \u8BED\u53E5\n(\u8BF7\u4F7F\u7528 -source 7 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528 multi-catch \u8BED\u53E5)
       
  1867 
       
  1868 # 0: string
       
  1869 compiler.err.string.switch.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301 switch \u4E2D\u5B58\u5728\u5B57\u7B26\u4E32\n(\u8BF7\u4F7F\u7528 -source 7 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u5141\u8BB8 switch \u4E2D\u5B58\u5728\u5B57\u7B26\u4E32)
       
  1870 
       
  1871 # 0: string
       
  1872 compiler.err.lambda.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301 lambda \u8868\u8FBE\u5F0F\n(\u8BF7\u4F7F\u7528 -source 8 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528 lambda \u8868\u8FBE\u5F0F)
       
  1873 
       
  1874 # 0: string
       
  1875 compiler.err.method.references.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301\u65B9\u6CD5\u5F15\u7528\n(\u8BF7\u4F7F\u7528 -source 8 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u65B9\u6CD5\u5F15\u7528)
       
  1876 
       
  1877 # 0: string
       
  1878 compiler.err.default.methods.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301\u9ED8\u8BA4\u65B9\u6CD5\n(\u8BF7\u4F7F\u7528 -source 8 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u9ED8\u8BA4\u65B9\u6CD5)
       
  1879 
       
  1880 # 0: string
       
  1881 compiler.err.intersection.types.in.cast.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301\u8F6C\u6362\u4E2D\u7684\u4EA4\u53C9\u7C7B\u578B\n(\u8BF7\u4F7F\u7528 -source 8 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u8F6C\u6362\u4E2D\u7684\u4EA4\u53C9\u7C7B\u578B)
       
  1882 
       
  1883 # 0: string
       
  1884 compiler.err.static.intf.methods.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301\u9759\u6001\u63A5\u53E3\u65B9\u6CD5\n(\u8BF7\u4F7F\u7528 -source 8 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u9759\u6001\u63A5\u53E3\u65B9\u6CD5)
       
  1885 
       
  1886 # 0: string
       
  1887 compiler.err.static.intf.method.invoke.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301\u9759\u6001\u63A5\u53E3\u65B9\u6CD5\u8C03\u7528\n(\u8BF7\u4F7F\u7528 -source 8 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u9759\u6001\u63A5\u53E3\u65B9\u6CD5\u8C03\u7528)
       
  1888 
       
  1889 # 0: string
       
  1890 compiler.err.private.intf.methods.not.supported.in.source=-source {0} \u4E2D\u4E0D\u652F\u6301\u79C1\u6709\u63A5\u53E3\u65B9\u6CD5\n(\u8BF7\u4F7F\u7528 -source 9 \u6216\u66F4\u9AD8\u7248\u672C\u4EE5\u542F\u7528\u79C1\u6709\u63A5\u53E3\u65B9\u6CD5)
       
  1891 
       
  1892 ########################################
       
  1893 # Diagnostics for verbose resolution
       
  1894 # used by Resolve (debug only)
       
  1895 ########################################
       
  1896 
       
  1897 # 0: number, 1: symbol, 2: unused
       
  1898 compiler.misc.applicable.method.found=\u627E\u5230\u7B2C {0} \u4E2A\u9002\u7528\u65B9\u6CD5: {1}
       
  1899 
       
  1900 # 0: number, 1: symbol, 2: message segment
       
  1901 compiler.misc.applicable.method.found.1=\u627E\u5230\u7B2C {0} \u4E2A\u9002\u7528\u65B9\u6CD5: {1}\n({2})
       
  1902 
       
  1903 # 0: number, 1: symbol, 2: message segment
       
  1904 compiler.misc.not.applicable.method.found=\u627E\u5230\u7B2C {0} \u4E2A\u4E0D\u9002\u7528\u7684\u65B9\u6CD5: {1}\n({2})
       
  1905 
       
  1906 # 0: type
       
  1907 compiler.misc.partial.inst.sig=\u90E8\u5206\u5B9E\u4F8B\u5316\u4E3A: {0}
       
  1908 
       
  1909 # 0: name, 1: symbol, 2: number, 3: string (method resolution phase), 4: list of type or message segment, 5: list of type or message segment
       
  1910 compiler.note.verbose.resolve.multi=\u5C06\u7C7B\u578B {1} \u7684\u65B9\u6CD5 {0} \u89E3\u6790\u4E3A\u5019\u9009\u9879 {2}\n\u9636\u6BB5: {3}\n\u5177\u6709\u5B9E\u9645\u503C: {4}\n\u5177\u6709\u7C7B\u578B\u53C2\u6570: {5}\n\u5019\u9009\u9879:
       
  1911 
       
  1912 # 0: name, 1: symbol, 2: unused, 3: string (method resolution phase), 4: list of type or message segment, 5: list of type or message segment
       
  1913 compiler.note.verbose.resolve.multi.1=\u7C7B\u578B {1} \u7684\u65B9\u6CD5 {0} \u89E3\u6790\u9519\u8BEF\n\u9636\u6BB5: {3}\n\u5177\u6709\u5B9E\u9645\u503C: {4}\n\u5177\u6709\u7C7B\u578B\u53C2\u6570: {5}\n\u5019\u9009\u9879:
       
  1914 
       
  1915 # 0: symbol, 1: type, 2: type
       
  1916 compiler.note.deferred.method.inst=\u65B9\u6CD5 {0} \u7684\u5EF6\u8FDF\u5B9E\u4F8B\u5316\n\u5B9E\u4F8B\u5316\u7B7E\u540D: {1}\n\u76EE\u6807\u7C7B\u578B: {2}
       
  1917 
       
  1918 ########################################
       
  1919 # Diagnostics for where clause implementation
       
  1920 # used by the RichDiagnosticFormatter.
       
  1921 ########################################
       
  1922 
       
  1923 compiler.misc.type.null=<\u7A7A\u503C>
       
  1924 
       
  1925 # X#n (where n is an int id) is disambiguated tvar name
       
  1926 # 0: name, 1: number
       
  1927 compiler.misc.type.var={0}#{1}
       
  1928 
       
  1929 # CAP#n (where n is an int id) is an abbreviation for 'captured type'
       
  1930 # 0: number
       
  1931 compiler.misc.captured.type=CAP#{0}
       
  1932 
       
  1933 # <INT#n> (where n is an int id) is an abbreviation for 'intersection type'
       
  1934 # 0: number
       
  1935 compiler.misc.intersection.type=INT#{0}
       
  1936 
       
  1937 # where clause for captured type: contains upper ('extends {1}') and lower
       
  1938 # ('super {2}') bound along with the wildcard that generated this captured type ({3})
       
  1939 # 0: type, 1: type, 2: type, 3: type
       
  1940 compiler.misc.where.captured={0}\u4ECE{3}\u7684\u6355\u83B7\u6269\u5C55{1} \u8D85 {2}
       
  1941 
       
  1942 # compact where clause for captured type: contains upper ('extends {1}') along
       
  1943 # with the wildcard that generated this captured type ({3})
       
  1944 # 0: type, 1: type, 2: unused, 3: type
       
  1945 compiler.misc.where.captured.1={0}\u4ECE{3}\u7684\u6355\u83B7\u6269\u5C55{1}
       
  1946 
       
  1947 # where clause for type variable: contains upper bound(s) ('extends {1}') along with
       
  1948 # the kindname ({2}) and location ({3}) in which the typevar has been declared
       
  1949 # 0: type, 1: list of type, 2: symbol kind, 3: symbol
       
  1950 compiler.misc.where.typevar={0}\u6269\u5C55\u5DF2\u5728{2} {3}\u4E2D\u58F0\u660E\u7684{1}
       
  1951 
       
  1952 # compact where clause for type variable: contains the kindname ({2}) and location ({3})
       
  1953 # in which the typevar has been declared
       
  1954 # 0: type, 1: list of type, 2: symbol kind, 3: symbol
       
  1955 compiler.misc.where.typevar.1={0}\u5DF2\u5728{2} {3}\u4E2D\u58F0\u660E
       
  1956 
       
  1957 # where clause for fresh type variable: contains upper bound(s) ('extends {1}').
       
  1958 # Since a fresh type-variable is synthetic - there's no location/kindname here.
       
  1959 # 0: type, 1: list of type
       
  1960 compiler.misc.where.fresh.typevar={0}\u6269\u5C55{1}
       
  1961 
       
  1962 # where clause for type variable: contains all the upper bound(s) ('extends {1}')
       
  1963 # of this intersection type
       
  1964 # 0: type, 1: list of type
       
  1965 compiler.misc.where.intersection={0}\u6269\u5C55{1}
       
  1966 
       
  1967 ### Where clause headers ###
       
  1968 compiler.misc.where.description.captured=\u5176\u4E2D, {0}\u662F\u65B0\u7C7B\u578B\u53D8\u91CF:
       
  1969 
       
  1970 # 0: set of type
       
  1971 compiler.misc.where.description.typevar=\u5176\u4E2D, {0}\u662F\u7C7B\u578B\u53D8\u91CF:
       
  1972 
       
  1973 # 0: set of type
       
  1974 compiler.misc.where.description.intersection=\u5176\u4E2D, {0}\u662F\u4EA4\u53C9\u7C7B\u578B:
       
  1975 
       
  1976 # 0: set of type
       
  1977 compiler.misc.where.description.captured.1=\u5176\u4E2D, {0}\u662F\u65B0\u7C7B\u578B\u53D8\u91CF:
       
  1978 
       
  1979 # 0: set of type
       
  1980 compiler.misc.where.description.typevar.1=\u5176\u4E2D, {0}\u662F\u7C7B\u578B\u53D8\u91CF:
       
  1981 
       
  1982 # 0: set of type
       
  1983 compiler.misc.where.description.intersection.1=\u5176\u4E2D, {0}\u662F\u4EA4\u53C9\u7C7B\u578B:
       
  1984 
       
  1985 ###
       
  1986 # errors related to doc comments
       
  1987 
       
  1988 compiler.err.dc.bad.entity=HTML \u5B9E\u4F53\u9519\u8BEF
       
  1989 
       
  1990 compiler.err.dc.bad.gt=''>'' \u7684\u7528\u6CD5\u9519\u8BEF
       
  1991 
       
  1992 compiler.err.dc.bad.inline.tag=\u5185\u5D4C\u6807\u8BB0\u7684\u7528\u6CD5\u4E0D\u6B63\u786E
       
  1993 
       
  1994 compiler.err.dc.identifier.expected=\u9700\u8981\u6807\u8BC6\u7B26
       
  1995 
       
  1996 compiler.err.dc.malformed.html=\u683C\u5F0F\u9519\u8BEF\u7684 HTML
       
  1997 
       
  1998 compiler.err.dc.missing.semicolon=\u7F3A\u5C11\u5206\u53F7
       
  1999 
       
  2000 compiler.err.dc.no.content=\u65E0\u5185\u5BB9
       
  2001 
       
  2002 compiler.err.dc.no.tag.name='@' \u540E\u6CA1\u6709\u6807\u8BB0\u540D
       
  2003 
       
  2004 compiler.err.dc.gt.expected=\u9700\u8981 ''>''
       
  2005 
       
  2006 compiler.err.dc.ref.bad.parens=\u5F15\u7528\u4E2D\u7F3A\u5C11 '')''
       
  2007 
       
  2008 compiler.err.dc.ref.syntax.error=\u5F15\u7528\u4E2D\u51FA\u73B0\u8BED\u6CD5\u9519\u8BEF
       
  2009 
       
  2010 compiler.err.dc.ref.unexpected.input=\u610F\u5916\u7684\u6587\u672C
       
  2011 
       
  2012 compiler.err.dc.unexpected.content=\u610F\u5916\u7684\u5185\u5BB9
       
  2013 
       
  2014 compiler.err.dc.unterminated.inline.tag=\u672A\u7EC8\u6B62\u7684\u5185\u5D4C\u6807\u8BB0
       
  2015 
       
  2016 compiler.err.dc.unterminated.signature=\u672A\u7EC8\u6B62\u7684\u7B7E\u540D
       
  2017 
       
  2018 compiler.err.dc.unterminated.string=\u672A\u7EC8\u6B62\u7684\u5B57\u7B26\u4E32
       
  2019 
       
  2020 ###
       
  2021 # errors related to modules
       
  2022 
       
  2023 compiler.err.expected.module=\u9884\u671F ''module''
       
  2024 
       
  2025 # 0: symbol
       
  2026 compiler.err.module.not.found=\u627E\u4E0D\u5230\u6A21\u5757: {0}
       
  2027 
       
  2028 # 0: symbol
       
  2029 compiler.warn.module.not.found=\u627E\u4E0D\u5230\u6A21\u5757: {0}
       
  2030 
       
  2031 compiler.err.too.many.modules=\u627E\u5230\u592A\u591A\u7684\u6A21\u5757\u58F0\u660E
       
  2032 
       
  2033 compiler.err.module.not.found.on.module.source.path=\u5728\u6A21\u5757\u6E90\u8DEF\u5F84\u4E2D\u627E\u4E0D\u5230\u6A21\u5757
       
  2034 
       
  2035 compiler.err.not.in.module.on.module.source.path=\u4E0D\u5728\u6A21\u5757\u6E90\u8DEF\u5F84\u4E0A\u7684\u6A21\u5757\u4E2D
       
  2036 
       
  2037 # 0: symbol
       
  2038 compiler.err.duplicate.module=\u91CD\u590D\u7684\u6A21\u5757: {0}
       
  2039 
       
  2040 # 0: symbol
       
  2041 compiler.err.duplicate.requires=\u91CD\u590D\u7684 requires \u6307\u4EE4: {0}
       
  2042 
       
  2043 # 0: symbol
       
  2044 compiler.err.conflicting.exports=\u91CD\u590D\u6216\u51B2\u7A81\u7684\u5BFC\u51FA\u64CD\u4F5C: {0}
       
  2045 
       
  2046 # 0: symbol
       
  2047 compiler.err.conflicting.opens=\u91CD\u590D\u6216\u51B2\u7A81\u7684\u6253\u5F00\u64CD\u4F5C: {0}
       
  2048 
       
  2049 # 0: symbol
       
  2050 compiler.err.conflicting.exports.to.module=\u91CD\u590D\u6216\u51B2\u7A81\u7684\u5BFC\u51FA\u5230\u6A21\u5757\u64CD\u4F5C: {0}
       
  2051 
       
  2052 # 0: symbol
       
  2053 compiler.err.conflicting.opens.to.module=\u91CD\u590D\u6216\u51B2\u7A81\u7684\u6253\u5F00\u5230\u6A21\u5757\u64CD\u4F5C: {0}
       
  2054 
       
  2055 compiler.err.no.opens.unless.strong=\u53EA\u5141\u8BB8\u5728\u5F3A\u6A21\u5757\u4E2D\u4F7F\u7528 ''opens''
       
  2056 
       
  2057 # 0: symbol
       
  2058 compiler.err.repeated.provides.for.service=\u670D\u52A1 {0} \u6709\u591A\u4E2A ''provides''
       
  2059 
       
  2060 # 0: symbol, 1: symbol
       
  2061 compiler.err.duplicate.provides=\u91CD\u590D\u7684 provides \u6307\u4EE4: \u670D\u52A1 {0}, \u5B9E\u73B0 {1}
       
  2062 
       
  2063 # 0: symbol
       
  2064 compiler.err.duplicate.uses=\u91CD\u590D\u7684 uses \u6307\u4EE4: {0}
       
  2065 
       
  2066 # 0: symbol
       
  2067 compiler.err.service.implementation.is.abstract=\u670D\u52A1\u5B9E\u73B0\u662F\u62BD\u8C61\u7C7B: {0}
       
  2068 
       
  2069 compiler.err.service.implementation.must.be.subtype.of.service.interface=\u670D\u52A1\u5B9E\u73B0\u7C7B\u578B\u5FC5\u987B\u662F\u670D\u52A1\u63A5\u53E3\u7C7B\u578B\u7684\u5B50\u7C7B\u578B, \u6216\u8005\u5177\u6709\u540D\u4E3A "provider" \u7684, \u8FD4\u56DE\u670D\u52A1\u5B9E\u73B0\u7684\u516C\u5171\u9759\u6001\u65E0\u53C2\u6570\u65B9\u6CD5
       
  2070 
       
  2071 compiler.err.service.implementation.provider.return.must.be.subtype.of.service.interface="provider" \u65B9\u6CD5\u8FD4\u56DE\u7C7B\u578B\u5FC5\u987B\u662F\u670D\u52A1\u63A5\u53E3\u7C7B\u578B\u7684\u5B50\u7C7B\u578B
       
  2072 
       
  2073 # 0: symbol
       
  2074 compiler.err.service.implementation.is.inner=\u670D\u52A1\u5B9E\u73B0\u662F\u5185\u90E8\u7C7B: {0}
       
  2075 
       
  2076 # 0: symbol
       
  2077 compiler.err.service.definition.is.enum=\u670D\u52A1\u5B9A\u4E49\u662F\u679A\u4E3E: {0}
       
  2078 
       
  2079 # 0: symbol
       
  2080 compiler.err.service.implementation.doesnt.have.a.no.args.constructor=\u670D\u52A1\u5B9E\u73B0\u6CA1\u6709\u9ED8\u8BA4\u7684\u6784\u9020\u5668: {0}
       
  2081 
       
  2082 # 0: symbol
       
  2083 compiler.err.service.implementation.no.args.constructor.not.public=\u670D\u52A1\u5B9E\u73B0\u7684\u65E0\u53C2\u6570\u6784\u9020\u5668\u4E0D\u662F\u516C\u5171\u6784\u9020\u5668: {0}
       
  2084 
       
  2085 # 0: symbol
       
  2086 compiler.err.package.empty.or.not.found=\u7A0B\u5E8F\u5305\u4E3A\u7A7A\u6216\u4E0D\u5B58\u5728: {0}
       
  2087 
       
  2088 # 0: symbol
       
  2089 compiler.warn.package.empty.or.not.found=\u7A0B\u5E8F\u5305\u4E3A\u7A7A\u6216\u4E0D\u5B58\u5728: {0}
       
  2090 
       
  2091 compiler.err.no.output.dir=\u672A\u6307\u5B9A\u7C7B\u8F93\u51FA\u76EE\u5F55
       
  2092 
       
  2093 compiler.err.unnamed.pkg.not.allowed.named.modules=\u547D\u540D\u6A21\u5757\u4E2D\u4E0D\u5141\u8BB8\u672A\u547D\u540D\u7A0B\u5E8F\u5305
       
  2094 
       
  2095 # 0: name, 1: name
       
  2096 compiler.err.module.name.mismatch=\u6A21\u5757\u540D\u79F0 {0} \u4E0E\u9884\u671F\u540D\u79F0 {1} \u4E0D\u5339\u914D
       
  2097 
       
  2098 # 0: name, 1: name
       
  2099 compiler.misc.module.name.mismatch=\u6A21\u5757\u540D\u79F0 {0} \u4E0E\u9884\u671F\u540D\u79F0 {1} \u4E0D\u5339\u914D
       
  2100 
       
  2101 # 0: name
       
  2102 compiler.err.module.non.zero.opens=\u6253\u5F00\u7684\u6A21\u5757 {0} \u5177\u6709\u975E\u96F6 opens_count
       
  2103 
       
  2104 # 0: name
       
  2105 compiler.misc.module.non.zero.opens=\u6253\u5F00\u7684\u6A21\u5757 {0} \u5177\u6709\u975E\u96F6 opens_count
       
  2106 
       
  2107 compiler.err.module.decl.sb.in.module-info.java=\u6A21\u5757\u58F0\u660E\u5E94\u8BE5\u5728\u540D\u4E3A module-info.java \u7684\u6587\u4EF6\u4E2D
       
  2108 
       
  2109 # 0: set of string
       
  2110 compiler.err.too.many.patched.modules=\u592A\u591A\u6253\u8865\u4E01\u7684\u6A21\u5757 ({0}), \u8BF7\u4F7F\u7528 --module-source-path
       
  2111 
       
  2112 # 0: name, 1: name
       
  2113 compiler.err.file.patched.and.msp=\u53EF\u4ECE --patch-module \u548C --module-source-path \u8BBF\u95EE\u6587\u4EF6, \u4F46\u8BE5\u6587\u4EF6\u5728\u6BCF\u4E2A\u8DEF\u5F84\u4E2D\u5C5E\u4E8E\u4E0D\u540C\u7684\u6A21\u5757: {0}, {1}
       
  2114 
       
  2115 compiler.err.processorpath.no.processormodulepath=-processorpath \u4E0E --processor-module-path \u7684\u7EC4\u5408\u975E\u6CD5
       
  2116 
       
  2117 # 0: symbol
       
  2118 compiler.err.package.in.other.module=\u7A0B\u5E8F\u5305\u5DF2\u5B58\u5728\u4E8E\u53E6\u4E00\u4E2A\u6A21\u5757\u4E2D: {0}
       
  2119 
       
  2120 # 0: symbol, 1: name, 2: symbol, 3: symbol
       
  2121 compiler.err.package.clash.from.requires=\u6A21\u5757 {0} \u540C\u65F6\u4ECE {2} \u548C {3} \u8BFB\u53D6\u7A0B\u5E8F\u5305 {1}
       
  2122 
       
  2123 # 0: string
       
  2124 compiler.err.module.not.found.in.module.source.path=\u5728\u6A21\u5757\u6E90\u8DEF\u5F84\u4E2D\u627E\u4E0D\u5230\u6A21\u5757 {0}
       
  2125 
       
  2126 compiler.err.output.dir.must.be.specified.with.dash.m.option=\u5982\u679C\u4F7F\u7528 -m \u9009\u9879, \u5219\u5FC5\u987B\u6307\u5B9A\u7C7B\u8F93\u51FA\u76EE\u5F55
       
  2127 
       
  2128 compiler.err.modulesourcepath.must.be.specified.with.dash.m.option=\u5982\u679C\u4F7F\u7528 -m \u9009\u9879, \u5219\u5FC5\u987B\u6307\u5B9A\u6A21\u5757\u6E90\u8DEF\u5F84
       
  2129 
       
  2130 # 0: symbol
       
  2131 compiler.err.service.implementation.not.in.right.module=\u5FC5\u987B\u5728\u4E0E provides \u6307\u4EE4\u76F8\u540C\u7684\u6A21\u5757\u4E2D\u5B9A\u4E49\u670D\u52A1\u5B9E\u73B0
       
  2132 
       
  2133 # 0: symbol
       
  2134 compiler.err.cyclic.requires=\u6D89\u53CA {0} \u7684\u5FAA\u73AF\u88AB\u4F9D\u8D56\u5BF9\u8C61
       
  2135 
       
  2136 # 0: fragment, 1: name
       
  2137 compiler.err.duplicate.module.on.path={1} \u4E2D\u7684 {0} \u4E0A\u5B58\u5728\n\u91CD\u590D\u7684\u6A21\u5757
       
  2138 
       
  2139 # 0: option name, 1: string
       
  2140 compiler.warn.bad.name.for.option={0} \u9009\u9879\u7684\u503C\u4E2D\u6709\u9519\u8BEF\u7684\u540D\u79F0: ''{1}''
       
  2141 
       
  2142 # 0: option name, 1: string
       
  2143 compiler.err.bad.name.for.option={0} \u9009\u9879\u7684\u503C\u4E2D\u6709\u9519\u8BEF\u7684\u540D\u79F0: ''{1}''
       
  2144 
       
  2145 # 0: option name, 1: symbol
       
  2146 compiler.warn.module.for.option.not.found=\u627E\u4E0D\u5230 {0} \u9009\u9879\u4E2D\u7684\u6A21\u5757\u540D\u79F0: {1}
       
  2147 
       
  2148 compiler.err.addmods.all.module.path.invalid=--add-modules ALL-MODULE-PATH \u53EA\u80FD\u5728\u7F16\u8BD1\u672A\u547D\u540D\u6A21\u5757\u65F6\u4F7F\u7528
       
  2149 
       
  2150 # 0: symbol
       
  2151 compiler.err.add.exports.with.release=\u4E0D\u5141\u8BB8\u5728\u4F7F\u7528 --release \u65F6\u4ECE\u7CFB\u7EDF\u6A21\u5757 {0} \u5BFC\u51FA\u7A0B\u5E8F\u5305:
       
  2152 
       
  2153 # 0: symbol
       
  2154 compiler.err.add.reads.with.release=\u4E0D\u5141\u8BB8\u5728\u4F7F\u7528 --release \u65F6\u4E3A\u7CFB\u7EDF\u6A21\u5757 {0} \u6DFB\u52A0\u8BFB\u53D6\u7EF4\u8FB9:
       
  2155 
       
  2156 # 0: symbol
       
  2157 compiler.err.patch.module.with.release=\u4E0D\u5141\u8BB8\u5728\u4F7F\u7528 --release \u65F6\u4E3A\u7CFB\u7EDF\u6A21\u5757 {0} \u6253\u8865\u4E01
       
  2158 
       
  2159 compiler.warn.addopens.ignored=--add-opens \u5728\u7F16\u8BD1\u65F6\u6CA1\u6709\u4EFB\u4F55\u6548\u679C
       
  2160 
       
  2161 compiler.misc.locn.module_source_path=\u6A21\u5757\u6E90\u8DEF\u5F84
       
  2162 
       
  2163 compiler.misc.locn.upgrade_module_path=\u5347\u7EA7\u6A21\u5757\u8DEF\u5F84
       
  2164 
       
  2165 compiler.misc.locn.system_modules=\u7CFB\u7EDF\u6A21\u5757
       
  2166 
       
  2167 compiler.misc.locn.module_path=\u5E94\u7528\u7A0B\u5E8F\u6A21\u5757\u8DEF\u5F84
       
  2168 
       
  2169 compiler.misc.cant.resolve.modules=\u65E0\u6CD5\u89E3\u6790\u6A21\u5757
       
  2170 
       
  2171 # 0: string
       
  2172 compiler.err.invalid.module.specifier=\u4E0D\u5141\u8BB8\u6A21\u5757\u8BF4\u660E\u7B26: {0}
       
  2173 
       
  2174 # 0: symbol
       
  2175 compiler.warn.service.provided.but.not.exported.or.used=\u5DF2\u63D0\u4F9B\u670D\u52A1\u63A5\u53E3, \u4F46\u672A\u5BFC\u51FA\u6216\u4F7F\u7528\u670D\u52A1\u63A5\u53E3
       
  2176 
       
  2177 # 0: kind name, 1: symbol, 2: symbol
       
  2178 compiler.warn.leaks.not.accessible=\u6A21\u5757 {2} \u4E2D\u7684 {0} {1} \u5BF9\u9700\u8981\u8BE5\u6A21\u5757\u7684\u5BA2\u6237\u673A\u4E0D\u53EF\u8BBF\u95EE
       
  2179 # 0: kind name, 1: symbol, 2: symbol
       
  2180 compiler.warn.leaks.not.accessible.unexported=\u672A\u5BFC\u51FA\u6A21\u5757 {2} \u4E2D\u7684 {0} {1}
       
  2181 # 0: kind name, 1: symbol, 2: symbol
       
  2182 compiler.warn.leaks.not.accessible.not.required.transitive=\u672A\u4F7F\u7528 ''requires transitive'' \u95F4\u63A5\u5BFC\u51FA\u6A21\u5757 {2} \u4E2D\u7684 {0} {1}
       
  2183 # 0: kind name, 1: symbol, 2: symbol
       
  2184 compiler.warn.leaks.not.accessible.unexported.qualified=\u6A21\u5757 {2} \u4E2D\u7684 {0} {1} \u53EF\u80FD\u5BF9\u9700\u8981\u8BE5\u6A21\u5757\u7684\u6240\u6709\u5BA2\u6237\u673A\u90FD\u4E0D\u53EF\u89C1
       
  2185 
       
  2186 ###
       
  2187 # errors related to options
       
  2188 
       
  2189 # 0: string, 1: string
       
  2190 compiler.err.illegal.argument.for.option={0} \u7684\u53C2\u6570\u975E\u6CD5: {1}