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