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

Skip to content

Commit 043d963

Browse files
[po] auto sync
1 parent 7284a29 commit 043d963

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

library/imaplib.po

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -397,56 +397,64 @@ msgstr "提取 *mailbox* 的特定 ``ANNOTATION``。 此方法是非标准的,
397397
msgid ""
398398
"Get the ``quota`` *root*'s resource usage and limits. This method is part of"
399399
" the IMAP4 QUOTA extension defined in rfc2087."
400-
msgstr ""
400+
msgstr "获取 ``quota`` *root* 的资源使用和限制。 此方法是 rfc2087 定义的 IMAP4 QUOTA 扩展的组成部分。"
401401

402402
#: ../../library/imaplib.rst:303
403403
msgid ""
404404
"Get the list of ``quota`` ``roots`` for the named *mailbox*. This method is "
405405
"part of the IMAP4 QUOTA extension defined in rfc2087."
406406
msgstr ""
407+
"获取指定 *mailbox* 的 ``quota`` ``roots`` 列表。 此方法是 rfc2087 定义的 IMAP4 QUOTA "
408+
"扩展的组成部分。"
407409

408410
#: ../../library/imaplib.rst:309
409411
msgid ""
410412
"List mailbox names in *directory* matching *pattern*. *directory* defaults "
411413
"to the top-level mail folder, and *pattern* defaults to match anything. "
412414
"Returned data contains a list of ``LIST`` responses."
413415
msgstr ""
416+
"列出 *directory* 中与 *pattern* 相匹配的邮箱名称。 *directory* 默认为最高层级的电邮文件夹,而 *pattern* "
417+
"默认为匹配任何文本。 返回的数据包含 ``LIST`` 响应列表。"
414418

415419
#: ../../library/imaplib.rst:316
416420
msgid ""
417421
"Identify the client using a plaintext password. The *password* will be "
418422
"quoted."
419-
msgstr ""
423+
msgstr "使用纯文本密码标识客户。 *password* 将被转码。"
420424

421425
#: ../../library/imaplib.rst:321
422426
msgid ""
423427
"Force use of ``CRAM-MD5`` authentication when identifying the client to "
424428
"protect the password. Will only work if the server ``CAPABILITY`` response "
425429
"includes the phrase ``AUTH=CRAM-MD5``."
426430
msgstr ""
431+
"在标识用户以保护密码时强制使用 ``CRAM-MD5`` 认证。 将只在服务器 ``CAPABILITY`` 响应包含 ``AUTH=CRAM-"
432+
"MD5`` 阶段时才有效。"
427433

428434
#: ../../library/imaplib.rst:328
429435
msgid "Shutdown connection to server. Returns server ``BYE`` response."
430-
msgstr ""
436+
msgstr "关闭对服务器的连接。 返回服务器 ``BYE`` 响应。"
431437

432438
#: ../../library/imaplib.rst:330
433439
msgid "The method no longer ignores silently arbitrary exceptions."
434-
msgstr ""
440+
msgstr "此方法不会再忽略静默的任意异常。"
435441

436442
#: ../../library/imaplib.rst:336
437443
msgid ""
438444
"List subscribed mailbox names in directory matching pattern. *directory* "
439445
"defaults to the top level directory and *pattern* defaults to match any "
440446
"mailbox. Returned data are tuples of message part envelope and data."
441447
msgstr ""
448+
"列出 directory 中抽取的与 pattern 相匹配的邮箱。 *directory* 默认为最高层级目录而 *pattern* "
449+
"默认为匹配任何邮箱。 返回的数据为消息部分封包和数据的元组。"
442450

443451
#: ../../library/imaplib.rst:343
444452
msgid "Show my ACLs for a mailbox (i.e. the rights that I have on mailbox)."
445-
msgstr ""
453+
msgstr "显示某个邮箱的本人 ACL (即本人在邮箱中的权限)。"
446454

447455
#: ../../library/imaplib.rst:348
448456
msgid "Returns IMAP namespaces as defined in :rfc:`2342`."
449-
msgstr ""
457+
msgstr "返回 :rfc:`2342` 中定义的 IMAP 命名空间。"
450458

451459
#: ../../library/imaplib.rst:353
452460
msgid "Send ``NOOP`` to server."

0 commit comments

Comments
 (0)