< prev index next >

src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_ko.properties

Print this page


   1 #
   2 # Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 

  26 error.cant.open=열 수 없음: {0} 
  27 error.illegal.option=잘못된 옵션: {0}



  28 error.bad.option=옵션 -{ctxu} 중 하나를 지정해야 합니다.
  29 error.bad.cflag='c' 플래그를 사용하려면 Manifest 또는 입력 파일을 지정해야 합니다!
  30 error.bad.uflag='u' 플래그를 사용하려면 Manifest, 'e' 플래그 또는 입력 파일을 지정해야 합니다!
  31 error.bad.eflag='e' 플래그 및 Manifest를 'Main-Class' 속성과 함께 지정할 수\n없습니다!
  32 error.nosuch.fileordir={0}: 해당 파일 또는 디렉토리가 없습니다.
  33 error.write.file=기존 jar 파일에 쓰는 중 오류가 발생했습니다.
  34 error.create.dir={0}: 디렉토리를 생성할 수 없습니다.
  35 error.incorrect.length=처리 중 올바르지 않은 길이가 발견됨: {0}
  36 error.create.tempfile=임시 파일을 생성할 수 없습니다.





  37 out.added.manifest=Manifest를 추가함

  38 out.update.manifest=Manifest를 업데이트함

  39 out.ignore.entry={0} 항목을 무시하는 중
  40 out.adding=추가하는 중: {0}
  41 out.deflated=({0}%를 감소함)
  42 out.stored=(0%를 저장함)
  43 out.create=\  생성됨: {0}
  44 out.extracted=추출됨: {0}
  45 out.inflated=\ 증가됨: {0}
  46 out.size=(입력 = {0}) (출력 = {1})
  47 
  48 usage=사용법: jar {ctxui}[vfmn0Me] [jar-file] [manifest-file] [entry-point] [-C dir] files ...\n옵션:\n    -c  새 아카이브를 생성합니다.\n    -t  아카이브에 대한 목차를 나열합니다.\n    -x  명명된(또는 모든) 파일을 아카이브에서 추출합니다.\n    -u  기존 아카이브를 업데이트합니다.\n    -v  표준 출력에 상세 정보 출력을 생성합니다.\n    -f  아카이브 파일 이름을 지정합니다.\n    -m  지정된 Manifest 파일의 Manifest 정보를 포함합니다.\n    -n  새 아카이브를 생성한 후 Pack200 정규화를 수행합니다.\n    -e  jar 실행 파일에 번들로 제공된 독립형 응용 프로그램의 \n        응용 프로그램 시작 지점을 지정합니다.\n    -0  저장 전용: ZIP 압축을 사용하지 않습니다.\n    -M  항목에 대해 Manifest 파일을 생성하지 않습니다.\n    -i  지정된 jar 파일에 대한 인덱스 정보를 생성합니다.\n    -C  지정된 디렉토리로 변경하고 다음 파일을 포함합니다.\n특정 파일이 디렉토리일 경우 순환적으로 처리됩니다.\nManifest 파일 이름, 아카이브 파일 이름 및 시작 지점 이름은\n'm', 'f' 및 'e' 플래그와 동일한 순서로 지정됩니다.\n\n예 1: classes.jar라는 아카이브에 두 클래스 파일을 아카이브하는 방법: \n       jar cvf classes.jar Foo.class Bar.class \n예 2: 기존 Manifest 파일 'mymanifest'를 사용하여\n           foo/ 디렉토리의 모든 파일을 'classes.jar'로 아카이브하는 방법: \n       jar cvfm classes.jar mymanifest -C foo/ .





























   1 #
   2 # Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 error.multiple.main.operations='-cuxti' 옵션을 여러 개 지정할 수 없습니다.
  27 error.cant.open=열 수 없음: {0}
  28 error.illegal.option=잘못된 옵션: {0}
  29 error.unrecognized.option=인식할 수 없는 옵션: {0}
  30 error.missing.arg={0} 옵션에 인수가 필요합니다.
  31 error.bad.file.arg=파일 인수 구문을 분석하는 중 오류가 발생했습니다.
  32 error.bad.option=옵션 -{ctxu} 중 하나를 지정해야 합니다.
  33 error.bad.cflag='c' 플래그를 사용하려면 Manifest 또는 입력 파일을 지정해야 합니다!
  34 error.bad.uflag='u' 플래그를 사용하려면 Manifest, 'e' 플래그 또는 입력 파일을 지정해야 합니다!
  35 error.bad.eflag='e' 플래그 및 Manifest를 'Main-Class' 속성과 함께 지정할 수\n없습니다!
  36 error.nosuch.fileordir={0}: 해당 파일 또는 디렉토리가 없습니다.
  37 error.write.file=기존 jar 파일에 쓰는 중 오류가 발생했습니다.
  38 error.create.dir={0}: 디렉토리를 생성할 수 없습니다.
  39 error.incorrect.length=처리 중 올바르지 않은 길이가 발견됨: {0}
  40 error.create.tempfile=임시 파일을 생성할 수 없습니다.
  41 error.hash.dep=모듈 {0} 종속성을 해시하는 중 모듈 경로에서 {1} 모듈을 찾을 수 없습니다.
  42 error.module.options.without.info=module-info.class 없이 --module-version 또는 --hash-dependencies 중 하나
  43 error.unexpected.module-info=예상치 않은 모듈 기술자 {0}
  44 error.module.descriptor.not.found=모듈 기술자를 찾을 수 없음
  45 error.missing.provider=서비스 제공자를 찾을 수 없음: {0}
  46 out.added.manifest=Manifest를 추가함
  47 out.added.module-info=module-info.class를 추가함
  48 out.update.manifest=Manifest를 업데이트함
  49 out.update.module-info=module-info.class를 업데이트함
  50 out.ignore.entry={0} 항목을 무시하는 중
  51 out.adding=추가하는 중: {0}
  52 out.deflated=({0}%를 감소함)
  53 out.stored=(0%를 저장함)
  54 out.create=\  생성됨: {0}
  55 out.extracted=추출됨: {0}
  56 out.inflated=\ 증가됨: {0}
  57 out.size=(입력 = {0}) (출력 = {1})
  58 
  59 usage.compat=호환성 인터페이스:\n사용법: jar {ctxui}[vfmn0PMe] [jar-file] [manifest-file] [entry-point] [-C dir] files ...\n옵션:\n    -c  새 아카이브를 생성합니다.\n    -t  아카이브에 대한 목차를 나열합니다.\n    -x  명명된(또는 모든) 파일을 아카이브에서 추출합니다.\n    -u  기존 아카이브를 업데이트합니다.\n    -v  표준 출력에 상세 정보 출력을 생성합니다.\n    -f  아카이브 파일 이름을 지정합니다.\n    -m  지정된 Manifest 파일의 Manifest 정보를 포함합니다.\n    -n  새 아카이브를 생성한 후 Pack200 정규화를 수행합니다.\n    -e  jar 실행 파일에 번들로 제공된 독립형 애플리케이션의 \n        애플리케이션 시작 지점을 지정합니다.\n    -0  저장 전용이며 ZIP 압축을 사용하지 않습니다.\n    -P  파일 이름에서 선행 '/'(절대 경로) 및 ".."(상위 디렉토리) 구성 요소를 유지합니다.\n    -M  항목에 대해 Manifest 파일을 생성하지 않습니다.\n    -i  지정된 jar 파일에 대한 인덱스 정보를 생성합니다.\n    -C  지정된 디렉토리로 변경하고 다음 파일을 포함합니다.\n특정 파일이 디렉토리일 경우 순환적으로 처리됩니다.\nManifest 파일 이름, 아카이브 파일 이름 및 시작 지점 이름은\n'm', 'f' 및 'e' 플래그와 동일한 순서로 지정됩니다.\n\n예 1: classes.jar라는 아카이브에 두 클래스 파일을 아카이브하는 방법: \n       jar cvf classes.jar Foo.class Bar.class \n예 2: 기존 Manifest 파일 'mymanifest'를 사용하여\n           foo/ 디렉토리의 모든 파일을 'classes.jar'로 아카이브하는 방법: \n       jar cvfm classes.jar mymanifest -C foo/ .\n
  60 
  61 main.usage.summary=jar: -ctxui 옵션 중 하나를 지정해야 합니다.
  62 main.usage.summary.try=자세한 내용을 보려면 'jar --help'를 실행하십시오.
  63 
  64 main.help.preopt=사용법: jar [OPTION...] [-C dir] files ...\njar는 클래스 및 리소스에 대한 아카이브를 생성합니다. 아카이브에서\n개별 클래스나 리소스를 조작하거나 복원할 수 있습니다.\n\n 예제:\n # 두 클래스 파일을 사용하여 classes.jar라는 아카이브 생성:\n jar --create --file classes.jar Foo.class Bar.class\n # 기존 Manifest를 사용하여 모든 파일이 foo/에 포함된 아카이브 생성:\n jar --create --file classes.jar --manifest mymanifest -C foo/ .\n # 모듈 기술자가 classes/module-info.class에 위치한\n # 모듈형 jar 아카이브 생성:\n jar --create --file foo.jar --main-class com.foo.Main --module-version 1.0\n     -C foo/ classes resources\n # 기존 비모듈 jar를 모듈형 jar로 업데이트:\n jar --update --file foo.jar --main-class com.foo.Main --module-version 1.0\n     -C foo/ module-info.class
  65 main.help.opt.main=\ 기본 작업 모드:\n
  66 main.help.opt.main.create=\  -c, --create               아카이브를 생성합니다.
  67 main.help.opt.main.generate-index=\  -i, --generate-index=FILE  지정된 jar 아카이브에 대한 인덱스 정보를\n                             생성합니다.
  68 main.help.opt.main.list=\  -t, --list                 아카이브에 대한 목차를 나열합니다.
  69 main.help.opt.main.update=\  -u, --update               기존 jar 아카이브를 업데이트합니다.
  70 main.help.opt.main.extract=\  -x, --extract              명명된(또는 모든) 파일을 아카이브에서 추출합니다.
  71 main.help.opt.main.print-module-descriptor=\  -p, --print-module-descriptor  모듈 기술자를 인쇄합니다.
  72 main.help.opt.any=\ 모든 모드에서 적합한 작업 수정자:\n\n  -C DIR                     지정된 디렉토리로 변경하고 다음 파일을\n                             포함합니다.
  73 main.help.opt.any.file=\  -f, --file=FILE            아카이브 파일 이름입니다.
  74 main.help.opt.any.verbose=\  -v, --verbose              표준 출력에 상세 정보 출력을 생성합니다.
  75 main.help.opt.create.update=\ 생성 및 업데이트 모드에서만 적합한 작업 수정자:\n
  76 main.help.opt.create.update.main-class=\  -e, --main-class=CLASSNAME 모듈형 또는 실행형 jar 아카이브에 번들로\n                             제공된 독립형 애플리케이션의 애플리케이션\n                             시작 지점입니다.
  77 main.help.opt.create.update.manifest=\  -m, --manifest=FILE        지정된 Manifest 파일의 Manifest 정보를\n                             포함합니다.
  78 main.help.opt.create.update.no-manifest=\  -M, --no-manifest          항목에 대해 Manifest 파일을 생성하지 않습니다.
  79 main.help.opt.create.update.module-version=\      --module-version=VERSION    모듈형 jar를 생성하거나 비모듈 jar를\n                             업데이트할 때 모듈 버전입니다.
  80 main.help.opt.create.update.hash-dependencies=\      --hash-dependencies=PATTERN  모듈형 jar를 생성하거나 비모듈 jar를\n                             업데이트할 때 주어진 패턴과 일치하는\n                             모듈 종속성의 해시를 컴퓨트하고\n                             기록합니다.
  81 main.help.opt.create.update.modulepath=\      --modulepath           해시를 생성하기 위한 모듈 종속성의
  82 \                             위치입니다.
  83 main.help.opt.create.update.index=\ 생성, 업데이트 및 generate-index 모드에서만 적합한 작업 수정자:\n
  84 main.help.opt.create.update.index.no-compress=\  -0, --no-compress          저장 전용이며 ZIP 압축을 사용하지 않습니다.
  85 main.help.opt.other=\ 기타 옵션:\n
  86 main.help.opt.other.help=\  -?, --help[:compat]        이 도움말(또는 선택적으로 호환성)을 제공합니다.
  87 main.help.opt.other.version=\      --version              프로그램 버전을 인쇄합니다.
  88 main.help.postopt=\ 아카이브는 모듈 기술자 'module-info.class'가 주어진 디렉토리의\n 루트 또는 jar 아카이브 자체의 루트에 위치한 경우 모듈형 jar입니다.\n 다음 작업은 모듈형 jar를 생성하거나 기존 비모듈 jar를\n 업데이트할 때만 적합합니다. '--module-version',\n '--hash-dependencies', '--modulepath'.\n\n long 옵션의 필수 또는 선택적 인수는 해당하는 short 옵션에 대해서도\n 필수 또는 선택적입니다.
< prev index next >