11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2024 , Python Software Foundation
2+ # Copyright (C) 2001-2025 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
12121313# stone jing <[email protected] >, 20191414# Freesand Leo <[email protected] >, 202215- # Rafael Fontenelle <[email protected] >, 2024 15+ # Rafael Fontenelle <[email protected] >, 2025 1616#
1717#, fuzzy
1818msgid ""
1919msgstr ""
2020"Project-Id-Version : Python 3.9\n "
2121"Report-Msgid-Bugs-To : \n "
22- "POT-Creation-Date : 2024-12-20 16:41 +0000\n "
22+ "POT-Creation-Date : 2025-02-07 16:40 +0000\n "
2323"PO-Revision-Date : 2017-02-16 17:48+0000\n "
24- "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024 \n "
24+ "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2025 \n "
2525"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2626"MIME-Version : 1.0\n "
2727"Content-Type : text/plain; charset=UTF-8\n "
@@ -1718,7 +1718,7 @@ msgid ""
17181718"argument to the :meth:`add_subparsers` call will work::"
17191719msgstr ""
17201720"通过这种方式,你可以在参数解析结束后让 :meth:`parse_args` 执行调用适当函数的任务。 "
1721- "像这样将函数关联到动作通常是你处理每个子解析器的不同动作的最简便方式。 但是,如果有必要检查被发起调用的子解析器的名称 ,则 "
1721+ "像这样将函数关联到动作通常是你处理每个子解析器的不同动作的最简便方式。 但是,如果有必要检查被唤起的子解析器的名称 ,则 "
17221722":meth:`add_subparsers` 调用的 ``dest`` 关键字参数将可实现::"
17231723
17241724#: ../../library/argparse.rst:1811
@@ -1876,8 +1876,8 @@ msgid ""
18761876"invoked on the command line. If *file* is ``None``, :data:`sys.stdout` is "
18771877"assumed."
18781878msgstr ""
1879- "打印一段简短描述,说明应当如何在命令行中发起调用 :class:`ArgumentParser`。 如果 *file* 为 ``None``,则默认使用"
1880- " :data:`sys.stdout`。"
1879+ "打印一段简短描述,说明应当如何在命令行中唤起 :class:`ArgumentParser`。 如果 *file* 为 ``None``,则默认使用 "
1880+ ":data:`sys.stdout`。"
18811881
18821882#: ../../library/argparse.rst:1991
18831883msgid ""
@@ -1898,7 +1898,7 @@ msgstr "还存在这些方法的几个变化形式,它们只返回字符串而
18981898msgid ""
18991899"Return a string containing a brief description of how the "
19001900":class:`ArgumentParser` should be invoked on the command line."
1901- msgstr "返回一个包含简短描述的字符串,说明应当如何在命令行中发起调用 :class:`ArgumentParser`。"
1901+ msgstr "返回一个包含简短描述的字符串,说明应当如何在命令行中唤起 :class:`ArgumentParser`。"
19021902
19031903#: ../../library/argparse.rst:2005
19041904msgid ""
0 commit comments