55#
66# Translators:
77# Rafael Fontenelle <[email protected] >, 20248+ 89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.12\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-05-11 19:07 +0000\n "
15+ "POT-Creation-Date : 2024-05-24 14:49 +0000\n "
1516"PO-Revision-Date : 2024-05-11 00:32+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
17+ "Last-Translator : 钟旭尧 <python_zhong@qq .com>, 2024\n "
1718"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -31,7 +32,7 @@ msgstr "作者"
3132
3233#: ../../howto/descriptor.rst:7
3334msgid "Raymond Hettinger"
34- msgstr "Raymond Hettinger(译者:wh2099 at outlook dot com) "
35+ msgstr "Raymond Hettinger"
3536
3637#: ../../howto/descriptor.rst:0
3738msgid "Contact"
@@ -82,7 +83,7 @@ msgid ""
8283":func:`classmethod`, :func:`staticmethod`, :func:`property`, and "
8384":term:`__slots__`."
8485msgstr ""
85- "最后一部分有对内置描述器(用 C 编写)的纯 Python 等价实现。如果您想了解函数如何变成绑定方法或对 :func:`classmethod`, "
86+ "最后一部分有对用 C 编写的内置描述器的纯 Python 等价实现。如果您想了解函数如何变成绑定方法或对 :func:`classmethod`, "
8687":func:`staticmethod`,:func:`property` 和 :term:`__slots__` "
8788"这类常见工具的实现感兴趣,请阅读此部分。"
8889
@@ -521,7 +522,7 @@ msgstr "描述器调用概述"
521522msgid ""
522523"A descriptor can be called directly with ``desc.__get__(obj)`` or "
523524"``desc.__get__(None, cls)``."
524- msgstr "描述器可以通过 ``d .__get__(obj)`` 或 ``desc.__get__(None, cls)`` 直接调用。"
525+ msgstr "描述器可以通过 ``desc .__get__(obj)`` 或 ``desc.__get__(None, cls)`` 直接调用。"
525526
526527#: ../../howto/descriptor.rst:557
527528msgid ""
0 commit comments