< prev index next >

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

Print this page




 162 compiler.err.break.outside.switch.expression=尝试从 switch 表达式中断
 163 
 164 compiler.err.continue.outside.switch.expression=尝试从 switch 表达式继续
 165 
 166 compiler.err.return.outside.switch.expression=尝试从 switch 表达式返回
 167 
 168 compiler.err.rule.completes.normally=switch 规则完结但没有提供值\n(switch 表达式中的 switch 规则必须提供值或抛出)
 169 
 170 compiler.err.switch.expression.completes.normally=switch 表达式完结但没有提供值\n(switch 表达式必须为所有可能的输入值提供值或抛出)
 171 
 172 compiler.err.no.switch.expression =yield 在 switch 表达式外部
 173 
 174 compiler.err.no.switch.expression.qualify=yield 在 switch 表达式外部\n(要调用称为 yield 的方法,请通过接收方或类型名称限定 yield)
 175 
 176 compiler.err.invalid.yield=受限标识符 ''yield'' 的用法无效\n(要调用称为 yield 的方法,请通过接收方或类型名称限定 yield)
 177 
 178 compiler.warn.invalid.yield=''yield'' 在未来发行版中可能会成为受限标识符\n(要调用称为 yield 的方法,请通过接收方或类型名称限定 yield)
 179 
 180 compiler.err.switch.expression.empty=switch 表达式中没有任何 case 子句
 181 


 182 # 0: name
 183 compiler.err.call.must.be.first.stmt.in.ctor=对{0}的调用必须是构造器中的第一个语句
 184 
 185 # 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
 186 compiler.err.cant.apply.symbol=无法将{4} {5}中的{0} {1}应用到给定类型;\n需要: {2}\n找到:    {3}\n原因: {6}
 187 
 188 # 0: symbol kind, 1: name, 2: list of type
 189 compiler.err.cant.apply.symbols=对于{1}({2}), 找不到合适的{0}
 190 
 191 # 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
 192 compiler.misc.cant.apply.symbol=无法将 {4} {5}中的 {0} {1}应用到给定类型\n需要: {2}\n找到:    {3}\n原因: {6}
 193 
 194 # 0: symbol kind, 1: name, 2: list of type
 195 compiler.misc.cant.apply.symbols=对于{1}({2}), 找不到合适的{0}
 196 
 197 # 0: kind name, 1: symbol
 198 compiler.misc.no.abstracts=在 {0} {1} 中找不到抽象方法
 199 
 200 # 0: kind name, 1: symbol
 201 compiler.misc.incompatible.abstracts=在 {0} {1} 中找到多个非覆盖抽象方法




 162 compiler.err.break.outside.switch.expression=尝试从 switch 表达式中断
 163 
 164 compiler.err.continue.outside.switch.expression=尝试从 switch 表达式继续
 165 
 166 compiler.err.return.outside.switch.expression=尝试从 switch 表达式返回
 167 
 168 compiler.err.rule.completes.normally=switch 规则完结但没有提供值\n(switch 表达式中的 switch 规则必须提供值或抛出)
 169 
 170 compiler.err.switch.expression.completes.normally=switch 表达式完结但没有提供值\n(switch 表达式必须为所有可能的输入值提供值或抛出)
 171 
 172 compiler.err.no.switch.expression =yield 在 switch 表达式外部
 173 
 174 compiler.err.no.switch.expression.qualify=yield 在 switch 表达式外部\n(要调用称为 yield 的方法,请通过接收方或类型名称限定 yield)
 175 
 176 compiler.err.invalid.yield=受限标识符 ''yield'' 的用法无效\n(要调用称为 yield 的方法,请通过接收方或类型名称限定 yield)
 177 
 178 compiler.warn.invalid.yield=''yield'' 在未来发行版中可能会成为受限标识符\n(要调用称为 yield 的方法,请通过接收方或类型名称限定 yield)
 179 
 180 compiler.err.switch.expression.empty=switch 表达式中没有任何 case 子句
 181 
 182 compiler.err.switch.expression.no.result.expressions=switch 表达式没有任何结果表达式
 183 
 184 # 0: name
 185 compiler.err.call.must.be.first.stmt.in.ctor=对{0}的调用必须是构造器中的第一个语句
 186 
 187 # 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
 188 compiler.err.cant.apply.symbol=无法将{4} {5}中的{0} {1}应用到给定类型;\n需要: {2}\n找到:    {3}\n原因: {6}
 189 
 190 # 0: symbol kind, 1: name, 2: list of type
 191 compiler.err.cant.apply.symbols=对于{1}({2}), 找不到合适的{0}
 192 
 193 # 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
 194 compiler.misc.cant.apply.symbol=无法将 {4} {5}中的 {0} {1}应用到给定类型\n需要: {2}\n找到:    {3}\n原因: {6}
 195 
 196 # 0: symbol kind, 1: name, 2: list of type
 197 compiler.misc.cant.apply.symbols=对于{1}({2}), 找不到合适的{0}
 198 
 199 # 0: kind name, 1: symbol
 200 compiler.misc.no.abstracts=在 {0} {1} 中找不到抽象方法
 201 
 202 # 0: kind name, 1: symbol
 203 compiler.misc.incompatible.abstracts=在 {0} {1} 中找到多个非覆盖抽象方法


< prev index next >