Skip to content

Commit 32d66c0

Browse files
[po] auto sync
1 parent 14bcd1a commit 32d66c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.66%", "updated_at": "2023-12-16T05:31:20Z"}
1+
{"translation": "90.66%", "updated_at": "2023-12-23T05:31:14Z"}

library/traceback.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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 <rffontenelle@gmail.com>, 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
2525
msgid ":mod:`traceback` --- Print or retrieve a stack traceback"
26-
msgstr ":mod:`traceback` —— 打印或读取堆栈的跟踪信息"
26+
msgstr ":mod:`traceback` —— 打印或读取栈回溯信息"
2727

2828
#: ../../library/traceback.rst:7
2929
msgid "**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."
3939
msgstr ""
40-
"该模块提供了一个标准接口来提取、格式化和打印 Python 程序的堆栈跟踪结果。它完全模仿Python "
41-
"解释器在打印堆栈跟踪结果时的行为。当您想要在程序控制下打印堆栈跟踪结果时,例如在“封装”解释器时,这是非常有用的。"
40+
"该模块提供了一个标准接口来提取、格式化和打印 Python 程序的栈跟踪结果。它完全模仿Python "
41+
"解释器在打印栈跟踪结果时的行为。当您想要在程序控制下打印栈跟踪结果时,例如在“封装”解释器时,这是非常有用的。"
4242

4343
#: ../../library/traceback.rst:19
4444
msgid ""

0 commit comments

Comments
 (0)