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

Skip to content

Commit b62cc2e

Browse files
[po] auto sync
1 parent 9928a0c commit b62cc2e

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

library/ftplib.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# sgqy <[email protected]>, 2019
88
# Dingyuan Wang <[email protected]>, 2019
99
# Yi Cao <[email protected]>, 2019
10-
# Arisaka97 <[email protected]>, 2021
1110
# Freesand Leo <[email protected]>, 2021
11+
# Arisaka97 <[email protected]>, 2021
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
20-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
20+
"Last-Translator: Arisaka97 <solitaire2312@gmail.com>, 2021\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -379,6 +379,9 @@ msgid ""
379379
"``EPSV`` or ``PASV`` command, connect to it, and start the transfer command."
380380
" Either way, return the socket for the connection."
381381
msgstr ""
382+
"在 FTP 数据连接上开始传输数据。如果传输处于活动状态,传输命令由 *cmd* 指定,需发送 ``EPRT`` 或 ``PORT`` "
383+
"命令,然后接受连接 (accept)。如果服务器是被动服务器,需发送 ``EPSV`` 或 ``PASV`` 命令,连接到服务器 "
384+
"(connect),然后启动传输命令。两种方式都将返回用于连接的套接字。"
382385

383386
#: ../../library/ftplib.rst:317
384387
msgid ""
@@ -405,6 +408,8 @@ msgid ""
405408
"``None`` will be returned as the expected size. *cmd* and *rest* means the "
406409
"same thing as in :meth:`transfercmd`."
407410
msgstr ""
411+
"类似于 :meth:`transfercmd`,但返回一个元组,包括数据连接和数据的预计大小。如果预计大小无法计算,则返回的预计大小为 "
412+
"``None``。*cmd* 和 *rest* 的含义与 :meth:`transfercmd` 中的相同。"
408413

409414
#: ../../library/ftplib.rst:338
410415
msgid ""
@@ -429,10 +434,12 @@ msgid ""
429434
"directory). Multiple arguments can be used to pass non-standard options to "
430435
"the ``NLST`` command."
431436
msgstr ""
437+
"返回一个文件名列表,文件名由 ``NLST`` 命令返回。可选参数 *argument* "
438+
"是待列出的目录(默认为当前服务器目录)。可以使用多个参数,将非标准选项传递给 ``NLST`` 命令。"
432439

433440
#: ../../library/ftplib.rst:357 ../../library/ftplib.rst:369
434441
msgid "If your server supports the command, :meth:`mlsd` offers a better API."
435-
msgstr ""
442+
msgstr "如果目标服务器支持相关命令,那么 :meth:`mlsd` 提供的 API 更好。"
436443

437444
#: ../../library/ftplib.rst:362
438445
msgid ""

0 commit comments

Comments
 (0)