Skip to content

Commit ae20fa1

Browse files
committed
翻譯 #: ../../library/os.rst:11
1 parent eda10c1 commit ae20fa1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

library/os.po

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"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"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -17,7 +17,7 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=1; plural=0;\n"
20-
"X-Generator: Poedit 3.1.1\n"
20+
"X-Generator: Poedit 3.3.2\n"
2121

2222
#: ../../library/os.rst:2
2323
msgid ":mod:`os` --- Miscellaneous operating system interfaces"
@@ -37,6 +37,11 @@ msgid ""
3737
"mod:`tempfile` module, and for high-level file and directory handling see "
3838
"the :mod:`shutil` module."
3939
msgstr ""
40+
"該模塊提供了一種使用操作系統相關功能。如果你只想讀取或寫入文件,請參閱 :func:"
41+
"`open` ,如果你想操作路徑,請參閱 :mod:`os.path` 模塊,如果你想讀取所有文件中"
42+
"的所有行在命令行上查看 :mod:`fileinput` 模塊。要創建臨時文件和目錄,請參閱 :"
43+
"mod:`tempfile` module 模塊,對於高級文件和目錄處理,請參閱 :mod:`shutil` 模"
44+
"塊。"
4045

4146
#: ../../library/os.rst:19
4247
msgid "Notes on the availability of these functions:"

0 commit comments

Comments
 (0)