You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/07/13 15:26:36 UTC

[tomcat] branch 9.0.x updated: Improvements to Japanese translations contributed by tak7iji

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 733866904b Improvements to Japanese translations contributed by tak7iji
733866904b is described below

commit 733866904bc83e9c3b412d7660ea34d0144998d0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 13 16:26:30 2022 +0100

    Improvements to Japanese translations contributed by tak7iji
---
 java/org/apache/catalina/core/LocalStrings_ja.properties      | 1 +
 java/org/apache/tomcat/util/compat/LocalStrings_ja.properties | 2 ++
 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 03587a4cb7..6240d9b3d1 100644
--- a/java/org/apache/catalina/core/LocalStrings_ja.properties
+++ b/java/org/apache/catalina/core/LocalStrings_ja.properties
@@ -83,6 +83,7 @@ aprListener.initializingFIPS=FIPSモードを初期化しています...
 aprListener.requireNotInFIPSMode=AprLifecycleListenerはライブラリが既にFIPSモードになっている必要があるように設定されていますが、FIPSモードではありませんでした。
 aprListener.skipFIPSInitialization=すでにFIPSモードになっています。FIPS初期化をスキップします。
 aprListener.sslInit=SSLEngineの初期化に失敗しました。
+aprListener.sslRequired=バージョン 2.x以降ではSSLが必要なため、バージョン [{1}] のTomcat Native ライブラリを使用する場合、 [{0}] はSSLEngineの有効な値ではありません。
 aprListener.tcnInvalid=APRベースのApache Tomcatネイティブライブラリの互換性のないバージョン[{0}]がインストールされていますが、Tomcatにはバージョン[{1}]が必要です。
 aprListener.tcnValid=APRバージョン[{1}]を使用してAPRベースのApache Tomcatネイティブライブラリ[{0}]をロードしました。
 aprListener.tcnVersion=インストールされた Apache Tomcat ネイティブライブラリの APR バージョンは [{0}] ですが、推奨する最小バージョンは [{1}] です。
diff --git a/java/org/apache/tomcat/util/compat/LocalStrings_ja.properties b/java/org/apache/tomcat/util/compat/LocalStrings_ja.properties
index 38dc858c04..321daf4657 100644
--- a/java/org/apache/tomcat/util/compat/LocalStrings_ja.properties
+++ b/java/org/apache/tomcat/util/compat/LocalStrings_ja.properties
@@ -16,6 +16,8 @@
 jre16Compat.javaPre16=クラスが見つからないため、コードがJava 16未満のJVMで実行されていると仮定します
 jre16Compat.unexpected=Java 16クラスおよびメソッドへの参照の作成に失敗しました
 
+jre19Compat.javaPre19=クラスが見つからないため、Java 19より前のJVMでコードが実行されていると仮定します
+
 jre9Compat.invalidModuleUri=モジュール URI [{0}] を JarScanner で処理する URL に変換できませんでした。
 jre9Compat.javaPre9=クラスが見つからないため Java 9 以前の JVM 上でコードが実行されていると仮定します
 jre9Compat.unexpected=Java9 クラスやメソッドへの参照の生成に失敗しました
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 7069979709..ba0c5a1090 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -212,6 +212,9 @@
       <add>
         Improvements to French translations. (remm)
       </add>
+      <add>
+        Improvements to Japanese translations contributed by tak7iji. (markt)
+      </add>
     </changelog>
   </subsection>
 </section>


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