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

Skip to content

Commit 2bc25c8

Browse files
[po] auto sync
1 parent 595a6a4 commit 2bc25c8

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

library/email.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Freesand Leo <[email protected]>, 2021
8+
# Arisaka97 <[email protected]>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1516
"PO-Revision-Date: 2017-02-16 23:09+0000\n"
16-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
17+
"Last-Translator: Arisaka97 <solitaire2312@gmail.com>, 2021\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -178,7 +179,7 @@ msgstr ""
178179

179180
#: ../../library/email.rst:142
180181
msgid "Module :mod:`imaplib`"
181-
msgstr ""
182+
msgstr ":mod:`imaplib` 模块"
182183

183184
#: ../../library/email.rst:142
184185
msgid "IMAP (Internet Message Access Protocol) client"

library/poplib.po

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,12 @@ msgid ""
125125
"point to PEM-formatted private key and certificate chain files, "
126126
"respectively, for the SSL connection."
127127
msgstr ""
128+
"*keyfile* 和 *certfile* 是可以代替 *context* 的传统方案,它们可以分别指向 PEM 格式的私钥和证书链文件,用于进行 "
129+
"SSL 连接。"
128130

129131
#: ../../library/poplib.rst:76
130132
msgid "*context* parameter added."
131-
msgstr ""
133+
msgstr "添加了 *context* 参数。"
132134

133135
#: ../../library/poplib.rst:79
134136
msgid ""
@@ -152,49 +154,53 @@ msgstr ""
152154

153155
#: ../../library/poplib.rst:95
154156
msgid "One exception is defined as an attribute of the :mod:`poplib` module:"
155-
msgstr ""
157+
msgstr "定义了一个异常,它是作为 :mod:`poplib` 模块的属性定义的:"
156158

157159
#: ../../library/poplib.rst:100
158160
msgid ""
159161
"Exception raised on any errors from this module (errors from :mod:`socket` "
160162
"module are not caught). The reason for the exception is passed to the "
161163
"constructor as a string."
162-
msgstr ""
164+
msgstr "此模块的所有错误都将引发本异常(来自 :mod:`socket` 模块的错误不会被捕获)。异常的原因将以字符串的形式传递给构造函数。"
163165

164166
#: ../../library/poplib.rst:108
165167
msgid "Module :mod:`imaplib`"
166-
msgstr ""
168+
msgstr ":mod:`imaplib` 模块"
167169

168170
#: ../../library/poplib.rst:108
169171
msgid "The standard Python IMAP module."
170-
msgstr ""
172+
msgstr "标准的 Python IMAP 模块。"
171173

172174
#: ../../library/poplib.rst:112
173175
msgid ""
174176
"`Frequently Asked Questions About Fetchmail "
175177
"<http://www.catb.org/~esr/fetchmail/fetchmail-FAQ.html>`_"
176178
msgstr ""
179+
"`有关 Fetchmail 的常见问题 <http://www.catb.org/~esr/fetchmail/fetchmail-"
180+
"FAQ.html>`_"
177181

178182
#: ../../library/poplib.rst:111
179183
msgid ""
180184
"The FAQ for the :program:`fetchmail` POP/IMAP client collects information on"
181185
" POP3 server variations and RFC noncompliance that may be useful if you need"
182186
" to write an application based on the POP protocol."
183187
msgstr ""
188+
":program:`fetchmail` POP/IMAP 客户端的“常见问题”收集了 POP3 服务器之间的差异和 RFC "
189+
"不兼容的信息,如果要编写基于 POP 协议的应用程序,这可能会很有用。"
184190

185191
#: ../../library/poplib.rst:119
186192
msgid "POP3 Objects"
187-
msgstr ""
193+
msgstr "POP3 对象"
188194

189195
#: ../../library/poplib.rst:121
190196
msgid ""
191197
"All POP3 commands are represented by methods of the same name, in lower-"
192198
"case; most return the response text sent by the server."
193-
msgstr ""
199+
msgstr "所有 POP3 命令均以同名的方法表示,小写,大多数方法返回的是服务器发送的响应文本。"
194200

195201
#: ../../library/poplib.rst:124
196202
msgid "An :class:`POP3` instance has the following methods:"
197-
msgstr ""
203+
msgstr ":class:`POP3` 实例具有下列方法:"
198204

199205
#: ../../library/poplib.rst:129
200206
msgid ""
@@ -210,7 +216,7 @@ msgstr ""
210216

211217
#: ../../library/poplib.rst:138
212218
msgid "Returns the greeting string sent by the POP3 server."
213-
msgstr ""
219+
msgstr "返回 POP3 服务器发送的问候语字符串。"
214220

215221
#: ../../library/poplib.rst:143
216222
msgid ""

0 commit comments

Comments
 (0)