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

Skip to content

Commit fe3b089

Browse files
[po] auto sync
1 parent 0f6dcdc commit fe3b089

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

library/smtplib.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,20 +667,24 @@ msgid ""
667667
"for each recipient that was refused. Each entry contains a tuple of the "
668668
"SMTP error code and the accompanying error message sent by the server."
669669
msgstr ""
670+
"如果邮件被至少一个接收方接受则此方法将正常返回。 在其他情况下它将引发异常。 也就是说,如果此方法没有引发异常,则应当会有人收到你的邮件。 "
671+
"如果此方法没有引发异常,它将返回一个字典,其中的条目对应每个拒绝的接收方。 每个条目均包含由服务器发送的 SMTP 错误代码和相应错误消息所组成的元组。"
670672

671673
#: ../../library/smtplib.rst:457
672674
msgid ""
673675
"If ``SMTPUTF8`` is included in *mail_options*, and the server supports it, "
674676
"*from_addr* and *to_addrs* may contain non-ASCII characters."
675677
msgstr ""
678+
"如果 ``SMTPUTF8`` 包括在 *mail_options* 中,并且被服务器所支持,则 *from_addr* 和 *to_addrs* "
679+
"可能包含非 ASCII 字符。"
676680

677681
#: ../../library/smtplib.rst:460
678682
msgid "This method may raise the following exceptions:"
679-
msgstr ""
683+
msgstr "此方法可能引发以下异常:"
680684

681685
#: ../../library/smtplib.rst:466
682686
msgid ":exc:`SMTPRecipientsRefused`"
683-
msgstr ""
687+
msgstr ":exc:`SMTPRecipientsRefused`"
684688

685689
#: ../../library/smtplib.rst:463
686690
msgid ""

0 commit comments

Comments
 (0)