From 5a133662f96cc889fc390f65dd0756f9c9b689f5 Mon Sep 17 00:00:00 2001 From: kuoJac <11030115@fhsh.tp.edu.tw> Date: Sun, 20 Aug 2023 14:20:06 +0800 Subject: [PATCH 01/17] =?UTF-8?q?=E7=BF=BB=E8=AD=AF#:=20../../library/logg?= =?UTF-8?q?ing.rst:21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/logging.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/logging.po b/library/logging.po index 8f4ec3c021..ad48ae32b2 100644 --- a/library/logging.po +++ b/library/logging.po @@ -43,7 +43,7 @@ msgstr ":ref:`進階教學 `" #: ../../library/logging.rst:21 msgid ":ref:`Logging Cookbook `" -msgstr "" +msgstr ":ref:`日誌記錄手冊 `" #: ../../library/logging.rst:25 msgid "" From b34e2a94e9482f8d8d11c1d4d7bd4914701c3144 Mon Sep 17 00:00:00 2001 From: Kiki Yang Date: Sun, 20 Aug 2023 14:47:49 +0800 Subject: [PATCH 02/17] ../../library/logging.rst:25 --- library/logging.po | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library/logging.po b/library/logging.po index 8f4ec3c021..1e3002cbc3 100644 --- a/library/logging.po +++ b/library/logging.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 10:36+0000\n" -"PO-Revision-Date: 2018-05-23 16:05+0000\n" +"PO-Revision-Date: 2023-08-20 14:20+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -18,6 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.3.2\n" #: ../../library/logging.rst:2 msgid ":mod:`logging` --- Logging facility for Python" @@ -50,6 +51,8 @@ msgid "" "This module defines functions and classes which implement a flexible event " "logging system for applications and libraries." msgstr "" +"這個模組為應用程式和函式庫系統定義了 functions(函數)與 class(類別)的彈性" +"事件" #: ../../library/logging.rst:28 msgid "" From ae20fa1b7b82d141e70dd9e1191e38dadbca1189 Mon Sep 17 00:00:00 2001 From: ddays Date: Sun, 20 Aug 2023 15:07:06 +0800 Subject: [PATCH 03/17] =?UTF-8?q?=E7=BF=BB=E8=AD=AF=20#:=20../../library/o?= =?UTF-8?q?s.rst:11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/os.po | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/library/os.po b/library/os.po index 624383d5bb..eb9e77db59 100644 --- a/library/os.po +++ b/library/os.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 00:03+0000\n" -"PO-Revision-Date: 2022-10-16 08:11+0800\n" +"PO-Revision-Date: 2023-08-20 14:32+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 3.1.1\n" +"X-Generator: Poedit 3.3.2\n" #: ../../library/os.rst:2 msgid ":mod:`os` --- Miscellaneous operating system interfaces" @@ -37,6 +37,11 @@ msgid "" "mod:`tempfile` module, and for high-level file and directory handling see " "the :mod:`shutil` module." msgstr "" +"該模塊提供了一種使用操作系統相關功能。如果你只想讀取或寫入文件,請參閱 :func:" +"`open` ,如果你想操作路徑,請參閱 :mod:`os.path` 模塊,如果你想讀取所有文件中" +"的所有行在命令行上查看 :mod:`fileinput` 模塊。要創建臨時文件和目錄,請參閱 :" +"mod:`tempfile` module 模塊,對於高級文件和目錄處理,請參閱 :mod:`shutil` 模" +"塊。" #: ../../library/os.rst:19 msgid "Notes on the availability of these functions:" From 019fa4bcbccdc2c81382844275f1b477b50c06ea Mon Sep 17 00:00:00 2001 From: kuoJac <11030115@fhsh.tp.edu.tw> Date: Sun, 20 Aug 2023 15:11:53 +0800 Subject: [PATCH 04/17] =?UTF-8?q?=E7=BF=BB=E8=AD=AF=20#:=20../../library/l?= =?UTF-8?q?ogging.rst:28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/logging.po | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/logging.po b/library/logging.po index ad48ae32b2..23e17c8644 100644 --- a/library/logging.po +++ b/library/logging.po @@ -58,6 +58,10 @@ msgid "" "application log can include your own messages integrated with messages from " "third-party modules." msgstr "" +"由標準函式庫模組提供的日誌記錄 API 的主要好處是," +"所有的 Python 模組都能參與日誌記錄," +"因此您的應用程式日誌可以包含您自己的訊息," +"並與來自第三方模組的訊息整合在一起。" #: ../../library/logging.rst:33 msgid "The simplest example:" From f6d7b2ca44d09086e351863b4f54c73aa57f6e6d Mon Sep 17 00:00:00 2001 From: Liam Lin Date: Sun, 20 Aug 2023 15:37:46 +0800 Subject: [PATCH 05/17] translate library/os.po #: ../../library/os.rst:31 --- library/os.po | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/library/os.po b/library/os.po index 624383d5bb..105b55bed3 100644 --- a/library/os.po +++ b/library/os.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 00:03+0000\n" -"PO-Revision-Date: 2022-10-16 08:11+0800\n" +"PO-Revision-Date: 2023-08-20 14:33+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 3.1.1\n" +"X-Generator: Poedit 3.3.2\n" #: ../../library/os.rst:2 msgid ":mod:`os` --- Miscellaneous operating system interfaces" @@ -64,6 +64,8 @@ msgid "" "objects, and result in an object of the same type, if a path or file name is " "returned." msgstr "" +"所有接受檔案路徑和檔案名稱的函式皆接受位元組(bytes) 和字串物件(string " +"objects),且如果回傳檔案路徑或檔案名稱,則會產出相同型態物件。" #: ../../library/os.rst:35 msgid "" From 5d89c38eadbf085609eb2e5f95d4234f94de3b61 Mon Sep 17 00:00:00 2001 From: ddays Date: Sun, 20 Aug 2023 16:13:54 +0800 Subject: [PATCH 06/17] #: ../../library/os.rst:19 --- library/os.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/os.po b/library/os.po index eb9e77db59..c49a460466 100644 --- a/library/os.po +++ b/library/os.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 00:03+0000\n" -"PO-Revision-Date: 2023-08-20 14:32+0800\n" +"PO-Revision-Date: 2023-08-20 15:27+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -45,7 +45,7 @@ msgstr "" #: ../../library/os.rst:19 msgid "Notes on the availability of these functions:" -msgstr "" +msgstr "關於這些功能可用性的說明:" #: ../../library/os.rst:21 msgid "" From bcaba08bc9543605f7118309977cfe9494b2fbaf Mon Sep 17 00:00:00 2001 From: Kiki Yang Date: Sun, 20 Aug 2023 16:19:39 +0800 Subject: [PATCH 07/17] ../../library/logging.rst:2.16.25 --- library/logging.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library/logging.po b/library/logging.po index 1e3002cbc3..bd62a8769a 100644 --- a/library/logging.po +++ b/library/logging.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 10:36+0000\n" -"PO-Revision-Date: 2023-08-20 14:20+0800\n" +"PO-Revision-Date: 2023-08-20 16:16+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -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,8 +51,8 @@ msgid "" "This module defines functions and classes which implement a flexible event " "logging system for applications and libraries." msgstr "" -"這個模組為應用程式和函式庫系統定義了 functions(函數)與 class(類別)的彈性" -"事件" +"這個模組定義了函式與 classes(類別),為應用程式和函式庫實作彈性日誌管理系" +"統。" #: ../../library/logging.rst:28 msgid "" From 236b80369b716aa1f7a07b9b758bd06839b62a25 Mon Sep 17 00:00:00 2001 From: Liam Lin Date: Sun, 20 Aug 2023 16:36:08 +0800 Subject: [PATCH 08/17] translate library/os.po #: ../../library/logging.rst:321 ../../library/logging.rst:326 --- library/logging.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library/logging.po b/library/logging.po index 8f4ec3c021..67e166bbb9 100644 --- a/library/logging.po +++ b/library/logging.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 10:36+0000\n" -"PO-Revision-Date: 2018-05-23 16:05+0000\n" +"PO-Revision-Date: 2023-08-20 16:32+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -18,6 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.3.2\n" #: ../../library/logging.rst:2 msgid ":mod:`logging` --- Logging facility for Python" @@ -422,11 +423,11 @@ msgstr "" #: ../../library/logging.rst:321 msgid "Adds the specified filter *filter* to this logger." -msgstr "" +msgstr "在該logger內增加指定的filter *filter*。" #: ../../library/logging.rst:326 msgid "Removes the specified filter *filter* from this logger." -msgstr "" +msgstr "在該logger 內移除指定的filter *filter*。" #: ../../library/logging.rst:331 msgid "" From 2581e5143cdfb953caca4b6b268a6850118f1987 Mon Sep 17 00:00:00 2001 From: ddays Date: Sun, 20 Aug 2023 16:45:57 +0800 Subject: [PATCH 09/17] #: ../../library/os.rst:19 --- library/os.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/library/os.po b/library/os.po index c49a460466..575eb7d93c 100644 --- a/library/os.po +++ b/library/os.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 00:03+0000\n" -"PO-Revision-Date: 2023-08-20 15:27+0800\n" +"PO-Revision-Date: 2023-08-20 16:20+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -37,11 +37,11 @@ msgid "" "mod:`tempfile` module, and for high-level file and directory handling see " "the :mod:`shutil` module." msgstr "" -"該模塊提供了一種使用操作系統相關功能。如果你只想讀取或寫入文件,請參閱 :func:" -"`open` ,如果你想操作路徑,請參閱 :mod:`os.path` 模塊,如果你想讀取所有文件中" -"的所有行在命令行上查看 :mod:`fileinput` 模塊。要創建臨時文件和目錄,請參閱 :" -"mod:`tempfile` module 模塊,對於高級文件和目錄處理,請參閱 :mod:`shutil` 模" -"塊。" +"該模塊提供了一種便利的操作系統相關功能。如果你只想讀取或寫入文件,請參閱 :" +"func:`open` ,如果你想操作路徑,請參閱 :mod:`os.path` 模組,如果你想讀取全部" +"的文件中的所有內容在命令行上查看 :mod:`fileinput` 模組。要創建臨時文件和目" +"錄,請參閱 :mod:`tempfile` module 模塊,對於高級檔案和目錄處理,請參閱 :mod:" +"`shutil` 模組。" #: ../../library/os.rst:19 msgid "Notes on the availability of these functions:" From e19074e5d8c179fc5b490e3d1528d8bdaf194e9b Mon Sep 17 00:00:00 2001 From: Liam Lin Date: Sun, 20 Aug 2023 16:55:42 +0800 Subject: [PATCH 10/17] translate library/os.po #: ../../library/logging.rst:321 ../../library/logging.rst:326 library/logger.po #: ../../library/logging.rst:31 --- library/logging.po | 2 +- library/os.po | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/logging.po b/library/logging.po index 67e166bbb9..2d4fae4abd 100644 --- a/library/logging.po +++ b/library/logging.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 10:36+0000\n" -"PO-Revision-Date: 2023-08-20 16:32+0800\n" +"PO-Revision-Date: 2023-08-20 16:49+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" diff --git a/library/os.po b/library/os.po index 105b55bed3..9b35d9a149 100644 --- a/library/os.po +++ b/library/os.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 00:03+0000\n" -"PO-Revision-Date: 2023-08-20 14:33+0800\n" +"PO-Revision-Date: 2023-08-20 16:45+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -64,7 +64,7 @@ msgid "" "objects, and result in an object of the same type, if a path or file name is " "returned." msgstr "" -"所有接受檔案路徑和檔案名稱的函式皆接受位元組(bytes) 和字串物件(string " +"所有接受檔案路徑和檔案名稱的函式皆接受位元組 (bytes) 和字串物件 (string " "objects),且如果回傳檔案路徑或檔案名稱,則會產出相同型態物件。" #: ../../library/os.rst:35 From 045bab2bcf372fe7ec4a3c845576c4c903c97807 Mon Sep 17 00:00:00 2001 From: ddays Date: Wed, 30 Aug 2023 23:55:35 +0800 Subject: [PATCH 11/17] small fixes --- library/os.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/library/os.po b/library/os.po index 575eb7d93c..eea12fdde2 100644 --- a/library/os.po +++ b/library/os.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 00:03+0000\n" -"PO-Revision-Date: 2023-08-20 16:20+0800\n" +"PO-Revision-Date: 2023-08-30 23:53+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -37,15 +37,15 @@ msgid "" "mod:`tempfile` module, and for high-level file and directory handling see " "the :mod:`shutil` module." msgstr "" -"該模塊提供了一種便利的操作系統相關功能。如果你只想讀取或寫入文件,請參閱 :" -"func:`open` ,如果你想操作路徑,請參閱 :mod:`os.path` 模組,如果你想讀取全部" -"的文件中的所有內容在命令行上查看 :mod:`fileinput` 模組。要創建臨時文件和目" -"錄,請參閱 :mod:`tempfile` module 模塊,對於高級檔案和目錄處理,請參閱 :mod:" -"`shutil` 模組。" +"該模組提供了一種便利的方式來操作與作業系統相關的功能。如果你想讀取或寫入檔" +"案,請參閱 :func:`open` ,如果你想操作檔案路徑,請參閱 :mod:`os.path` 模組," +"如果你想透過命令行查看所有檔案中的所有內容,請查看 :mod:`fileinput` 模組。要" +"建立臨時檔案和目錄,請參閱 :mod:`tempfile` 模組,要操作高級檔案和目錄,請參" +"閱 :mod:`shutil` 模組。" #: ../../library/os.rst:19 msgid "Notes on the availability of these functions:" -msgstr "關於這些功能可用性的說明:" +msgstr "關於這些功能的可用性說明:" #: ../../library/os.rst:21 msgid "" From d4c998eaaf412353b01cd762919e7ffbd3060354 Mon Sep 17 00:00:00 2001 From: Jay <74105438+weijay0804@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:35:44 +0800 Subject: [PATCH 12/17] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/logging.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/logging.po b/library/logging.po index 2d4fae4abd..0e300cce73 100644 --- a/library/logging.po +++ b/library/logging.po @@ -423,11 +423,11 @@ msgstr "" #: ../../library/logging.rst:321 msgid "Adds the specified filter *filter* to this logger." -msgstr "在該logger內增加指定的filter *filter*。" +msgstr "在該 logger 內增加指定的 filter *filter*。" #: ../../library/logging.rst:326 msgid "Removes the specified filter *filter* from this logger." -msgstr "在該logger 內移除指定的filter *filter*。" +msgstr "在該 logger 內移除指定的 filter *filter*。" #: ../../library/logging.rst:331 msgid "" From f0953d8f46ee944d07a9b3af15cc31e74d6c0d43 Mon Sep 17 00:00:00 2001 From: Jay <74105438+weijay0804@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:37:27 +0800 Subject: [PATCH 13/17] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=B0=88?= =?UTF-8?q?=E6=9C=89=E5=90=8D=E8=A9=9E=E7=BF=BB=E8=AD=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/os.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/os.po b/library/os.po index 9b35d9a149..d6cdb7db8f 100644 --- a/library/os.po +++ b/library/os.po @@ -65,7 +65,7 @@ msgid "" "returned." msgstr "" "所有接受檔案路徑和檔案名稱的函式皆接受位元組 (bytes) 和字串物件 (string " -"objects),且如果回傳檔案路徑或檔案名稱,則會產出相同型態物件。" +"objects),且如果回傳檔案路徑或檔案名稱,則會產出相同型別的物件。" #: ../../library/os.rst:35 msgid "" From 27d670dc22601e7a25af45c27612fe5915fc3aeb Mon Sep 17 00:00:00 2001 From: RockLeon <34214497+rockleona@users.noreply.github.com> Date: Fri, 1 Sep 2023 08:48:20 +0800 Subject: [PATCH 14/17] Update os.po --- library/os.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/os.po b/library/os.po index d6cdb7db8f..579c14921a 100644 --- a/library/os.po +++ b/library/os.po @@ -64,7 +64,7 @@ msgid "" "objects, and result in an object of the same type, if a path or file name is " "returned." msgstr "" -"所有接受檔案路徑和檔案名稱的函式皆接受位元組 (bytes) 和字串物件 (string " +"所有接受檔案路徑和檔案名稱的函式皆接受位元組 (bytes) 和字串物件 (string " "objects),且如果回傳檔案路徑或檔案名稱,則會產出相同型別的物件。" #: ../../library/os.rst:35 From 06ab76da884a4716b141816cd3a4d97f9aa1e97e Mon Sep 17 00:00:00 2001 From: RockLeon <34214497+rockleona@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:45:22 +0800 Subject: [PATCH 15/17] Update library/logging.po Co-authored-by: Jay <74105438+weijay0804@users.noreply.github.com> --- library/logging.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/logging.po b/library/logging.po index bd62a8769a..37aa8e7094 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 ":mod:`logging` --- Python 的紀錄設備" +msgstr ":mod:`logging` --- Python 的日誌記錄工具" #: ../../library/logging.rst:10 msgid "**Source code:** :source:`Lib/logging/__init__.py`" From 9508fec185bc22e1e8c6baaa7aee8ffd72940db1 Mon Sep 17 00:00:00 2001 From: RockLeon <34214497+rockleona@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:45:30 +0800 Subject: [PATCH 16/17] Update library/logging.po Co-authored-by: Jay <74105438+weijay0804@users.noreply.github.com> --- library/logging.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/logging.po b/library/logging.po index 37aa8e7094..9f7883a070 100644 --- a/library/logging.po +++ b/library/logging.po @@ -51,7 +51,7 @@ msgid "" "This module defines functions and classes which implement a flexible event " "logging system for applications and libraries." msgstr "" -"這個模組定義了函式與 classes(類別),為應用程式和函式庫實作彈性日誌管理系" +"這個模組定義了函式與類別 (class),為應用程式和函式庫實作彈性的日誌管理系" "統。" #: ../../library/logging.rst:28 From 3b04f282bd2d0714e19a5337b7532a854067b852 Mon Sep 17 00:00:00 2001 From: "Wei-Hsiang (Matt) Wang" Date: Mon, 4 Sep 2023 23:25:10 +0800 Subject: [PATCH 17/17] Update library/os.po --- library/os.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/os.po b/library/os.po index d06e7462b6..bfc519c83b 100644 --- a/library/os.po +++ b/library/os.po @@ -39,7 +39,7 @@ msgid "" msgstr "" "該模組提供了一種便利的方式來操作與作業系統相關的功能。如果你想讀取或寫入檔" "案,請參閱 :func:`open` ,如果你想操作檔案路徑,請參閱 :mod:`os.path` 模組," -"如果你想透過命令行查看所有檔案中的所有內容,請查看 :mod:`fileinput` 模組。要" +"如果你想透過命令列查看所有檔案中的所有內容,請查看 :mod:`fileinput` 模組。要" "建立臨時檔案和目錄,請參閱 :mod:`tempfile` 模組,要操作高級檔案和目錄,請參" "閱 :mod:`shutil` 模組。"