This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 76f9008f48e34dff7fa45f92a32c3035d4f1a637 Author: Mark Thomas <[email protected]> AuthorDate: Tue May 28 12:48:56 2019 +0100 Expand the coverage and quality of the Simplified Chinese translations. Includes contributions by 諵. --- java/org/apache/coyote/http2/LocalStrings_zh_CN.properties | 2 ++ webapps/docs/changelog.xml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/java/org/apache/coyote/http2/LocalStrings_zh_CN.properties b/java/org/apache/coyote/http2/LocalStrings_zh_CN.properties index a740553..7ad2628 100644 --- a/java/org/apache/coyote/http2/LocalStrings_zh_CN.properties +++ b/java/org/apache/coyote/http2/LocalStrings_zh_CN.properties @@ -25,6 +25,7 @@ hpack.invalidCharacter=代码点[{1}]处的Unicode字符[{0}]无法编码,因 hpackdecoder.tableSizeUpdateNotAtStart=任何表大小的更新都必须在头块开始时发送。 +http2Parser.error=连接到[{0}],Stream [{1}], 框架类型 [{2}], 错误 http2Parser.headers.wrongStream=连接[{0}], 头部信息对于流[{1}]正在进行但对于流[{2}]的一帧已经收到了。 http2Parser.nonZeroPadding=连接[{0}],流[{1}],非零填充 http2Parser.processFrameData.window=连接[{0}],客户端发送的数据比流窗口允许的多 @@ -37,6 +38,7 @@ stream.inputBuffer.readTimeout=等待从客户端读取数据超时 stream.inputBuffer.reset=流.重置 stream.writeTimeout=等待客户端增加流控制窗口以允许写入流数据的超时 +streamProcessor.cancel=连接到[{0}],Stream [{1}], streamProcessor.service.error=请求处理期间出错 streamStateMachine.invalidReset=连接[{0}],流[{1}],状态[{2}],在这种状态下不允许重置 diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 10ce759..b72da4c 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -234,6 +234,10 @@ Expand the coverage and quality of the French translations provided with Apache Tomcat. (remm) </add> + <add> + Expand the coverage and quality of the Simplified Chinese translations + provided with Apache Tomcat. Includes contributions by 諵. (markt) + </add> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
