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 2019/12/06 10:16:50 UTC

[tomcat] 03/05: Back-port Japanese translations from 9.0.x

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

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

commit 8fa1cb0a56c98eddfaa04e8dd6e39c5c72267bd6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Dec 6 10:13:48 2019 +0000

    Back-port Japanese translations from 9.0.x
---
 java/org/apache/tomcat/util/buf/LocalStrings_ja.properties | 2 ++
 webapps/docs/changelog.xml                                 | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/java/org/apache/tomcat/util/buf/LocalStrings_ja.properties b/java/org/apache/tomcat/util/buf/LocalStrings_ja.properties
index a78e204..2c30d38 100644
--- a/java/org/apache/tomcat/util/buf/LocalStrings_ja.properties
+++ b/java/org/apache/tomcat/util/buf/LocalStrings_ja.properties
@@ -20,5 +20,7 @@ byteBufferUtils.cleaner=直接ByteBufferクリーナーを使用することは
 hexUtils.fromHex.nonHex=入力は16進数でなければなりません
 hexUtils.fromHex.oddDigits=入力は、偶数の16進数で構成する必要があります。
 
+uDecoder.eof=予期せぬ場所で終端に達しました。
+uDecoder.noSlash="/" を符号化して含めることはできません。
 uDecoder.urlDecode.conversionError=文字セット[{1}]を使用して[{0}]のデコードに失敗しました
 uDecoder.urlDecode.missingDigit=%文字の後ろに2つの16進数字が続く必要があるため、[{0}]のデコードに失敗しました。
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 7eff9ad..ed4d20d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -185,6 +185,10 @@
         Expand the coverage of the French translations provided with Apache
         Tomcat. (remm)
       </add>
+      <add>
+        Expand the coverage of the Japanese translations provided with Apache
+        Tomcat. (markt)
+      </add>
     </changelog>
   </subsection>
 </section>


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