Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9adada0

Browse files
[po] auto sync
1 parent 5f8e4a8 commit 9adada0

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

library/smtpd.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# ppcfish <[email protected]>, 2019
88
# Alpha Du <[email protected]>, 2021
9+
# Freesand Leo <[email protected]>, 2021
910
#
1011
#, fuzzy
1112
msgid ""
@@ -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."
7475
msgstr ""
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
7782
msgid ""
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."
8186
msgstr ""
87+
"*data_size_limit* 指定将在 ``DATA`` 命令中被接受的最大字节数。 值为 ``None`` 或 ``0`` 表示无限制。"
8288

8389
#: ../../library/smtpd.rst:50
8490
msgid ""

library/smtplib.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,3 +836,5 @@ msgid ""
836836
"construct an email message, which you can then send via "
837837
":meth:`~smtplib.SMTP.send_message`; see :ref:`email-examples`."
838838
msgstr ""
839+
"通常,你将需要使用 :mod:`email` 包的特性来构造电子邮件消息,然后你可以通过 "
840+
":meth:`~smtplib.SMTP.send_message` 来发送它,参见 :ref:`email-examples`。"

0 commit comments

Comments
 (0)