@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2022-07-06 00:17+0000\n "
12
- "PO-Revision-Date : 2022-08-26 23:35 +0800\n "
12
+ "PO-Revision-Date : 2022-08-27 11:33 +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 "
@@ -48,7 +48,7 @@ msgid ""
48
48
"grouping perceived by the parser and the human reader. Occasionally C "
49
49
"programmers will encounter a fragment of code like this::"
50
50
msgstr ""
51
- "因為這裡沒有用 begin/end 包夾區塊,所以語法分析器解析的分組和人理解的分組不會 "
51
+ "因為這裡沒有用 begin/end 包夾區塊,所以語法剖析器解析的分組和人理解的分組不會 "
52
52
"有所歧異。偶爾 C 語言的程式人員會遇上像這樣的一段程式碼:\n"
53
53
"\n"
54
54
"::"
@@ -192,7 +192,7 @@ msgid ""
192
192
"tuples and lists."
193
193
msgstr ""
194
194
"其一是效能:知道字串不可變動後,我們就可以在創造他的時候就分配好空間,而後他"
195
- "的儲存空間需求就是固定不變的。這也是值組 (tuples) 和列表 (lists) 相異的其中一"
195
+ "的儲存空間需求就是固定不變的。這也是值組 (tuples) 和串列 (lists) 相異的其中一"
196
196
"個原因。"
197
197
198
198
#: ../../faq/design.rst:104
@@ -719,8 +719,8 @@ msgid ""
719
719
"added another file or two to the directory."
720
720
msgstr ""
721
721
"另一方面,串列更像是其他語言的陣列 (array)。他可以有不固定個同類別物件,且為"
722
- "逐項操作。舉例來說,``os.listdir('.')`` 回傳當下目錄裡的檔案,以包含字串的列 "
723
- "表表示 。如果你新增了幾個檔案到這個目錄,一般來說操作結果的函式也會正常運作。"
722
+ "逐項操作。舉例來說,``os.listdir('.')`` 回傳當下目錄裡的檔案,以包含字串的串 "
723
+ "列表示 。如果你新增了幾個檔案到這個目錄,一般來說操作結果的函式也會正常運作。"
724
724
725
725
#: ../../faq/design.rst:416
726
726
msgid ""
@@ -1270,7 +1270,7 @@ msgid ""
1270
1270
"the program text."
1271
1271
msgstr ""
1272
1272
"另一個小原因是冒號會使編輯器更容易做語法突顯,他們只需要看冒號的位置就可以決"
1273
- "定是否需要更多縮排,而不用做更多繁複精密的程式碼解析 。"
1273
+ "定是否需要更多縮排,而不用做更多繁複精密的程式碼剖析 。"
1274
1274
1275
1275
#: ../../faq/design.rst:739
1276
1276
msgid "Why does Python allow commas at the end of lists and tuples?"
@@ -1314,7 +1314,7 @@ msgid ""
1314
1314
"\" fee\" , \" fiefoo\" and \" fum\" . Always adding the comma avoids this source "
1315
1315
"of error."
1316
1316
msgstr ""
1317
- "這個列表看起來有四個元素 ,但他其實只有三個:「fee」、「fiefoo」、「fum」。永"
1317
+ "這個串列看起來有四個元素 ,但他其實只有三個:「fee」、「fiefoo」、「fum」。永"
1318
1318
"遠記得加上逗號以避免這種錯誤。"
1319
1319
1320
1320
#: ../../faq/design.rst:772
0 commit comments