File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55#
66# Translators:
77# ww song <[email protected] >, 20188- # Freesand Leo <[email protected] >, 202098# zeroswan <[email protected] >, 20209+ # Freesand Leo <[email protected] >, 20211010#
1111#, fuzzy
1212msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515"Report-Msgid-Bugs-To : \n "
1616"POT-Creation-Date : 2021-01-01 05:02+0000\n "
1717"PO-Revision-Date : 2018-06-29 21:06+0000\n "
18- "Last-Translator : zeroswan <weditor @163.com>, 2020 \n "
18+ "Last-Translator : Freesand Leo <yuqinju @163.com>, 2021 \n "
1919"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2020"MIME-Version : 1.0\n "
2121"Content-Type : text/plain; charset=UTF-8\n "
@@ -215,7 +215,7 @@ msgstr ""
215215msgid ""
216216"Any changes to any context variables that *callable* makes will be contained"
217217" in the context object::"
218- msgstr "*callable* 中队上下文变量做出的任何修改会保留在上下文对象中 ::"
218+ msgstr "*callable* 对上下文变量所做的任何修改都会保留在上下文对象中 ::"
219219
220220#: ../../library/contextvars.rst:184
221221msgid ""
Original file line number Diff line number Diff line change @@ -569,6 +569,9 @@ msgid ""
569569" that the ``user`` and ``password`` properties of the ``SMTP`` instance are "
570570"set to appropriate values."
571571msgstr ""
572+ "``SMTP`` 类提供的 ``authobjects`` 针对 ``CRAM-MD5``, ``PLAIN`` 和 ``LOGIN`` "
573+ "等机制;它们的名称分别是 ``SMTP.auth_cram_md5``, ``SMTP.auth_plain`` 和 "
574+ "``SMTP.auth_login``。 它们都要求将 ``user`` 和 ``password`` 这两个 ``SMTP`` 实例属性设为适当的值。"
572575
573576#: ../../library/smtplib.rst:385
574577msgid ""
@@ -578,6 +581,8 @@ msgid ""
578581"implementation of authentication methods not (or not yet) supported directly"
579582" by :mod:`smtplib`."
580583msgstr ""
584+ "用户代码通常不需要直接调用 ``auth``,而是调用 :meth:`login` 方法,它将按上述顺序依次尝试上述每一种机制。 ``auth`` "
585+ "被公开以便辅助实现 :mod:`smtplib` 没有(或尚未)直接支持的认证方法。"
581586
582587#: ../../library/smtplib.rst:396
583588msgid ""
You can’t perform that action at this time.
0 commit comments