11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2022 , Python Software Foundation
2+ # Copyright (C) 2001-2025 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # 付裕如 <hifuyuru@gmail.com>, 2017
8- # 操旭 <caoxu3000@126.com>, 2017
9- # cdarlint <cdarling@126.com>, 2017
10- # Freesand Leo <yuqinju@163.com>, 2019
7+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
118#
129#, fuzzy
1310msgid ""
1411msgstr ""
1512"Project-Id-Version :Python 3.9\n "
1613"Report-Msgid-Bugs-To :\n "
17- "POT-Creation-Date :2022-11-04 14:34 +0000\n "
18- "PO-Revision-Date :2017-02-16 17:32 +0000\n "
19- "Last-Translator :Freesand Leo <yuqinju@163 .com>,2019 \n "
20- "Language-Team :Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
14+ "POT-Creation-Date :2025-07-25 19:10 +0000\n "
15+ "PO-Revision-Date :2025-07-18 19:17 +0000\n "
16+ "Last-Translator :Rafael Fontenelle <rffontenelle@gmail .com>,2025 \n "
17+ "Language-Team :Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
2118"MIME-Version :1.0\n "
2219"Content-Type :text/plain; charset=UTF-8\n "
2320"Content-Transfer-Encoding :8bit\n "
@@ -26,7 +23,7 @@ msgstr ""
2623
2724#: ../../c-api/allocation.rst:6
2825msgid "Allocating Objects on the Heap"
29- msgstr "在堆中分配对象 "
26+ msgstr "在堆上分配对象 "
3027
3128#: ../../c-api/allocation.rst:17
3229msgid ""
@@ -43,7 +40,7 @@ msgstr ""
4340msgid ""
4441"This does everything :c:func:`PyObject_Init` does, and also initializes the "
4542"length information for a variable-size object."
46- msgstr "它的功能和 :c:func:`PyObject_Init` 一样,并且初始化变量大小的对象的长度 。"
43+ msgstr "它的功能和 :c:func:`PyObject_Init` 一样,并且会初始化变量大小对象的长度信息 。"
4744
4845#: ../../c-api/allocation.rst:32
4946msgid ""
@@ -92,12 +89,12 @@ msgid ""
9289" using the :c:macro:`Py_None` macro, which evaluates to a pointer to this "
9390"object."
9491msgstr ""
95- "像 ``None``一样的Python对象。这个对象仅可以使用 :c:macro:`Py_None` 宏访问,这个宏取得指向这个对象的指针 。"
92+ "这个对象是像 ``None``一样的 Python 对象。它可以使用 :c:macro:`Py_None` 宏访问,该宏的拿到指向该对象的指针 。"
9693
9794#: ../../c-api/allocation.rst:69
9895msgid ":c:func:`PyModule_Create`"
9996msgstr ":c:func:`PyModule_Create`"
10097
10198#: ../../c-api/allocation.rst:70
10299msgid "To allocate and create extension modules."
103- msgstr "分配内存和创建扩展模块。 "
100+ msgstr "分配内存和创建扩展模块"