8
8
msgstr ""
9
9
"Project-Id-Version :Python 3.12\n "
10
10
"Report-Msgid-Bugs-To :\n "
11
- "POT-Creation-Date :2023-07-29 10:36 +0000\n "
11
+ "POT-Creation-Date :2023-09-18 00:04 +0000\n "
12
12
"PO-Revision-Date :2023-08-20 16:49+0800\n "
13
13
"Last-Translator :Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -51,8 +51,7 @@ msgid ""
51
51
"This module defines functions and classes which implement a flexible event "
52
52
"logging system for applications and libraries."
53
53
msgstr ""
54
- "這個模組定義了函式與類別 (class),為應用程式和函式庫實作彈性的日誌管理系"
55
- "統。"
54
+ "這個模組定義了函式與類別 (class),為應用程式和函式庫實作彈性的日誌管理系統。"
56
55
57
56
#: ../../library/logging.rst:28
58
57
msgid ""
@@ -61,10 +60,9 @@ msgid ""
61
60
"application log can include your own messages integrated with messages from "
62
61
"third-party modules."
63
62
msgstr ""
64
- "由標準函式庫模組提供的日誌記錄 API 的主要好處是,"
65
- "所有的 Python 模組都能參與日誌記錄,"
66
- "因此您的應用程式日誌可以包含您自己的訊息,"
67
- "並與來自第三方模組的訊息整合在一起。"
63
+ "由標準函式庫模組提供的日誌記錄 API 的主要好處是,所有的 Python 模組都能參與日"
64
+ "誌記錄,因此您的應用程式日誌可以包含您自己的訊息,並與來自第三方模組的訊息整"
65
+ "合在一起。"
68
66
69
67
#: ../../library/logging.rst:33
70
68
msgid "The simplest example:"
@@ -1117,7 +1115,7 @@ msgstr ""
1117
1115
msgid ""
1118
1116
"In the case of {}-formatting, you can specify formatting flags by placing "
1119
1117
"them after the attribute name, separated from it with a colon. For example: "
1120
- "a placeholder of ``{msecs:03d }`` would format a millisecond value of ``4`` "
1118
+ "a placeholder of ``{msecs:03.0f }`` would format a millisecond value of ``4`` "
1121
1119
"as ``004``. Refer to the :meth:`str.format` documentation for full details "
1122
1120
"on the options available to you."
1123
1121
msgstr ""