11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2023 , Python Software Foundation
2+ # Copyright (C) 2001-2024 , 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- # Rafael Fontenelle <rffontenelle@gmail.com>,2023
7+ # Rafael Fontenelle <rffontenelle@gmail.com>,2024
88#
99#, fuzzy
1010msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.10\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2023-07-29 03:05 +0000\n "
14+ "POT-Creation-Date :2024-11-15 16:02 +0000\n "
1515"PO-Revision-Date :2022-11-05 17:22+0000\n "
16- "Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>,2023 \n "
16+ "Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>,2024 \n "
1717"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1818"MIME-Version :1.0\n "
1919"Content-Type :text/plain; charset=UTF-8\n "
@@ -33,7 +33,7 @@ msgstr "**源代码:** :source:`Lib/tracemalloc.py`"
3333msgid ""
3434"The tracemalloc module is a debug tool to trace memory blocks allocated by "
3535"Python. It provides the following information:"
36- msgstr "tracemalloc 模块是一个用于对python 已申请的内存块进行debug的工具 。它能提供以下信息:"
36+ msgstr "tracemalloc 模块是一个用于对Python 已申请的内存块进行调试的工具 。它能提供以下信息:"
3737
3838#: ../../library/tracemalloc.rst:16
3939msgid "Traceback where an object was allocated"
@@ -59,7 +59,7 @@ msgid ""
5959msgstr ""
6060"要追踪 Python 所分配的大部分内存块,模块应当通过将 :envvar:`PYTHONTRACEMALLOC` 环境变量设置为 "
6161"``1``,或是通过使用 :option:`-X` ``tracemalloc`` 命令行选项来尽可能早地启动。 可以在运行时调用 "
62- ":func:`tracemalloc.start` 函数来启动追踪 Python 内存分配。memory allocations. "
62+ ":func:`tracemalloc.start` 函数来启动追踪 Python 内存分配。"
6363
6464#: ../../library/tracemalloc.rst:27
6565msgid ""
@@ -140,7 +140,7 @@ msgstr "获取一个内存块的溯源"
140140
141141#: ../../library/tracemalloc.rst:123
142142msgid "Code to display the traceback of the biggest memory block::"
143- msgstr "一段找出程序中最大内存块溯源的代码 ::"
143+ msgstr "找出程序中最大内存块的溯源的代码 ::"
144144
145145#: ../../library/tracemalloc.rst:141
146146msgid ""