File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Freesand Leo <[email protected] >, 202187# zeroswan <[email protected] >, 202198# jaystone776 <[email protected] >, 20219+ # Freesand Leo <[email protected] >, 20211010#
1111#, fuzzy
1212msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515"Report-Msgid-Bugs-To : \n "
1616"POT-Creation-Date : 2021-06-29 12:56+0000\n "
1717"PO-Revision-Date : 2021-06-28 00:57+0000\n "
18- "Last-Translator : jaystone776 <1732865113@qq .com>, 2021\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 @@ -568,6 +568,9 @@ msgid ""
568568" that the ``user`` and ``password`` properties of the ``SMTP`` instance are "
569569"set to appropriate values."
570570msgstr ""
571+ "``SMTP`` 类提供的 ``authobjects`` 针对 ``CRAM-MD5``, ``PLAIN`` 和 ``LOGIN`` "
572+ "等机制;它们的名称分别是 ``SMTP.auth_cram_md5``, ``SMTP.auth_plain`` 和 "
573+ "``SMTP.auth_login``。 它们都要求将 ``user`` 和 ``password`` 这两个 ``SMTP`` 实例属性设为适当的值。"
571574
572575#: ../../library/smtplib.rst:386
573576msgid ""
@@ -577,6 +580,8 @@ msgid ""
577580"implementation of authentication methods not (or not yet) supported directly"
578581" by :mod:`smtplib`."
579582msgstr ""
583+ "用户代码通常不需要直接调用 ``auth``,而是调用 :meth:`login` 方法,它将按上述顺序依次尝试上述每一种机制。 ``auth`` "
584+ "被公开以便辅助实现 :mod:`smtplib` 没有(或尚未)直接支持的认证方法。"
580585
581586#: ../../library/smtplib.rst:397
582587msgid ""
You can’t perform that action at this time.
0 commit comments