This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new e87526f324 Improvements to Japanese translations by tak7iji
e87526f324 is described below
commit e87526f324ce8b5858acd5d8a8a1be491910e51c
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jun 28 16:40:21 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 a5bab91999..564f14669c 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 23dc40cfe0..02365b7eb5 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -227,6 +227,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]