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
commit 6cadad97030c1351227ff5cf0dfee0d0dd29d99d Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 5 16:36:05 2025 +0100 Improvements to Japanese translations provided by tak7iji. --- java/org/apache/tomcat/util/net/LocalStrings_ja.properties | 2 +- webapps/docs/changelog.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/LocalStrings_ja.properties b/java/org/apache/tomcat/util/net/LocalStrings_ja.properties index 35f6e6ea16..11a966ae53 100644 --- a/java/org/apache/tomcat/util/net/LocalStrings_ja.properties +++ b/java/org/apache/tomcat/util/net/LocalStrings_ja.properties @@ -76,7 +76,7 @@ endpoint.err.unexpected=ソケット処理中の予期せぬエラー endpoint.executor.fail=エグゼキュータは処理するソケット [{0}] を拒否しました endpoint.getAttribute=[{0}] は [{1}] です endpoint.init.bind=ソケットバインドに失敗しました:[{0}] [{1}] -endpoint.init.bind.inherited=コネクタが1つを使用するように構成されている間、継承されたチャネルはありません。 +endpoint.init.bind.inherited=コネクタは継承されたチャネルを使用するように設定されていますが、継承すべきチャネルが存在しません endpoint.init.listen=ソケットの待ち受けを開始できません: [{0}] [{1}] endpoint.init.unixnotavail=Unixドメインソケットのサポートは利用できません endpoint.invalidJmxNameSslHost=ホスト [{0}] に関連付けられた SSLHostConfig に有効な JMX オブジェクト名を生成できません。 diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index adcaf889b0..c2d94785cd 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -199,6 +199,9 @@ Use the full path when the installer for Windows sets calls <code>icacls.exe</code> to set file permissions. (markt) </fix> + <update> + Improvements to Japanese translations provided by tak7iji. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org