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

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

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

diff --git a/java/org/apache/catalina/core/LocalStrings_ja.properties 
b/java/org/apache/catalina/core/LocalStrings_ja.properties
index b93aba610c..8d2663d85e 100644
--- a/java/org/apache/catalina/core/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/core/LocalStrings_ja.properties
@@ -269,7 +269,9 @@ standardHost.noContext=このリクエストを処理するために設定され
 standardHost.notContext=Host の子供はContextでなければいけません
 standardHost.nullName=ホスト名が必要です
 standardHost.problematicAppBase=ホスト [{0}] 
のappBaseに空の文字列を使用すると、CATALINA_BASEに設定されますが、これは悪い考えです
+standardHost.problematicAppBaseParent=Host [{0}] の appBase は CATALINA_BASE 
の親フォルダですが、これは適切ではありません
 standardHost.problematicLegacyAppBase=ホスト [{0}] 
のlegacyAppBaseに空の文字列を使用すると、CATALINA_BASEに設定されます。これは悪い考えです
+standardHost.problematicLegacyAppBaseParent=Host [{0}] の legacyAppBase は 
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 c9475c54ac..4e957aeb59 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
@@ -121,6 +121,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 42d8e38558..51ff7c5e4b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -377,6 +377,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