Accept --isUtc for backwards compatibility.
[pykickstart.git] / po / zh_TW.po
blob14dd78e08aa7e2e4078e4aed8518170525ee4a14
1 # translation of zh_TW.po to Chinese, Traditional
2 # This file is distributed under the same license as the PACKAGE package.
3 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
4 # Chester Cheng <ccheng@redhat.com>, 2006.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: zh_TW\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2006-04-13 12:02-0400\n"
11 "PO-Revision-Date: 2006-04-21 13:42+1000\n"
12 "Last-Translator: Chester Cheng <ccheng@redhat.com>\n"
13 "Language-Team: Chinese, Traditional <zh_TW@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Generator: KBabel 1.9.1\n"
19 #: ../pykickstart/parser.py:45
20 #, python-format
21 msgid ""
22 "The following problem occurred on line %s of the kickstart file:\n"
23 "\n"
24 "%s\n"
25 msgstr ""
26 "以下問題發生在 kickstart 檔案的第 %s 行:\n"
27 "\n"
28 "%s\n"
30 #: ../pykickstart/parser.py:47
31 #, python-format
32 msgid "There was a problem reading from line %s of the kickstart file"
33 msgstr "讀取 kickstart 檔案時,在第 %s 行發生問題"
35 #: ../pykickstart/parser.py:104
36 #, python-format
37 msgid "Option %s is required"
38 msgstr "選項 %s 是必需的"
40 #: ../pykickstart/parser.py:107
41 #, python-format
42 msgid ""
43 "Ignoring deprecated option on line %s:  The %s option has been deprecated "
44 "and no longer has any effect.  It may be removed from future releases, which "
45 "will result in a fatal error from kickstart.  Please modify your kickstart "
46 "file to remove this option."
47 msgstr ""
48 "忽略第 %s 行中的過時選項:%s 選項已經淘汰,不再起任何作用。這選項可能會自未來"
49 "的版本中移除,這會讓 kickstart 執行時產生嚴重的錯誤。請修改您的 kickstart 檔"
50 "案,移除這選項。"
52 #: ../pykickstart/parser.py:139
53 msgid "Required flag set for option that doesn't take a value"
54 msgstr "不需要數值的選項所必須設定的旗標"
56 #: ../pykickstart/parser.py:147
57 #, python-format
58 msgid "Option %s: invalid boolean value: %r"
59 msgstr "選項 %s:不合規定的布林值:%r"
61 #: ../pykickstart/parser.py:280
62 #, python-format
63 msgid ""
64 "Ignoring deprecated command on line %s:  The %s command has been deprecated "
65 "and no longer has any effect.  It may be removed from future releases, which "
66 "will result in a fatal error from kickstart.  Please modify your kickstart "
67 "file to remove this command."
68 msgstr ""
69 "忽略第 %s 行的過時指令:%s 已經淘汰,不再起任何作用。這指令可能會自未來的版本"
70 "中移除,這會讓 kickstart 執行時產生嚴重的錯誤。請修改您的 kickstart 檔案,移"
71 "除這選項。"
73 #: ../pykickstart/parser.py:287 ../pykickstart/parser.py:416
74 #: ../pykickstart/parser.py:488 ../pykickstart/parser.py:741
75 #: ../pykickstart/parser.py:759
76 #, python-format
77 msgid "Command %s does not take any arguments"
78 msgstr "%s 指令並不帶有任何參數"
80 #: ../pykickstart/parser.py:422 ../pykickstart/parser.py:428
81 #, python-format
82 msgid "Command %s only takes one argument"
83 msgstr "%s 指令只能帶一個指令"
85 #: ../pykickstart/parser.py:465 ../pykickstart/parser.py:620
86 #: ../pykickstart/parser.py:704
87 #, python-format
88 msgid "Mount point required for %s"
89 msgstr "%s 需要掛載點"
91 #: ../pykickstart/parser.py:530 ../pykickstart/parser.py:827
92 #, python-format
93 msgid "Unexpected arguments to %s command: %s"
94 msgstr "%s 指令所無預期的參數:%s"
96 #: ../pykickstart/parser.py:653
97 msgid ""
98 "Only one of --baseurl and --mirrorlist may be specified for repo command."
99 msgstr "repo 指令只能擇一指定 --baseurl 與 --mirrorlist。"
101 #: ../pykickstart/parser.py:656
102 msgid "One of --baseurl or --mirrorlist must be specified for repo command."
103 msgstr "repo 指令必須擇一指定 --baseurl 與 --mirrorlist。"
105 #: ../pykickstart/parser.py:723 ../pykickstart/parser.py:753
106 #, python-format
107 msgid "A single argument is expected for the %s command"
108 msgstr "%s 指令應該要有一個參數"
110 #: ../pykickstart/parser.py:834
111 #, python-format
112 msgid ""
113 "Ignoring deprecated option on line %s:  The zerombr command no longer takes "
114 "any options.  In future releases, this will result in a fatal error from "
115 "kickstart.  Please modify your kickstart file to remove any options."
116 msgstr ""
117 "忽略第 %s 行的過時指令:zerombe 指令不再起任何作用。這指令可能會自未來的版本"
118 "中移除,這會讓 kickstart 執行時產生嚴重的錯誤。請修改您的 kickstart 檔案,移"
119 "除這選項。"
121 #: ../validator/ksvalidator:29
122 msgid "halt after the first error or warning"
123 msgstr "在第一次錯誤或警告時中止執行"
125 #: ../validator/ksvalidator:32
126 #, python-format
127 msgid "parse include files when %include is seen"
128 msgstr "遇到 %include 時,解析引入檔(include file)"
130 #: ../validator/ksvalidator:54
131 #, python-format
132 msgid ""
133 "File uses a deprecated option or command.\n"
134 "%s"
135 msgstr ""
136 "檔案使用了一個過時的選項或指令。\n"
137 "%s"
139 #: ../validator/ksvalidator:60
140 msgid "General kickstart error in input file"
141 msgstr "在輸入檔中發生一般 kickstart 錯誤"
143 #: ../validator/ksvalidator:63
144 #, python-format
145 msgid "General error in input file:  %s"
146 msgstr "輸入檔中發生一般錯誤:%s"