|
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 | # |
6 | 6 | # Translators: |
7 | | -# Rafael Fontenelle <[email protected]>, 2023 |
| 7 | +# Rafael Fontenelle <[email protected]>, 2024 |
8 | 8 | # |
9 | 9 | #, fuzzy |
10 | 10 | msgid "" |
11 | 11 | msgstr "" |
12 | 12 | "Project-Id-Version: Python 3.10\n" |
13 | 13 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2023-07-29 03:05+0000\n" |
| 14 | +"POT-Creation-Date: 2024-06-07 15:58+0000\n" |
15 | 15 | "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" |
17 | 17 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
18 | 18 | "MIME-Version: 1.0\n" |
19 | 19 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -82,7 +82,7 @@ msgid "" |
82 | 82 | ":func:`classmethod`, :func:`staticmethod`, :func:`property`, and " |
83 | 83 | ":term:`__slots__`." |
84 | 84 | msgstr "" |
85 | | -"最后一部分有对内置描述器(用 C 编写)的纯 Python 等价实现。如果您想了解函数如何变成绑定方法或对 :func:`classmethod`, " |
| 85 | +"最后一部分有对用 C 编写的内置描述器的纯 Python 等价实现。如果您想了解函数如何变成绑定方法或对 :func:`classmethod`, " |
86 | 86 | ":func:`staticmethod`,:func:`property` 和 :term:`__slots__` " |
87 | 87 | "这类常见工具的实现感兴趣,请阅读此部分。" |
88 | 88 |
|
@@ -521,7 +521,7 @@ msgstr "描述器调用概述" |
521 | 521 | msgid "" |
522 | 522 | "A descriptor can be called directly with ``desc.__get__(obj)`` or " |
523 | 523 | "``desc.__get__(None, cls)``." |
524 | | -msgstr "描述器可以通过 ``d.__get__(obj)`` 或 ``desc.__get__(None, cls)`` 直接调用。" |
| 524 | +msgstr "描述器可以通过 ``desc.__get__(obj)`` 或 ``desc.__get__(None, cls)`` 直接调用。" |
525 | 525 |
|
526 | 526 | #: ../../howto/descriptor.rst:557 |
527 | 527 | msgid "" |
|
0 commit comments