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

Skip to content

Commit 5b63bf2

Browse files
author
Daily Build Bot
committed
Update translation (auto daily)
1 parent 43e991c commit 5b63bf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/locale/zh_Hant/LC_MESSAGES/tutorial/controlflow.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.5 TW\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2016-11-18 18:19-0600\n"
14-
"PO-Revision-Date: 2016-11-27 19:46+0000\n"
14+
"PO-Revision-Date: 2016-11-28 19:01+0000\n"
1515
"Last-Translator: Liang Bo Wang <[email protected]>\n"
1616
"Language-Team: Chinese Traditional (http://www.transifex.com/python-tw-doc/python-35-tw/language/zh-Hant/)\n"
1717
"MIME-Version: 1.0\n"
@@ -180,19 +180,19 @@ msgstr ":keyword:`pass` 陳述式"
180180
msgid ""
181181
"The :keyword:`pass` statement does nothing. It can be used when a statement "
182182
"is required syntactically but the program requires no action. For example::"
183-
msgstr ""
183+
msgstr ":keyword:`pass` 陳述不執行任何動作。它用在語法上需要一個陳述但不需要執行任何動作的時候。例如:\n\n::"
184184

185185
#: ../../tutorial/controlflow.rst:223
186186
msgid "This is commonly used for creating minimal classes::"
187-
msgstr ""
187+
msgstr "這經常用於定義一個最簡單的類別:\n\n::"
188188

189189
#: ../../tutorial/controlflow.rst:229
190190
msgid ""
191191
"Another place :keyword:`pass` can be used is as a place-holder for a "
192192
"function or conditional body when you are working on new code, allowing you "
193193
"to keep thinking at a more abstract level. The :keyword:`pass` is silently "
194194
"ignored::"
195-
msgstr ""
195+
msgstr ":keyword:`pass` 亦可作為一個函式或條件判斷主體的預留位置,它可幫助你以更宏觀的角度思考並撰寫新的程式碼。\\ :keyword:`pass` 可自動忽略:\n\n::"
196196

197197
#: ../../tutorial/controlflow.rst:240
198198
msgid "Defining Functions"

0 commit comments

Comments
 (0)