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

Skip to content

Commit c53bc4d

Browse files
[po] auto sync
1 parent b6fab19 commit c53bc4d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

extending/newtypes_tutorial.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,19 +561,21 @@ msgstr ""
561561
msgid ""
562562
"We want to expose our instance variables as attributes. There are a number "
563563
"of ways to do that. The simplest way is to define member definitions::"
564-
msgstr ""
564+
msgstr "我们可能会想将我们的实例变量暴露为属性。 有几种方式可以做到这一点。 最简单的方式是定义成员的定义::"
565565

566566
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:447
567567
msgid ""
568568
"and put the definitions in the :c:member:`~PyTypeObject.tp_members` slot::"
569-
msgstr ""
569+
msgstr "并将定义放置到 :c:member:`~PyTypeObject.tp_members` 槽位中::"
570570

571571
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:451
572572
msgid ""
573573
"Each member definition has a member name, type, offset, access flags and "
574574
"documentation string. See the :ref:`Generic-Attribute-Management` section "
575575
"below for details."
576576
msgstr ""
577+
"每个成员的定义都有成员名称、类型、偏移量、访问旗标和文档字符串。 请参阅下面的 :ref:`Generic-Attribute-Management` "
578+
"小节来了解详情。section below for details."
577579

578580
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/extending/newtypes_tutorial.rst:455
579581
msgid ""

0 commit comments

Comments
 (0)