This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 3a58d74fc4 Improvements to Japanese translations provided by tak7iji.
3a58d74fc4 is described below
commit 3a58d74fc49f8c421f6c80b9ecd4cfd6b8523782
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 29 17:03:41 2025 +0100
Improvements to Japanese translations provided 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 8050508540..e1a0c40957 100644
--- a/java/org/apache/coyote/http2/LocalStrings_ja.properties
+++ b/java/org/apache/coyote/http2/LocalStrings_ja.properties
@@ -37,6 +37,7 @@ frameType.checkPayloadSize=[{0}] のペイロードサイズがフレームタ
frameType.checkStream=無効なフレームタイプ [{0}]
hpack.integerEncodedOverTooManyOctets=エンコードされたHPACK可変長整数は多くのオクテットを超過。最大値は [{0}]
+hpack.integerEncodedTooBig=HPACKエンコードされた可変長整数の最大許容値はInteger.MAX_VALUEです
hpack.invalidCharacter=コードポイント [{1}] のユニコード文字 [{0}] は有効範囲 0 から 255
の範囲外のため、エンコードできません。
hpackEncoder.encodeHeader=ヘッダー[{0}]を値[{1}]でエンコードしています
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index db1900319b..2e362f42dd 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -195,6 +195,9 @@
<add>
Improvements to French translations. (remm)
</add>
+ <add>
+ Improvements to Japanese translations provided by tak7iji. (markt)
+ </add>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]