@@ -11,7 +11,7 @@ msgid ""
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 : 2023-12-22 17:56 +0000\n "
1515"PO-Revision-Date : 2022-11-05 17:22+0000\n "
1616"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2023\n "
1717"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -23,7 +23,7 @@ msgstr ""
2323
2424#: ../../library/traceback.rst:2
2525msgid ":mod:`traceback` --- Print or retrieve a stack traceback"
26- msgstr ":mod:`traceback` —— 打印或读取堆栈的跟踪信息 "
26+ msgstr ":mod:`traceback` —— 打印或读取栈回溯信息 "
2727
2828#: ../../library/traceback.rst:7
2929msgid "**Source code:** :source:`Lib/traceback.py`"
@@ -37,8 +37,8 @@ msgid ""
3737"print stack traces under program control, such as in a \" wrapper\" around "
3838"the interpreter."
3939msgstr ""
40- "该模块提供了一个标准接口来提取、格式化和打印 Python 程序的堆栈跟踪结果 。它完全模仿Python "
41- "解释器在打印堆栈跟踪结果时的行为。当您想要在程序控制下打印堆栈跟踪结果时 ,例如在“封装”解释器时,这是非常有用的。"
40+ "该模块提供了一个标准接口来提取、格式化和打印 Python 程序的栈跟踪结果 。它完全模仿Python "
41+ "解释器在打印栈跟踪结果时的行为。当您想要在程序控制下打印栈跟踪结果时 ,例如在“封装”解释器时,这是非常有用的。"
4242
4343#: ../../library/traceback.rst:19
4444msgid ""
0 commit comments