Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efd2d0c

Browse files
[po] auto sync
1 parent a9010a4 commit efd2d0c

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.41%", "updated_at": "2023-12-20T13:55:51Z"}
1+
{"translation": "92.42%", "updated_at": "2023-12-20T15:55:57Z"}

library/traceback.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ msgid ""
8787
"open :term:`file <file object>` or :term:`file-like object` to receive the "
8888
"output."
8989
msgstr ""
90+
"如果 *limit* 为正值则打印来自 :ref:`回溯对象 <traceback-objects>` *tb* 的至多 *limit* "
91+
"个栈回溯条目(从调用方的帧开始)。 否则,打印最后 ``abs(limit)`` 个条目。 如果 *limit* 被省略或为 "
92+
"``None``,则打印所有条目。 如果 *file* 被省略或为 ``None``,则会输出到 "
93+
":data:`sys.stderr`;在其他情况下它应当是一个打开的 :term:`文件 <file object>` 或 :term:`file-"
94+
"like object` 用来接受输出。"
9095

9196
#: ../../library/traceback.rst:45 ../../library/traceback.rst:110
9297
msgid "Added negative *limit* support."
@@ -98,6 +103,8 @@ msgid ""
98103
"object <traceback-objects>` *tb* to *file*. This differs from "
99104
":func:`print_tb` in the following ways:"
100105
msgstr ""
106+
"将来自 :ref:`回溯对象 <traceback-objects>` *tb* 的异常信息与栈跟踪条目打印到 *file*。 这与 "
107+
":func:`print_tb` 相比有以下几方面的区别:"
101108

102109
#: ../../library/traceback.rst:57
103110
msgid ""
@@ -429,6 +436,7 @@ msgid ""
429436
"If *chain* is not ``True``, :attr:`__cause__` and :attr:`__context__` will "
430437
"not be formatted."
431438
msgstr ""
439+
"如果 *chain* 不为 ``True``,则 :attr:`__cause__` 和 :attr:`__context__` 将不会被格式化。"
432440

433441
#: ../../library/traceback.rst:355
434442
msgid ""
@@ -461,11 +469,11 @@ msgstr ""
461469
msgid ""
462470
"The exception's :attr:`notes <BaseException.__notes__>` are now included in "
463471
"the output."
464-
msgstr ""
472+
msgstr "异常的 :attr:`注释 <BaseException.__notes__>` 现在将被包括在输出中。"
465473

466474
#: ../../library/traceback.rst:378
467475
msgid ":class:`!StackSummary` Objects"
468-
msgstr ""
476+
msgstr ":class:`!StackSummary` 对象"
469477

470478
#: ../../library/traceback.rst:382
471479
msgid ""

0 commit comments

Comments
 (0)