@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-11-19 19:26 +0000\n "
15+ "POT-Creation-Date : 2025-11-23 14:12 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"Last-Translator : Freesand Leo <yuqinju@163.com>, 2025\n "
1818"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -528,6 +528,9 @@ msgid ""
528528":c:data:`Py_tp_base` slot is used instead. If that also is ``NULL``, the new"
529529" type derives from :class:`object`."
530530msgstr ""
531+ "*bases* 参数可被用来指定基类;它可以是只有单个类或是由多个类组成的元组。 如果 *bases* 为 ``NULL``,则会改用 "
532+ ":c:data:`Py_tp_bases` 槽位。 如果该槽位也为 ``NULL``,则会改用 :c:data:`Py_tp_base` 槽位。 "
533+ "如果该槽位同样为 ``NULL``,则新类型将派生自 :class:`object`。"
531534
532535#: ../../c-api/type.rst:390
533536msgid ""
@@ -774,7 +777,7 @@ msgstr ":c:data:`Py_nb_add` 用于设置 :c:member:`PyNumberMethods.nb_add`"
774777
775778#: ../../c-api/type.rst:595
776779msgid ":c:data:`Py_sq_length` to set :c:member:`PySequenceMethods.sq_length`"
777- msgstr ""
780+ msgstr ":c:data:`Py_sq_length` 用于设置 :c:member:`PySequenceMethods.sq_length` "
778781
779782#: ../../c-api/type.rst:597
780783msgid ""
@@ -822,6 +825,9 @@ msgid ""
822825":c:data:`Py_tp_members`. See :ref:`PyMemberDef documentation <pymemberdef-"
823826"offsets>` for details."
824827msgstr ""
828+ "如果无法切换为 ``MANAGED`` 旗标(例如,对于 vectorcall 或是为了支持早于 3.12 版的 Python),请在 "
829+ ":c:data:`Py_tp_members` 中指定 offset。 详情参见 :ref:`PyMemberDef 文档 <pymemberdef-"
830+ "offsets>`。"
825831
826832#: ../../c-api/type.rst:618
827833msgid ""
@@ -864,7 +870,7 @@ msgstr ""
864870
865871#: ../../c-api/type.rst:640
866872msgid ""
867- "The field :c:member:`~PyTypeObject.tp_vectorcall` can now set using "
873+ "The field :c:member:`~PyTypeObject.tp_vectorcall` can now be set using "
868874":c:data:`Py_tp_vectorcall`. See the field's documentation for details."
869875msgstr ""
870876
@@ -880,7 +886,7 @@ msgstr "*pfunc* 的值不能为 ``NULL``,除了以下插槽:"
880886
881887#: ../../c-api/type.rst:652
882888msgid ":c:data:`Py_tp_doc`"
883- msgstr ""
889+ msgstr ":c:data:`Py_tp_doc` "
884890
885891#: ../../c-api/type.rst:653
886892msgid ""
0 commit comments