55#
66# Translators:
77# ppcfish <[email protected] >, 20218+ # Alpha Du <[email protected] >, 202189#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2021-06-29 12:56+0000\n "
1516"PO-Revision-Date : 2021-06-28 01:13+0000\n "
16- "Last-Translator : ppcfish <ppcfish @gmail.com>, 2021\n "
17+ "Last-Translator : Alpha Du <alphanow @gmail.com>, 2021\n "
1718"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -31,33 +32,35 @@ msgstr "**源代码:** :source:`Lib/smtpd.py`"
3132
3233#: ../../library/smtpd.rst:14
3334msgid "This module offers several classes to implement SMTP (email) servers."
34- msgstr ""
35+ msgstr "该模块提供了几个类来实现 SMTP (电子邮件)服务器。 "
3536
3637#: ../../library/smtpd.rst:16
3738msgid ""
3839"The `aiosmtpd <https://aiosmtpd.readthedocs.io/>`_ package is a recommended "
3940"replacement for this module. It is based on :mod:`asyncio` and provides a "
4041"more straightforward API."
4142msgstr ""
43+ "`aiosmtpd <https://aiosmtpd.readthedocs.io/>`_ 软件包是这个模块的推荐替代品。 它基于 "
44+ ":mod:`asyncio` ,提供了一个更直接的API。"
4245
4346#: ../../library/smtpd.rst:21
4447msgid ""
4548"Several server implementations are present; one is a generic do-nothing "
4649"implementation, which can be overridden, while the other two offer specific "
4750"mail-sending strategies."
48- msgstr ""
51+ msgstr "有几个服务器的实现;一个是通用的无为实现,可以被重写,而另外两个则提供特定的邮件发送策略。 "
4952
5053#: ../../library/smtpd.rst:25
5154msgid ""
5255"Additionally the SMTPChannel may be extended to implement very specific "
5356"interaction behaviour with SMTP clients."
54- msgstr ""
57+ msgstr "此外, SMTPChannel 可以被扩展以实现与 SMTP 客户端非常具体的交互行为。 "
5558
5659#: ../../library/smtpd.rst:28
5760msgid ""
5861"The code supports :RFC:`5321`, plus the :rfc:`1870` SIZE and :rfc:`6531` "
5962"SMTPUTF8 extensions."
60- msgstr ""
63+ msgstr "该代码支持 :RFC:`5321` ,加上 :rfc:`1870` SIZE和 :rfc:`6531` SMTPUTF8 扩展。 "
6164
6265#: ../../library/smtpd.rst:33
6366msgid "SMTPServer Objects"
0 commit comments