Update translation files.
[pykickstart.git] / po / zh_CN.po
blobb0fc7973481452cadf08bbb76888e15ca6e1f30d
1 # Xi Huang <xhuang@redhat.com>, 2006.
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: zh_CN\n"
6 "Report-Msgid-Bugs-To: \n"
7 "POT-Creation-Date: 2007-01-16 14:27-0500\n"
8 "PO-Revision-Date: 2007-01-16 13:28+0800\n"
9 "Last-Translator: Liu Tao <liutao_free@sohu.com>\n"
10 "Language-Team:  <zh@li.org>\n"
11 "MIME-Version: 1.0\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14 "X-Generator: KBabel 1.9.1\n"
16 #: ../pykickstart/errors.py:43
17 #, fuzzy, python-format
18 msgid ""
19 "The following problem occurred on line %(lineno)s of the kickstart file:\n"
20 "\n"
21 "%(msg)s\n"
22 msgstr "读取 kickstart 文件的第 %s 行时发生问题"
24 #: ../pykickstart/errors.py:45
25 #, python-format
26 msgid "There was a problem reading from line %s of the kickstart file"
27 msgstr "读取 kickstart 文件的第 %s 行时发生问题"
29 #: ../pykickstart/errors.py:97
30 msgid "Unsupported version specified."
31 msgstr "指定了不支持的版本"
33 #: ../pykickstart/options.py:77
34 #, python-format
35 msgid "Option %s is required"
36 msgstr "选项 %s 是必需的"
38 #: ../pykickstart/options.py:80
39 #, python-format
40 msgid ""
41 "The option %(option)s was introduced in version %(intro)s, but you are using "
42 "kickstart syntax version %(version)s"
43 msgstr ""
44 "这个选项 %(option)s 被 %(intro)s 版本引入,但是您正在使用 %(version)s 版本的"
45 "kickstart语法"
47 #: ../pykickstart/options.py:83
48 #, python-format
49 msgid ""
50 "Ignoring deprecated option on line %(lineno)s:  The %(option)s option has "
51 "been deprecated and no longer has any effect.  It may be removed from future "
52 "releases, which will result in a fatal error from kickstart.  Please modify "
53 "your kickstart file to remove this option."
54 msgstr ""
55 "忽略第 %s 行中的过时选项:%s 选项已经过时,不再起任何作用。这个选项可能会在未"
56 "来的版本中被删除,这会导致 kickstart 运行时产生严重错误。请修改您的 "
57 "kickstart 文件,删除该选项。"
59 #: ../pykickstart/options.py:86
60 #, python-format
61 msgid ""
62 "The option %(option)s was removed in version %(removed)s, but you are using "
63 "kickstart syntax version %(version)s"
64 msgstr ""
65 "选项 %(option)s 在%(removed)s版本中被移除,但是你正在使用%(version)s版本"
66 "kickstart的语法"
68 #: ../pykickstart/options.py:139
69 msgid "Required flag set for option that doesn't take a value"
70 msgstr "不需要数值的选项需要设定标志"
72 #: ../pykickstart/options.py:148
73 #, python-format
74 msgid "Option %(opt)s: invalid boolean value: %(value)r"
75 msgstr "选项 %s :无效的布尔值: %r"
77 #: ../validator/ksvalidator:37
78 msgid "halt after the first error or warning"
79 msgstr "在第一次错误或警告时中止执行"
81 #: ../validator/ksvalidator:40
82 #, python-format
83 msgid "parse include files when %include is seen"
84 msgstr "遇到 %include 时,解析包含文件"
86 #: ../validator/ksvalidator:42
87 msgid "version of kickstart syntax to validate against"
88 msgstr ""
90 #: ../validator/ksvalidator:56
91 #, python-format
92 msgid "The version %s is not supported by pykickstart"
93 msgstr "%s版本不被pykickstart支持"
95 #: ../validator/ksvalidator:68
96 #, python-format
97 msgid ""
98 "File uses a deprecated option or command.\n"
99 "%s"
100 msgstr ""
101 "文件使用了一个过时的选项或命令。\n"
102 "%s"
104 #: ../validator/ksvalidator:74
105 msgid "General kickstart error in input file"
106 msgstr "输入文件中的 kickstart 错误"
108 #: ../validator/ksvalidator:77
109 #, python-format
110 msgid "General error in input file:  %s"
111 msgstr "输入文件有错误: %s"
113 #~ msgid ""
114 #~ "Ignoring deprecated command on line %(lineno)s:  The %(cmd)s command has "
115 #~ "been deprecated and no longer has any effect.  It may be removed from "
116 #~ "future releases, which will result in a fatal error from kickstart.  "
117 #~ "Please modify your kickstart file to remove this command."
118 #~ msgstr ""
119 #~ "忽略第 %s 行的过时命令: %s 已经过时,不再起任何作用。这个指令可能会在未来"
120 #~ "的版本中删除,这会导致 kickstart 执行时发生严重的错误。请您修改 kickstart "
121 #~ "文件,删除该命令。"
123 #~ msgid "Command %s does not take any arguments"
124 #~ msgstr "%s 命令不带有任何参数"
126 #~ msgid "Unexpected arguments to %(command)s command: %(options)s"
127 #~ msgstr "意外的 %(command)s 命令的参数: %(options)s"
129 #~ msgid "Command %s only takes one argument"
130 #~ msgstr "%s 命令只带有一个参数"
132 #~ msgid "Mount point required for %s"
133 #~ msgstr "%s 需要挂载点"
135 #~ msgid "One of biospart or partition options must be specified."
136 #~ msgstr "必须指定 biospart 或 partition 选项中的一个。"
138 #~ msgid "Unexpected arguments to %(cmd)s command: %(options)s"
139 #~ msgstr "意外的 %(cmd)s 命令的参数:%(options)s"
141 #~ msgid "Device '%(device)s' is already used in multipath '%(multipathdev)s'"
142 #~ msgstr "设备 '%s' 已经在多路径 '%s' 中被使用"
144 #~ msgid ""
145 #~ "Only one of --baseurl and --mirrorlist may be specified for repo command."
146 #~ msgstr "repo 命令只能选择 --baseurl 与 --mirrorlist 其中之一。"
148 #~ msgid "One of --baseurl or --mirrorlist must be specified for repo command."
149 #~ msgstr "repo 命令必须选择 --baseurl 与 --mirrorlist 其中之一"
151 #~ msgid "A single argument is expected for the %s command"
152 #~ msgstr "%s 命令需要一个单独的参数"
154 #~ msgid ""
155 #~ "Ignoring deprecated option on line %s:  The zerombr command no longer "
156 #~ "takes any options.  In future releases, this will result in a fatal error "
157 #~ "from kickstart.  Please modify your kickstart file to remove any options."
158 #~ msgstr ""
159 #~ "忽略第 %s 行的过时选项: zerombr 命令不再需要任何选项。在未来的版本里这将"
160 #~ "导致 kickstart 产生严重错误。请修改您的 kickstart 文件,删除相关选项。"
162 #~ msgid "Unknown command: %s"
163 #~ msgstr "未知命令:%s"