@@ -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-30 23:53 +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,10 +37,15 @@ 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
+ "該模組提供了一種便利的方式來操作與作業系統相關的功能。如果你想讀取或寫入檔"
41
+ "案,請參閱 :func:`open` ,如果你想操作檔案路徑,請參閱 :mod:`os.path` 模組,"
42
+ "如果你想透過命令行查看所有檔案中的所有內容,請查看 :mod:`fileinput` 模組。要"
43
+ "建立臨時檔案和目錄,請參閱 :mod:`tempfile` 模組,要操作高級檔案和目錄,請參"
44
+ "閱 :mod:`shutil` 模組。"
40
45
41
46
#: ../../library/os.rst:19
42
47
msgid "Notes on the availability of these functions:"
43
- msgstr ""
48
+ msgstr "關於這些功能的可用性說明: "
44
49
45
50
#: ../../library/os.rst:21
46
51
msgid ""
@@ -64,6 +69,8 @@ msgid ""
64
69
"objects, and result in an object of the same type, if a path or file name is "
65
70
"returned."
66
71
msgstr ""
72
+ "所有接受檔案路徑和檔案名稱的函式皆接受位元組 (bytes) 和字串物件 (string "
73
+ "objects),且如果回傳檔案路徑或檔案名稱,則會產出相同型別的物件。"
67
74
68
75
#: ../../library/os.rst:35
69
76
msgid ""
0 commit comments