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 1d44d30321bedc11e80553a2a0e87eec714ba044 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jan 26 11:57:42 2021 +0000 Back-port Korean translations --- java/org/apache/catalina/valves/LocalStrings_ko.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/catalina/valves/LocalStrings_ko.properties b/java/org/apache/catalina/valves/LocalStrings_ko.properties index 48a04ed..bd8918f 100644 --- a/java/org/apache/catalina/valves/LocalStrings_ko.properties +++ b/java/org/apache/catalina/valves/LocalStrings_ko.properties @@ -18,6 +18,7 @@ accessLogValve.closeFail=접근 로그 파일을 닫지 못했습니다. accessLogValve.deleteFail=이전 접근 로그 파일 [{0}]을(를) 삭제하지 못했습니다. accessLogValve.invalidLocale=로케일을 [{0}](으)로 설정하지 못했습니다. accessLogValve.invalidPortType=유효하지 않은 포트 타입 [{0}]. 서버 (로컬) 포트를 사용합니다. +accessLogValve.invalidRemoteAddressType=유효하지 않은 원격 주소 타입 [{0}]. Peer가 아닌 원격 주소로 간주합니다. accessLogValve.openDirFail=접근 로그 파일(들)을 위한 디렉토리 [{0}]을(를) 생성하지 못했습니다. accessLogValve.openFail=접근 로그 파일 [{0}]을(를) 열지 못했습니다. accessLogValve.renameFail=접근 로그 파일을 [{0}]에서 [{1}](으)로 이름을 변경하지 못했습니다. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org