@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.6 TW\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2018-06-28 20:03+0800\n "
12
- "PO-Revision-Date : 2018-05-23 16:18+0000 \n "
12
+ "PO-Revision-Date : 2018-07-12 20:20+0800 \n "
13
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team : Chinese Traditional (http://www.transifex.com/python-tw-doc/ "
15
15
"python-36-tw/language/zh-Hant/)\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.0.9\n "
21
22
22
23
#: ../../tutorial/modules.rst:5
23
24
msgid "Modules"
@@ -34,6 +35,11 @@ msgid ""
34
35
"You may also want to use a handy function that you've written in several "
35
36
"programs without copying its definition into each program."
36
37
msgstr ""
38
+ "如果從 Python 編譯器離開後又再次進入,之前(幫函式或變數)做的定義都會消失。"
39
+ "因此,想要寫一些比較長的程式時,你最好使用編輯器來準備要給編譯器的輸入,並且"
40
+ "用該檔案來運行它。這就是一個*腳本*。隨著你的程式越變越長,你可能會想要把它分"
41
+ "開成幾個段落,讓它比較好維護。你可能也會想用一個你之前已經在其他程式寫好的功"
42
+ "能,不過不要複製該功能的原始定義到所有使用它的程式裡。"
37
43
38
44
#: ../../tutorial/modules.rst:16
39
45
msgid ""
0 commit comments