Skip to content

Commit 61cbe49

Browse files
committed
Improvements to Chinese translations
Provided by Yang. vincent.h and yong hu.
1 parent 0eb9a82 commit 61cbe49

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

java/org/apache/catalina/startup/LocalStrings_zh_CN.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ hostConfig.deployDir.error=无法部署应用目录 [{0}]
127127
hostConfig.deployDir.finished=Web应用程序目录[{0}]的部署已在[{1}]毫秒内完成
128128
hostConfig.deployDir.threaded.error=等待目录的多线程部署完成时出错
129129
hostConfig.deployWar=正在部署web应用程序存档文件[{0}]
130-
hostConfig.deployWar.error=部署 Web 应用程序 archive [{0}] 时出错
130+
hostConfig.deployWar.error=部署 Web 应用程序存档 [{0}] 时出错
131131
hostConfig.deployWar.finished=web应用程序存档文件[{0}]的部署已在[{1}]ms内完成
132132
hostConfig.deployWar.hiddenDir=将忽略目录[{0}],因为WAR [{1}]优先,unpackWAR为false
133133
hostConfig.deployWar.threaded.error=等待WAR文件的多线程部署完成时出错
@@ -163,7 +163,7 @@ tomcat.invalidCommandLine=无效的命令行参数 [{0}]
163163
tomcat.noContextClass=无法为主机[{1}]和url[{2}]实例化上下文类[{0}]
164164
tomcat.noContextXml=不能找到web 应用的context.xml [{0}]
165165

166-
userConfig.database=加载用户数据库异常
166+
userConfig.database=用户数据库加载异常
167167
userConfig.deploy=正在为用户[{0}]部署web应用程序
168168
userConfig.deploy.threaded.error=等待用户目录的多线程部署完成时出错
169169
userConfig.deploying=正在部署用户 web 应用程序

java/org/apache/catalina/valves/LocalStrings_zh_CN.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ requestFilterValve.deny=根据[{1}]配置拒绝[{0}]的请求
146146
sslValve.certError=无法处理证书字符串[{0}]以创建java.security.cert.X509Certificate对象
147147
sslValve.invalidProvider=与此[{0}]请求关联的连接器上指定的SSL提供程序无效。 无法处理证书数据。
148148

149-
stuckThreadDetectionValve.notifyStuckThreadCompleted=线程[{0}](id=[{3}])之前报告为卡住,但是已经完成。它活跃了大概[{1}]毫秒。{2,选择,0#|0< 仍有[{2}]个被Valve监控的线程可能卡住}
149+
stuckThreadDetectionValve.notifyStuckThreadCompleted=线程[{0}](id=[{3}])之前报告为卡住,但是已经完成。它活跃了大概[{1}]毫秒。{2,choice,0#|0< 仍有[{2}]个被Valve监控的线程可能卡住}
150150
stuckThreadDetectionValve.notifyStuckThreadDetected=线程[{0}](id=[{6}])已处于活动状态[{1}]毫秒(自[{2}]起),以便为[{4}]提供相同的请求,并且可能被卡住(此StuckThreadDetectionValve的配置阈值为[{5}]秒)。总共有[{3}]个线程受此阀监视,可能被卡住。
151151
stuckThreadDetectionValve.notifyStuckThreadInterrupted=线程[{0}](id=[{5}])已被中断,因为它在[{1}]毫秒(自[{2}]起)内处于活动状态,以便为[{3}]提供相同的请求,并且可能被卡住(此StuckThreadDetectionValve的配置中断阈值为[{4}]秒)。

java/org/apache/naming/LocalStrings_zh_CN.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ contextBindings.noContextBoundToThread=没有绑定到此线程的命名上下
2121
contextBindings.unknownContext=未知.上下文名:[{0}]
2222

2323
namingContext.alreadyBound=名称[{0}]已在此上下文中绑定
24+
namingContext.contextExpected=名称 [{0}] 未被绑定到一个域
2425
namingContext.invalidName=名称无效
2526
namingContext.nameNotBound=名称[{0}]未在此上下文中绑定。找不到[{1}]。
2627
namingContext.noAbsoluteName=无法为此命名空间生成绝对名称

webapps/docs/changelog.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@
380380
<add>
381381
Improvements to Japanese translations provided by tak7iji. (markt)
382382
</add>
383+
<add>
384+
Improvements to Chinese translations provided by Yang. vincent.h and
385+
yong hu. (markt)
386+
</add>
383387
</changelog>
384388
</subsection>
385389
</section>

webapps/examples/WEB-INF/classes/LocalStrings_zh_CN.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations
1818

1919
cookies.cookies=你的浏览器正在发送下面的cookie:
20-
cookies.make-cookie=创建一个发送到你的浏览器的cookie
20+
cookies.make-cookie=创建一个cookie并发送到你的浏览器
2121
cookies.name=名.称:
2222
cookies.no-cookies=你的浏览器未发送任何cookie
2323
cookies.set=你刚刚将以下cookie发送到你的浏览器:

0 commit comments

Comments
 (0)