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 2021/06/21 16:39:46 UTC

[tomcat] branch main updated (98d61c1 -> 2b92581)

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

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 98d61c1  Fix typos
     new fa24edd  Improve French translations (remm)
     new 2b92581  Improvements to Korean translations. (woonsan)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/jakarta/servlet/http/LocalStrings_fr.properties | 1 +
 java/jakarta/servlet/http/LocalStrings_ko.properties | 1 +
 webapps/docs/changelog.xml                           | 6 ++++++
 3 files changed, 8 insertions(+)

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


[tomcat] 01/02: Improve French translations (remm)

Posted by ma...@apache.org.
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

commit fa24eddfc49cc2e19b4cd4606a4eb3b7d55fed98
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jun 21 17:34:12 2021 +0100

    Improve French translations (remm)
---
 java/jakarta/servlet/http/LocalStrings_fr.properties | 1 +
 webapps/docs/changelog.xml                           | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/java/jakarta/servlet/http/LocalStrings_fr.properties b/java/jakarta/servlet/http/LocalStrings_fr.properties
index 5352f35..bdf7898 100644
--- a/java/jakarta/servlet/http/LocalStrings_fr.properties
+++ b/java/jakarta/servlet/http/LocalStrings_fr.properties
@@ -21,6 +21,7 @@ err.cookie_name_is_token=Le nom de cookie [{0}] est un "token" réservé
 err.io.indexOutOfBounds=L''offset [{0}] et/ou la longueur [{1}] spécifiés pour la taille du tableau [{2}] sont invalides
 err.io.nullArray=Null a été passée comme tableau d'octets à la méthode d'écriture
 err.io.short_read=Lecture partielle
+err.state.commit=Interdit une fois que la réponse a été commitée
 
 http.method_delete_not_supported=La méthode HTTP DELETE n'est pas supportée par cette URL
 http.method_get_not_supported=La méthode HTTP GET n'est pas supportée par cette URL
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 24ab417..f02d11d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -217,6 +217,9 @@
         16 onwards to the <code>service.bat</code> script to align it with the
         other start-up scripts. PR provided by MCMicS. (markt)
       </fix>
+      <add>
+        Improvements to French translations. (remm)
+      </add>
     </changelog>
   </subsection>
 </section>

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


[tomcat] 02/02: Improvements to Korean translations. (woonsan)

Posted by ma...@apache.org.
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

commit 2b925814e6af699d4ea6f740d408310389fee03a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jun 21 17:37:50 2021 +0100

    Improvements to Korean translations. (woonsan)
---
 java/jakarta/servlet/http/LocalStrings_ko.properties | 1 +
 webapps/docs/changelog.xml                           | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/java/jakarta/servlet/http/LocalStrings_ko.properties b/java/jakarta/servlet/http/LocalStrings_ko.properties
index 13c501d..30cdc43 100644
--- a/java/jakarta/servlet/http/LocalStrings_ko.properties
+++ b/java/jakarta/servlet/http/LocalStrings_ko.properties
@@ -21,6 +21,7 @@ err.cookie_name_is_token=쿠키 이름 [{0}]은(는) 예약된 토큰입니다.
 err.io.indexOutOfBounds=크기 [{2}]인 배열에 대하여, 유효하지 않은 offset [{0}] 그리고/또는 길이 [{1}].
 err.io.nullArray=write 메소드에 널인 바이트 배열이 전달되었습니다.
 err.io.short_read=Short Read
+err.state.commit=응답이 한번 커밋된 이후에는 허용되지 않습니다.
 
 http.method_delete_not_supported=HTTP 메소드 DELETE는 이 URL에 의해 지원되지 않습니다.
 http.method_get_not_supported=HTTP 메소드 GET은 이 URL에 의해 지원되지 않습니다.
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index f02d11d..d09a26b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -220,6 +220,9 @@
       <add>
         Improvements to French translations. (remm)
       </add>
+      <add>
+        Improvements to Korean translations. (woonsan)
+      </add>
     </changelog>
   </subsection>
 </section>

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