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

Skip to content

Commit 03acb1c

Browse files
[po] auto sync
1 parent c85e298 commit 03acb1c

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

library/ftplib.po

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# sgqy <[email protected]>, 2020
88
# Yi Cao <[email protected]>, 2020
9-
# Arisaka97 <[email protected]>, 2020
109
# Freesand Leo <[email protected]>, 2020
10+
# Arisaka97 <[email protected]>, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -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
131131
msgid "Exception raised when an unexpected reply is received from the server."
132-
msgstr ""
132+
msgstr "从服务器收到意外答复时,将引发本异常。"
133133

134134
#: ../../library/ftplib.rst:126
135135
msgid ""
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
141141
msgid ""
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
147147
msgid ""
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
154154
msgid ""
@@ -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`."
159159
msgstr ""
160+
"所有异常的集合(一个元组),由于 FTP 连接出现问题(并非调用者的编码错误),:class:`FTP` "
161+
"实例的方法可能会引发这些异常。该集合包括上面列出的四个异常以及 :exc:`OSError` 和 :exc:`EOFError`。"
160162

161163
#: ../../library/ftplib.rst:155
162164
msgid "Module :mod:`netrc`"

library/nntplib.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Zombie110year <[email protected]>, 2020
88
# Freesand Leo <[email protected]>, 2020
9-
# Arisaka97 <[email protected]>, 2020
9+
# Arisaka97 <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1717
"PO-Revision-Date: 2020-05-30 12:06+0000\n"
18-
"Last-Translator: Arisaka97 <[email protected]>, 2020\n"
18+
"Last-Translator: Arisaka97 <[email protected]>, 2021\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -140,7 +140,7 @@ msgstr ""
140140

141141
#: ../../library/nntplib.rst:138
142142
msgid "Exception raised when an unexpected reply is received from the server."
143-
msgstr ""
143+
msgstr "从服务器收到意外答复时,将引发本异常。"
144144

145145
#: ../../library/nntplib.rst:143
146146
msgid ""

0 commit comments

Comments
 (0)