36a97d
# SOME DESCRIPTIVE TITLE.
36a97d
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
36a97d
# This file is distributed under the same license as the PACKAGE package.
36a97d
# 
36a97d
# Translators:
36a97d
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER, 2006
36a97d
# eukim <eukim@redhat.com>, 2006, 2007, 2008
36a97d
# eukim <eukim@redhat.com>, 2012
36a97d
# Ludek Janda <ljanda@redhat.com>, 2018. #zanata
36a97d
msgid ""
36a97d
msgstr ""
36a97d
"Project-Id-Version: PACKAGE VERSION\n"
36a97d
"Report-Msgid-Bugs-To: \n"
36a97d
"POT-Creation-Date: 2018-08-29 09:31-0400\n"
36a97d
"PO-Revision-Date: 2018-11-20 10:57+0000\n"
36a97d
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
36a97d
"Language-Team: Korean (http://www.transifex.com/projects/p/pykickstart/"
36a97d
"language/ko/)\n"
36a97d
"MIME-Version: 1.0\n"
36a97d
"Content-Type: text/plain; charset=UTF-8\n"
36a97d
"Content-Transfer-Encoding: 8bit\n"
36a97d
"Language: ko\n"
36a97d
"Plural-Forms: nplurals=1; plural=0;\n"
36a97d
"X-Generator: Zanata 4.6.2\n"
36a97d
36a97d
#: ../pykickstart/base.py:215
36a97d
#, python-format
36a97d
msgid ""
36a97d
"Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
36a97d
"been deprecated and no longer has any effect.  It may be removed from future "
36a97d
"releases, which will result in a fatal error from kickstart.  Please modify "
36a97d
"your kickstart file to remove this command."
36a97d
msgstr ""
36a97d
"%(lineno)s 번째 줄에서 앞으로 삭제될 명령은 무시됩니다.  %(cmd)s 명령은 삭제되었으며 더이상 아무런 효과를 가지고 있지 "
36a97d
"않습니다.  킥스타트에서 치명적인 오류를 가져오는 이 명령은 다음 배포판부터 완전히 삭제될 것입니다. 이 명령을 제거하기 위해 킥스타트 "
36a97d
"파일을 수정해 주시기 바랍니다."
36a97d
36a97d
#: ../pykickstart/base.py:372
36a97d
#, python-format
36a97d
msgid "Unknown command: %s"
36a97d
msgstr "알 수 없는 명령: %s"
36a97d
36a97d
#: ../pykickstart/load.py:66
36a97d
#, python-format
36a97d
msgid "Error writing file \"%s\":"
36a97d
msgstr "파일 쓰기 오류 \"%s\":"
36a97d
36a97d
#: ../pykickstart/load.py:79
36a97d
#, python-format
36a97d
msgid "Error securely accessing URL \"%s\""
36a97d
msgstr "URL에 안전하게 액세스하는 중 오류가 발생했습니다. \"%s\""
36a97d
36a97d
#. pylint: disable=no-member
36a97d
#: ../pykickstart/load.py:81
36a97d
#: ../pykickstart/load.py:84
36a97d
#, python-format
36a97d
msgid "Error accessing URL \"%s\""
36a97d
msgstr "URL에 액세스하는 중 오류 발생 \"%s\""
36a97d
36a97d
#: ../pykickstart/load.py:99
36a97d
#, python-format
36a97d
msgid "Error opening file: %s"
36a97d
msgstr "파일을 여는 중 오류가 발생했습니다. %s"
36a97d
36a97d
#: ../pykickstart/load.py:109
36a97d
#, python-format
36a97d
msgid "Error copying file: %s"
36a97d
msgstr "파일 복사 중 오류 발생 : %s"
36a97d
36a97d
#: ../pykickstart/parser.py:90
36a97d
#, python-format
36a97d
msgid "Illegal url for %%ksappend: %s"
36a97d
msgstr "%%ksappend의 잘못된 URL: %s"
36a97d
36a97d
#: ../pykickstart/parser.py:95
36a97d
#, python-format
36a97d
msgid "Unable to open %%ksappend file: %s"
36a97d
msgstr "%%ksappend 파일을 열 수 없음: %s"
36a97d
36a97d
#: ../pykickstart/parser.py:123
36a97d
#: ../pykickstart/parser.py:813
36a97d
#, python-format
36a97d
msgid "Unable to open input kickstart file: %s"
36a97d
msgstr "지정된 kickstart 파일을 열 수 없음: %s"
36a97d
36a97d
#: ../pykickstart/parser.py:437
36a97d
msgid "Group cannot specify both --nodefaults and --optional"
36a97d
msgstr "그룹은 --nodefaults 및 --optional을 지정할 수 없음"
36a97d
36a97d
#: ../pykickstart/parser.py:616
36a97d
#: ../pykickstart/parser.py:657
36a97d
#, python-format
36a97d
msgid "Section %s does not end with %%end."
36a97d
msgstr "섹션 %s은(는) %%end로 종료하지 않습니다. "
36a97d
36a97d
#: ../pykickstart/parser.py:752
36a97d
#, python-format
36a97d
msgid "Unknown kickstart section: %s"
36a97d
msgstr "알 수 없는 kickstart 섹션: %s"
36a97d
36a97d
#. If we are ignoring unknown section errors, just create a new
36a97d
#. NullSection for the header we just saw.  Then nothing else
36a97d
#. needs to change.  You can turn this warning into an error via
36a97d
#. ksvalidator, or the warnings module.
36a97d
#: ../pykickstart/parser.py:758
36a97d
#, python-format
36a97d
msgid "Potentially unknown section seen at line %(lineno)s: %(sectionName)s"
36a97d
msgstr "잠재적으로 알 수없는 섹션이 줄에 나타남 %(lineno)s: %(sectionName)s"
36a97d
36a97d
#. If nothing else worked, we're out of options.
36a97d
#: ../pykickstart/version.py:127
36a97d
#: ../pykickstart/version.py:136
36a97d
#: ../pykickstart/version.py:139
36a97d
#: ../pykickstart/version.py:155
36a97d
#: ../pykickstart/version.py:207
36a97d
#, python-format
36a97d
msgid "Unsupported version specified: %s"
36a97d
msgstr "지원되지 않는 버전 지정: %s"
36a97d
36a97d
#: ../pykickstart/options.py:66
36a97d
#: ../pykickstart/options.py:68
36a97d
#, python-format
36a97d
msgid "invalid boolean value: %r"
36a97d
msgstr "유효하지 않은 부울 값 : %r"
36a97d
36a97d
#: ../pykickstart/options.py:179
36a97d
#, python-format
36a97d
msgid ""
36a97d
"The %(option)s option was introduced in version %(intro)s, but you are using "
36a97d
"kickstart syntax version %(version)s."
36a97d
msgstr ""
36a97d
"%(option)s 옵션은 버전 %(intro)s에서 소개되었지만  kickstart 구문 버전 %(version)s을(를) 사용하고 "
36a97d
"있습니다. "
36a97d
36a97d
#: ../pykickstart/options.py:185
36a97d
#, python-format
36a97d
msgid "The %(option)s option is no longer supported."
36a97d
msgstr "옵션 %(option)s 는 더이상 지원되지 않습니다."
36a97d
36a97d
#: ../pykickstart/options.py:187
36a97d
#, python-format
36a97d
msgid ""
36a97d
"The %(option)s option was removed in version %(removed)s, but you are using "
36a97d
"kickstart syntax version %(version)s."
36a97d
msgstr ""
36a97d
"%(option)s 옵션은 버전 %(removed)s에서 제거되었지만 kickstart 구문 버전 %(version)s을(를) 사용하고 "
36a97d
"있습니다. "
36a97d
36a97d
#: ../pykickstart/options.py:190
36a97d
#, python-format
36a97d
msgid ""
36a97d
"Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
36a97d
"been deprecated and no longer has any effect.  It may be removed from future "
36a97d
"releases, which will result in a fatal error from kickstart.  Please modify "
36a97d
"your kickstart file to remove this option."
36a97d
msgstr ""
36a97d
"%(lineno)s 번째 줄에서 앞으로 삭제될 옵션은 무시됩니다.  %(option)s 옵션은 삭제되었으며 더이상 아무런 효과를 가지고 "
36a97d
"있지 않습니다.  킥스타트에서 치명적인 오류를 가져오는 이 옵션은 다음 배포판부터 완전히 삭제될 것입니다. 이 옵션을 제거하기 위해 "
36a97d
"킥스타트 파일을 수정해 주시기 바랍니다."
36a97d
36a97d
#: ../pykickstart/sections.py:627
36a97d
msgid "--default and --nobase cannot be used together"
36a97d
msgstr "--default와 --nobase는 함께 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/sections.py:629
36a97d
msgid "--default and --nocore cannot be used together"
36a97d
msgstr "--default와 --nocore는 함께 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/errors.py:70
36a97d
#, python-format
36a97d
msgid ""
36a97d
"The following problem occurred on line %(lineno)s of the kickstart file:\n"
36a97d
"\n"
36a97d
"%(msg)s\n"
36a97d
msgstr "킥스타트 파일의 %(lineno)s번째 줄에서 다음과 같은 문제 발생:\n"
36a97d
"\n"
36a97d
"%(msg)s\n"
36a97d
36a97d
#: ../pykickstart/errors.py:73
36a97d
#, python-format
36a97d
msgid "There was a problem reading from line %s of the kickstart file"
36a97d
msgstr "킥스타트파일의 %s번째 줄을 읽는데 문제 발생"
36a97d
36a97d
#: ../pykickstart/commands/iscsiname.py:61
36a97d
#: ../pykickstart/commands/sshkey.py:102
36a97d
#: ../pykickstart/commands/timezone.py:81
36a97d
#: ../pykickstart/commands/mount.py:175
36a97d
#: ../pykickstart/commands/langsupport.py:59
36a97d
#: ../pykickstart/commands/keyboard.py:59
36a97d
#: ../pykickstart/commands/keyboard.py:167
36a97d
#: ../pykickstart/commands/driverdisk.py:132
36a97d
#: ../pykickstart/commands/driverdisk.py:173
36a97d
#: ../pykickstart/commands/raid.py:425
36a97d
#: ../pykickstart/commands/device.py:118
36a97d
#: ../pykickstart/commands/device.py:147
36a97d
#: ../pykickstart/commands/logvol.py:468
36a97d
#: ../pykickstart/commands/mouse.py:68
36a97d
#: ../pykickstart/commands/partition.py:439
36a97d
#: ../pykickstart/commands/updates.py:67
36a97d
#: ../pykickstart/commands/lang.py:71
36a97d
#: ../pykickstart/commands/btrfs.py:218
36a97d
#: ../pykickstart/commands/rootpw.py:88
36a97d
#: ../pykickstart/commands/rootpw.py:145
36a97d
#: ../pykickstart/commands/key.py:64
36a97d
#: ../pykickstart/commands/sshpw.py:163
36a97d
#, python-format
36a97d
msgid "Unexpected arguments to %(command)s command: %(options)s"
36a97d
msgstr "예기치 않은 인수 %(command)s 명령: %(options)s"
36a97d
36a97d
#: ../pykickstart/commands/group.py:95
36a97d
#, python-format
36a97d
msgid "A group with the name %s has already been defined."
36a97d
msgstr "이름이있는 그룹 %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/harddrive.py:88
36a97d
msgid "One of biospart or partition options must be specified."
36a97d
msgstr "biospart 또는 파티션 옵션 중 하나를 지정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/ignoredisk.py:88
36a97d
msgid ""
36a97d
"One of --drives or --only-use must be specified for ignoredisk command."
36a97d
msgstr "ignoredisk 명령에는 --drives 또는 --only-use 중 하나를 지정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/ignoredisk.py:131
36a97d
msgid ""
36a97d
"One of --drives , --only-use , or --interactive must be specified for "
36a97d
"ignoredisk command."
36a97d
msgstr "ignoredisk 명령에는 --drives, - only-use 또는 --interactive 중 하나를 지정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/sshkey.py:109
36a97d
#: ../pykickstart/commands/sshpw.py:170
36a97d
#, python-format
36a97d
msgid "An ssh user with the name %s has already been defined."
36a97d
msgstr "이름을 가진 ssh 사용자 %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/volgroup.py:167
36a97d
msgid "volgroup must be given a VG name"
36a97d
msgstr "volgroup에 VG 이름을 지정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/volgroup.py:170
36a97d
msgid "volgroup must be given a list of partitions"
36a97d
msgstr "volgroup에 파티션 목록이 제공되어야합니다."
36a97d
36a97d
#: ../pykickstart/commands/volgroup.py:172
36a97d
msgid "Members may not be specified for preexisting volgroup"
36a97d
msgstr "기존의 volgroup에 대해 멤버를 지정할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/volgroup.py:180
36a97d
#, python-format
36a97d
msgid "A volgroup with the name %s has already been defined."
36a97d
msgstr "이름이있는 volgroup %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/volgroup.py:219
36a97d
msgid "The volgroup and autopart commands can't be used at the same time"
36a97d
msgstr "volgroup 및 autopart 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/volgroup.py:223
36a97d
msgid "The volgroup and mount commands can't be used at the same time"
36a97d
msgstr "volgroup 및 mount 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/timezone.py:170
36a97d
#: ../pykickstart/commands/timezone.py:186
36a97d
#: ../pykickstart/commands/timezone.py:283
36a97d
#: ../pykickstart/commands/timezone.py:358
36a97d
msgid "Options --nontp and --ntpservers are mutually exclusive"
36a97d
msgstr "옵션 --nontp와 --ntpservers는 함께 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/timezone.py:266
36a97d
#: ../pykickstart/commands/timezone.py:341
36a97d
#, python-format
36a97d
msgid ""
36a97d
"At least one option and/or an argument are expected for the  %s command"
36a97d
msgstr "최소 하나의 옵션 및 / 또는 인수가  %s 명령"
36a97d
36a97d
#: ../pykickstart/commands/timezone.py:279
36a97d
#: ../pykickstart/commands/timezone.py:354
36a97d
#, python-format
36a97d
msgid "One or zero arguments are expected for the %s command"
36a97d
msgstr "1 또는 0 인수는 %s 명령"
36a97d
36a97d
#: ../pykickstart/commands/upgrade.py:104
36a97d
#, python-format
36a97d
msgid ""
36a97d
"Kickstart command %(command)s does not accept empty parameter %(parameter)s"
36a97d
msgstr "킥 스타트 명령 %(command)s 빈 매개 변수를 허용하지 않습니다. %(parameter)s"
36a97d
36a97d
#: ../pykickstart/commands/eula.py:65
36a97d
#: ../pykickstart/commands/autopart.py:47
36a97d
#: ../pykickstart/commands/hmc.py:46
36a97d
#: ../pykickstart/commands/cdrom.py:41
36a97d
#, python-format
36a97d
msgid "Kickstart command %s does not take any arguments"
36a97d
msgstr "킥 스타트 명령 %s 아무런 논쟁도하지 않는다."
36a97d
36a97d
#: ../pykickstart/commands/eula.py:68
36a97d
msgid "Kickstart command eula expects the --agreed option"
36a97d
msgstr "킥 스타트 명령 eula는 --agreed 옵션을 기대합니다."
36a97d
36a97d
#. allow for translation of the error message
36a97d
#: ../pykickstart/commands/autopart.py:212
36a97d
#: ../pykickstart/commands/autopart.py:368
36a97d
#: ../pykickstart/commands/autopart.py:438
36a97d
#: ../pykickstart/commands/autopart.py:479
36a97d
#, python-format
36a97d
msgid "The %s and autopart commands can't be used at the same time"
36a97d
msgstr "그만큼 %s 자동 시작 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/autopart.py:285
36a97d
#, python-format
36a97d
msgid "Invalid autopart type: %s"
36a97d
msgstr "잘못된 자동 시작 유형 : %s"
36a97d
36a97d
#: ../pykickstart/commands/autopart.py:420
36a97d
msgid "autopart --fstype=btrfs is not valid fstype, use --type=btrfs instead"
36a97d
msgstr "autopart --fstype = btrfs가 유효한 fstype이 아니므로 --type = btrfs를 대신 사용하십시오"
36a97d
36a97d
#: ../pykickstart/commands/autopart.py:423
36a97d
msgid "autopart --fstype cannot be used with --type=btrfs"
36a97d
msgstr "autopart --fstype은 --type = btrfs와 함께 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/autopart.py:615
36a97d
#: ../pykickstart/commands/raid.py:787
36a97d
#: ../pykickstart/commands/logvol.py:917
36a97d
#: ../pykickstart/commands/partition.py:737
36a97d
msgid "Only one of --pbkdf-time and --pbkdf-iterations can be specified."
36a97d
msgstr "--pbkdf-time 및 --pbkdf-iterations 중 하나만 지정할 수 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/autopart.py:630
36a97d
msgid "autopart --type=btrfs is not supported"
36a97d
msgstr "autopart --type = btrfs는 지원되지 않습니다."
36a97d
36a97d
#. allow for translation of the error message
36a97d
#: ../pykickstart/commands/mount.py:167
36a97d
#, python-format
36a97d
msgid "The '%s' and 'mount' commands can't be used at the same time"
36a97d
msgstr "'%s'와'mount '명령을 동시에 사용할 수 없습니다"
36a97d
36a97d
#: ../pykickstart/commands/mount.py:184
36a97d
#, python-format
36a97d
msgid "Invalid mount point '%s' given"
36a97d
msgstr "유효하지 않은 마운트 지점 '%s'주어진"
36a97d
36a97d
#: ../pykickstart/commands/mount.py:187
36a97d
msgid "'--mkfsoptions' requires --reformat"
36a97d
msgstr "'- mkfsoptions'는 --reformat을 필요로합니다."
36a97d
36a97d
#: ../pykickstart/commands/logging.py:80
36a97d
msgid "Can't specify --port without --host."
36a97d
msgstr "--host없이 --port를 지정할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/syspurpose.py:86
36a97d
msgid "The syspurpose command does not take positional arguments!"
36a97d
msgstr "syspurpose 명령은 위치 지정 인수를 사용하지 않습니다!"
36a97d
36a97d
#: ../pykickstart/commands/zerombr.py:62
36a97d
#, python-format
36a97d
msgid ""
36a97d
"Ignoring deprecated option on line %s:  The zerombr command no longer takes "
36a97d
"any options.  In future releases, this will result in a fatal error from "
36a97d
"kickstart.  Please modify your kickstart file to remove any options."
36a97d
msgstr ""
36a97d
"온라인에서 더 이상 사용되지 않는 옵션을 무시합니다. %s: zerombr 명령은 더 이상 옵션을 사용하지 않습니다. 이후 릴리스에서는 "
36a97d
"킥 스타트로 치명적인 오류가 발생합니다. 옵션을 제거하려면 킥 스타트 파일을 수정하십시오."
36a97d
36a97d
#. pylint: disable=no-member
36a97d
#: ../pykickstart/commands/bootloader.py:323
36a97d
msgid "--boot-drive accepts only one argument"
36a97d
msgstr "--boot-drive는 하나의 인수 만 허용합니다."
36a97d
36a97d
#: ../pykickstart/commands/user.py:202
36a97d
#, python-format
36a97d
msgid "A user with the name %s has already been defined."
36a97d
msgstr "이름을 가진 사용자 %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/services.py:76
36a97d
msgid "One of --disabled or --enabled must be provided."
36a97d
msgstr "--disabled 또는 --enabled 중 하나를 제공해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/dmraid.py:91
36a97d
#, python-format
36a97d
msgid ""
36a97d
"A DM RAID device with the name %(name)s and devices %(devices)s has already "
36a97d
"been defined."
36a97d
msgstr "이름이있는 DM RAID 장치 %(name)s 및 장치 %(devices)s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/displaymode.py:64
36a97d
#, python-format
36a97d
msgid "Unknown command %s"
36a97d
msgstr "알 수없는 명령 %s"
36a97d
36a97d
#: ../pykickstart/commands/displaymode.py:108
36a97d
msgid "Kickstart command cmdline does not support --non-interactive parameter"
36a97d
msgstr "킥 스타트 명령 cmdline은 --non-interactive 매개 변수를 지원하지 않습니다."
36a97d
36a97d
#: ../pykickstart/commands/nvdimm.py:132
36a97d
#, python-format
36a97d
msgid "Unexpected arguments to nvdimm command: %(arguments)s"
36a97d
msgstr "nvdimm 명령에 예기치 않은 인수가 있습니다. %(arguments)s"
36a97d
36a97d
#: ../pykickstart/commands/nvdimm.py:142
36a97d
msgid ""
36a97d
"Only one of --namespace and --blockdevs device specifications can be used"
36a97d
msgstr "--namespace 및 --blockdevs 장치 사양 중 하나만 사용할 수 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/nvdimm.py:147
36a97d
#, python-format
36a97d
msgid ""
36a97d
"An action %(action)s on namespace %(namespace)s has already been defined."
36a97d
msgstr "행동 %(action)s 네임 스페이스에 %(namespace)s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/nvdimm.py:150
36a97d
#, python-format
36a97d
msgid ""
36a97d
"An action %(action)s on devices %(blockdevs)s has already been defined."
36a97d
msgstr "행동 %(action)s 기기에서 %(blockdevs)s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/nvdimm.py:155
36a97d
#, python-format
36a97d
msgid "Action %(action)s requires --namespace argument to be set"
36a97d
msgstr "동작 %(action)s --namespace 인수를 설정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/nvdimm.py:158
36a97d
#, python-format
36a97d
msgid ""
36a97d
"Action %(action)s with mode %(mode)s requires --sectorsize argument to be "
36a97d
"set"
36a97d
msgstr "동작 %(action)s 모드와 함께 %(mode)s --sectorsize 인수를 설정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/nvdimm.py:162
36a97d
#, python-format
36a97d
msgid ""
36a97d
"Action %(action)s requires --namespace or --blockdevs argument to be set"
36a97d
msgstr "동작 %(action)s --namespace 또는 --blockdevs 인수를 설정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/keyboard.py:56
36a97d
#: ../pykickstart/commands/mouse.py:65
36a97d
#: ../pykickstart/commands/key.py:61
36a97d
#, python-format
36a97d
msgid "Kickstart command %s requires one argument"
36a97d
msgstr "킥 스타트 명령 %s 하나의 논증이 필요하다."
36a97d
36a97d
#: ../pykickstart/commands/keyboard.py:163
36a97d
#: ../pykickstart/commands/rootpw.py:85
36a97d
#: ../pykickstart/commands/rootpw.py:142
36a97d
#: ../pykickstart/commands/sshpw.py:160
36a97d
#, python-format
36a97d
msgid "A single argument is expected for the %s command"
36a97d
msgstr "단일 인수는 %s 명령"
36a97d
36a97d
#: ../pykickstart/commands/keyboard.py:169
36a97d
msgid ""
36a97d
"One of --xlayouts, --vckeymap options with value(s) or argument is expected "
36a97d
"for the keyboard command"
36a97d
msgstr "값 또는 인수가있는 --xlayouts, --vckeymap 옵션 중 하나가 키보드 명령에 필요합니다."
36a97d
36a97d
#: ../pykickstart/commands/driverdisk.py:129
36a97d
#: ../pykickstart/commands/driverdisk.py:170
36a97d
msgid "Only one partition may be specified for driverdisk command."
36a97d
msgstr "driverdisk 명령에는 하나의 파티션 만 지정할 수 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/driverdisk.py:135
36a97d
#: ../pykickstart/commands/driverdisk.py:176
36a97d
msgid ""
36a97d
"Only one of --source and partition may be specified for driverdisk command."
36a97d
msgstr "driverdisk 명령에는 --source 및 partition 중 하나만 지정할 수 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/driverdisk.py:138
36a97d
msgid "One of --source or partition must be specified for driverdisk command."
36a97d
msgstr "driverdisk 명령에 --source 또는 partition 중 하나를 지정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/driverdisk.py:178
36a97d
msgid ""
36a97d
"Only one of --biospart and partition may be specified for driverdisk command."
36a97d
""
36a97d
msgstr "driverdisk 명령에 --biospart 및 partition 중 하나만 지정할 수 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/driverdisk.py:180
36a97d
msgid ""
36a97d
"Only one of --biospart and --source may be specified for driverdisk command."
36a97d
msgstr "driverdisk 명령에는 --biospart 및 --source 중 하나만 지정할 수 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/driverdisk.py:183
36a97d
msgid ""
36a97d
"One of --source, --biospart, or partition must be specified for driverdisk "
36a97d
"command."
36a97d
msgstr "driverdisk 명령에 --source, --biospart 또는 partition 중 하나를 지정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/zfcp.py:120
36a97d
msgid "A zfcp with this information has already been defined."
36a97d
msgstr "이 정보가있는 zfcp는 이미 정의되어 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/url.py:194
36a97d
#, python-format
36a97d
msgid "One of -%(options_list)s options must be specified for url command."
36a97d
msgstr "하나 -%(options_list)s 옵션을 url 명령에 지정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/url.py:197
36a97d
#, python-format
36a97d
msgid "Only one of %(options_list)s options may be specified for url command."
36a97d
msgstr "오직 하나의 %(options_list)s 옵션은 url 명령에 대해 지정 될 수 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/raid.py:348
36a97d
#, python-format
36a97d
msgid "Invalid raid level: %s"
36a97d
msgstr "유효하지 않은 공격 레벨 : %s"
36a97d
36a97d
#: ../pykickstart/commands/raid.py:438
36a97d
#, python-format
36a97d
msgid "Partitions required for %s"
36a97d
msgstr "필요한 파티션 %s"
36a97d
36a97d
#: ../pykickstart/commands/raid.py:440
36a97d
msgid "Members may not be specified for preexisting RAID device"
36a97d
msgstr "기존의 RAID 장치에 대해 구성원을 지정할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/raid.py:458
36a97d
#, python-format
36a97d
msgid "A RAID device with the name %s has already been defined."
36a97d
msgstr "이름이있는 RAID 장치 %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/raid.py:640
36a97d
#: ../pykickstart/commands/raid.py:694
36a97d
msgid "The raid and autopart commands can't be used at the same time"
36a97d
msgstr "raid 명령과 autopart 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/raid.py:698
36a97d
msgid "The raid and mount commands can't be used at the same time"
36a97d
msgstr "raid 명령과 mount 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/raid.py:722
36a97d
#: ../pykickstart/commands/logvol.py:810
36a97d
#: ../pykickstart/commands/logvol.py:867
36a97d
#: ../pykickstart/commands/partition.py:682
36a97d
msgid "--mkfsoptions with --noformat has no effect."
36a97d
msgstr "--noformat을 사용하는 --mkfsoptions는 아무 효과가 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/raid.py:725
36a97d
#: ../pykickstart/commands/logvol.py:813
36a97d
#: ../pykickstart/commands/logvol.py:870
36a97d
#: ../pykickstart/commands/partition.py:685
36a97d
msgid "--mkfsoptions and --fsprofile cannot be used together."
36a97d
msgstr "--mkfsoptions와 --fsprofile은 함께 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/raid.py:799
36a97d
#: ../pykickstart/commands/logvol.py:929
36a97d
#: ../pykickstart/commands/partition.py:749
36a97d
msgid "Btrfs file system is not supported"
36a97d
msgstr "Btrfs 파일 시스템이 지원되지 않습니다."
36a97d
36a97d
#: ../pykickstart/commands/device.py:115
36a97d
msgid "device command requires two arguments: module type and name"
36a97d
msgstr "device 명령에는 모듈 유형과 이름이라는 두 개의 인수가 필요합니다."
36a97d
36a97d
#: ../pykickstart/commands/device.py:144
36a97d
#, python-format
36a97d
msgid "%(command)s command requires a single argument: %(argument)s"
36a97d
msgstr "%(command)s 명령에는 단일 인수가 필요합니다. %(argument)s"
36a97d
36a97d
#: ../pykickstart/commands/device.py:156
36a97d
#, python-format
36a97d
msgid "A module with the name %s has already been defined."
36a97d
msgstr "이름이있는 모듈 %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:480
36a97d
#, python-format
36a97d
msgid ""
36a97d
"A logical volume with the name %(logical_volume_name)s has already been "
36a97d
"defined in volume group %(volume_group)s."
36a97d
msgstr ""
36a97d
"이름이있는 논리 볼륨 %(logical_volume_name)s 볼륨 그룹에 이미 정의되어 있습니다. %(volume_group)s."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:623
36a97d
#: ../pykickstart/commands/logvol.py:752
36a97d
msgid "The logvol and autopart commands can't be used at the same time"
36a97d
msgstr "logvol 및 autopart 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:627
36a97d
#: ../pykickstart/commands/logvol.py:737
36a97d
msgid "--thin and --thinpool cannot both be specified for the same logvol"
36a97d
msgstr "--thin과 --thinpool은 동일한 logvol에 대해 둘 다 지정할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:632
36a97d
#: ../pykickstart/commands/logvol.py:741
36a97d
msgid "--thin requires --poolname to specify pool name"
36a97d
msgstr "--thin에는 풀 이름을 지정하기 위해 --poolname이 필요합니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:637
36a97d
#: ../pykickstart/commands/logvol.py:746
36a97d
msgid "--chunksize and --metadatasize are for thin pools only"
36a97d
msgstr "--chunksize 및 --metadatasize는 가상 풀 전용입니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:681
36a97d
msgid "--resize can only be used in conjunction with --useexisting"
36a97d
msgstr "--resize는 --useexisting과 함께 만 사용할 수 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:684
36a97d
msgid "--resize requires --size to indicate new size"
36a97d
msgstr "--resize는 새로운 크기를 나타 내기 위해 --size가 필요합니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:756
36a97d
msgid "The logvol and mount commands can't be used at the same time"
36a97d
msgstr "logvol 및 mount 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:760
36a97d
msgid ""
36a97d
"No size given for logical volume. Use one of --useexisting, --noformat, --"
36a97d
"size, --percent, or --hibernation."
36a97d
msgstr ""
36a97d
"논리 볼륨에 대해 크기가 지정되지 않았습니다. --useexisting, --noformat, --size, --percent 또는 --"
36a97d
"hibernation 중 하나를 사용하십시오."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:764
36a97d
msgid "Percentage must be between 0 and 100."
36a97d
msgstr " 0에서 100 사이의 백분율이어야 합니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:785
36a97d
msgid "--size and --percent cannot both be specified for the same logvol"
36a97d
msgstr "--size와 --percent는 동일한 logvol에 대해 둘 다 지정할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:847
36a97d
msgid "Adding a cache to an existing logical volume is not supported"
36a97d
msgstr "기존 논리 볼륨에 캐시를 추가하는 기능은 지원되지 않습니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:851
36a97d
msgid "Thin volumes cannot be cached"
36a97d
msgstr "씬 볼륨은 캐싱 될 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:855
36a97d
msgid "Cache needs to have a list of (fast) PVs specified"
36a97d
msgstr "캐시에는 지정된 (빠른) PV 목록이 있어야합니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:859
36a97d
msgid "Cache needs to have size specified"
36a97d
msgstr "캐시에 크기가 지정되어 있어야합니다."
36a97d
36a97d
#: ../pykickstart/commands/logvol.py:863
36a97d
#, python-format
36a97d
msgid "Invalid cache mode given: %s"
36a97d
msgstr "캐시 모드가 잘못되었습니다. %s"
36a97d
36a97d
#: ../pykickstart/commands/fcoe.py:143
36a97d
#, python-format
36a97d
msgid "A FCOE device with the name %s has already been defined."
36a97d
msgstr "이름이있는 FCOE 장치 %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/reqpart.py:78
36a97d
#, python-format
36a97d
msgid "The %s and reqpart commands can't be used at the same time"
36a97d
msgstr "그만큼 %s reqpart 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/reqpart.py:83
36a97d
msgid "The mount and reqpart commands can't be used at the same time"
36a97d
msgstr "mount 및 reqpart 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/module.py:105
36a97d
msgid "The enable module command does not take position arguments!"
36a97d
msgstr "enable module 명령은 위치 인수를 취하지 않습니다!"
36a97d
36a97d
#: ../pykickstart/commands/partition.py:448
36a97d
#, python-format
36a97d
msgid "A partition with the mountpoint %s has already been defined."
36a97d
msgstr "마운트 포인트가있는 파티션 %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/partition.py:579
36a97d
#: ../pykickstart/commands/partition.py:645
36a97d
msgid ""
36a97d
"The part/partition and autopart commands can't be used at the same time"
36a97d
msgstr "part / partition 및 autopart 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/partition.py:611
36a97d
msgid "--resize can only be used in conjunction with --onpart"
36a97d
msgstr "--resize는 --onpart와 함께 사용해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/partition.py:614
36a97d
msgid "--resize requires --size to specify new size"
36a97d
msgstr "--resize는 새로운 크기를 지정하기 위해 --size가 필요합니다."
36a97d
36a97d
#: ../pykickstart/commands/partition.py:649
36a97d
msgid "The part/partition and mount commands can't be used at the same time"
36a97d
msgstr "part / partition 및 mount 명령을 동시에 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/partition.py:655
36a97d
msgid ""
36a97d
"The --fstype=tmpfs option can't be used together with --grow or --maxsize"
36a97d
msgstr "--fstype = tmpfs 옵션은 --grow 또는 --maxsize와 함께 사용할 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/rescue.py:77
36a97d
msgid ""
36a97d
"Only one of --nomount and --romount may be specified for rescue command."
36a97d
msgstr "복구 명령에는 --nomount 및 --romount 중 하나만 지정할 수 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/updates.py:64
36a97d
#, python-format
36a97d
msgid "Kickstart command %s only takes one argument"
36a97d
msgstr "킥 스타트 명령 %s 단 하나의 논증만을 취한다."
36a97d
36a97d
#: ../pykickstart/commands/network.py:478
36a97d
#, python-format
36a97d
msgid "A network device with the name %s has already been defined."
36a97d
msgstr "이름이있는 네트워크 장치 %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/network.py:746
36a97d
#: ../pykickstart/commands/network.py:1049
36a97d
msgid "Option --bridgeopts requires --bridgeslaves to be specified"
36a97d
msgstr "옵션 --bridgeopts는 --bridgeslaves를 지정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/network.py:752
36a97d
#: ../pykickstart/commands/network.py:1055
36a97d
msgid ""
36a97d
"Bad format of --bridgeopts, expecting key=value options separated by ','"
36a97d
msgstr "--bridgeopts의 잘못된 형식, '='로 구분 된 key = value 옵션 예상"
36a97d
36a97d
#: ../pykickstart/commands/network.py:834
36a97d
#: ../pykickstart/commands/network.py:1060
36a97d
#, python-format
36a97d
msgid "--bindto=%s is not supported for this type of device"
36a97d
msgstr "--bindto =%s 이 유형의 장치에서는 지원되지 않습니다."
36a97d
36a97d
#: ../pykickstart/commands/network.py:950
36a97d
msgid ""
36a97d
"When using the <prefix>.<vlan id> interface name notation, <prefix> can't be "
36a97d
"equal to 'vlan'."
36a97d
msgstr "를 사용할 때 <prefix>.<vlan id> 인터페이스 이름 표기법, <prefix> 'vlan'과 같을 수 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/network.py:954
36a97d
msgid ""
36a97d
"If network --interfacename contains a '.', valid vlan id should follow."
36a97d
msgstr "network --interfacename에 '.'가 포함되어 있으면 유효한 VLAN ID가 있어야합니다."
36a97d
36a97d
#: ../pykickstart/commands/network.py:963
36a97d
msgid ""
36a97d
"If network --interfacename starts with 'vlan', valid vlan id should follow."
36a97d
msgstr "network --interfacename이 'vlan'으로 시작하면 유효한 VLAN ID가옵니다."
36a97d
36a97d
#: ../pykickstart/commands/network.py:968
36a97d
#, python-format
36a97d
msgid "The vlan id is out of the %(minimum)d-%(maximum)d vlan id range."
36a97d
msgstr "vlan ID가 %(minimum)디-%(maximum)d VLAN ID 범위."
36a97d
36a97d
#: ../pykickstart/commands/multipath.py:98
36a97d
#, python-format
36a97d
msgid "Device '%(device)s' is already used in multipath '%(multipathdev)s'"
36a97d
msgstr "장치 '%(device)s'는 이미 다중 경로에서 사용됩니다'%(multipathdev)s'"
36a97d
36a97d
#: ../pykickstart/commands/btrfs.py:129
36a97d
#, python-format
36a97d
msgid "Invalid btrfs level: %s"
36a97d
msgstr "잘못된 btrfs 수준 : %s"
36a97d
36a97d
#: ../pykickstart/commands/btrfs.py:215
36a97d
msgid "btrfs must be given a mountpoint"
36a97d
msgstr "btrfs에는 마운트 포인트가 주어져야합니다."
36a97d
36a97d
#: ../pykickstart/commands/btrfs.py:224
36a97d
msgid "btrfs must be given a list of partitions"
36a97d
msgstr "btrfs에는 파티션 목록이 제공되어야합니다."
36a97d
36a97d
#: ../pykickstart/commands/btrfs.py:226
36a97d
msgid "btrfs subvol requires specification of parent volume"
36a97d
msgstr "btrfs subvol에는 상위 볼륨 지정이 필요합니다."
36a97d
36a97d
#: ../pykickstart/commands/btrfs.py:229
36a97d
msgid "btrfs subvolume requires a name"
36a97d
msgstr "btrfs subvolume에는 이름이 필요합니다."
36a97d
36a97d
#: ../pykickstart/commands/btrfs.py:233
36a97d
#, python-format
36a97d
msgid "A btrfs volume with the mountpoint %s has already been defined."
36a97d
msgstr "마운트 포인트가있는 btrfs 볼륨 %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/btrfs.py:264
36a97d
msgid "--mkfsoptions with --noformat or --useexisting has no effect."
36a97d
msgstr "--noformat 또는 --useexisting을 사용하는 --mkfsoptions은 아무 효과가 없습니다."
36a97d
36a97d
#: ../pykickstart/commands/realm.py:43
36a97d
msgid "The realm command 'join' should only be specified once"
36a97d
msgstr "영역 명령 'join'은 한 번만 지정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/realm.py:46
36a97d
msgid "Missing realm command arguments"
36a97d
msgstr "누락 된 영역 명령 인수"
36a97d
36a97d
#: ../pykickstart/commands/realm.py:51
36a97d
#, python-format
36a97d
msgid "Unsupported realm '%s' command"
36a97d
msgstr "지원되지 않는 영역 '%s'명령"
36a97d
36a97d
#: ../pykickstart/commands/realm.py:63
36a97d
#, python-format
36a97d
msgid "Invalid realm arguments: %s"
36a97d
msgstr "잘못된 영역 인수 : %s"
36a97d
36a97d
#: ../pykickstart/commands/realm.py:66
36a97d
msgid "Specify only one realm to join"
36a97d
msgstr "가입 할 영역을 하나만 지정하십시오."
36a97d
36a97d
#: ../pykickstart/commands/snapshot.py:90
36a97d
#, python-format
36a97d
msgid "Invalid snapshot when parameter: %s"
36a97d
msgstr "매개 변수가 잘못된 스냅 샷 : %s"
36a97d
36a97d
#: ../pykickstart/commands/snapshot.py:114
36a97d
msgid "Snapshot origin must be specified!"
36a97d
msgstr "스냅 샷 원본을 지정해야합니다!"
36a97d
36a97d
#: ../pykickstart/commands/snapshot.py:117
36a97d
msgid "Snapshot origin can be specified only once!"
36a97d
msgstr "스냅 샷 원점은 한 번만 지정할 수 있습니다!"
36a97d
36a97d
#: ../pykickstart/commands/snapshot.py:127
36a97d
#, python-format
36a97d
msgid "Snapshot with the name %s has been already defined!"
36a97d
msgstr "이름이 표시된 스냅 샷 %s 이미 정의되었습니다!"
36a97d
36a97d
#: ../pykickstart/commands/snapshot.py:131
36a97d
msgid "Snapshot \"when\" parameter must be specified!"
36a97d
msgstr "스냅 샷 \"when\"매개 변수를 지정해야합니다!"
36a97d
36a97d
#: ../pykickstart/commands/snapshot.py:136
36a97d
#, python-format
36a97d
msgid "Snapshot origin %s must be specified by VG/LV!"
36a97d
msgstr "스냅 샷 원본 %s VG / LV!로 지정해야합니다!"
36a97d
36a97d
#: ../pykickstart/commands/snapshot.py:141
36a97d
#, python-format
36a97d
msgid "Snapshot when param must have one of these values %s!"
36a97d
msgstr "param에 이러한 값 중 하나가 있어야 할 때의 스냅 샷 %s!"
36a97d
36a97d
#: ../pykickstart/commands/repo.py:256
36a97d
#, python-format
36a97d
msgid "One of -%(options_list)s options must be specified for repo command."
36a97d
msgstr "하나 -%(options_list)s repo 명령에 옵션을 지정해야합니다."
36a97d
36a97d
#: ../pykickstart/commands/repo.py:259
36a97d
#, python-format
36a97d
msgid ""
36a97d
"Only one of %(options_list)s options may be specified for repo command."
36a97d
msgstr "오직 하나의 %(options_list)s 옵션은 repo 명령에 대해 지정 될 수 있습니다."
36a97d
36a97d
#: ../pykickstart/commands/repo.py:267
36a97d
#, python-format
36a97d
msgid "A repo with the name %s has already been defined."
36a97d
msgstr "이름이 적힌 레포 %s 이미 정의되었습니다."
36a97d
36a97d
#: ../pykickstart/commands/repo.py:313
36a97d
msgid "Method must be a url to be added to the repo list."
36a97d
msgstr "메소드는 repo 목록에 추가 할 URL이어야합니다."
36a97d
36a97d
#: ../tools/ksverdiff.py:45
36a97d
#: ../tools/ksvalidator.py:60
36a97d
msgid "list the available versions of kickstart syntax"
36a97d
msgstr "사용 가능한 kickstart 구문 목록을 표시합니다."
36a97d
36a97d
#: ../tools/ksverdiff.py:56
36a97d
msgid "You must specify two syntax versions."
36a97d
msgstr "두 가지 구문 버전을 지정해야 합니다. "
36a97d
36a97d
#: ../tools/ksverdiff.py:62
36a97d
#: ../tools/ksverdiff.py:68
36a97d
#: ../tools/ksflatten.py:53
36a97d
#: ../tools/ksvalidator.py:93
36a97d
#: ../tools/ksshell.py:161
36a97d
#, python-format
36a97d
msgid "The version %s is not supported by pykickstart"
36a97d
msgstr "버전 %s은 pykickstart에 의해 지원되지 않습니다"
36a97d
36a97d
#: ../tools/ksverdiff.py:75
36a97d
#, python-format
36a97d
msgid "The following commands were removed in %s:"
36a97d
msgstr "다음 명령은 %s에서 제거되었습니다:  "
36a97d
36a97d
#: ../tools/ksverdiff.py:78
36a97d
#, python-format
36a97d
msgid "The following commands were deprecated in %s:"
36a97d
msgstr "다음 명령은 %s에서 삭제되었습니다: "
36a97d
36a97d
#: ../tools/ksverdiff.py:81
36a97d
#, python-format
36a97d
msgid "The following commands were added in %s:"
36a97d
msgstr "다음 명령은 %s에 추가되었습니다: "
36a97d
36a97d
#: ../tools/ksverdiff.py:107
36a97d
#, python-format
36a97d
msgid ""
36a97d
"The following options were added to the %(command_name)s command in "
36a97d
"%(version)s:"
36a97d
msgstr "다음 옵션이 추가되었습니다. %(command_name)s ~에있는 명령 %(version)s:"
36a97d
36a97d
#: ../tools/ksverdiff.py:112
36a97d
#, python-format
36a97d
msgid ""
36a97d
"The following options were deprecated from the %(command_name)s command in "
36a97d
"%(version)s:"
36a97d
msgstr "다음 옵션은 %(command_name)s ~에있는 명령 %(version)s:"
36a97d
36a97d
#: ../tools/ksverdiff.py:117
36a97d
#, python-format
36a97d
msgid ""
36a97d
"The following options were removed from the %(command_name)s command in "
36a97d
"%(version)s:"
36a97d
msgstr "다음 옵션은 %(command_name)s ~에있는 명령 %(version)s:"
36a97d
36a97d
#: ../tools/ksflatten.py:36
36a97d
msgid "Path to kickstart config file"
36a97d
msgstr "킥 스타트 설정 파일의 경로"
36a97d
36a97d
#: ../tools/ksflatten.py:38
36a97d
msgid "Kickstart version to use for interpreting config"
36a97d
msgstr "설정을 해석하는 데 사용할 킥 스타트 버전"
36a97d
36a97d
#: ../tools/ksflatten.py:40
36a97d
msgid "Write flattened config to OUTPUT"
36a97d
msgstr "OUTPUT에 병합 된 구성 쓰기"
36a97d
36a97d
#: ../tools/ksflatten.py:47
36a97d
msgid "Need to specify a config to flatten"
36a97d
msgstr "병합 할 구성을 지정해야합니다."
36a97d
36a97d
#: ../tools/ksflatten.py:60
36a97d
#, python-format
36a97d
msgid "Failed to read kickstart file '%(filename)s' : %(error_msg)s"
36a97d
msgstr "킥 스타트 파일 '%(filename)s': %(error_msg)s"
36a97d
36a97d
#: ../tools/ksflatten.py:63
36a97d
#, python-format
36a97d
msgid "Failed to parse kickstart file '%(filename)s' : %(error_msg)s"
36a97d
msgstr "킥 스타트 파일을 구문 분석하지 못했습니다 '%(filename)s': %(error_msg)s"
36a97d
36a97d
#: ../tools/ksflatten.py:70
36a97d
#, python-format
36a97d
msgid "Failed to open output file '%(filename)s' : %(error_msg)s"
36a97d
msgstr "출력 파일을 열지 못했습니다 '%(filename)s': %(error_msg)s"
36a97d
36a97d
#: ../tools/ksvalidator.py:52
36a97d
msgid "filename or URL to read from"
36a97d
msgstr "읽을 파일 이름 또는 URL"
36a97d
36a97d
#: ../tools/ksvalidator.py:54
36a97d
msgid "halt after the first error or warning"
36a97d
msgstr "처음 오류 혹은 경고 후에 정지"
36a97d
36a97d
#: ../tools/ksvalidator.py:57
36a97d
#, python-format
36a97d
msgid "parse include files when %%include is seen"
36a97d
msgstr "파일을 파싱 할 때 %%include 보인다"
36a97d
36a97d
#: ../tools/ksvalidator.py:62
36a97d
#: ../tools/ksshell.py:150
36a97d
msgid "version of kickstart syntax to validate against"
36a97d
msgstr "확인을 위한 킥스타트 구문의 버전"
36a97d
36a97d
#: ../tools/ksvalidator.py:64
36a97d
msgid "show this help message and exit"
36a97d
msgstr "도움말 보기 및 종료"
36a97d
36a97d
#: ../tools/ksvalidator.py:87
36a97d
#, python-format
36a97d
msgid "Error reading %(filename)s:\n"
36a97d
"%(version)s"
36a97d
msgstr "읽기 오류 %(filename)s:\n"
36a97d
"%(version)s"
36a97d
36a97d
#: ../tools/ksvalidator.py:109
36a97d
#, python-format
36a97d
msgid "File uses a deprecated option or command.\n"
36a97d
"%s"
36a97d
msgstr "파일은 앞으로 삭제될 옵션이나 명령을 사용함.\n"
36a97d
"%s"
36a97d
36a97d
#: ../tools/ksvalidator.py:114
36a97d
msgid "General kickstart error in input file"
36a97d
msgstr "입력 파일에서 일반적인 킥스타트 오류"
36a97d
36a97d
#: ../tools/ksvalidator.py:117
36a97d
#, python-format
36a97d
msgid "General error in input file:  %s"
36a97d
msgstr "입력 파일에서 일반적인 오류:  %s"
36a97d
36a97d
#: ../tools/ksshell.py:146
36a97d
msgid "a basis file to use for seeding the kickstart data (optional)"
36a97d
msgstr "킥 스타트 데이터 시딩에 사용할 기준 파일 (선택 사항)"
36a97d
36a97d
#: ../tools/ksshell.py:148
36a97d
msgid ""
36a97d
"the location to write the finished kickstart file, or stdout if not given"
36a97d
msgstr "완성 된 킥 스타트 파일을 기록 할 위치 또는 지정되지 않은 경우 stdout"
36a97d
36a97d
#. Errors should just dump you to the prompt anyway.
36a97d
#: ../tools/ksshell.py:173
36a97d
#, python-format
36a97d
msgid ""
36a97d
"Warning:  The following error occurred when processing the input file:\n"
36a97d
"%s\n"
36a97d
msgstr "경고 : 입력 파일을 처리 할 때 다음 오류가 발생했습니다.\n"
36a97d
"%s\n"
36a97d
36a97d
#: ../tools/ksshell.py:218
36a97d
#, python-format
36a97d
msgid "Internal command %s not recognized."
36a97d
msgstr "내부 명령 %s 인식되지 않습니다."
36a97d