File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.12\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"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 "
13
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -18,6 +18,7 @@ msgstr ""
18
18
"Content-Type : text/plain; charset=UTF-8\n "
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
+ "X-Generator : Poedit 3.3.2\n "
21
22
22
23
#: ../../library/logging.rst:2
23
24
msgid ":mod:`logging` --- Logging facility for Python"
@@ -426,11 +427,11 @@ msgstr ""
426
427
427
428
#: ../../library/logging.rst:321
428
429
msgid "Adds the specified filter *filter* to this logger."
429
- msgstr ""
430
+ msgstr "在該 logger 內增加指定的 filter *filter*。 "
430
431
431
432
#: ../../library/logging.rst:326
432
433
msgid "Removes the specified filter *filter* from this logger."
433
- msgstr ""
434
+ msgstr "在該 logger 內移除指定的 filter *filter*。 "
434
435
435
436
#: ../../library/logging.rst:331
436
437
msgid ""
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ msgid ""
69
69
"objects, and result in an object of the same type, if a path or file name is "
70
70
"returned."
71
71
msgstr ""
72
+ "所有接受檔案路徑和檔案名稱的函式皆接受位元組 (bytes) 和字串物件 (string "
73
+ "objects),且如果回傳檔案路徑或檔案名稱,則會產出相同型別的物件。"
72
74
73
75
#: ../../library/os.rst:35
74
76
msgid ""
You can’t perform that action at this time.
0 commit comments