@@ -10,7 +10,7 @@ msgstr ""
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2018-06-30 05:56+0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13- "Last-Translator : ww song <sww4718168 @gmail.com>, 2018\n "
13+ "Last-Translator : Larry wang <larry.wang.801 @gmail.com>, 2018\n "
1414"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1515"MIME-Version : 1.0\n "
1616"Content-Type : text/plain; charset=UTF-8\n "
@@ -20,24 +20,26 @@ msgstr ""
2020
2121#: ../../tutorial/errors.rst:5
2222msgid "Errors and Exceptions"
23- msgstr ""
23+ msgstr "错误和异常 "
2424
2525#: ../../tutorial/errors.rst:7
2626msgid ""
2727"Until now error messages haven't been more than mentioned, but if you have "
2828"tried out the examples you have probably seen some. There are (at least) "
2929"two distinguishable kinds of errors: *syntax errors* and *exceptions*."
3030msgstr ""
31+ "到目前为止,我们还没有提到错误消息,但是如果你已经尝试过这些例子,你可能已经看过了一些错误消息。 "
32+ "目前有(至少)两种可区分的错误:*语法错误*和*异常*。"
3133
3234#: ../../tutorial/errors.rst:15
3335msgid "Syntax Errors"
34- msgstr ""
36+ msgstr "语法错误 "
3537
3638#: ../../tutorial/errors.rst:17
3739msgid ""
3840"Syntax errors, also known as parsing errors, are perhaps the most common "
3941"kind of complaint you get while you are still learning Python::"
40- msgstr ""
42+ msgstr "语法错误又称代码解析错误,是Python初学者最容易遇到的错误。 "
4143
4244#: ../../tutorial/errors.rst:26
4345msgid ""
0 commit comments