File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,30 +197,30 @@ msgstr "formatter_class_ - 用于自定义帮助文档输出格式的类"
197197msgid ""
198198"prefix_chars_ - The set of characters that prefix optional arguments "
199199"(default: '-')"
200- msgstr ""
200+ msgstr "prefix_chars_ - 可选参数的前缀字符集合(默认值:'-') "
201201
202202#: ../../library/argparse.rst:168
203203msgid ""
204204"fromfile_prefix_chars_ - The set of characters that prefix files from which "
205205"additional arguments should be read (default: ``None``)"
206- msgstr ""
206+ msgstr "fromfile_prefix_chars_ - 当需要从文件中读取其他参数时,用于标识文件名的前缀字符集合(默认值:``None``) "
207207
208208#: ../../library/argparse.rst:171
209209msgid ""
210210"argument_default_ - The global default value for arguments (default: "
211211"``None``)"
212- msgstr ""
212+ msgstr "argument_default_ - 参数的全局默认值(默认值: ``None``) "
213213
214214#: ../../library/argparse.rst:174
215215msgid ""
216216"conflict_handler_ - The strategy for resolving conflicting optionals "
217217"(usually unnecessary)"
218- msgstr ""
218+ msgstr "conflict_handler_ - 解决冲突选项的策略(通常是不必要的) "
219219
220220#: ../../library/argparse.rst:177
221221msgid ""
222222"add_help_ - Add a ``-h/--help`` option to the parser (default: ``True``)"
223- msgstr ""
223+ msgstr "add_help_ - 为解析器添加一个 ``-h/--help`` 选项(默认值: ``True``) "
224224
225225#: ../../library/argparse.rst:179
226226msgid ""
@@ -234,11 +234,11 @@ msgstr ""
234234
235235#: ../../library/argparse.rst:185 ../../library/argparse.rst:683
236236msgid "The following sections describe how each of these are used."
237- msgstr ""
237+ msgstr "以下部分描述这些参数如何使用。 "
238238
239239#: ../../library/argparse.rst:189
240240msgid "prog"
241- msgstr ""
241+ msgstr "prog "
242242
243243#: ../../library/argparse.rst:191
244244msgid ""
You can’t perform that action at this time.
0 commit comments