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 9cbd83750b1299521496ae0211b6caa02965f7bc Author: Mark Thomas <[email protected]> AuthorDate: Wed Nov 6 12:09:25 2019 +0000 Back-port Korean updates --- java/org/apache/tomcat/util/compat/LocalStrings_ko.properties | 2 ++ java/org/apache/tomcat/util/modeler/LocalStrings_ko.properties | 1 - webapps/docs/changelog.xml | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/compat/LocalStrings_ko.properties b/java/org/apache/tomcat/util/compat/LocalStrings_ko.properties index d2c02eb..c24992f 100644 --- a/java/org/apache/tomcat/util/compat/LocalStrings_ko.properties +++ b/java/org/apache/tomcat/util/compat/LocalStrings_ko.properties @@ -14,6 +14,8 @@ # limitations under the License. jre9Compat.invalidModuleUri=[{0}](으)로 제공된 모듈 URI는 JarScanner가 처리할 수 있는 URL로 변환될 수 없습니다. +jre9Compat.javaPre9=Java 9 클래스가 발견되지 않습니다. Java 9 이전 버전에서 동작하고 있는 것으로 보입니다. +jre9Compat.unexpected=Java 9 클래스들과 메소드들을 참조할 수 없습니다. jreCompat.noApplicationProtocol=자바 런타임이 SSLEngine.getApplicationProtocol()을 지원하지 않습니다. 이 기능을 사용하려면 Java 9를 사용해야 합니다. jreCompat.noApplicationProtocols=자바 런타임이 SSLParameters.setApplicationProtocols()을 지원하지 않습니다. 이 기능을 사용하려면 Java 9를 사용해야 합니다. diff --git a/java/org/apache/tomcat/util/modeler/LocalStrings_ko.properties b/java/org/apache/tomcat/util/modeler/LocalStrings_ko.properties index ffcf3fd..02b04cc 100644 --- a/java/org/apache/tomcat/util/modeler/LocalStrings_ko.properties +++ b/java/org/apache/tomcat/util/modeler/LocalStrings_ko.properties @@ -15,4 +15,3 @@ modules.digesterParseError=레지스트리 데이터를 파싱하는 중 오류 발생 modules.readDescriptorsError=Descriptor들을 읽는 중 오류 발생 - diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index a3b959c..7e20e16 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -151,6 +151,10 @@ Expand the coverage and quality of the French translations provided with Apache Tomcat. (remm) </add> + <add> + Expand the coverage and quality of the Korean translations provided + with Apache Tomcat. (woonsan) + </add> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
