File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -299,29 +299,33 @@ msgid ""
299299"contiguous ranges separated by commas (``'1:3,6:9'``). A range can contain "
300300"an asterisk to indicate an infinite upper bound (``'3:*'``)."
301301msgstr ""
302+ "以下命令的 *message_set* 选项为指定要操作的一条或多条消息的字符串。 它可以是一个简单的消息编号 (``'1'``),一段消息编号区间 "
303+ "(``'2:4'``),或者一组以逗号分隔的非连续区间 (``'1:3,6:9'``)。 区间可以包含一个星号来表示无限的上界 (``'3:*'``)。"
302304
303305#: ../../library/imaplib.rst:210
304306msgid "An :class:`IMAP4` instance has the following methods:"
305- msgstr ""
307+ msgstr ":class:`IMAP4` 实例具有下列方法: "
306308
307309#: ../../library/imaplib.rst:215
308310msgid "Append *message* to named mailbox."
309- msgstr ""
311+ msgstr "将 *message* 添加到指定的邮箱。 "
310312
311313#: ../../library/imaplib.rst:220
312314msgid "Authenticate command --- requires response processing."
313- msgstr ""
315+ msgstr "认证命令 --- 要求对响应进行处理。 "
314316
315317#: ../../library/imaplib.rst:222
316318msgid ""
317319"*mechanism* specifies which authentication mechanism is to be used - it "
318320"should appear in the instance variable ``capabilities`` in the form "
319321"``AUTH=mechanism``."
320322msgstr ""
323+ "*mechanism* 指明要使用哪种认证机制 —— 它应当在实例变量 ``capabilities`` 中以 ``AUTH=mechanism`` "
324+ "的形式出现。"
321325
322326#: ../../library/imaplib.rst:225
323327msgid "*authobject* must be a callable object::"
324- msgstr ""
328+ msgstr "*authobject* 必须是一个可调用对象:: "
325329
326330#: ../../library/imaplib.rst:229
327331msgid ""
You can’t perform that action at this time.
0 commit comments