Add a target to run pychecker so I can attempt to cut down on all the stupid
[pykickstart.git] / po / zh_TW.po
blob8b286740a083b986bd80304a15c21653568b1e52
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-08-02 16:08-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:140
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:308
33 #, python-format
34 msgid "Unknown command: %s"
35 msgstr "未知的指令:%s"
37 #: ../pykickstart/errors.py:43
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:45
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:77
54 #, python-format
55 msgid "Option %s is required"
56 msgstr "選項 %s 是必需的"
58 #: ../pykickstart/options.py:80
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:83
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:86
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:139
85 msgid "Required flag set for option that doesn't take a value"
86 msgstr "不需要數值的選項所必須設定的旗標"
88 #: ../pykickstart/options.py:148
89 #, python-format
90 msgid "Option %(opt)s: invalid boolean value: %(value)r"
91 msgstr "選項 %(opt)s:不合規定的布林值:%(value)r"
93 #: ../pykickstart/parser.py:85
94 #, python-format
95 msgid "Illegal url for %%ksappend: %s"
96 msgstr ""
98 #: ../pykickstart/parser.py:90
99 #, python-format
100 msgid "Unable to open %%ksappend file: "
101 msgstr ""
103 #: ../pykickstart/parser.py:96 ../pykickstart/parser.py:98
104 #, python-format
105 msgid "Unable to open %%ksappend file"
106 msgstr ""
108 #: ../pykickstart/parser.py:278
109 msgid "Group cannot specify both --nodefaults and --optional"
110 msgstr ""
112 #. If nothing else worked, we're out of options.
113 #: ../pykickstart/version.py:80 ../pykickstart/version.py:89
114 #: ../pykickstart/version.py:92 ../pykickstart/version.py:103
115 #: ../pykickstart/version.py:143
116 #, python-format
117 msgid "Unsupported version specified: %s"
118 msgstr ""
120 #: ../validator/ksvalidator:45
121 msgid "halt after the first error or warning"
122 msgstr "在第一次錯誤或警告時中止執行"
124 #: ../validator/ksvalidator:48
125 #, python-format
126 msgid "parse include files when %include is seen"
127 msgstr "遇到 %include 時,解析引入檔(include file)"
129 #: ../validator/ksvalidator:50
130 msgid "version of kickstart syntax to validate against"
131 msgstr ""
133 #: ../validator/ksvalidator:64
134 #, python-format
135 msgid "The version %s is not supported by pykickstart"
136 msgstr ""
138 #: ../validator/ksvalidator:77
139 #, python-format
140 msgid ""
141 "File uses a deprecated option or command.\n"
142 "%s"
143 msgstr ""
144 "檔案使用了一個過時的選項或指令。\n"
145 "%s"
147 #: ../validator/ksvalidator:83
148 msgid "General kickstart error in input file"
149 msgstr "在輸入檔中發生一般 kickstart 錯誤"
151 #: ../validator/ksvalidator:86
152 #, python-format
153 msgid "General error in input file:  %s"
154 msgstr "輸入檔中發生一般錯誤:%s"