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
# Cheng-Chia Tseng <pswo10680@gmail.com>, 2011,2013
36a97d
# Chester Cheng <ccheng@redhat.com>, 2006
36a97d
# Terry Chuang <tchuang@redhat.com>, 2008
36a97d
# chaoweilun <inactive+chaoweilun@transifex.com>, 2010
36a97d
# Ludek Janda <ljanda@redhat.com>, 2018. #zanata
36a97d
# Peter Pan <pan93412@gmail.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: Chinese (Taiwan) (http://www.transifex.com/projects/p/"
36a97d
"pykickstart/language/zh_TW/)\n"
36a97d
"MIME-Version: 1.0\n"
36a97d
"Content-Type: text/plain; charset=UTF-8\n"
36a97d
"Content-Transfer-Encoding: 8bit\n"
36a97d
"Language: zh_TW\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 已經淘汰,不再起任何作用。這指令可能會自未來的版本中移除,這會讓 kickstart "
36a97d
"執行時產生嚴重的錯誤。請修改您的 kickstart 檔案,移除這選項。"
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 "%(option)s 這個選項被引介於 %(intro)s 版本中,但是您正在使用 kickstart 語法版本 %(version)s"
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
#: ../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
"kickstart 執行時產生嚴重的錯誤。請修改您的 kickstart 檔案,移除這選項。"
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 "以下問題發生在 kickstart 檔案的第 %(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 "讀取 kickstart 檔案時,在第 %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 "期望一個或零個參數 %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 "Kickstart命令 %(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 "Kickstart命令 %s 不接受任何爭論"
36a97d
36a97d
#: ../pykickstart/commands/eula.py:68
36a97d
msgid "Kickstart command eula expects the --agreed option"
36a97d
msgstr "Kickstart命令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 和autopart命令不能同時使用"
36a97d
36a97d
#: ../pykickstart/commands/autopart.py:285
36a97d
#, python-format
36a97d
msgid "Invalid autopart type: %s"
36a97d
msgstr "無效的autopart類型: %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 is not valid fstype, use --type=btrfs instead"
36a97d
36a97d
#: ../pykickstart/commands/autopart.py:423
36a97d
msgid "autopart --fstype cannot be used with --type=btrfs"
36a97d
msgstr "autopart --fstype cannot be used with --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 is not supported"
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 "無法指定--port而不使用--host。"
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
"在線忽略已棄用的選項 "
36a97d
"%s:zerombr命令不再採用任何選項。在將來的版本中,這將導致kickstart出現致命錯誤。請修改您的kickstart文件以刪除任何選項。"
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 "Kickstart命令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 "Kickstart命令 %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或分區。"
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 "無效的raid級別: %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 "--moffsoptions與--noformat無效。"
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 "具有名稱的邏輯卷 %(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, -  nonofor, -  size, -  percent或--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 "只能為rescue命令指定--nomount和--romount中的一個。"
36a97d
36a97d
#: ../pykickstart/commands/updates.py:64
36a97d
#, python-format
36a97d
msgid "Kickstart command %s only takes one argument"
36a97d
msgstr "Kickstart命令 %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要求 - 指定橋樑"
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)D-%(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子卷需要一個名稱"
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 "--moffsoptions與--noformat或--useexisting無效。"
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 "方法必須是要添加到回購列表的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 "pykickstart 不支援 %s 這個版本"
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 "kickstart配置文件的路徑"
36a97d
36a97d
#: ../tools/ksflatten.py:38
36a97d
msgid "Kickstart version to use for interpreting config"
36a97d
msgstr "用於解釋配置的Kickstart版本"
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 "無法讀取kickstart文件'%(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 "無法解析kickstart文件'%(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 "需驗證的 kickstart 語法版本"
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 "在輸入檔中發生一般 kickstart 錯誤"
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 "讓 kickstart 資料做成種子的基礎檔案 (選用)"
36a97d
36a97d
#: ../tools/ksshell.py:148
36a97d
msgid ""
36a97d
"the location to write the finished kickstart file, or stdout if not given"
36a97d
msgstr "寫入完成的 kickstart 檔案之處,或未指定的話為 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