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

Skip to content

Commit de27b1a

Browse files
author
Daily Build Bot
committed
Update translation (auto daily)
1 parent bc3a7c3 commit de27b1a

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:13+0000\n"
14+
"PO-Revision-Date: 2016-11-27 19:31+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"
@@ -148,13 +148,13 @@ msgid ""
148148
"condition becomes false (with :keyword:`while`), but not when the loop is "
149149
"terminated by a :keyword:`break` statement. This is exemplified by the "
150150
"following loop, which searches for prime numbers::"
151-
msgstr ""
151+
msgstr "迴圈可以帶有一個 ``else`` 段落。當迴圈歷遍选代的 list (在 :keyword:`for` 中)或條件為偽(在 :keyword:`while` 中)時,這個段落會被執行;但迴圈被 :keyword:`break` 陳述終止時則不會。底下尋找質數的迴圈即示範了這個行為:\n\n::"
152152

153153
#: ../../tutorial/controlflow.rst:184
154154
msgid ""
155155
"(Yes, this is the correct code. Look closely: the ``else`` clause belongs "
156156
"to the :keyword:`for` loop, **not** the :keyword:`if` statement.)"
157-
msgstr ""
157+
msgstr "(沒錯,這是正確的程式碼。請看仔細:``else`` 段落屬於 :keyword:`for` 迴圈,\\ **並非** :keyword:`if` 陳述。)"
158158

159159
#: ../../tutorial/controlflow.rst:187
160160
msgid ""
@@ -164,7 +164,7 @@ msgid ""
164164
"when no exception occurs, and a loop's ``else`` clause runs when no "
165165
"``break`` occurs. For more on the :keyword:`try` statement and exceptions, "
166166
"see :ref:`tut-handling`."
167-
msgstr ""
167+
msgstr "當 ``else`` 段落與迴圈使用時,相較於搭配 :keyword:`if` 陳述使用,它的行為與搭配 :keyword:`try` 陳述使用時更為相似:\\ :keyword:`try` 的 ``else`` 段落在沒有任何例外 (exception) 時執行,而迴圈的 ``else`` 段落在沒有任何 ``break`` 時執行。更多有關 :keyword:`try` 陳述和例外的介紹,見\\ :ref:`tut-handling`\\"
168168

169169
#: ../../tutorial/controlflow.rst:194
170170
msgid ""

0 commit comments

Comments
 (0)