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

Skip to content

Commit 423d808

Browse files
[po] auto sync
1 parent ae10c25 commit 423d808

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.43%", "updated_at": "2023-08-07T07:57:08Z"}
1+
{"translation": "89.44%", "updated_at": "2023-08-07T11:57:17Z"}

tutorial/errors.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# Larry Wang <[email protected]>, 2021
1010
# jaystone776 <[email protected]>, 2021
1111
# Dai Xu <[email protected]>, 2021
12-
# Freesand Leo <[email protected]>, 2022
1312
# Alpha Du <[email protected]>, 2022
13+
# Freesand Leo <[email protected]>, 2023
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
22-
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2022\n"
22+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -212,12 +212,14 @@ msgid ""
212212
"types define :meth:`~object.__str__` to print all the arguments without "
213213
"explicitly accessing ``.args``. ::"
214214
msgstr ""
215+
"*except 子句* 可能会在异常名称后面指定一个变量。 这个变量将被绑定到异常实例,该实例通常会有一个存储参数的 ``args`` 属性。 "
216+
"为了方便起见,内置异常类型定义了 :meth:`~object.__str__` 来打印所有参数而不必显式地访问 ``.args``。 ::"
215217

216218
#: ../../tutorial/errors.rst:177
217219
msgid ""
218220
"The exception's :meth:`~object.__str__` output is printed as the last part "
219221
"('detail') of the message for unhandled exceptions."
220-
msgstr ""
222+
msgstr "未处理异常的 :meth:`~object.__str__` 输出会被打印为该异常消息的最后部分 ('detail')。"
221223

222224
#: ../../tutorial/errors.rst:180
223225
msgid ""

0 commit comments

Comments
 (0)