|
1 | 1 | # SOME DESCRIPTIVE TITLE. |
2 | | -# Copyright (C) 2001-2023, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2024, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package. |
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
|
10 | 10 | # jaystone776 <[email protected]>, 2021 |
11 | 11 | # ppcfish <[email protected]>, 2021 |
12 | 12 | # ww song <[email protected]>, 2023 |
13 | | -# Freesand Leo <[email protected]>, 2023 |
| 13 | +# Freesand Leo <[email protected]>, 2024 |
14 | 14 | # |
15 | 15 | #, fuzzy |
16 | 16 | msgid "" |
17 | 17 | msgstr "" |
18 | 18 | "Project-Id-Version: Python 3.12\n" |
19 | 19 | "Report-Msgid-Bugs-To: \n" |
20 | | -"POT-Creation-Date: 2023-07-21 14:13+0000\n" |
| 20 | +"POT-Creation-Date: 2024-01-05 14:14+0000\n" |
21 | 21 | "PO-Revision-Date: 2021-06-28 01:10+0000\n" |
22 | | -" Last-Translator: Freesand Leo <[email protected]>, 2023\n" |
| 22 | +" Last-Translator: Freesand Leo <[email protected]>, 2024\n" |
23 | 23 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
24 | 24 | "MIME-Version: 1.0\n" |
25 | 25 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -1025,7 +1025,7 @@ msgid "" |
1025 | 1025 | "needs, you'll need to subclass OptionParser and override its " |
1026 | 1026 | ":meth:`~OptionParser.exit` and/or :meth:`~OptionParser.error` methods." |
1027 | 1027 | msgstr "" |
1028 | | -"如果 :mod:`optparse` 的默认错误处理行为不适合你的需求,你需要子类化 OptionParser 并重载它的 " |
| 1028 | +"如果 :mod:`optparse` 的默认错误处理行为不适合你的需求,你需要子类化 OptionParser 并重写它的 " |
1029 | 1029 | ":meth:`~OptionParser.exit` 和/或 :meth:`~OptionParser.error` 方法。" |
1030 | 1030 |
|
1031 | 1031 | #: ../../library/optparse.rst:764 |
@@ -1346,7 +1346,7 @@ msgid "" |
1346 | 1346 | "arguments`)." |
1347 | 1347 | msgstr "" |
1348 | 1348 | "一个将被解析的参数名和值作为属性保存的对象。 一般是通过调用 :meth:`OptionParser.parse_args` 来创建,并可被传给 " |
1349 | | -":meth:`OptionParser.parse_args` 的 *values* 参数的自定义子类所重载(如在 :ref:`optparse-" |
| 1349 | +":meth:`OptionParser.parse_args` 的 *values* 参数的自定义子类所覆盖(如在 :ref:`optparse-" |
1350 | 1350 | "parsing-arguments` 中描述的那样)。" |
1351 | 1351 |
|
1352 | 1352 | #: ../../library/optparse.rst:967 |
@@ -1400,7 +1400,7 @@ msgid "" |
1400 | 1400 | "*option_class* argument to :class:`OptionParser`." |
1401 | 1401 | msgstr "" |
1402 | 1402 | "一个单独的命令行参数,带有以关键字参数形式传给构造器的各种属性。 通常使用 :meth:`OptionParser.add_option` " |
1403 | | -"创建而不是直接创建,并可被作为 :class:`OptionParser` 的 *option_class* 参数传入的自定义类来重载。" |
| 1403 | +"创建而不是直接创建,并可被作为 :class:`OptionParser` 的 *option_class* 参数传入的自定义类来重写。" |
1404 | 1404 |
|
1405 | 1405 | #: ../../library/optparse.rst:1012 |
1406 | 1406 | msgid "" |
@@ -2757,7 +2757,7 @@ msgstr "" |
2757 | 2757 | msgid "" |
2758 | 2758 | "In order to actually implement your new action, you must override Option's " |
2759 | 2759 | ":meth:`take_action` method and add a case that recognizes your action." |
2760 | | -msgstr "为了真正实现你的新动作,你必须重载 Option 的 :meth:`take_action` 方法并添加一个识别你的动作的分支。" |
| 2760 | +msgstr "为了真正实现你的新动作,你必须重写 Option 的 :meth:`take_action` 方法并添加一个识别你的动作的分支。" |
2761 | 2761 |
|
2762 | 2762 | #: ../../library/optparse.rst:1999 |
2763 | 2763 | msgid "" |
|
0 commit comments