File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
99"Project-Id-Version : Python 3.12\n "
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2023-07-29 10:36+0000\n "
12- "PO-Revision-Date : 2018-05-23 16:05+0000 \n "
12+ "PO-Revision-Date : 2023-08-20 16:49+0800 \n "
1313"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
1414"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1515"tw)\n "
@@ -18,6 +18,7 @@ msgstr ""
1818"Content-Type : text/plain; charset=UTF-8\n "
1919"Content-Transfer-Encoding : 8bit\n "
2020"Plural-Forms : nplurals=1; plural=0;\n "
21+ "X-Generator : Poedit 3.3.2\n "
2122
2223#: ../../library/logging.rst:2
2324msgid ":mod:`logging` --- Logging facility for Python"
@@ -426,11 +427,11 @@ msgstr ""
426427
427428#: ../../library/logging.rst:321
428429msgid "Adds the specified filter *filter* to this logger."
429- msgstr ""
430+ msgstr "在該 logger 內增加指定的 filter *filter*。 "
430431
431432#: ../../library/logging.rst:326
432433msgid "Removes the specified filter *filter* from this logger."
433- msgstr ""
434+ msgstr "在該 logger 內移除指定的 filter *filter*。 "
434435
435436#: ../../library/logging.rst:331
436437msgid ""
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ msgid ""
6969"objects, and result in an object of the same type, if a path or file name is "
7070"returned."
7171msgstr ""
72+ "所有接受檔案路徑和檔案名稱的函式皆接受位元組 (bytes) 和字串物件 (string "
73+ "objects),且如果回傳檔案路徑或檔案名稱,則會產出相同型別的物件。"
7274
7375#: ../../library/os.rst:35
7476msgid ""
You can’t perform that action at this time.
0 commit comments