@@ -22,7 +22,7 @@ msgid ""
2222msgstr ""
2323"Project-Id-Version : Python 3.9\n "
2424"Report-Msgid-Bugs-To : \n "
25- "POT-Creation-Date : 2023-09-15 15:42 +0000\n "
25+ "POT-Creation-Date : 2023-09-22 15:46 +0000\n "
2626"PO-Revision-Date : 2017-02-16 17:39+0000\n "
2727"
Last-Translator :
Freesand Leo <[email protected] >, 2023\n "
2828"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1736,30 +1736,30 @@ msgid ""
17361736"Pointer to an additional structure that contains fields relevant only to "
17371737"objects which implement the mapping protocol. These fields are documented "
17381738"in :ref:`mapping-structs`."
1739- msgstr ""
1739+ msgstr "指向一个附加结构体的指针,其中包含只与执行映射协议的对象相关的字段。 这些字段的文档见 :ref:`mapping-structs`。 "
17401740
17411741#: ../../c-api/typeobj.rst:852
17421742msgid ""
17431743"The :c:member:`~PyTypeObject.tp_as_mapping` field is not inherited, but the "
17441744"contained fields are inherited individually."
1745- msgstr ""
1745+ msgstr ":c:member:`~PyTypeObject.tp_as_mapping` 字段不会继承,但所包含的字段会被单独继承。 "
17461746
17471747#: ../../c-api/typeobj.rst:860
17481748msgid ""
17491749"An optional pointer to a function that implements the built-in function "
17501750":func:`hash`."
1751- msgstr ""
1751+ msgstr "一个指向实现了内置函数 :func:`hash` 的函数的可选指针。 "
17521752
17531753#: ../../c-api/typeobj.rst:863
17541754msgid "The signature is the same as for :c:func:`PyObject_Hash`::"
1755- msgstr ""
1755+ msgstr "其签名与 :c:func:`PyObject_Hash` 的相同:: "
17561756
17571757#: ../../c-api/typeobj.rst:867
17581758msgid ""
17591759"The value ``-1`` should not be returned as a normal return value; when an "
17601760"error occurs during the computation of the hash value, the function should "
17611761"set an exception and return ``-1``."
1762- msgstr ""
1762+ msgstr "``-1`` 不应作为正常返回值被返回;当计算哈希值过程中发生错误时,函数应设置一个异常并返回 ``-1``。 "
17631763
17641764#: ../../c-api/typeobj.rst:871
17651765msgid ""
0 commit comments