Updates for ksvalidator source location change.
[pykickstart.git] / po / zh_TW.po
blob70018a3b702461c6561392ed2b632b73e91dd608
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-10-04 13:22-0400\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/base.py:147
21 #, python-format
22 msgid ""
23 "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
24 "been deprecated and no longer has any effect.  It may be removed from future "
25 "releases, which will result in a fatal error from kickstart.  Please modify "
26 "your kickstart file to remove this command."
27 msgstr ""
28 "忽略第 %(lineno)s 行的過時指令:%(cmd)s 已經淘汰,不再起任何作用。這指令可能"
29 "會自未來的版本中移除,這會讓 kickstart 執行時產生嚴重的錯誤。請修改您的 "
30 "kickstart 檔案,移除這選項。"
32 #: ../pykickstart/base.py:315
33 #, python-format
34 msgid "Unknown command: %s"
35 msgstr "未知的指令:%s"
37 #: ../pykickstart/errors.py:48
38 #, python-format
39 msgid ""
40 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
41 "\n"
42 "%(msg)s\n"
43 msgstr ""
44 "以下問題發生在 kickstart 檔案的第 %(lineno)s 行:\n"
45 "\n"
46 "%(msg)s\n"
48 #: ../pykickstart/errors.py:50
49 #, python-format
50 msgid "There was a problem reading from line %s of the kickstart file"
51 msgstr "讀取 kickstart 檔案時,在第 %s 行發生問題"
53 #: ../pykickstart/options.py:84
54 #, python-format
55 msgid "Option %s is required"
56 msgstr "選項 %s 是必需的"
58 #: ../pykickstart/options.py:87
59 #, python-format
60 msgid ""
61 "The option %(option)s was introduced in version %(intro)s, but you are using "
62 "kickstart syntax version %(version)s"
63 msgstr ""
65 #: ../pykickstart/options.py:90
66 #, python-format
67 msgid ""
68 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
69 "been deprecated and no longer has any effect.  It may be removed from future "
70 "releases, which will result in a fatal error from kickstart.  Please modify "
71 "your kickstart file to remove this option."
72 msgstr ""
73 "忽略第 %(lineno)s 行中的過時選項:%(option)s 選項已經淘汰,不再起任何作用。這"
74 "選項可能會自未來的版本中移除,這會讓 kickstart 執行時產生嚴重的錯誤。請修改您"
75 "的 kickstart 檔案,移除這選項。"
77 #: ../pykickstart/options.py:93
78 #, python-format
79 msgid ""
80 "The option %(option)s was removed in version %(removed)s, but you are using "
81 "kickstart syntax version %(version)s"
82 msgstr ""
84 #: ../pykickstart/options.py:147
85 msgid "Required flag set for option that doesn't take a value"
86 msgstr "不需要數值的選項所必須設定的旗標"
88 #: ../pykickstart/options.py:156
89 #, python-format
90 msgid "Option %(opt)s: invalid boolean value: %(value)r"
91 msgstr "選項 %(opt)s:不合規定的布林值:%(value)r"
93 #: ../pykickstart/options.py:161
94 #, fuzzy, python-format
95 msgid "Option %(opt)s: invalid string value: %(value)r"
96 msgstr "選項 %(opt)s:不合規定的布林值:%(value)r"
98 #: ../pykickstart/parser.py:90
99 #, python-format
100 msgid "Illegal url for %%ksappend: %s"
101 msgstr ""
103 #: ../pykickstart/parser.py:95
104 #, python-format
105 msgid "Unable to open %%ksappend file: "
106 msgstr ""
108 #: ../pykickstart/parser.py:101 ../pykickstart/parser.py:103
109 #, python-format
110 msgid "Unable to open %%ksappend file"
111 msgstr ""
113 #: ../pykickstart/parser.py:286
114 msgid "Group cannot specify both --nodefaults and --optional"
115 msgstr ""
117 #: ../pykickstart/parser.py:545 ../pykickstart/parser.py:604
118 #, fuzzy, python-format
119 msgid ""
120 "%s does not end with %%end.  This syntax has been deprecated.  It may be "
121 "removed from future releases, which will result in a fatal error from "
122 "kickstart.  Please modify your kickstart file to use this updated syntax."
123 msgstr ""
124 "忽略第 %(lineno)s 行中的過時選項:%(option)s 選項已經淘汰,不再起任何作用。這"
125 "選項可能會自未來的版本中移除,這會讓 kickstart 執行時產生嚴重的錯誤。請修改您"
126 "的 kickstart 檔案,移除這選項。"
128 #: ../pykickstart/parser.py:604
129 msgid "Script"
130 msgstr ""
132 #. If nothing else worked, we're out of options.
133 #: ../pykickstart/version.py:87 ../pykickstart/version.py:96
134 #: ../pykickstart/version.py:99 ../pykickstart/version.py:110
135 #: ../pykickstart/version.py:150
136 #, python-format
137 msgid "Unsupported version specified: %s"
138 msgstr ""
140 #: ../tools/ksvalidator:52
141 msgid "halt after the first error or warning"
142 msgstr "在第一次錯誤或警告時中止執行"
144 #: ../tools/ksvalidator:55
145 #, python-format
146 msgid "parse include files when %include is seen"
147 msgstr "遇到 %include 時,解析引入檔(include file)"
149 #: ../tools/ksvalidator:57
150 msgid "version of kickstart syntax to validate against"
151 msgstr ""
153 #: ../tools/ksvalidator:71
154 #, python-format
155 msgid "The version %s is not supported by pykickstart"
156 msgstr ""
158 #: ../tools/ksvalidator:87
159 #, python-format
160 msgid ""
161 "File uses a deprecated option or command.\n"
162 "%s"
163 msgstr ""
164 "檔案使用了一個過時的選項或指令。\n"
165 "%s"
167 #: ../tools/ksvalidator:93
168 msgid "General kickstart error in input file"
169 msgstr "在輸入檔中發生一般 kickstart 錯誤"
171 #: ../tools/ksvalidator:96
172 #, python-format
173 msgid "General error in input file:  %s"
174 msgstr "輸入檔中發生一般錯誤:%s"