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