Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 456c2f3

Browse files
[po] auto sync
1 parent 328c81e commit 456c2f3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

c-api/typeobj.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.7\n"
1919
"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"
2121
"PO-Revision-Date: 2019-09-01 03:38+0000\n"
2222
"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"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
2626
"Content-Transfer-Encoding: 8bit\n"
@@ -364,7 +364,7 @@ msgstr "在之前被称为 ``tp_compare`` 和 ``tp_reserved``。"
364364
msgid ""
365365
"An optional pointer to a function that implements the built-in function "
366366
":func:`repr`."
367-
msgstr ""
367+
msgstr "一个实现了内置函数 :func:`repr` 的函数的可选指针。"
368368

369369
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:244
370370
msgid ""
@@ -599,18 +599,19 @@ msgid ""
599599
" If this bit is clear, the type cannot be subtyped (similar to a \"final\" "
600600
"class in Java)."
601601
msgstr ""
602+
"当此类型可被用作另一个类型的基类型时该比特位将被设置。 如果该比特位被清除,则此类型将无法被子类型化(类似于 Java 中的 \"final\" 类)。"
602603

603604
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:426
604605
msgid ""
605606
"This bit is set when the type object has been fully initialized by "
606607
":c:func:`PyType_Ready`."
607-
msgstr ""
608+
msgstr "当此类型对象通过 :c:func:`PyType_Ready` 被完全实例化时该比特位将被设置。"
608609

609610
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:432
610611
msgid ""
611612
"This bit is set while :c:func:`PyType_Ready` is in the process of "
612613
"initializing the type object."
613-
msgstr ""
614+
msgstr "当 :c:func:`PyType_Ready` 处在初始化此类型对象过程中时该比特位将被设置。"
614615

615616
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/typeobj.rst:438
616617
msgid ""

0 commit comments

Comments
 (0)