@@ -20,7 +20,7 @@ msgid ""
2020msgstr ""
2121"Project-Id-Version : Python 3.8\n "
2222"Report-Msgid-Bugs-To : \n "
23- "POT-Creation-Date : 2023-09-15 16:14 +0000\n "
23+ "POT-Creation-Date : 2023-09-22 16:17 +0000\n "
2424"PO-Revision-Date : 2020-05-30 11:51+0000\n "
2525"
Last-Translator :
Freesand Leo <[email protected] >, 2023\n "
2626"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1748,30 +1748,30 @@ msgid ""
17481748"Pointer to an additional structure that contains fields relevant only to "
17491749"objects which implement the mapping protocol. These fields are documented "
17501750"in :ref:`mapping-structs`."
1751- msgstr ""
1751+ msgstr "指向一个附加结构体的指针,其中包含只与执行映射协议的对象相关的字段。 这些字段的文档见 :ref:`mapping-structs`。 "
17521752
17531753#: ../../c-api/typeobj.rst:859
17541754msgid ""
17551755"The :c:member:`~PyTypeObject.tp_as_mapping` field is not inherited, but the "
17561756"contained fields are inherited individually."
1757- msgstr ""
1757+ msgstr ":c:member:`~PyTypeObject.tp_as_mapping` 字段不会继承,但所包含的字段会被单独继承。 "
17581758
17591759#: ../../c-api/typeobj.rst:867
17601760msgid ""
17611761"An optional pointer to a function that implements the built-in function "
17621762":func:`hash`."
1763- msgstr ""
1763+ msgstr "一个指向实现了内置函数 :func:`hash` 的函数的可选指针。 "
17641764
17651765#: ../../c-api/typeobj.rst:870
17661766msgid "The signature is the same as for :c:func:`PyObject_Hash`::"
1767- msgstr ""
1767+ msgstr "其签名与 :c:func:`PyObject_Hash` 的相同:: "
17681768
17691769#: ../../c-api/typeobj.rst:874
17701770msgid ""
17711771"The value ``-1`` should not be returned as a normal return value; when an "
17721772"error occurs during the computation of the hash value, the function should "
17731773"set an exception and return ``-1``."
1774- msgstr ""
1774+ msgstr "``-1`` 不应作为正常返回值被返回;当计算哈希值过程中发生错误时,函数应设置一个异常并返回 ``-1``。 "
17751775
17761776#: ../../c-api/typeobj.rst:878
17771777msgid ""
0 commit comments