@@ -125,10 +125,12 @@ msgid ""
125125"point to PEM-formatted private key and certificate chain files, "
126126"respectively, for the SSL connection."
127127msgstr ""
128+ "*keyfile* 和 *certfile* 是可以代替 *context* 的传统方案,它们可以分别指向 PEM 格式的私钥和证书链文件,用于进行 "
129+ "SSL 连接。"
128130
129131#: ../../library/poplib.rst:76
130132msgid "*context* parameter added."
131- msgstr ""
133+ msgstr "添加了 *context* 参数。 "
132134
133135#: ../../library/poplib.rst:79
134136msgid ""
@@ -152,49 +154,53 @@ msgstr ""
152154
153155#: ../../library/poplib.rst:95
154156msgid "One exception is defined as an attribute of the :mod:`poplib` module:"
155- msgstr ""
157+ msgstr "定义了一个异常,它是作为 :mod:`poplib` 模块的属性定义的: "
156158
157159#: ../../library/poplib.rst:100
158160msgid ""
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
165167msgid "Module :mod:`imaplib`"
166- msgstr ""
168+ msgstr ":mod:`imaplib` 模块 "
167169
168170#: ../../library/poplib.rst:108
169171msgid "The standard Python IMAP module."
170- msgstr ""
172+ msgstr "标准的 Python IMAP 模块。 "
171173
172174#: ../../library/poplib.rst:112
173175msgid ""
174176"`Frequently Asked Questions About Fetchmail "
175177"<http://www.catb.org/~esr/fetchmail/fetchmail-FAQ.html>`_"
176178msgstr ""
179+ "`有关 Fetchmail 的常见问题 <http://www.catb.org/~esr/fetchmail/fetchmail-"
180+ "FAQ.html>`_"
177181
178182#: ../../library/poplib.rst:111
179183msgid ""
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."
183187msgstr ""
188+ ":program:`fetchmail` POP/IMAP 客户端的“常见问题”收集了 POP3 服务器之间的差异和 RFC "
189+ "不兼容的信息,如果要编写基于 POP 协议的应用程序,这可能会很有用。"
184190
185191#: ../../library/poplib.rst:119
186192msgid "POP3 Objects"
187- msgstr ""
193+ msgstr "POP3 对象 "
188194
189195#: ../../library/poplib.rst:121
190196msgid ""
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
196202msgid "An :class:`POP3` instance has the following methods:"
197- msgstr ""
203+ msgstr ":class:`POP3` 实例具有下列方法: "
198204
199205#: ../../library/poplib.rst:129
200206msgid ""
@@ -210,7 +216,7 @@ msgstr ""
210216
211217#: ../../library/poplib.rst:138
212218msgid "Returns the greeting string sent by the POP3 server."
213- msgstr ""
219+ msgstr "返回 POP3 服务器发送的问候语字符串。 "
214220
215221#: ../../library/poplib.rst:143
216222msgid ""
0 commit comments