This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 02e7f8bb1b Improvements to Japanese translations by tak7iji.
02e7f8bb1b is described below
commit 02e7f8bb1b6d6977292f73a4b14ed6b176dce049
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jun 28 16:26:41 2024 +0100
Improvements to Japanese translations by tak7iji.
---
java/org/apache/coyote/http2/LocalStrings_ja.properties | 1 +
webapps/docs/changelog.xml | 3 +++
2 files changed, 4 insertions(+)
diff --git a/java/org/apache/coyote/http2/LocalStrings_ja.properties
b/java/org/apache/coyote/http2/LocalStrings_ja.properties
index e6a03e3efa..98823504ce 100644
--- a/java/org/apache/coyote/http2/LocalStrings_ja.properties
+++ b/java/org/apache/coyote/http2/LocalStrings_ja.properties
@@ -121,6 +121,7 @@ streamProcessor.error.connection=コネクション [{0}]、ストリーム [{1}
streamProcessor.error.stream=コネクション [{0}]、ストリーム [{1}]、処理中にストリームに致命的なエラーが発生しました
streamProcessor.flushBufferedWrite.entry=コネクション [{0}]、ストリーム
[{1}]、書き込み用バッファをフラッシュします。
streamProcessor.service.error=リクエスト処理中のエラー
+streamProcessor.streamReadTimeout=ストリーム読み込みタイムアウト
streamStateMachine.debug.change=コネクション [{0}]、ストリーム [{1}]、状態を [{2}] から [{3}]
へ変更しました。
streamStateMachine.invalidFrame=コネクション [{0}]、ストリーム [{1}]、状態 [{2}]、フレーム種類 [{3}]
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9d2955c545..d4e57ae5f7 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -238,6 +238,9 @@
<add>
Improvements to French translations. (remm)
</add>
+ <add>
+ Improvements to Japanese translations by tak7iji. (markt)
+ </add>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]