8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eda10c1 + 019fa4b commit 2d9f157Copy full SHA for 2d9f157
library/logging.po
@@ -43,7 +43,7 @@ msgstr ":ref:`進階教學 <logging-advanced-tutorial>`"
43
44
#: ../../library/logging.rst:21
45
msgid ":ref:`Logging Cookbook <logging-cookbook>`"
46
-msgstr ""
+msgstr ":ref:`日誌記錄手冊 <logging-cookbook>`"
47
48
#: ../../library/logging.rst:25
49
msgid ""
@@ -58,6 +58,10 @@ msgid ""
58
"application log can include your own messages integrated with messages from "
59
"third-party modules."
60
msgstr ""
61
+"由標準函式庫模組提供的日誌記錄 API 的主要好處是,"
62
+"所有的 Python 模組都能參與日誌記錄,"
63
+"因此您的應用程式日誌可以包含您自己的訊息,"
64
+"並與來自第三方模組的訊息整合在一起。"
65
66
#: ../../library/logging.rst:33
67
msgid "The simplest example:"
0 commit comments