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

commit e36b2d90b54368d5f7faaa6186eba6e36170a75e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jul 31 15:52:11 2025 +0100

    Improvements to Japanese translations by tak7iji.
---
 java/org/apache/catalina/connector/LocalStrings_ja.properties | 1 +
 webapps/docs/changelog.xml                                    | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/java/org/apache/catalina/connector/LocalStrings_ja.properties 
b/java/org/apache/catalina/connector/LocalStrings_ja.properties
index 46dc354135..390fa8f7db 100644
--- a/java/org/apache/catalina/connector/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/connector/LocalStrings_ja.properties
@@ -62,6 +62,7 @@ coyoteRequest.maxPostSizeExceeded=マルチパートリクエストには、関
 coyoteRequest.noAsync=処理チェーン内の次のクラスが非同期をサポートしていないため、非同期を開始できません [{0}]
 coyoteRequest.noMultipartConfig=multi-part 構成が提供されていないため、partを処理できません
 coyoteRequest.parseParameters=POST パラメーターの処理中に例外を投げました。
+coyoteRequest.partsParseException=パートの解析中に例外 [{0}] が発生しました
 
coyoteRequest.postTooLarge=POSTされたデータが大きすぎたので、パラメータが構文解析できませんでした。そのアプリケーションが巨大なPOSTを受け付けねばならない場合には、これを解決するためにコネクタのmaxPostSize属性を使用してください。
 coyoteRequest.sendfileNotCanonical=sendfile に指定されたファイル [{0}] の正式名を取得できません
 coyoteRequest.sessionCreateCommitted=レスポンスをコミットした後でセッションを作成できません
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1dc24fa66e..fece37bfc3 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -170,6 +170,9 @@
       <add>
         Improvements to French translations. (remm)
       </add>
+      <add>
+        Improvements to Japanese translations by tak7iji. (markt)
+      </add>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to