diff --git a/library/logging.po b/library/logging.po index 58cbb020d3..68af34eb1d 100644 --- a/library/logging.po +++ b/library/logging.po @@ -22,7 +22,7 @@ msgstr "" #: ../../library/logging.rst:2 msgid ":mod:`logging` --- Logging facility for Python" -msgstr "" +msgstr ":mod:`logging` --- Python 的日誌記錄工具" #: ../../library/logging.rst:10 msgid "**Source code:** :source:`Lib/logging/__init__.py`" @@ -32,7 +32,7 @@ msgstr "**原始碼:**\\ :source:`Lib/logging/__init__.py`" msgid "" "This page contains the API reference information. For tutorial information " "and discussion of more advanced topics, see" -msgstr "" +msgstr "此頁面包含 API 參考訊息。有關教學流程和更進階的主題討論,請參閱" #: ../../library/logging.rst:19 msgid ":ref:`Basic Tutorial `" @@ -51,6 +51,8 @@ msgid "" "This module defines functions and classes which implement a flexible event " "logging system for applications and libraries." msgstr "" +"這個模組定義了函式與類別 (class),為應用程式和函式庫實作彈性的日誌管理系" +"統。" #: ../../library/logging.rst:28 msgid ""