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

Skip to content

Commit 25ce3d8

Browse files
[po] auto sync
1 parent bee6d8b commit 25ce3d8

2 files changed

Lines changed: 16 additions & 3 deletions

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 05:02+0000\n"
1617
"PO-Revision-Date: 2017-02-16 23:26+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:174
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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ msgstr "支持国际化地址 (``SMTPUTF8``)。"
834834
msgid ""
835835
"Terminate the SMTP session and close the connection. Return the result of "
836836
"the SMTP ``QUIT`` command."
837-
msgstr ""
837+
msgstr "终结 SMTP 会话并关闭连接。 返回 SMTP ``QUIT`` 命令的结果。"
838838

839839
#: ../../library/smtplib.rst:555
840840
msgid ""
@@ -843,10 +843,12 @@ msgid ""
843843
"supported. Normally these do not need to be called directly, so they are not"
844844
" documented here. For details, consult the module code."
845845
msgstr ""
846+
"与标准 SMTP/ESMTP 命令 ``HELP``, ``RSET``, ``NOOP``, ``MAIL``, ``RCPT`` 和 "
847+
"``DATA`` 对应的低层级方法也是受支持的。 通常不需要直接调用这些方法,因此它们没有被写入本文档。 相关细节请参看模块代码。"
846848

847849
#: ../../library/smtplib.rst:564
848850
msgid "SMTP Example"
849-
msgstr ""
851+
msgstr "SMTP 示例"
850852

851853
#: ../../library/smtplib.rst:566
852854
msgid ""
@@ -857,10 +859,15 @@ msgid ""
857859
"In particular, the 'To' and 'From' addresses must be included in the message"
858860
" headers explicitly. ::"
859861
msgstr ""
862+
"这个例子提示用户输入消息封包所需的地址 ('To' 和 'From' 地址),以及所要封包的消息。 "
863+
"请注意包括在消息中的标头必须包括在输入的消息中;这个例子不对 :rfc:`822` 标头进行任何处理。 特别地,'To' 和 'From' "
864+
"地址必须显式地包括在消息标头中。 ::"
860865

861866
#: ../../library/smtplib.rst:602
862867
msgid ""
863868
"In general, you will want to use the :mod:`email` package's features to "
864869
"construct an email message, which you can then send via "
865870
":meth:`~smtplib.SMTP.send_message`; see :ref:`email-examples`."
866871
msgstr ""
872+
"通常,你将需要使用 :mod:`email` 包的特性来构造电子邮件消息,然后你可以通过 "
873+
":meth:`~smtplib.SMTP.send_message` 来发送它,参见 :ref:`email-examples`。"

0 commit comments

Comments
 (0)