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

Skip to content

Commit 63b0aeb

Browse files
[po] auto sync
1 parent c986c34 commit 63b0aeb

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

library/contextvars.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# Translators:
77
# ww song <[email protected]>, 2018
8-
# Freesand Leo <[email protected]>, 2020
98
# zeroswan <[email protected]>, 2020
9+
# Freesand Leo <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -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 ""
215215
msgid ""
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
221221
msgid ""

library/smtplib.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,9 @@ msgid ""
569569
" that the ``user`` and ``password`` properties of the ``SMTP`` instance are "
570570
"set to appropriate values."
571571
msgstr ""
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
574577
msgid ""
@@ -578,6 +581,8 @@ msgid ""
578581
"implementation of authentication methods not (or not yet) supported directly"
579582
" by :mod:`smtplib`."
580583
msgstr ""
584+
"用户代码通常不需要直接调用 ``auth``,而是调用 :meth:`login` 方法,它将按上述顺序依次尝试上述每一种机制。 ``auth`` "
585+
"被公开以便辅助实现 :mod:`smtplib` 没有(或尚未)直接支持的认证方法。"
581586

582587
#: ../../library/smtplib.rst:396
583588
msgid ""

0 commit comments

Comments
 (0)