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

Skip to content

Commit 2ba96da

Browse files
[po] auto sync
1 parent c52fa91 commit 2ba96da

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

library/ftplib.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ msgid ""
403403
"directory). Multiple arguments can be used to pass non-standard options to "
404404
"the ``NLST`` command."
405405
msgstr ""
406+
"返回一个文件名列表,文件名由 ``NLST`` 命令返回。可选参数 *argument* "
407+
"是待列出的目录(默认为当前服务器目录)。可以使用多个参数,将非标准选项传递给 ``NLST`` 命令。"
406408

407409
#: ../../library/ftplib.rst:343 ../../library/ftplib.rst:355
408410
msgid "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``."
419421
msgstr ""
422+
"生成目录列表,即 ``LIST`` 命令所返回的结果,并将其打印到标准输出。可选参数 *argument* "
423+
"是待列出的目录(默认为当前服务器目录)。可以使用多个参数,将非标准选项传递给 ``LIST`` 命令。如果最后一个参数是一个函数,它将被用作 "
424+
"*callback* 函数,与 :meth:`retrlines` 中的相同,默认将打印到 ``sys.stdout``。本方法返回 ``None``。"
420425

421426
#: ../../library/ftplib.rst:360
422427
msgid "Rename file *fromname* on the server to *toname*."

library/poplib.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ msgstr ""
2323

2424
#: ../../library/poplib.rst:2
2525
msgid ":mod:`poplib` --- POP3 protocol client"
26-
msgstr ""
26+
msgstr ":mod:`poplib` --- POP3 协议客户端"
2727

2828
#: ../../library/poplib.rst:10
2929
msgid "**Source code:** :source:`Lib/poplib.py`"
30-
msgstr ""
30+
msgstr "**源代码:** :source:`Lib/poplib.py`"
3131

3232
#: ../../library/poplib.rst:16
3333
msgid ""
@@ -38,6 +38,9 @@ msgid ""
3838
"introduced in :rfc:`2595` to enable encrypted communication on an already "
3939
"established connection."
4040
msgstr ""
41+
"本模块定义了一个 :class:`POP3` 类,该类封装了到 POP3 服务器的连接过程,并实现了 :rfc:`1939` "
42+
"中定义的协议。:class:`POP3` 类同时支持 :rfc:`1939` 中最小的和可选的命令集。:class:`POP3` 类还支持在 "
43+
":rfc:`2595` 中引入的 ``STLS`` 命令,用于在已建立的连接上启用加密通信。"
4144

4245
#: ../../library/poplib.rst:22
4346
msgid ""

0 commit comments

Comments
 (0)