File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -583,12 +583,17 @@ msgid ""
583
583
" :c:macro:`T_OBJECT` and :c:macro:`T_OBJECT_EX` members can be deleted. "
584
584
"(They are set to ``NULL``)."
585
585
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``)。"
586
590
587
591
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:341
588
592
msgid ""
589
593
"Structure to define property-like access for a type. See also description of"
590
594
" the :c:member:`PyTypeObject.tp_getset` slot."
591
595
msgstr ""
596
+ "用于定义针对某个类型的特征属性式的访问的结构体。 另请参阅 :c:member:`PyTypeObject.tp_getset` 槽位的描述。"
592
597
593
598
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:347
594
599
msgid "name"
@@ -612,11 +617,11 @@ msgstr ""
612
617
613
618
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:351
614
619
msgid "set"
615
- msgstr ""
620
+ msgstr "set "
616
621
617
622
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:351
618
623
msgid "setter"
619
- msgstr ""
624
+ msgstr "setter "
620
625
621
626
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:351
622
627
msgid ""
You can’t perform that action at this time.
0 commit comments