Skip to content

Commit 045bab2

Browse files
committed
small fixes
1 parent 2581e51 commit 045bab2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

library/os.po

Lines changed: 7 additions & 7 deletions
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: 2023-08-20 16:20+0800\n"
11+
"PO-Revision-Date: 2023-08-30 23:53+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"
@@ -37,15 +37,15 @@ msgid ""
3737
"mod:`tempfile` module, and for high-level file and directory handling see "
3838
"the :mod:`shutil` module."
3939
msgstr ""
40-
"該模塊提供了一種便利的操作系統相關功能。如果你只想讀取或寫入文件,請參閱 :"
41-
"func:`open` ,如果你想操作路徑,請參閱 :mod:`os.path` 模組,如果你想讀取全部"
42-
"的文件中的所有內容在命令行上查看 :mod:`fileinput` 模組。要創建臨時文件和目"
43-
",請參閱 :mod:`tempfile` module 模塊,對於高級檔案和目錄處理,請參閱 :mod:"
44-
"`shutil` 模組。"
40+
"該模組提供了一種便利的方式來操作與作業系統相關的功能。如果你想讀取或寫入檔"
41+
"案,請參閱 :func:`open` ,如果你想操作檔案路徑,請參閱 :mod:`os.path` 模組,"
42+
"如果你想透過命令行查看所有檔案中的所有內容,請查看 :mod:`fileinput` 模組。"
43+
"建立臨時檔案和目錄,請參閱 :mod:`tempfile` 模組,要操作高級檔案和目錄,請參"
44+
"閱 :mod:`shutil` 模組。"
4545

4646
#: ../../library/os.rst:19
4747
msgid "Notes on the availability of these functions:"
48-
msgstr "關於這些功能可用性的說明:"
48+
msgstr "關於這些功能的可用性說明:"
4949

5050
#: ../../library/os.rst:21
5151
msgid ""

0 commit comments

Comments
 (0)