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

Skip to content

Commit 253f556

Browse files
[po] auto sync
1 parent f478cf4 commit 253f556

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

library/smtplib.po

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Arisaka97 <[email protected]>, 2021
88
# 汪心禾 <[email protected]>, 2021
99
# ppcfish <[email protected]>, 2021
10-
# Freesand Leo <[email protected]>, 2021
1110
# Alpha Du <[email protected]>, 2021
11+
# Freesand Leo <[email protected]>, 2021
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2021-07-27 13:07+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
20-
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2021\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -439,10 +439,12 @@ msgid ""
439439
"human name) if the user address is valid. Otherwise returns an SMTP error "
440440
"code of 400 or greater and an error string."
441441
msgstr ""
442+
"使用 SMTP ``VRFY`` 检查此服务器上的某个地址是否有效。 如果用户地址有效则返回一个由代码 250 和完整 :rfc:`822` "
443+
"地址(包括人名)组成的元组。 否则返回 400 或更大的 SMTP 错误代码以及一个错误字符串。"
442444

443445
#: ../../library/smtplib.rst:315
444446
msgid "Many sites disable SMTP ``VRFY`` in order to foil spammers."
445-
msgstr ""
447+
msgstr "许多网站都禁用 SMTP ``VRFY`` 以阻止垃圾邮件。"
446448

447449
#: ../../library/smtplib.rst:320
448450
msgid ""
@@ -452,31 +454,33 @@ msgid ""
452454
"``EHLO`` first. This method will return normally if the authentication was "
453455
"successful, or may raise the following exceptions:"
454456
msgstr ""
457+
"登录到一个需要认证的 SMTP 服务器。 参数是用于认证的用户名和密码。 如果会话在之前没有执行过 ``EHLO`` 或 ``HELO`` "
458+
"命令,此方法会先尝试 ESMTP ``EHLO``。 如果认证成功则此方法将正常返回,否则可能引发以下异常:"
455459

456460
#: ../../library/smtplib.rst:330
457461
msgid ":exc:`SMTPAuthenticationError`"
458-
msgstr ""
462+
msgstr ":exc:`SMTPAuthenticationError`"
459463

460464
#: ../../library/smtplib.rst:330
461465
msgid "The server didn't accept the username/password combination."
462-
msgstr ""
466+
msgstr "服务器不接受所提供的用户名/密码组合。"
463467

464468
#: ../../library/smtplib.rst:333 ../../library/smtplib.rst:422
465469
#: ../../library/smtplib.rst:499
466470
msgid ":exc:`SMTPNotSupportedError`"
467-
msgstr ""
471+
msgstr ":exc:`SMTPNotSupportedError`"
468472

469473
#: ../../library/smtplib.rst:333
470474
msgid "The ``AUTH`` command is not supported by the server."
471-
msgstr ""
475+
msgstr "服务器不支持 ``AUTH`` 命令。"
472476

473477
#: ../../library/smtplib.rst:336
474478
msgid ":exc:`SMTPException`"
475-
msgstr ""
479+
msgstr ":exc:`SMTPException`"
476480

477481
#: ../../library/smtplib.rst:336
478482
msgid "No suitable authentication method was found."
479-
msgstr ""
483+
msgstr "未找到适当的认证方法。"
480484

481485
#: ../../library/smtplib.rst:338
482486
msgid ""
@@ -485,6 +489,8 @@ msgid ""
485489
"for a list of supported authentication methods. *initial_response_ok* is "
486490
"passed through to :meth:`auth`."
487491
msgstr ""
492+
":mod:`smtplib` 所支持的每种认证方法只要被服务器声明支持就会被依次尝试。 请参阅 :meth:`auth` 获取受支持的认证方法列表。 "
493+
"*initial_response_ok* 会被传递给 :meth:`auth`。"
488494

489495
#: ../../library/smtplib.rst:343
490496
msgid ""

0 commit comments

Comments
 (0)