File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Doc/locale/zh_Hant/LC_MESSAGES/tutorial Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.5 TW\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"
Last-Translator :
Liang Bo Wang <[email protected] >\n "
16
16
"Language-Team : Chinese Traditional (http://www.transifex.com/python-tw-doc/python-35-tw/language/zh-Hant/)\n "
17
17
"MIME-Version : 1.0\n "
@@ -180,19 +180,19 @@ msgstr ":keyword:`pass` 陳述式"
180
180
msgid ""
181
181
"The :keyword:`pass` statement does nothing. It can be used when a statement "
182
182
"is required syntactically but the program requires no action. For example::"
183
- msgstr ""
183
+ msgstr ":keyword:`pass` 陳述不執行任何動作。它用在語法上需要一個陳述但不需要執行任何動作的時候。例如:\n\n:: "
184
184
185
185
#: ../../tutorial/controlflow.rst:223
186
186
msgid "This is commonly used for creating minimal classes::"
187
- msgstr ""
187
+ msgstr "這經常用於定義一個最簡單的類別:\n\n:: "
188
188
189
189
#: ../../tutorial/controlflow.rst:229
190
190
msgid ""
191
191
"Another place :keyword:`pass` can be used is as a place-holder for a "
192
192
"function or conditional body when you are working on new code, allowing you "
193
193
"to keep thinking at a more abstract level. The :keyword:`pass` is silently "
194
194
"ignored::"
195
- msgstr ""
195
+ msgstr ":keyword:`pass` 亦可作為一個函式或條件判斷主體的預留位置,它可幫助你以更宏觀的角度思考並撰寫新的程式碼。 \\ :keyword:`pass` 可自動忽略:\n\n:: "
196
196
197
197
#: ../../tutorial/controlflow.rst:240
198
198
msgid "Defining Functions"
You can’t perform that action at this time.
0 commit comments