66# Translators:
77# ppcfish <[email protected] >, 201988# Alpha Du <[email protected] >, 20219+ # Freesand Leo <[email protected] >, 2021910#
1011#, fuzzy
1112msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415"Report-Msgid-Bugs-To : \n "
1516"POT-Creation-Date : 2021-01-01 16:02+0000\n "
1617"PO-Revision-Date : 2019-09-01 03:23+0000\n "
17- "Last-Translator : Alpha Du <alphanow@gmail .com>, 2021\n "
18+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021\n "
1819"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -72,13 +73,18 @@ msgid ""
7273"tuple. The object inherits from :class:`asyncore.dispatcher`, and so will "
7374"insert itself into :mod:`asyncore`'s event loop on instantiation."
7475msgstr ""
76+ "新建一个 :class:`SMTPServer` 对象,它会绑定到本机地址 *localaddr*。 它将把 *remoteaddr* 当作上游 "
77+ "SMTP 中继器。 *localaddr* 和 *remoteaddr* 都应当是 :ref:`(host, port) <host_port>` "
78+ "元组。 该对象继承自 :class:`asyncore.dispatcher`,因而会在实例化时将自己插入到 :mod:`asyncore` "
79+ "的事件循环。"
7580
7681#: ../../library/smtpd.rst:46 ../../library/smtpd.rst:168
7782msgid ""
7883"*data_size_limit* specifies the maximum number of bytes that will be "
7984"accepted in a ``DATA`` command. A value of ``None`` or ``0`` means no "
8085"limit."
8186msgstr ""
87+ "*data_size_limit* 指定将在 ``DATA`` 命令中被接受的最大字节数。 值为 ``None`` 或 ``0`` 表示无限制。"
8288
8389#: ../../library/smtpd.rst:50
8490msgid ""
0 commit comments