From 2c765181a44e627974bdb56840c391d7bb231fc8 Mon Sep 17 00:00:00 2001 From: wulifan Date: Sat, 13 Oct 2018 20:44:54 +0200 Subject: [PATCH 1/3] Add errors one sentence. --- tutorial/errors.po | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tutorial/errors.po b/tutorial/errors.po index 965335d5a4..5b201df66c 100644 --- a/tutorial/errors.po +++ b/tutorial/errors.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-26 18:54+0800\n" -"PO-Revision-Date: 2018-05-23 16:18+0000\n" +"PO-Revision-Date: 2018-10-13 20:40+0200\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -18,6 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 2.2\n" #: ../../tutorial/errors.rst:5 msgid "Errors and Exceptions" @@ -29,6 +30,8 @@ msgid "" "tried out the examples you have probably seen some. There are (at least) " "two distinguishable kinds of errors: *syntax errors* and *exceptions*." msgstr "" +"到目前為止錯誤訊息還沒有提到,但如果你嘗試這些範例,你可能會發現一些問題。有" +"(至少)兩種明顯的錯誤分別是*語法錯誤*和*例外*。" #: ../../tutorial/errors.rst:15 msgid "Syntax Errors" From 47af9b0ddb9b71285826e56b8d0e76f2ae2882e0 Mon Sep 17 00:00:00 2001 From: wulifan Date: Tue, 16 Oct 2018 06:12:06 +0200 Subject: [PATCH 2/3] together --- tutorial/errors.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial/errors.po b/tutorial/errors.po index 5b201df66c..bc91dc6d17 100644 --- a/tutorial/errors.po +++ b/tutorial/errors.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-26 18:54+0800\n" -"PO-Revision-Date: 2018-10-13 20:40+0200\n" +"PO-Revision-Date: 2018-10-16 05:58+0200\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -30,8 +30,8 @@ msgid "" "tried out the examples you have probably seen some. There are (at least) " "two distinguishable kinds of errors: *syntax errors* and *exceptions*." msgstr "" -"到目前為止錯誤訊息還沒有提到,但如果你嘗試這些範例,你可能會發現一些問題。有" -"(至少)兩種明顯的錯誤分別是*語法錯誤*和*例外*。" +"到目前為止還沒有提到錯誤訊息,但如果你嘗試這些範例,你可能會發現一些錯誤訊" +"息。常見有(至少)兩種明顯的錯誤是 *語法錯誤* 和 *例外* 。" #: ../../tutorial/errors.rst:15 msgid "Syntax Errors" From ef08fadcc0eb4594d55f9e9a1a812988f509dd30 Mon Sep 17 00:00:00 2001 From: wulifan Date: Tue, 16 Oct 2018 07:04:04 +0200 Subject: [PATCH 3/3] v3 --- tutorial/errors.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/errors.po b/tutorial/errors.po index bc91dc6d17..4eaefd267f 100644 --- a/tutorial/errors.po +++ b/tutorial/errors.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-26 18:54+0800\n" -"PO-Revision-Date: 2018-10-16 05:58+0200\n" +"PO-Revision-Date: 2018-10-16 06:57+0200\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -31,7 +31,7 @@ msgid "" "two distinguishable kinds of errors: *syntax errors* and *exceptions*." msgstr "" "到目前為止還沒有提到錯誤訊息,但如果你嘗試這些範例,你可能會發現一些錯誤訊" -"息。常見有(至少)兩種明顯的錯誤是 *語法錯誤* 和 *例外* 。" +"息。常見有(至少)兩種明顯的錯誤是 *語法錯誤* 和 *例外*。" #: ../../tutorial/errors.rst:15 msgid "Syntax Errors"