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

Skip to content

Commit 207e97c

Browse files
[po] auto sync
1 parent e4fc310 commit 207e97c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

c-api/structures.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,12 +583,17 @@ msgid ""
583583
" :c:macro:`T_OBJECT` and :c:macro:`T_OBJECT_EX` members can be deleted. "
584584
"(They are set to ``NULL``)."
585585
msgstr ""
586+
":attr:`flags` 可以为 ``0`` 表示读写访问或 :c:macro:`READONLY` 表示只读访问。 使用 "
587+
":c:macro:`T_STRING` 作为 :attr:`type` 表示 :c:macro:`READONLY`。 "
588+
":c:macro:`T_STRING` 数据将被解读为 UTF-8 编码格式。 只有 :c:macro:`T_OBJECT` 和 "
589+
":c:macro:`T_OBJECT_EX` 成员可以被删除。 (它们会被设为 ``NULL``)。"
586590

587591
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:341
588592
msgid ""
589593
"Structure to define property-like access for a type. See also description of"
590594
" the :c:member:`PyTypeObject.tp_getset` slot."
591595
msgstr ""
596+
"用于定义针对某个类型的特征属性式的访问的结构体。 另请参阅 :c:member:`PyTypeObject.tp_getset` 槽位的描述。"
592597

593598
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:347
594599
msgid "name"
@@ -612,11 +617,11 @@ msgstr ""
612617

613618
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:351
614619
msgid "set"
615-
msgstr ""
620+
msgstr "set"
616621

617622
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:351
618623
msgid "setter"
619-
msgstr ""
624+
msgstr "setter"
620625

621626
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:351
622627
msgid ""

0 commit comments

Comments
 (0)