Skip to content

Commit 77e1a78

Browse files
[po] auto sync
1 parent b3583fd commit 77e1a78

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.78%", "updated_at": "2024-04-20T06:24:55Z"}
1+
{"translation": "92.78%", "updated_at": "2024-04-24T00:29:43Z"}

whatsnew/3.4.po

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"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"
2121
"PO-Revision-Date: 2017-02-16 23:44+0000\n"
2222
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
2323
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1792,6 +1792,10 @@ msgid ""
17921792
":func:`~logging.config.fileConfig`. (Contributed by Vinay Sajip in "
17931793
":issue:`16110`.)"
17941794
msgstr ""
1795+
"现在 :func:`~logging.config.fileConfig` 接受一个 "
1796+
":class:`configparser.RawConfigParser` 子类实例作为 *fname* 形参。 "
1797+
"这有助于在日志配置只是整体应用程序配置的一部分,或者在将配置传递给 :func:`~logging.config.fileConfig` "
1798+
"之前对其进行了修改时使用配置文件。 (由 Vinay Sajip 在 :issue:`16110` 中贡献。)"
17951799

17961800
#: ../../whatsnew/3.4.rst:1092
17971801
msgid ""
@@ -1800,6 +1804,8 @@ msgid ""
18001804
"processed by supplying a verification function as the argument to the new "
18011805
"*verify* keyword argument. (Contributed by Vinay Sajip in :issue:`15452`.)"
18021806
msgstr ""
1807+
"现在通过 :func:`logging.config.listen` 函数从套接字接收的日志配置数据可以在处理前以将验证函数作为参数提供给新的 "
1808+
"*verify* 关键字参数 的方式执行验证。 (由 Vinay Sajip 在 :issue:`15452` 中贡献。)"
18031809

18041810
#: ../../whatsnew/3.4.rst:1101
18051811
msgid "marshal"

0 commit comments

Comments
 (0)