Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
build at the same branch.
  • Loading branch information
AlexWUrobot committed Oct 22, 2018
commit f3235b2ddbe2a9ef95b2d0ce55c3f82906f10978
4 changes: 2 additions & 2 deletions tutorial/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 06:57+0200\n"
"PO-Revision-Date: 2018-10-22 08:27+0200\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
Expand All @@ -31,7 +31,7 @@ msgid ""
"two distinguishable kinds of errors: *syntax errors* and *exceptions*."
msgstr ""
"到目前為止還沒有提到錯誤訊息,但如果你嘗試這些範例,你可能會發現一些錯誤訊"
"息。常見有(至少)兩種明顯的錯誤是 *語法錯誤* *例外*。"
"息。常見有(至少)兩種明顯的錯誤是\\ *語法錯誤*\\ 和\\ *例外*\\。"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned in the previous review, could you please parenthesise the original English for "syntax error" and "exception" after each? e.g. *語法錯誤(syntax error)*, in order to show these two terms in source language to readers?

By the way, thank you for being so patient to my comments 😅


#: ../../tutorial/errors.rst:15
msgid "Syntax Errors"
Expand Down