@@ -32,8 +32,8 @@ msgid ""
32
32
"manipulating paths in a portable way, and creating temporary files. The "
33
33
"full list of modules in this chapter is:"
34
34
msgstr ""
35
- "本章中描述的 module(模組)處理磁碟文件和目錄 。 例如,有一些 module(模組)用於讀取檔的屬性、以可移 "
36
- "植方式操作路徑以及創建臨時檔 。 本章中的完整 module(模組)清單是:"
35
+ "本章中描述的 module(模組)用於處理硬碟檔案和目錄 。 例如,有一些 module(模組)用於讀取檔案的屬性、以可攜 "
36
+ "(portable)方式操作路徑以及建立暫時檔案 。 本章中的完整 module(模組)清單是: :"
37
37
38
38
#: ../../library/filesys.rst:31
39
39
msgid "Module :mod:`os`"
@@ -44,7 +44,7 @@ msgid ""
44
44
"Operating system interfaces, including functions to work with files at a "
45
45
"lower level than Python :term:`file objects <file object>`."
46
46
msgstr ""
47
- "操作系統介面中 ,包括比 Python更低的級別的檔案處理函式 :\\ :term:`檔案物件 <file object>` 。"
47
+ "作業系統介面中 ,包括比 Python更低階的檔案處理函式 :\\ :term:`檔案物件 <file object>` 。"
48
48
49
49
#: ../../library/filesys.rst:35
50
50
msgid "Module :mod:`io`"
@@ -54,12 +54,12 @@ msgstr "Module(模組)\\ :mod:`io`"
54
54
msgid ""
55
55
"Python's built-in I/O library, including both abstract classes and some "
56
56
"concrete classes such as file I/O."
57
- msgstr "Python的內置 I/O 函式庫,包含抽象類別和一些具體類別,如檔案 I/O。"
57
+ msgstr "Python的內建 I/O 函式庫,包含抽象類別和一些具體類別(concrete class) ,如檔案 I/O。"
58
58
59
59
#: ../../library/filesys.rst:37
60
60
msgid "Built-in function :func:`open`"
61
- msgstr "內置函式 \\ :func:`open`"
61
+ msgstr "內建函式 \\ :func:`open`"
62
62
63
63
#: ../../library/filesys.rst:38
64
64
msgid "The standard way to open files for reading and writing with Python."
65
- msgstr "使用 Python打開檔案與進行讀取寫入檔案的標準方法 。"
65
+ msgstr "使用 Python打開檔案以進行讀寫檔案的標準方法 。"