File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 92.78%" , "updated_at" : " 2024-04-20T06:24:55Z " }
1
+ {"translation" : " 92.78%" , "updated_at" : " 2024-04-24T00:29:43Z " }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2024-04-15 06:01 +0000\n "
20
+ "POT-Creation-Date : 2024-04-19 21:47 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:44+0000\n "
22
22
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1792,6 +1792,10 @@ msgid ""
1792
1792
":func:`~logging.config.fileConfig`. (Contributed by Vinay Sajip in "
1793
1793
":issue:`16110`.)"
1794
1794
msgstr ""
1795
+ "现在 :func:`~logging.config.fileConfig` 接受一个 "
1796
+ ":class:`configparser.RawConfigParser` 子类实例作为 *fname* 形参。 "
1797
+ "这有助于在日志配置只是整体应用程序配置的一部分,或者在将配置传递给 :func:`~logging.config.fileConfig` "
1798
+ "之前对其进行了修改时使用配置文件。 (由 Vinay Sajip 在 :issue:`16110` 中贡献。)"
1795
1799
1796
1800
#: ../../whatsnew/3.4.rst:1092
1797
1801
msgid ""
@@ -1800,6 +1804,8 @@ msgid ""
1800
1804
"processed by supplying a verification function as the argument to the new "
1801
1805
"*verify* keyword argument. (Contributed by Vinay Sajip in :issue:`15452`.)"
1802
1806
msgstr ""
1807
+ "现在通过 :func:`logging.config.listen` 函数从套接字接收的日志配置数据可以在处理前以将验证函数作为参数提供给新的 "
1808
+ "*verify* 关键字参数 的方式执行验证。 (由 Vinay Sajip 在 :issue:`15452` 中贡献。)"
1803
1809
1804
1810
#: ../../whatsnew/3.4.rst:1101
1805
1811
msgid "marshal"
You can’t perform that action at this time.
0 commit comments