This is an automated email from the ASF dual-hosted git repository.

markt-asf 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 8746bf6bd2 Improvements to Japanese translations provided by tak7iji. 
(markt)
8746bf6bd2 is described below

commit 8746bf6bd2e93ec4b9c84558f3c3f7faa986cadd
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jun 4 16:33:56 2026 +0100

    Improvements to Japanese translations provided by tak7iji. (markt)
---
 java/org/apache/coyote/LocalStrings_ja.properties          | 1 +
 java/org/apache/coyote/http2/LocalStrings_ja.properties    | 2 ++
 java/org/apache/tomcat/util/net/LocalStrings_ja.properties | 1 +
 webapps/docs/changelog.xml                                 | 3 +++
 4 files changed, 7 insertions(+)

diff --git a/java/org/apache/coyote/LocalStrings_ja.properties 
b/java/org/apache/coyote/LocalStrings_ja.properties
index 9bdf884b3c..900a115706 100644
--- a/java/org/apache/coyote/LocalStrings_ja.properties
+++ b/java/org/apache/coyote/LocalStrings_ja.properties
@@ -67,6 +67,7 @@ request.notAsync=非同期処理またはHTTPアップグレード処理内の
 request.nullReadListener=setReadListener() には null を指定できません。
 request.readListenerSet=ノンブロッキングリードリスナーは既に設定されています。
 
+response.contentlength.invalid=content-length [{0}] は有効な Long 
値ではないため無視されました。コンテンツ長は現在設定されていません。
 response.encoding.invalid=JRE は文字エンコーディング [{0}] を認識しません。
 response.noTrailers.notSupported=このレスポンスにtrailer フィールドサプライヤを設定することはできません。 
下位のプロトコルがtrailer フィールドをサポートしていないか、またはプロトコルが、レスポンスがコミットされる前にサプライヤが設定されている必要があります。
 response.notAsync=非同期処理、あるいは、HTTP アップグレード処理の途中でのみノンブロッキング IO へ切り替えることができます
diff --git a/java/org/apache/coyote/http2/LocalStrings_ja.properties 
b/java/org/apache/coyote/http2/LocalStrings_ja.properties
index 1ceadcf58f..3fe1c76dff 100644
--- a/java/org/apache/coyote/http2/LocalStrings_ja.properties
+++ b/java/org/apache/coyote/http2/LocalStrings_ja.properties
@@ -97,7 +97,9 @@ stream.header.contentLength=コネクション [{0}]、ストリーム [{1}]、c
 stream.header.debug=コネクション [{0}]、ストリーム [{1}]、HTTP ヘッダー [{2}]、値は [{3}]
 stream.header.duplicate=コネクション [{0}]、ストリーム [{1}]、ヘッダー [{2}] を複数受信しました。
 stream.header.empty=接続 [{0}]、ストリーム [{1}]、無効な空ヘッダ名です
+stream.header.inconsistentScheme=Connection [{0}]、Stream [{1}] にて、scheme [{2}] 
は [{3}] の TLS 有効化設定と一致しません
 stream.header.invalid=コネクション [{0}]、ストリーム [{1}]、ヘッダー [{2}] に不正な値 [{3}] が含まれています。
+stream.header.invalidConnect=Connection [{0}]、Stream [{1}] にて、CONNECT 
リクエストは無効です。:scheme も :path も存在してはなりません
 stream.header.noPath=コネクション [{0}]、ストリーム [{1}]、疑似ヘッダー [:path] が空です。
 stream.header.required=コネクション [{0}]、ストリーム [{1}]、1つ以上の必須ヘッダがありません。
 stream.header.te=コネクション [{0}]、ストリーム [{1}]、HTTP/2 のリクエストでは HTTP ヘッダー [te] の値に 
[{2}] を指定できません。
diff --git a/java/org/apache/tomcat/util/net/LocalStrings_ja.properties 
b/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
index b470288532..eda8df9257 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
@@ -29,6 +29,7 @@ channel.nio.ssl.expandNetInBuffer=ネットワーク入力バッファを[{0}]
 channel.nio.ssl.expandNetOutBuffer=ネットワーク出力バッファを[{0}]バイトに拡張します
 channel.nio.ssl.foundHttp=暗号化された TLS 接続から平文の HTTP リクエストを受信しました。
 channel.nio.ssl.handshakeError=ハンドシェイクエラー
+channel.nio.ssl.handshakeUnwrapBufferUnderflow=ハンドシェイクのアンラップ中にBUFFER_UNDERFLOWが発生しました。ネットワークからさらにデータが必要です
 channel.nio.ssl.handshakeWrapPending=ラップ待ちのハンドシェイクデータがすでに存在します
 channel.nio.ssl.handshakeWrapQueueTooLong=ラップするハンドシェイクデータのキューが長くなりすぎです
 
channel.nio.ssl.incompleteHandshake=ハンドシェイクが不完全です。データを読み取る前にハンドシェイクを完了する必要があります。
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index c43d3df567..67be09e4d0 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -371,6 +371,9 @@
       <update>
         Improvements to French translations. (remm)
       </update>
+      <update>
+        Improvements to Japanese translations provided by tak7iji. (markt)
+      </update>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to