Files
apache-tomcat-8.5.51/java/org/apache/catalina/startup/LocalStrings_zh_CN.properties
2024-11-30 19:03:49 +08:00

116 lines
7.8 KiB
Properties
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.
catalina.noCluster=由于[{0}]未找到群集Ruleset。已禁用群集配置。
catalina.serverStartFail=所必需的服务组件启动失败所以无法启动Tomcat
contextConfig.altDDNotFound=未找到 alt-dd 文件 [{0}]
contextConfig.applicationMissing=web.xml文件丢失只使用默认。
contextConfig.applicationParse=解析应用程序的web.xml错误位置[{0}]
contextConfig.applicationPosition=发生在第[{0}]行,属性[{1}]
contextConfig.applicationStart=正在解析应用程序 web.xml 文件 [{0}]
contextConfig.applicationUrl=无法确定应用程序 web.xml 的URL
contextConfig.authenticatorConfigured=为方法 [{0}] 配置了验证器
contextConfig.authenticatorInstantiate=无法实例化认证类[{0}]
contextConfig.authenticatorMissing=不能配置一个认证为方法[{0}]
contextConfig.authenticatorResources=无法加载认证者映射列表
contextConfig.badUrl=不能处理上下文描述符[{0}]
contextConfig.cce=生命周期事件数据对象[{0}] 不是一个上下文
contextConfig.contextClose=关闭context.xml错误
contextConfig.contextMissing=缺少 context.xml[{0}]
contextConfig.contextParse=解析context.xml错误[{0}]
contextConfig.defaultError=处理默认web.xml错误名称[{0}],位置:[{1}]
contextConfig.defaultMissing=未找到全局 web.xml
contextConfig.defaultPosition=发生在 [{0}] 行 [{1}] 列
contextConfig.destroy=ContextConfig正在销毁
contextConfig.fileUrl=无法从URL[{0}]创建文件对象
contextConfig.fixDocBase=上下文[{0}]的异常修复docBase
contextConfig.init=上下文配置: 正在初始化
contextConfig.inputStreamFile=无法为注解处理文件[{0}]
contextConfig.inputStreamJar=无法处理Jar实体[{0}]的注解Jar[{1}]
contextConfig.inputStreamWebResource=不能处理注释的Web资源[{0}]
contextConfig.invalidSciHandlesTypes=无法为核对一个或多个ServletContentInitializers的注解@HandlesTypes而加载类[{0}]
contextConfig.jarFile=无法处理Jar[{0}]的注解
contextConfig.jspFile.error=JSP文件[{0}]必须以''/''开头。
contextConfig.jspFile.warning=警告在Servlet 2.4 中JSP文件[{0}]必须以‘/’开头
contextConfig.missingRealm=对应的认证领域未配置
contextConfig.processAnnotationsDir.debug=使用注解 [{0}]扫描目录中的类文件
contextConfig.processAnnotationsJar.debug=扫描jar文件中注解[{0}]的类文件
contextConfig.processAnnotationsWebDir.debug=扫描 web 应用程序目录下含有 [{0}] 注解的 class 文件
contextConfig.role.auth=在标签<auth-constraint>的子标签<security-role>中没有定义角色名[{0}]
contextConfig.role.link=<role-link>中使用的安全角色[{0}]未被定义在<security-role>中
contextConfig.role.runas=<run-as> 中使用的安全角色名 [{0}],未在 <security-role> 中定义
contextConfig.servletContainerInitializerFail=无法检测到上下文名称为[{0}]的ServletContainerInitializers
contextConfig.start=ContextConfig开始处理
contextConfig.stop=ContextConfig停止处理
contextConfig.unavailable=由于之前的错误,标记当前应用程序不可用
contextConfig.unknownUrlProtocol=注解解析过程中URL协议[{0}]未识别。忽略URL[{1}]。
contextConfig.urlPatternValue=类文件[{1}]的urlPatterns和值属性上同时设置了注解[{0}]
contextConfig.xmlSettings=上下文[{0}]将解析web.xml和web-fragment.xml文件验证为[{1}],命名空间感知为([{2}]
embedded.notmp=在[{0}]找不到指定的临时文件夹
engineConfig.cce=生命周期事件数据对象[{0}]不是一个引擎(Engine)
engineConfig.stop=配置引擎,处理进程停止。
expandWar.copy=错误的拷贝[{0}] to [{1}]
expandWar.createFailed=无法创建文件夹[{0}]。
expandWar.deleteFailed=[{0}] 无法被彻底删除。其余残留文件可能会导致问题
expandWar.deleteOld=发现一个展开的目录[{0}],它的最后修改时间与关联的WAR不一致.它将被删除.
expandWar.illegalPath=归档[{0}]格式错误,将被忽略:条目包含非扩展到[{2}]的非法路径[{1}]因为它超出了定义的docBase [{3}]
expandWar.missingJarEntry=无法获得 JarEntry [{0}] 的输入流 - WAR 文件是否已损坏?
hostConfig.appBase=主机[{0}]的应用程序基础[{1}]不存在或不是目录。deployOnStartUp和autoDebug已设置为false以防止部署错误。其他错误仍然可能发生。
hostConfig.context.remove=移除上下文[{0}]错误
hostConfig.deployDescriptor.blocked=(:未部署上下文路径为[{0}]的Web应用程序因为它包含一个部署描述符[{1}]该描述符可能包含安全部署应用程序所需的配置但此主机的DeployXML设置阻止了部署描述符的处理。应该在[{2}]创建适当的描述符来部署此应用程序。
hostConfig.deployDescriptor.error=部署描述符[{0}]时出错
hostConfig.deployDescriptor.finished=部署描述符[{0}]的部署已在[{1}]ms内完成
hostConfig.deployDescriptor.localDocBaseSpecified=(:在主机appBase 中指定了docBase [{0}],将被忽略
hostConfig.deployDir=把web 应用程序部署到目录 [{0}]
hostConfig.deployDir.error=无法部署应用目录 [{0}]
hostConfig.deployWar.error=部署 Web 应用程序 archive [{0}] 时出错
hostConfig.deployWar.hiddenDir=将忽略目录[{0}]因为WAR [{1}]优先unpackWAR为false
hostConfig.deployWar.threaded.error=等待WAR文件的多线程部署完成时出错
hostConfig.docBaseUrlInvalid=所提供的部署目录无法用URL来表示
hostConfig.expand.error=解压WEB应用程序文件[{0}]时异常
hostConfig.ignorePath=忽略appBase中的路径[{0}]以进行自动部署
hostConfig.jmx.unregister=移除注册上下文[{0}]失败
hostConfig.start=HostConfig: 开始处理
hostConfig.stop=:)Host配置:停止处理
tomcat.addWebapp.conflictChild=无法在[{0}]处部署到上下文路径[{1}],因为存在上下文[{2}]
tomcat.addWebapp.conflictFile=由于现有文件[{2}]的存在,无法在[{0}]将战争部署到上下文路径[{1}]
tomcat.baseDirNotDir=基本目录指定的位置[{0}]不是一个目录
tomcat.homeDirMakeFail=无法创建用作主目录的目录 [{0}]
userConfig.database=加载用户数据库异常
userConfig.deploy.threaded.error=等待用户目录的多线程部署完成时出错
userConfig.deploying=正在部署用户 web 应用程序
userConfig.error=为用户 [{0}]部署web应用发生错误
userConfig.start=用户配置:处理开始
versionLoggerListener.catalina.home=CATALINA_HOME: {0}
versionLoggerListener.java.home=Java 环境变量: {0}
versionLoggerListener.os.arch=架构: {0}
versionLoggerListener.os.version=OS.版本: {0}
versionLoggerListener.prop=系统属性: {0} = {1}
versionLoggerListener.serverInfo.server.built=服务器构建: {0}
versionLoggerListener.serverInfo.server.number=服务器版本号({0}
versionLoggerListener.serverInfo.server.version=Server.服务器版本: {0}
versionLoggerListener.vm.vendor=JVM.供应商: {0}
versionLoggerListener.vm.version=JVM 版本: {0}
webAnnotationSet.invalidInjection=方法资源注入注解无效。