@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2018-09-20 15:25+0800\n "
12
- "PO-Revision-Date : 2018-05-23 16:18+0000 \n "
12
+ "PO-Revision-Date : 2018-10-14 14:15+0800 \n "
13
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -18,6 +18,7 @@ msgstr ""
18
18
"Content-Type : text/plain; charset=UTF-8\n "
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
+ "X-Generator : Poedit 2.2\n "
21
22
22
23
#: ../../tutorial/inputoutput.rst:5
23
24
msgid "Input and Output"
@@ -29,10 +30,12 @@ msgid ""
29
30
"printed in a human-readable form, or written to a file for future use. This "
30
31
"chapter will discuss some of the possibilities."
31
32
msgstr ""
33
+ "有數種方式可以顯示程式的輸出;資料可以以人類易讀的形式印出,或是寫入檔案以供"
34
+ "未來所使用。這章節會討論幾種不同的方式。"
32
35
33
36
#: ../../tutorial/inputoutput.rst:15
34
37
msgid "Fancier Output Formatting"
35
- msgstr ""
38
+ msgstr "更華麗的輸出格式 "
36
39
37
40
#: ../../tutorial/inputoutput.rst:17
38
41
msgid ""
@@ -41,13 +44,18 @@ msgid ""
41
44
"method of file objects; the standard output file can be referenced as ``sys."
42
45
"stdout``. See the Library Reference for more information on this.)"
43
46
msgstr ""
47
+ "目前為止我們已經學過兩種寫值的方式:*運算陳述式* 與 :func:`print` 函式。(第"
48
+ "三種方法是使用檔案物件的 :meth:`write` 方法;標準的檔案輸出是使用 ``sys."
49
+ "stdout`` 來達成的。詳細的資訊請參考對應的函示庫說明。)"
44
50
45
51
#: ../../tutorial/inputoutput.rst:22
46
52
msgid ""
47
53
"Often you'll want more control over the formatting of your output than "
48
54
"simply printing space-separated values. There are several ways to format "
49
55
"output."
50
56
msgstr ""
57
+ "通常你會想要對輸出格式有更多地控制;而不是僅列印出以空格隔開的值。以下是幾種"
58
+ "格式化輸出的方式。"
51
59
52
60
#: ../../tutorial/inputoutput.rst:25
53
61
msgid ""
@@ -109,7 +117,7 @@ msgstr ""
109
117
110
118
#: ../../tutorial/inputoutput.rst:100
111
119
msgid "Formatted String Literals"
112
- msgstr ""
120
+ msgstr "格式化的字串常數 "
113
121
114
122
#: ../../tutorial/inputoutput.rst:102
115
123
msgid ""
0 commit comments