@@ -17,10 +17,10 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.7\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2023-03-24 14:40 +0000\n "
20
+ "POT-Creation-Date : 2023-03-31 18:28 +0000\n "
21
21
"PO-Revision-Date : 2019-09-01 03:38+0000\n "
22
22
"
Last-Translator :
Freesand Leo <[email protected] >, 2023\n "
23
- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
23
+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
24
24
"MIME-Version : 1.0\n "
25
25
"Content-Type : text/plain; charset=UTF-8\n "
26
26
"Content-Transfer-Encoding : 8bit\n "
@@ -364,7 +364,7 @@ msgstr "在之前被称为 ``tp_compare`` 和 ``tp_reserved``。"
364
364
msgid ""
365
365
"An optional pointer to a function that implements the built-in function "
366
366
":func:`repr`."
367
- msgstr ""
367
+ msgstr "一个实现了内置函数 :func:`repr` 的函数的可选指针。 "
368
368
369
369
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:244
370
370
msgid ""
@@ -599,18 +599,19 @@ msgid ""
599
599
" If this bit is clear, the type cannot be subtyped (similar to a \" final\" "
600
600
"class in Java)."
601
601
msgstr ""
602
+ "当此类型可被用作另一个类型的基类型时该比特位将被设置。 如果该比特位被清除,则此类型将无法被子类型化(类似于 Java 中的 \" final\" 类)。"
602
603
603
604
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:426
604
605
msgid ""
605
606
"This bit is set when the type object has been fully initialized by "
606
607
":c:func:`PyType_Ready`."
607
- msgstr ""
608
+ msgstr "当此类型对象通过 :c:func:`PyType_Ready` 被完全实例化时该比特位将被设置。 "
608
609
609
610
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:432
610
611
msgid ""
611
612
"This bit is set while :c:func:`PyType_Ready` is in the process of "
612
613
"initializing the type object."
613
- msgstr ""
614
+ msgstr "当 :c:func:`PyType_Ready` 处在初始化此类型对象过程中时该比特位将被设置。 "
614
615
615
616
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:438
616
617
msgid ""
0 commit comments