1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
# 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
digester.createParserError=创建SAX分析器时出错
digester.emptyStack=空堆栈,返回空值
digester.emptyStackError=空堆栈
digester.encodingInvalid=JRE无法识别 [{0}]编码,将被忽略
digester.error.begin=开始事件引发异常
digester.error.body=正文事件引发异常
digester.error.end=结束事件引发异常
digester.error.finish=完成事件引发异常
digester.errorLocation=行[{0}]列[{1}]处出错:[{2}]
digester.failedToUpdateAttributes=属性[{0}]更新失败,旧数据为[{1}]
digester.failedToUpdateSystemProperty=系统属性[{0}]更新失败,仍为[{1}]
digester.noLocator=没有定位器
digester.noRulesFound=找不到匹配的规则[{0}]
digester.parseError=在第[{0}]行第[{1}]列处出现分析错误
digester.parseErrorFatal=分析第[{0}]行第[{1}]列处的致命错误
digester.parseWarning=在第[{0}]行第[{1}]列处分析警告
digester.propertySourceLoadError=加载属性源[{0}]时出错
rule.createError=创建对象时出错:[{0}]
rule.noClassName=没有为[{0}][{1}]指定类名
rule.noProperty=Match[{0}]无法将属性[{1}]设置为[{2}]
|