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

Skip to content

Commit 5f8e4a8

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

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

library/smtplib.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ msgstr "支持国际化地址 (``SMTPUTF8``)。"
801801
msgid ""
802802
"Terminate the SMTP session and close the connection. Return the result of "
803803
"the SMTP ``QUIT`` command."
804-
msgstr ""
804+
msgstr "终结 SMTP 会话并关闭连接。 返回 SMTP ``QUIT`` 命令的结果。"
805805

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

814816
#: ../../library/smtplib.rst:546
815817
msgid "SMTP Example"
816-
msgstr ""
818+
msgstr "SMTP 示例"
817819

818820
#: ../../library/smtplib.rst:548
819821
msgid ""
@@ -824,6 +826,9 @@ msgid ""
824826
"In particular, the 'To' and 'From' addresses must be included in the message"
825827
" headers explicitly. ::"
826828
msgstr ""
829+
"这个例子提示用户输入消息封包所需的地址 ('To' 和 'From' 地址),以及所要封包的消息。 "
830+
"请注意包括在消息中的标头必须包括在输入的消息中;这个例子不对 :rfc:`822` 标头进行任何处理。 特别地,'To' 和 'From' "
831+
"地址必须显式地包括在消息标头中。 ::"
827832

828833
#: ../../library/smtplib.rst:584
829834
msgid ""

0 commit comments

Comments
 (0)