|
12 | 12 | |
13 | 13 | # Shan Su, 2023 |
14 | 14 | # Bryan不可思议, 2023 |
15 | | -# Freesand Leo <[email protected]>, 2023 |
16 | 15 | # Rafael Fontenelle <[email protected]>, 2023 |
| 16 | +# Freesand Leo <[email protected]>, 2023 |
17 | 17 | # |
18 | 18 | #, fuzzy |
19 | 19 | msgid "" |
20 | 20 | msgstr "" |
21 | 21 | "Project-Id-Version: Python 3.8\n" |
22 | 22 | "Report-Msgid-Bugs-To: \n" |
23 | | -"POT-Creation-Date: 2023-09-08 16:17+0000\n" |
| 23 | +"POT-Creation-Date: 2023-09-15 16:14+0000\n" |
24 | 24 | "PO-Revision-Date: 2020-05-30 11:51+0000\n" |
25 | | -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n" |
| 25 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n" |
26 | 26 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
27 | 27 | "MIME-Version: 1.0\n" |
28 | 28 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -1714,32 +1714,34 @@ msgid "" |
1714 | 1714 | "returned, where ``%s`` is replaced by the type name, and ``%p`` by the " |
1715 | 1715 | "object's memory address." |
1716 | 1716 | msgstr "" |
| 1717 | +"如果未设置该字段,则返回 ``<%s object at %p>`` 形式的字符串,其中 ``%s`` 将替换为类型名称,``%p`` " |
| 1718 | +"将替换为对象的内存地址。" |
1717 | 1719 |
|
1718 | 1720 | #: ../../c-api/typeobj.rst:829 |
1719 | 1721 | msgid "" |
1720 | 1722 | "Pointer to an additional structure that contains fields relevant only to " |
1721 | 1723 | "objects which implement the number protocol. These fields are documented in" |
1722 | 1724 | " :ref:`number-structs`." |
1723 | | -msgstr "" |
| 1725 | +msgstr "指向一个附加结构体的指针,其中包含只与执行数字协议的对象相关的字段。 这些字段的文档参见 :ref:`number-structs`。" |
1724 | 1726 |
|
1725 | 1727 | #: ../../c-api/typeobj.rst:835 |
1726 | 1728 | msgid "" |
1727 | 1729 | "The :c:member:`~PyTypeObject.tp_as_number` field is not inherited, but the " |
1728 | 1730 | "contained fields are inherited individually." |
1729 | | -msgstr "" |
| 1731 | +msgstr ":c:member:`~PyTypeObject.tp_as_number` 字段不会被继承,但所包含的字段会被单独继承。" |
1730 | 1732 |
|
1731 | 1733 | #: ../../c-api/typeobj.rst:841 |
1732 | 1734 | msgid "" |
1733 | 1735 | "Pointer to an additional structure that contains fields relevant only to " |
1734 | 1736 | "objects which implement the sequence protocol. These fields are documented " |
1735 | 1737 | "in :ref:`sequence-structs`." |
1736 | | -msgstr "" |
| 1738 | +msgstr "指向一个附加结构体的指针,其中包含只与执行序列协议的对象相关的字段。 这些字段的文档见 :ref:`sequence-structs`。" |
1737 | 1739 |
|
1738 | 1740 | #: ../../c-api/typeobj.rst:847 |
1739 | 1741 | msgid "" |
1740 | 1742 | "The :c:member:`~PyTypeObject.tp_as_sequence` field is not inherited, but the" |
1741 | 1743 | " contained fields are inherited individually." |
1742 | | -msgstr "" |
| 1744 | +msgstr ":c:member:`~PyTypeObject.tp_as_sequence` 字段不会被继承,但所包含的字段会被单独继承。" |
1743 | 1745 |
|
1744 | 1746 | #: ../../c-api/typeobj.rst:853 |
1745 | 1747 | msgid "" |
|
0 commit comments