@@ -11,7 +11,7 @@ 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-09-22 15:15 +0000\n "
14
+ "POT-Creation-Date : 2023-09-29 15:13 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:21+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n "
17
17
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1746,30 +1746,30 @@ msgid ""
1746
1746
"Pointer to an additional structure that contains fields relevant only to "
1747
1747
"objects which implement the mapping protocol. These fields are documented "
1748
1748
"in :ref:`mapping-structs`."
1749
- msgstr ""
1749
+ msgstr "指向一个附加结构体的指针,其中包含只与执行映射协议的对象相关的字段。 这些字段的文档见 :ref:`mapping-structs`。 "
1750
1750
1751
1751
#: ../../c-api/typeobj.rst:865
1752
1752
msgid ""
1753
1753
"The :c:member:`~PyTypeObject.tp_as_mapping` field is not inherited, but the "
1754
1754
"contained fields are inherited individually."
1755
- msgstr ""
1755
+ msgstr ":c:member:`~PyTypeObject.tp_as_mapping` 字段不会继承,但所包含的字段会被单独继承。 "
1756
1756
1757
1757
#: ../../c-api/typeobj.rst:873
1758
1758
msgid ""
1759
1759
"An optional pointer to a function that implements the built-in function "
1760
1760
":func:`hash`."
1761
- msgstr ""
1761
+ msgstr "一个指向实现了内置函数 :func:`hash` 的函数的可选指针。 "
1762
1762
1763
1763
#: ../../c-api/typeobj.rst:876
1764
1764
msgid "The signature is the same as for :c:func:`PyObject_Hash`::"
1765
- msgstr ""
1765
+ msgstr "其签名与 :c:func:`PyObject_Hash` 的相同:: "
1766
1766
1767
1767
#: ../../c-api/typeobj.rst:880
1768
1768
msgid ""
1769
1769
"The value ``-1`` should not be returned as a normal return value; when an "
1770
1770
"error occurs during the computation of the hash value, the function should "
1771
1771
"set an exception and return ``-1``."
1772
- msgstr ""
1772
+ msgstr "``-1`` 不应作为正常返回值被返回;当计算哈希值过程中发生错误时,函数应设置一个异常并返回 ``-1``。 "
1773
1773
1774
1774
#: ../../c-api/typeobj.rst:884
1775
1775
msgid ""
0 commit comments