Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f74203 commit 120e98dCopy full SHA for 120e98d
1 file changed
library/ftplib.po
@@ -142,14 +142,14 @@ msgstr "收到表示临时错误的错误代码(响应代码在 400--499 范
142
msgid ""
143
"Exception raised when an error code signifying a permanent error (response "
144
"codes in the range 500--599) is received."
145
-msgstr ""
+msgstr "收到表示永久性错误的错误代码(响应代码在 500--599 范围内)时,将引发本异常。"
146
147
#: ../../library/ftplib.rst:138
148
149
"Exception raised when a reply is received from the server that does not fit "
150
"the response specifications of the File Transfer Protocol, i.e. begin with a"
151
" digit in the range 1--5."
152
+msgstr "从服务器收到不符合 FTP 响应规范的答复,比如以数字 1--5 开头时,将引发本异常。"
153
154
#: ../../library/ftplib.rst:145
155
0 commit comments