Update translation files.
[pykickstart.git] / po / zh_TW.po
blobbf4b9fbe756be7a4c32641b4a3e914d5adc2fa2f
1 # translation of pykickstart.po to Chinese, Traditional
2 # translation of zh_TW.po to Chinese, Traditional
3 # This file is distributed under the same license as the PACKAGE package.
4 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
5 # Chester Cheng <ccheng@redhat.com>, 2006.
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: zh_TW\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2007-01-16 14:27-0500\n"
12 "PO-Revision-Date: 2006-11-25 01:35+1000\n"
13 "Last-Translator: Chester Cheng <ccheng@redhat.com>\n"
14 "Language-Team: Chinese, Traditional <zh_TW@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: KBabel 1.9.1\n"
20 #: ../pykickstart/errors.py:43
21 #, python-format
22 msgid ""
23 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
24 "\n"
25 "%(msg)s\n"
26 msgstr ""
27 "以下問題發生在 kickstart 檔案的第 %(lineno)s 行:\n"
28 "\n"
29 "%(msg)s\n"
31 #: ../pykickstart/errors.py:45
32 #, python-format
33 msgid "There was a problem reading from line %s of the kickstart file"
34 msgstr "讀取 kickstart 檔案時,在第 %s 行發生問題"
36 #: ../pykickstart/errors.py:97
37 msgid "Unsupported version specified."
38 msgstr ""
40 #: ../pykickstart/options.py:77
41 #, python-format
42 msgid "Option %s is required"
43 msgstr "選項 %s 是必需的"
45 #: ../pykickstart/options.py:80
46 #, python-format
47 msgid ""
48 "The option %(option)s was introduced in version %(intro)s, but you are using "
49 "kickstart syntax version %(version)s"
50 msgstr ""
52 #: ../pykickstart/options.py:83
53 #, python-format
54 msgid ""
55 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
56 "been deprecated and no longer has any effect.  It may be removed from future "
57 "releases, which will result in a fatal error from kickstart.  Please modify "
58 "your kickstart file to remove this option."
59 msgstr ""
60 "忽略第 %(lineno)s 行中的過時選項:%(option)s 選項已經淘汰,不再起任何作用。這"
61 "選項可能會自未來的版本中移除,這會讓 kickstart 執行時產生嚴重的錯誤。請修改您"
62 "的 kickstart 檔案,移除這選項。"
64 #: ../pykickstart/options.py:86
65 #, python-format
66 msgid ""
67 "The option %(option)s was removed in version %(removed)s, but you are using "
68 "kickstart syntax version %(version)s"
69 msgstr ""
71 #: ../pykickstart/options.py:139
72 msgid "Required flag set for option that doesn't take a value"
73 msgstr "不需要數值的選項所必須設定的旗標"
75 #: ../pykickstart/options.py:148
76 #, python-format
77 msgid "Option %(opt)s: invalid boolean value: %(value)r"
78 msgstr "選項 %(opt)s:不合規定的布林值:%(value)r"
80 #: ../validator/ksvalidator:37
81 msgid "halt after the first error or warning"
82 msgstr "在第一次錯誤或警告時中止執行"
84 #: ../validator/ksvalidator:40
85 #, python-format
86 msgid "parse include files when %include is seen"
87 msgstr "遇到 %include 時,解析引入檔(include file)"
89 #: ../validator/ksvalidator:42
90 msgid "version of kickstart syntax to validate against"
91 msgstr ""
93 #: ../validator/ksvalidator:56
94 #, python-format
95 msgid "The version %s is not supported by pykickstart"
96 msgstr ""
98 #: ../validator/ksvalidator:68
99 #, python-format
100 msgid ""
101 "File uses a deprecated option or command.\n"
102 "%s"
103 msgstr ""
104 "檔案使用了一個過時的選項或指令。\n"
105 "%s"
107 #: ../validator/ksvalidator:74
108 msgid "General kickstart error in input file"
109 msgstr "在輸入檔中發生一般 kickstart 錯誤"
111 #: ../validator/ksvalidator:77
112 #, python-format
113 msgid "General error in input file:  %s"
114 msgstr "輸入檔中發生一般錯誤:%s"
116 #~ msgid ""
117 #~ "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
118 #~ "been deprecated and no longer has any effect.  It may be removed from "
119 #~ "future releases, which will result in a fatal error from kickstart.  "
120 #~ "Please modify your kickstart file to remove this command."
121 #~ msgstr ""
122 #~ "忽略第 %(lineno)s 行的過時指令:%(cmd)s 已經淘汰,不再起任何作用。這指令可"
123 #~ "能會自未來的版本中移除,這會讓 kickstart 執行時產生嚴重的錯誤。請修改您的 "
124 #~ "kickstart 檔案,移除這選項。"
126 #~ msgid "Command %s does not take any arguments"
127 #~ msgstr "%s 指令並不帶有任何參數"
129 #~ msgid "Unexpected arguments to %(command)s command: %(options)s"
130 #~ msgstr "%(command)s 指令所無預期的參數:%(options)s"
132 #~ msgid "Command %s only takes one argument"
133 #~ msgstr "%s 指令只能帶一個指令"
135 #~ msgid "Mount point required for %s"
136 #~ msgstr "%s 需要掛載點"
138 #~ msgid "One of biospart or partition options must be specified."
139 #~ msgstr "必須擇一指定 biospart 或 partition。"
141 #~ msgid "Unexpected arguments to %(cmd)s command: %(options)s"
142 #~ msgstr "%(cmd)s 指令所無預期的參數:%(options)s"
144 #~ msgid "Device '%(device)s' is already used in multipath '%(multipathdev)s'"
145 #~ msgstr "裝置「%(device)s」已經在多路徑「%(multipathdev)s」中使用"
147 #~ msgid ""
148 #~ "Only one of --baseurl and --mirrorlist may be specified for repo command."
149 #~ msgstr "repo 指令只能擇一指定 --baseurl 與 --mirrorlist。"
151 #~ msgid "One of --baseurl or --mirrorlist must be specified for repo command."
152 #~ msgstr "repo 指令必須擇一指定 --baseurl 與 --mirrorlist。"
154 #~ msgid "A single argument is expected for the %s command"
155 #~ msgstr "%s 指令應該要有一個參數"
157 #~ msgid ""
158 #~ "Ignoring deprecated option on line %s:  The zerombr command no longer "
159 #~ "takes any options.  In future releases, this will result in a fatal error "
160 #~ "from kickstart.  Please modify your kickstart file to remove any options."
161 #~ msgstr ""
162 #~ "忽略第 %s 行的過時指令:zerombe 指令不再起任何作用。這指令可能會自未來的版"
163 #~ "本中移除,這會讓 kickstart 執行時產生嚴重的錯誤。請修改您的 kickstart 檔"
164 #~ "案,移除這選項。"
166 #~ msgid "Unknown command: %s"
167 #~ msgstr "未知的指令:%s"