File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -403,6 +403,8 @@ msgid ""
403403"directory). Multiple arguments can be used to pass non-standard options to "
404404"the ``NLST`` command."
405405msgstr ""
406+ "返回一个文件名列表,文件名由 ``NLST`` 命令返回。可选参数 *argument* "
407+ "是待列出的目录(默认为当前服务器目录)。可以使用多个参数,将非标准选项传递给 ``NLST`` 命令。"
406408
407409#: ../../library/ftplib.rst:343 ../../library/ftplib.rst:355
408410msgid "If your server supports the command, :meth:`mlsd` offers a better API."
@@ -417,6 +419,9 @@ msgid ""
417419"is a function, it is used as a *callback* function as for :meth:`retrlines`;"
418420" the default prints to ``sys.stdout``. This method returns ``None``."
419421msgstr ""
422+ "生成目录列表,即 ``LIST`` 命令所返回的结果,并将其打印到标准输出。可选参数 *argument* "
423+ "是待列出的目录(默认为当前服务器目录)。可以使用多个参数,将非标准选项传递给 ``LIST`` 命令。如果最后一个参数是一个函数,它将被用作 "
424+ "*callback* 函数,与 :meth:`retrlines` 中的相同,默认将打印到 ``sys.stdout``。本方法返回 ``None``。"
420425
421426#: ../../library/ftplib.rst:360
422427msgid "Rename file *fromname* on the server to *toname*."
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ msgstr ""
2323
2424#: ../../library/poplib.rst:2
2525msgid ":mod:`poplib` --- POP3 protocol client"
26- msgstr ""
26+ msgstr ":mod:`poplib` --- POP3 协议客户端 "
2727
2828#: ../../library/poplib.rst:10
2929msgid "**Source code:** :source:`Lib/poplib.py`"
30- msgstr ""
30+ msgstr "**源代码:** :source:`Lib/poplib.py` "
3131
3232#: ../../library/poplib.rst:16
3333msgid ""
@@ -38,6 +38,9 @@ msgid ""
3838"introduced in :rfc:`2595` to enable encrypted communication on an already "
3939"established connection."
4040msgstr ""
41+ "本模块定义了一个 :class:`POP3` 类,该类封装了到 POP3 服务器的连接过程,并实现了 :rfc:`1939` "
42+ "中定义的协议。:class:`POP3` 类同时支持 :rfc:`1939` 中最小的和可选的命令集。:class:`POP3` 类还支持在 "
43+ ":rfc:`2595` 中引入的 ``STLS`` 命令,用于在已建立的连接上启用加密通信。"
4144
4245#: ../../library/poplib.rst:22
4346msgid ""
You can’t perform that action at this time.
0 commit comments