Skip to content

Commit 9e225c7

Browse files
authored
Merge branch 'pycon-sprints' into os
2 parents 27d670d + db17157 commit 9e225c7

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

library/logging.po

+5-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ msgstr ":ref:`進階教學 <logging-advanced-tutorial>`"
4444

4545
#: ../../library/logging.rst:21
4646
msgid ":ref:`Logging Cookbook <logging-cookbook>`"
47-
msgstr ""
47+
msgstr ":ref:`日誌記錄手冊 <logging-cookbook>`"
4848

4949
#: ../../library/logging.rst:25
5050
msgid ""
@@ -59,6 +59,10 @@ msgid ""
5959
"application log can include your own messages integrated with messages from "
6060
"third-party modules."
6161
msgstr ""
62+
"由標準函式庫模組提供的日誌記錄 API 的主要好處是,"
63+
"所有的 Python 模組都能參與日誌記錄,"
64+
"因此您的應用程式日誌可以包含您自己的訊息,"
65+
"並與來自第三方模組的訊息整合在一起。"
6266

6367
#: ../../library/logging.rst:33
6468
msgid "The simplest example:"

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: 2023-08-20 16:45+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,10 +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` 模組,要操作高級檔案和目錄,請參"
44+
"閱 :mod:`shutil` 模組。"
4045

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

4550
#: ../../library/os.rst:21
4651
msgid ""

0 commit comments

Comments
 (0)