init
This commit is contained in:
37
java/org/apache/catalina/util/LocalStrings_zh_CN.properties
Normal file
37
java/org/apache/catalina/util/LocalStrings_zh_CN.properties
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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.
|
||||
|
||||
SecurityUtil.doAsPrivilege=运行PrivilegedExceptionAction块时发生异常。
|
||||
|
||||
customObjectInputStream.logRequired=使用日志记录进行类名过滤需要一个有效的日志记录器
|
||||
customObjectInputStream.nomatch=类不能匹配合适的表达式,因为类被允许反序列化
|
||||
|
||||
extensionValidator.extension-not-found-error=ExtensionValidator[{0}][{1}]: 请求的拓展[{2}]未找到。
|
||||
extensionValidator.web-application-manifest=web 应用程序清单
|
||||
|
||||
introspection.classLoadFailed=加载 class [{0}] 失败
|
||||
|
||||
lifecycleBase.alreadyStarted=在调用start()之后,在组件[{0}]上调用start()方法。第二个电话将被忽略。
|
||||
lifecycleBase.destroyStopFail=在失败组件[{0}]上调用Stop()以触发清理,但也失败了
|
||||
lifecycleBase.initFail=初始化组件[{0}]失败。
|
||||
lifecycleBase.setState=设置状态从[{0}]到[{1}]
|
||||
|
||||
lifecycleMBeanBase.registerFail=在组件初始化期间,无法注册名为{1}的对象{0}]
|
||||
|
||||
netmask.cidrNegative=CIDR [{0}]为负数。
|
||||
netmask.invalidAddress=地址 [{0}] 无效
|
||||
|
||||
sessionIdGeneratorBase.randomAlgorithm=使用算法[{0}]初始化随机数生成器时发生异常
|
||||
sessionIdGeneratorBase.randomProvider=使用程序提供的初始化随机数生成器异常[{0}]
|
||||
Reference in New Issue
Block a user