@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-07-29 00:03+0000\n "
11
- "PO-Revision-Date : 2022-10-16 08:11 +0800\n "
11
+ "PO-Revision-Date : 2023-08-20 14:32 +0800\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -17,7 +17,7 @@ msgstr ""
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Plural-Forms : nplurals=1; plural=0;\n "
20
- "X-Generator : Poedit 3.1.1 \n "
20
+ "X-Generator : Poedit 3.3.2 \n "
21
21
22
22
#: ../../library/os.rst:2
23
23
msgid ":mod:`os` --- Miscellaneous operating system interfaces"
@@ -37,6 +37,11 @@ msgid ""
37
37
"mod:`tempfile` module, and for high-level file and directory handling see "
38
38
"the :mod:`shutil` module."
39
39
msgstr ""
40
+ "該模塊提供了一種使用操作系統相關功能。如果你只想讀取或寫入文件,請參閱 :func:"
41
+ "`open` ,如果你想操作路徑,請參閱 :mod:`os.path` 模塊,如果你想讀取所有文件中"
42
+ "的所有行在命令行上查看 :mod:`fileinput` 模塊。要創建臨時文件和目錄,請參閱 :"
43
+ "mod:`tempfile` module 模塊,對於高級文件和目錄處理,請參閱 :mod:`shutil` 模"
44
+ "塊。"
40
45
41
46
#: ../../library/os.rst:19
42
47
msgid "Notes on the availability of these functions:"
0 commit comments