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 74d1dcba19d895e9ff08e4369e1f6c123cefbc03 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Dec 8 10:09:46 2020 +0000 Improvements to Chinese translations. Provided by leeyazhou. --- java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties | 4 ++++ webapps/docs/changelog.xml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties b/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties index 870af79..159c72e 100644 --- a/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties +++ b/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties @@ -13,6 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +acceptor.stop.fail=接收器线程[{0}]未能干净的停止 +acceptor.stop.interrupted=等待接收器线程[{0}]停止时收到中断信号 + channel.nio.interrupted=当前线程被中断。 channel.nio.ssl.appInputNotEmpty=应用程序输入缓冲区仍然包含数据。数据将会丢失。 channel.nio.ssl.appOutputNotEmpty=应用程序输出缓冲区仍包含数据。数据可能会丢失。 @@ -93,6 +96,7 @@ endpoint.launch.fail=无法启动新的可运行文件 endpoint.nio.keyProcessingError=处理选择键时出错 endpoint.nio.latchMustBeZero=闩锁必须为0或空 endpoint.nio.nullLatch=闩锁不能为空 +endpoint.nio.nullSocketChannel=处理轮训事件时出现无效的空套接字通道 endpoint.nio.pollerEventError=处理轮询器事件时出错 endpoint.nio.registerFail=无法用轮询器中的选择器注册套接字。 endpoint.nio.selectorCloseFail=关闭轮询器时未能关闭选择器 diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 4ccb48c..89f50f1 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -127,6 +127,9 @@ <subsection name="Other"> <changelog> <add> + Improvements to Chinese translations. Provided by leeyazhou. (markt) + </add> + <add> Improvements to French translations. (remm) </add> <add> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org