@@ -39,15 +39,14 @@ msgstr ""
3939"Application Note`_ 中定義的格式有所理解。"
4040
4141#: ../../library/zipfile.rst:19
42- #, fuzzy
4342msgid ""
4443"This module does not handle multipart ZIP files. It can handle ZIP files "
4544"that use the ZIP64 extensions (that is ZIP files that are more than 4 GiB in "
4645"size). It supports decryption of encrypted files in ZIP archives, but it "
4746"cannot create an encrypted file. Decryption is extremely slow as it is "
4847"implemented in native Python rather than C."
4948msgstr ""
50- "本模組目前不處理多磁碟 ZIP 檔案。它可以處理使用 ZIP64 擴充(即大於 4 GiB 的 "
49+ "本模組不處理多組件 (multipart) ZIP 檔案。它可以處理使用 ZIP64 擴充(即大於 4 GiB 的 "
5150"ZIP 檔案)的 ZIP 檔案。它支援解密 ZIP 封存檔案中的加密檔案,但目前無法建立加"
5251"密檔案。解密速度極慢,因為它是在原生 Python 中實作,而不是 C。"
5352
@@ -221,7 +220,6 @@ msgid ""
221220msgstr "關於 Info-ZIP 專案的 ZIP 封存程式和開發函式庫的資訊。"
222221
223222#: ../../library/zipfile.rst:179
224- #, fuzzy
225223msgid "ZipFile objects"
226224msgstr "ZipFile 物件"
227225
@@ -356,12 +354,11 @@ msgstr ""
356354" myzip.write('eggs.txt')"
357355
358356#: ../../library/zipfile.rst:250
359- #, fuzzy
360357msgid ""
361358"*metadata_encoding* is an instance-wide setting for the ZipFile. It is not "
362359"possible to set this on a per-member basis."
363360msgstr ""
364- "*metadata_encoding* 是 ZipFile 的一個實例範圍設定。目前無法以每個成員為基礎來 "
361+ "*metadata_encoding* 是 ZipFile 的一個實例範圍設定。無法以每個成員為基礎來 "
365362"設定此項。"
366363
367364#: ../../library/zipfile.rst:253
@@ -861,7 +858,6 @@ msgstr ""
861858"65535 位元組。超過此長度的註解將被截斷。"
862859
863860#: ../../library/zipfile.rst:575
864- #, fuzzy
865861msgid "Path objects"
866862msgstr "Path 物件"
867863
@@ -1037,7 +1033,6 @@ msgstr ""
10371033"用 ``zipp.Path`` 來取代 ``zipfile.Path`` 以提早使用變更。"
10381034
10391035#: ../../library/zipfile.rst:711
1040- #, fuzzy
10411036msgid "PyZipFile objects"
10421037msgstr "PyZipFile 物件"
10431038
@@ -1168,7 +1163,6 @@ msgid "Recursion sorts directory entries."
11681163msgstr "遞迴會對目錄條目進行排序。"
11691164
11701165#: ../../library/zipfile.rst:788
1171- #, fuzzy
11721166msgid "ZipInfo objects"
11731167msgstr "ZipInfo 物件"
11741168
@@ -1384,7 +1378,6 @@ msgid "Size of the uncompressed file."
13841378msgstr "未壓縮檔案的大小。"
13851379
13861380#: ../../library/zipfile.rst:958
1387- #, fuzzy
13881381msgid "Command-line interface"
13891382msgstr "命令列介面"
13901383
@@ -1483,7 +1476,6 @@ msgstr ""
14831476"失敗。"
14841477
14851478#: ../../library/zipfile.rst:1033
1486- #, fuzzy
14871479msgid "File system limitations"
14881480msgstr "檔案系統限制"
14891481
0 commit comments