Skip to content

Commit

Permalink
sync with cpython 5c439fbd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 18, 2023
1 parent 0fbb5ed commit 24cacd8
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 101 deletions.
14 changes: 6 additions & 8 deletions library/logging.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-29 10:36+0000\n"
"POT-Creation-Date: 2023-09-18 00:04+0000\n"
"PO-Revision-Date: 2023-08-20 16:49+0800\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -51,8 +51,7 @@ msgid ""
"This module defines functions and classes which implement a flexible event "
"logging system for applications and libraries."
msgstr ""
"這個模組定義了函式與類別 (class),為應用程式和函式庫實作彈性的日誌管理系"
"統。"
"這個模組定義了函式與類別 (class),為應用程式和函式庫實作彈性的日誌管理系統。"

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

#: ../../library/logging.rst:33
msgid "The simplest example:"
Expand Down Expand Up @@ -1117,7 +1115,7 @@ msgstr ""
msgid ""
"In the case of {}-formatting, you can specify formatting flags by placing "
"them after the attribute name, separated from it with a colon. For example: "
"a placeholder of ``{msecs:03d}`` would format a millisecond value of ``4`` "
"a placeholder of ``{msecs:03.0f}`` would format a millisecond value of ``4`` "
"as ``004``. Refer to the :meth:`str.format` documentation for full details "
"on the options available to you."
msgstr ""
Expand Down
Loading

0 comments on commit 24cacd8

Please sign in to comment.