11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2023 , Python Software Foundation
2+ # Copyright (C) 2001-2024 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Rafael Fontenelle <[email protected] >, 2023 7+ # Rafael Fontenelle <[email protected] >, 2024 88#
99#, fuzzy
1010msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-07-29 03:05 +0000\n "
14+ "POT-Creation-Date : 2024-01-12 19:15 +0000\n "
1515"PO-Revision-Date : 2022-11-05 17:21+0000\n "
16- "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2023 \n "
16+ "
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024 \n "
1717"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -846,7 +846,7 @@ msgid ""
846846"overriding the ``__call__`` method and optionally the ``__init__`` and "
847847"``format_usage`` methods."
848848msgstr ""
849- "创建自定义动作的推荐方式是扩展 :class:`Action`,重载 ``__call__`` 方法以及可选的 ``__init__`` 和 "
849+ "创建自定义动作的推荐方式是扩展 :class:`Action`,重写 ``__call__`` 方法以及可选的 ``__init__`` 和 "
850850"``format_usage`` 方法。"
851851
852852#: ../../library/argparse.rst:864
@@ -1342,7 +1342,7 @@ msgstr ""
13421342msgid ""
13431343"Action instances should be callable, so subclasses must override the "
13441344"``__call__`` method, which should accept four parameters:"
1345- msgstr "Action 的实例应当为可调用对象,因此所有子类都必须重载 ``__call__`` 方法,该方法应当接受四个形参:"
1345+ msgstr "Action 的实例应当为可调用对象,因此所有子类都必须重写 ``__call__`` 方法,该方法应当接受四个形参:"
13461346
13471347#: ../../library/argparse.rst:1375
13481348msgid "``parser`` - The ArgumentParser object which contains this action."
@@ -1942,7 +1942,7 @@ msgid ""
19421942"reading."
19431943msgstr ""
19441944"从文件读取的参数(见 :class:`ArgumentParser` 的 *fromfile_prefix_chars* "
1945- "关键字参数)将是一行读取一个参数。 :meth:`convert_arg_line_to_args` 可被重载以使用更复杂的读取方式 。"
1945+ "关键字参数)将是一行读取一个参数。 :meth:`convert_arg_line_to_args` 可被重写以使用更复杂的读取方式 。"
19461946
19471947#: ../../library/argparse.rst:2048
19481948msgid ""
@@ -1957,7 +1957,7 @@ msgstr ""
19571957msgid ""
19581958"A useful override of this method is one that treats each space-separated "
19591959"word as an argument. The following example demonstrates how to do this::"
1960- msgstr "此方法的一个有用的重载是将每个以空格分隔的单词视为一个参数。 下面的例子演示了如何实现此重载 ::"
1960+ msgstr "此方法的一个有用的重写是将每个以空格分隔的单词视为一个参数。 下面的例子演示了如何实现这一点 ::"
19611961
19621962#: ../../library/argparse.rst:2061
19631963msgid "Exiting methods"
@@ -1970,7 +1970,7 @@ msgid ""
19701970"method to handle these steps differently::"
19711971msgstr ""
19721972"此方法将终结程序,退出时附带指定的 *status*,并且如果给出了 *message* 则会在退出前将其打印输出。 "
1973- "用户可重载此方法以不同方式来处理这些步骤 ::"
1973+ "用户可重写此方法以不同方式来处理这些步骤 ::"
19741974
19751975#: ../../library/argparse.rst:2077
19761976msgid ""
0 commit comments