This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 ca49ef0369 Improvements to Japanese translations provided by tak7iji
ca49ef0369 is described below
commit ca49ef03695f627a76d1e557a1030ecefb317116
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jun 4 16:31:52 2026 +0100
Improvements to Japanese translations provided by tak7iji
---
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 dbdd8a3045..1b99afbbc0 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 955081c472..17ae997abe 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 b468ca50ce..5bc6e555b6 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -382,6 +382,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]