| # Licensed to the Apache Software Foundation (ASF) under one or more |
| # contributor license agreements. See the NOTICE file distributed with |
| # this work for additional information regarding copyright ownership. |
| # The ASF licenses this file to You under the Apache License, Version 2.0 |
| # (the "License"); you may not use this file except in compliance with |
| # the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # Do not edit this file directly. |
| # To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations |
| |
| elSupport.coerce.nonAbstract=无法将LambdaExpression强制到函数接口[{0}],因为方法[{1}]不是抽象的 |
| |
| error.cannotSetVariables=不能在工厂上设置变量 |
| error.compare=无法将[{0}]与[{1}]进行比较 |
| error.context.null=ELConect为空 |
| error.convert=无法将类型为[{1}]的[{0}]转换为[{2}] |
| error.fnMapper.method=找不到函数[{0}] |
| error.fnMapper.null=表达式使用函数,但未提供FunctionMapper |
| error.fnMapper.paramcount=函数[{0}]指定了[{1}]参数,但声明了[{2}] |
| error.function=调用函数[{0}]时出现问题 |
| error.function.tooManyMethodParameterSets=为函数[{0}]指定了多组参数 |
| error.identifier.noMethod=标识[{0}]为空,无法调用 |
| error.identifier.notMethodExpression=Identity [{0}]未引用方法表达式实例,返回类型[{1}] |
| error.identifier.notjava=标识符[{0}]不是EL规范第1.19节要求的有效Java标识符(标识符::=Java语言标识符)。可以通过将系统属性org.apache.el.parser.SKIP_IDENTIFIER_CHECK设置为true来禁用此检查。 |
| error.invalidMethodExpression=不是有效的方法表达式[{0}] |
| error.invoke.tooFewParams=方法[{0}]在调用时入参为 [{1}],预期入参至少为 [{2}] |
| error.invoke.wrongParams=方法[{0}]在调用时入参为 [{1}],预期入参为 [{2}] |
| error.lambda.tooManyMethodParameterSets=指定的方法参数集多于嵌套lambda表达式的集合 |
| error.lambda.wrongNestedState=嵌套状态只能设置一次 |
| error.method=无效的方法表达式:[{0}] |
| error.method.ambiguous=找不到明确的方法:{0}。{1}({2}) |
| error.method.notfound=找不到方法:{0}。{1}({2}) |
| error.method.nullParms=参数类型不能为null |
| error.mixed=表达式不能同时包含 ''#{...}'' and ''${...}'' : [{0}] |
| error.noFunctionMapperTarget=FunctionMapper目标不能为空 |
| error.noVariableMapperTarget=VariableMapper目标不能为空 |
| error.null=表达式不能为null |
| error.nullLocalName=本地名称不能为null |
| error.nullMethod=方法不能为null |
| error.parseFail=解析表达式[{0}]失败 |
| error.resolver.unhandled=ELResolver未处理属性为[{1}]的类型:[{0}] |
| error.resolver.unhandled.null=ELResolver无法处理标识符为[{0}]的空基对象 |
| error.syntax.set=Set操作的语法非法 |
| error.unreachable.base=目标不可达,标识符[{0}]解析为null |
| error.unreachable.property=目标不可达,[{0}]返回null |
| error.value.expectedType=预期的类型不能为null |
| error.value.literal.write=ValueExpression是文字,不可写:[{0}] |
| |
| stream.compare.notComparable=Stream中的元素必须实现了Comparable接口 |
| stream.optional.empty=对空可选调用get()是非法的 |
| stream.optional.paramNotLambda=方法[{0}]的参数应为lambda表达式 |