66# Translators:
7788# Yi Cao <[email protected] >, 20209- # Arisaka97 <[email protected] >, 2020109# Freesand Leo <[email protected] >, 202010+ # Arisaka97 <[email protected] >, 20211111#
1212#, fuzzy
1313msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616"Report-Msgid-Bugs-To : \n "
1717"POT-Creation-Date : 2020-02-09 12:40+0000\n "
1818"PO-Revision-Date : 2020-05-30 12:02+0000\n "
19- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020 \n "
19+ "Last-Translator : Arisaka97 <solitaire2312@gmail .com>, 2021 \n "
2020"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -129,26 +129,26 @@ msgstr "以下是使用 :class:`FTP_TLS` 类的会话示例::"
129129
130130#: ../../library/ftplib.rst:121
131131msgid "Exception raised when an unexpected reply is received from the server."
132- msgstr ""
132+ msgstr "从服务器收到意外答复时,将引发本异常。 "
133133
134134#: ../../library/ftplib.rst:126
135135msgid ""
136136"Exception raised when an error code signifying a temporary error (response "
137137"codes in the range 400--499) is received."
138- msgstr ""
138+ msgstr "收到表示临时错误的错误代码(响应代码在 400--499 范围内)时,将引发本异常。 "
139139
140140#: ../../library/ftplib.rst:132
141141msgid ""
142142"Exception raised when an error code signifying a permanent error (response "
143143"codes in the range 500--599) is received."
144- msgstr ""
144+ msgstr "收到表示永久性错误的错误代码(响应代码在 500--599 范围内)时,将引发本异常。 "
145145
146146#: ../../library/ftplib.rst:138
147147msgid ""
148148"Exception raised when a reply is received from the server that does not fit "
149149"the response specifications of the File Transfer Protocol, i.e. begin with a"
150150" digit in the range 1--5."
151- msgstr ""
151+ msgstr "从服务器收到不符合 FTP 响应规范的答复,比如以数字 1--5 开头时,将引发本异常。 "
152152
153153#: ../../library/ftplib.rst:145
154154msgid ""
@@ -157,6 +157,8 @@ msgid ""
157157"opposed to programming errors made by the caller). This set includes the "
158158"four exceptions listed above as well as :exc:`OSError` and :exc:`EOFError`."
159159msgstr ""
160+ "所有异常的集合(一个元组),由于 FTP 连接出现问题(并非调用者的编码错误),:class:`FTP` "
161+ "实例的方法可能会引发这些异常。该集合包括上面列出的四个异常以及 :exc:`OSError` 和 :exc:`EOFError`。"
160162
161163#: ../../library/ftplib.rst:155
162164msgid "Module :mod:`netrc`"
0 commit comments