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

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 977465d5b9 Improvements to Japanese translations provided by tak7iji.
977465d5b9 is described below

commit 977465d5b9bfb8934b917985606af727cb8416d1
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 12 09:27:26 2026 +0000

    Improvements to Japanese translations provided by tak7iji.
---
 java/org/apache/catalina/core/LocalStrings_ja.properties   | 1 +
 java/org/apache/tomcat/util/net/LocalStrings_ja.properties | 1 +
 webapps/docs/changelog.xml                                 | 3 +++
 3 files changed, 5 insertions(+)

diff --git a/java/org/apache/catalina/core/LocalStrings_ja.properties 
b/java/org/apache/catalina/core/LocalStrings_ja.properties
index 8955892265..f42a32f4ac 100644
--- a/java/org/apache/catalina/core/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/core/LocalStrings_ja.properties
@@ -283,6 +283,7 @@ standardHost.noContext=このリクエストを処理するために設定され
 standardHost.notContext=Host の子供はContextでなければいけません
 standardHost.nullName=ホスト名が必要です
 standardHost.problematicAppBase=ホスト [{0}] 
のappBaseに空の文字列を使用すると、CATALINA_BASEに設定されますが、これは悪い考えです
+standardHost.problematicAppBaseParent=Host [{0}] の appBase は CATALINA_BASE 
の親フォルダですが、これは適切ではありません
 
 standardHostValve.customStatusFailed=カスタムエラーページ [{0}] を正しくディスパッチできませんでした
 standardHostValve.exception=例外処理 [{0}]
diff --git a/java/org/apache/tomcat/util/net/LocalStrings_ja.properties 
b/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
index 3b90106c4f..021dbe3de9 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
@@ -140,6 +140,7 @@ endpoint.tls.cert.encodingError=証明書のフィンガープリントが利用
 endpoint.tls.cert.noCerts=SSLContext から返された証明書チェーンが空だったため、証明書の詳細を利用できません
 endpoint.tls.info=トラストストア [{4}] を使用して {3} から構成されたコネクタ [{0}]、TLS 仮想ホスト 
[{1}]、および証明書タイプ [{2}]
 endpoint.tls.info.cert.keystore=エイリアス [{1}] を使用したキーストア [{0}]
+endpoint.tls.info.cert.keystore.direct=直接設定 - 場所が不明
 endpoint.tls.info.cert.pem=キー [{0}]、証明書 [{1}]、および証明書チェーン [{2}]
 endpoint.unknownSslHostName=SSL ホスト名 [{0}] はこのエンドポイントから認識されていません。
 endpoint.warn.executorShutdown=スレッドプール [{0}] 
と関連付けられたエグゼキュータは完全に停止できませんでした。いくつかのアプリケーションスレッドはまだ動作し続けている可能性があります。
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b747840155..9c3ccc076e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -187,6 +187,9 @@
       <add>
         Improvements to French translations. (markt)
       </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