This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 776a56038bb3b781c28ee639523d3c85210e9374 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Sep 11 12:12:32 2019 +0100 Expand / improve Korean translations --- java/org/apache/catalina/manager/LocalStrings_ko.properties | 1 - java/org/apache/tomcat/websocket/LocalStrings_ko.properties | 1 + webapps/docs/changelog.xml | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/java/org/apache/catalina/manager/LocalStrings_ko.properties b/java/org/apache/catalina/manager/LocalStrings_ko.properties index 3fcae3a..0739007 100644 --- a/java/org/apache/catalina/manager/LocalStrings_ko.properties +++ b/java/org/apache/catalina/manager/LocalStrings_ko.properties @@ -182,7 +182,6 @@ managerServlet.sslReloadFail=실패 - TLS 설정을 다시 로드하지 못했 managerServlet.startFailed=실패 - 컨텍스트 경로 [{0}]의 애플리케이션이 시작될 수 없었습니다. managerServlet.started=OK - 컨텍스트 경로 [{0}]의 애플리케이션이 시작되었습니다. managerServlet.stopped=OK - 컨텍스트 경로 [{0}]의 애플리케이션을 중지시켰습니다. -managerServlet.storeConfig.invalidMBean=실패 - StoreConfig Mbean을 찾을 수 없습니다. [{0}]은(는) MBean을 위한 유효한 이름이 아닙니다. managerServlet.storeConfig.noMBean=실패 - [{0}]에서 등록된 StoreConfig MBean이 없습니다. 보통 StoreConfigLifecycleListener에 의해 등록이 수행됩니다. managerServlet.threaddump=OK - JVM 쓰레드 덤프 managerServlet.trustedCertsNotConfigured=이 가상 호스트를 위한 신뢰되는 인증서들이 설정되어 있지 않습니다. diff --git a/java/org/apache/tomcat/websocket/LocalStrings_ko.properties b/java/org/apache/tomcat/websocket/LocalStrings_ko.properties index e2f8f54..7ace6fa 100644 --- a/java/org/apache/tomcat/websocket/LocalStrings_ko.properties +++ b/java/org/apache/tomcat/websocket/LocalStrings_ko.properties @@ -117,6 +117,7 @@ wsWebSocketContainer.invalidExtensionParameters=서버가, 클라이언트가 wsWebSocketContainer.invalidHeader=[{0}] 내에서, 헤더 이름과 헤더 값을 구분하기 위한 콜론('':'')이 존재하지 않기에, HTTP 헤더를 파싱할 수 없습니다. 해당 헤더를 건너뛰었습니다. wsWebSocketContainer.invalidStatus=서버 [{0}](으)로부터의 HTTP 응답은, 웹소켓으로 HTTP 업그레이드를 허용하지 않았습니다. wsWebSocketContainer.invalidSubProtocol=웹소켓 서버가, 해당 Sec-WebSocket-Protocol 헤더를 위해 여러 값들을 반환했습니다. +wsWebSocketContainer.maxBuffer=이 구현은 버퍼의 최대 크기를 Integer.MAX_VALUE로 제한합니다. wsWebSocketContainer.missingAnnotation=@ClientEndpoint에 의해 annotate되지 않았기에, POJO 클래스 [{0}]을(를) 사용할 수 없습니다. wsWebSocketContainer.missingLocationHeader=HTTP 응답 코드 [{0}]을(를) 처리하지 못했습니다. 응답에 Location 헤더가 없습니다. wsWebSocketContainer.missingWWWAuthenticateHeader=HTTP 응답 코드 [{0}]을(를) 처리하지 못했습니다. 응답 헤더 WWW-Authenticate가 없습니다. diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 0a58e1a..4e28e49 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -166,6 +166,10 @@ Remove unused i18n messages and associated translations. Patch provided by KangZhiDong. (markt) </fix> + <add> + Expand the coverage and quality of the Korean translations provided + with Apache Tomcat. (woonsan) + </add> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org