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


The following commit(s) were added to refs/heads/main by this push:
     new 3d8d5fbf9b Clean up Korean translations
3d8d5fbf9b is described below

commit 3d8d5fbf9bf160000aafbc84667195badb543d0b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 13 15:18:37 2022 +0100

    Clean up Korean translations
---
 java/org/apache/catalina/tribes/util/LocalStrings_ko.properties | 2 +-
 java/org/apache/tomcat/util/net/LocalStrings_ko.properties      | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/tribes/util/LocalStrings_ko.properties 
b/java/org/apache/catalina/tribes/util/LocalStrings_ko.properties
index c8e6694726..713fea3399 100644
--- a/java/org/apache/catalina/tribes/util/LocalStrings_ko.properties
+++ b/java/org/apache/catalina/tribes/util/LocalStrings_ko.properties
@@ -15,7 +15,7 @@
 
 arrays.keyoffset.outOfBounds=keyoffset이 범위를 초과합니다.
 arrays.length.outOfBounds=키 내에 충분한 데이터 엘리먼트들이 존재하지 않습니다. 길이가 범위 밖에 있습니다.
-arrays.malformed.arrays=바이트 배열은 반드시 ''{1,3,4,5,6}''과 같이 표현되어야 합니다.
+arrays.malformed.arrays=바이트 배열은 반드시 '{1,3,4,5,6}'과 같이 표현되어야 합니다.
 arrays.srcoffset.outOfBounds=srcoffset이 범위 밖입니다.
 
 executorFactory.not.running=Executor가 실행 중이 아닙니다. 명령을 강제로 큐에 넣을 수 없습니다.
diff --git a/java/org/apache/tomcat/util/net/LocalStrings_ko.properties 
b/java/org/apache/tomcat/util/net/LocalStrings_ko.properties
index 342304180e..4497247d79 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_ko.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_ko.properties
@@ -155,7 +155,6 @@ sslUtilBase.aliasIgnored=FIPS이 활성화되어 있어, 별칭 [{0}]은(는) 
 sslUtilBase.alias_no_key_entry=별칭 이름 [{0}]을(를) 사용하여 키 엔트리를 식별해낼 수 없습니다.
 sslUtilBase.invalidTrustManagerClassName=trustManagerClassName에 의해 제공된 클래스 
[{0}]은(는) javax.net.ssl.TrustManager를 구현하지 않았습니다.
 sslUtilBase.keystore_load_failed=[{2}](으)로 인하여, 경로 [{1}]에 있고 타입이 [{0}]인 키 저장소를 
로드하지 못했습니다.
-sslUtilBase.noCertFile=SSLHostConfig의 속성인 certificateFile은, 반드시 SSL connector를 
사용할 때에만 정의되어야 합니다.
 sslUtilBase.noCrlSupport=truststoreProvider [{0}]은(는) 
certificateRevocationFile 설정 옵션을 지원하지 않습니다.
 sslUtilBase.noKeys=개인 키들에 대한 별칭들이 키 저장소에 없습니다.
 sslUtilBase.noVerificationDepth=truststoreProvider [{0}]은(는) 
certificateVerificationDepth 설정 옵션을 지원하지 않습니다.


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

Reply via email to