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 f91ef70636 Improvements to Japanese translations provided by tak7iji.
f91ef70636 is described below

commit f91ef7063603aed0ade56d6a9f899d58851996da
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 29 16:56:05 2025 +0100

    Improvements to Japanese translations provided by tak7iji.
---
 java/org/apache/coyote/http2/LocalStrings_ja.properties | 1 +
 java/org/apache/el/LocalStrings_ja.properties           | 1 +
 webapps/docs/changelog.xml                              | 3 +++
 3 files changed, 5 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/java/org/apache/el/LocalStrings_ja.properties 
b/java/org/apache/el/LocalStrings_ja.properties
index 26685cf161..4911e9045a 100644
--- a/java/org/apache/el/LocalStrings_ja.properties
+++ b/java/org/apache/el/LocalStrings_ja.properties
@@ -20,6 +20,7 @@ elSupport.coerce.nonAbstract=メソッド [{1}] がabstractではないため、
 
 error.cannotSetVariables=ファクトリで変数を設定できません
 error.compare=[{0}] と [{1}] を比較できません
+error.compare.null=null と non-null オブジェクトを比較できません
 error.context.null=ELContextがnullでした
 error.convert=型 [{1}] の [{0}] を [{2}] に変換できません
 error.fnMapper.method=Function[{0}]が見つかりません
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index da517b4819..58661faffe 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -339,6 +339,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]

Reply via email to