File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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``)."
585585msgstr ""
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
588592msgid ""
589593"Structure to define property-like access for a type. See also description of"
590594" the :c:member:`PyTypeObject.tp_getset` slot."
591595msgstr ""
596+ "用于定义针对某个类型的特征属性式的访问的结构体。 另请参阅 :c:member:`PyTypeObject.tp_getset` 槽位的描述。"
592597
593598#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:347
594599msgid "name"
@@ -612,11 +617,11 @@ msgstr ""
612617
613618#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:351
614619msgid "set"
615- msgstr ""
620+ msgstr "set "
616621
617622#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:351
618623msgid "setter"
619- msgstr ""
624+ msgstr "setter "
620625
621626#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:351
622627msgid ""
You can’t perform that action at this time.
0 commit comments