@@ -10,7 +10,7 @@ msgstr ""
10
10
"Project-Id-Version : Python 3.5 TW\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2016-11-18 18:19-0600\n "
13
- "PO-Revision-Date : 2016-11-25 05:50 +0000\n "
13
+ "PO-Revision-Date : 2016-11-26 05:12 +0000\n "
14
14
"
Last-Translator :
Liang Bo Wang <[email protected] >\n "
15
15
"Language-Team : Chinese Traditional (http://www.transifex.com/python-tw-doc/python-35-tw/language/zh-Hant/)\n "
16
16
"MIME-Version : 1.0\n "
@@ -337,7 +337,7 @@ msgid ""
337
337
"of comma-separated values (items) between square brackets. Lists might "
338
338
"contain items of different types, but usually the items all have the same "
339
339
"type. ::"
340
- msgstr "Python 理解數種複合型資料型別,用來組合不同的數值。當中最多樣變化的型別為 *list*,可以寫成一系列以逗號分隔的數值(稱之 items ),包含在方括號之中。List 可以包合不同型別的項目,但通常這些 item 會有相同的型別 :\n\n::"
340
+ msgstr "Python 理解數種複合型資料型別,用來組合不同的數值。當中最多樣變化的型別為 *list*,可以寫成一系列以逗號分隔的數值(稱之元素,即 item ),包含在方括號之中。List 可以包合不同型別的元素,但通常這些元素會有相同的型別 :\n\n::"
341
341
342
342
#: ../../tutorial/introduction.rst:377
343
343
msgid ""
@@ -440,13 +440,13 @@ msgid ""
440
440
"arguments, floating point quantities, and strings. Strings are printed "
441
441
"without quotes, and a space is inserted between items, so you can format "
442
442
"things nicely, like this::"
443
- msgstr ""
443
+ msgstr ":func:`print` 函式印出它接收到引數(們)的值。不同於先前僅我們寫下想要的運算(像是先前的計算機範例),它可以處理複數個引數、浮點數數值和字串。印出的字串將不帶有引號,並且不同項目間會插入一個空白,因此可以讓你容易格式化輸出,例如:\n\n:: "
444
444
445
445
#: ../../tutorial/introduction.rst:514
446
446
msgid ""
447
447
"The keyword argument *end* can be used to avoid the newline after the "
448
448
"output, or end the output with a different string::"
449
- msgstr ""
449
+ msgstr "關鍵字引數 *end* 可以被用來避免額外的換行符加入到輸出中,或者以不同的字串結束輸出:\n\n:: "
450
450
451
451
#: ../../tutorial/introduction.rst:526
452
452
msgid "Footnotes"
@@ -457,12 +457,12 @@ msgid ""
457
457
"Since ``**`` has higher precedence than ``-``, ``-3**2`` will be interpreted"
458
458
" as ``-(3**2)`` and thus result in ``-9``. To avoid this and get ``9``, you"
459
459
" can use ``(-3)**2``."
460
- msgstr ""
460
+ msgstr "因為 ``**`` 擁有較 ``-`` 高的優先次序, \\ ``-3**2`` 會被解釋為 ``-(3**2)`` 並得到 ``-9`` \\ 。如果要避免這樣的優先順序以得到 ``9``,你可以使用 ``(-3)**2`` \\ 。 "
461
461
462
462
#: ../../tutorial/introduction.rst:531
463
463
msgid ""
464
464
"Unlike other languages, special characters such as ``\\ n`` have the same "
465
465
"meaning with both single (``'...'``) and double (``\" ...\" ``) quotes. The "
466
466
"only difference between the two is that within single quotes you don't need "
467
467
"to escape ``\" `` (but you have to escape ``\\ '``) and vice versa."
468
- msgstr ""
468
+ msgstr "不像其他語言,特殊符號如 `` \\ n`` 在單 (``'...'``) 和雙 (`` \" ... \" ``) 括號中有相同的意思。兩種刮號的唯一差別,在於使用單刮號時,不需要跳脫 (escape) `` \" `` \\ (但需要跳脫 `` \\ '`` \\ ),反之亦同。 "
0 commit comments