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

Skip to content

Commit 0ed0716

Browse files
[po] auto sync
1 parent a96732a commit 0ed0716

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

tutorial/errors.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# ww song <[email protected]>, 2018
88
# Larry Wang <[email protected]>, 2018
99
# Junkai Shao <[email protected]>, 2018
10-
# jaystone776 <[email protected]>, 2021
1110
# Freesand Leo <[email protected]>, 2021
11+
# jaystone776 <[email protected]>, 2021
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2021-05-05 06:14+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
20-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
20+
"Last-Translator: jaystone776 <1732865113@qq.com>, 2021\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -104,7 +104,7 @@ msgid ""
104104
"exception occurred, in the form of a stack traceback. In general it contains"
105105
" a stack traceback listing source lines; however, it will not display lines "
106106
"read from standard input."
107-
msgstr "错误信息开头用堆栈回溯形式展示发生异常的语境。 一般会列出源代码行的堆栈回溯;但不会显示从标准输入读取的行。"
107+
msgstr "错误信息开头用堆栈回溯形式展示发生异常的语境。一般会列出源代码行的堆栈回溯;但不会显示从标准输入读取的行。"
108108

109109
#: ../../tutorial/errors.rst:74
110110
msgid ""
@@ -190,7 +190,8 @@ msgid ""
190190
"would have printed B, B, B --- the first matching except clause is "
191191
"triggered."
192192
msgstr ""
193-
"注意,如果 except 子句被颠倒(把 ``except B`` 放到第一个),则输出 B,B,B --- 即触发第一个匹配的 except 子句。"
193+
"注意,如果颠倒 except 子句的顺序(把 ``except B`` 放到第一个),则输出 B,B,B --- 即触发第一个匹配的 except "
194+
"子句。"
194195

195196
#: ../../tutorial/errors.rst:150
196197
msgid ""

0 commit comments

Comments
 (0)