55#
66# Translators:
778+ # Freesand Leo <[email protected] >, 201989#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1516"PO-Revision-Date : 2017-02-16 23:08+0000\n "
16- "Last-Translator : 马强 <jackylvm@foxmail .com>, 2019\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\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 "
@@ -27,20 +28,21 @@ msgstr ":mod:`email.errors`: 异常和缺陷类"
2728
2829#: ../../library/email.errors.rst:7
2930msgid "**Source code:** :source:`Lib/email/errors.py`"
30- msgstr ""
31+ msgstr "**源代码:** :source:`Lib/email/errors.py` "
3132
3233#: ../../library/email.errors.rst:11
3334msgid ""
3435"The following exception classes are defined in the :mod:`email.errors` "
3536"module:"
36- msgstr "以下异常类在: mod: `email.errors`模块中定义:"
37+ msgstr "以下异常类在 : mod: `email.errors` 模块中定义:"
3738
3839#: ../../library/email.errors.rst:16
3940msgid ""
4041"This is the base class for all exceptions that the :mod:`email` package can "
4142"raise. It is derived from the standard :exc:`Exception` class and defines "
4243"no additional methods."
43- msgstr "这是:mod:`email`包可以引发的所有异常的基类。 它源自标准异常:exc:`Exception`类,这个类没有定义其他方法。"
44+ msgstr ""
45+ "这是 :mod:`email` 包可以引发的所有异常的基类。 它源自标准异常 :exc:`Exception` 类,这个类没有定义其他方法。"
4446
4547#: ../../library/email.errors.rst:23
4648msgid ""
@@ -49,8 +51,8 @@ msgid ""
4951":exc:`MessageError`. This class is also used internally by the parser used "
5052"by :mod:`~email.headerregistry`."
5153msgstr ""
52- "这是由class: `~email.parser.Parser`类引发的异常的基类。 它源于: exc: `MessageError`。 "
53- "此类也由解析器 :mod:`~email.headerregistry`内部使用 。"
54+ "这是由 class: `~email.parser.Parser` 类引发的异常的基类。 它源于 : exc: `MessageError`。 "
55+ "此类也由解析器在内部通过 :mod:`~email.headerregistry` 使用 。"
5456
5557#: ../../library/email.errors.rst:31
5658msgid ""
@@ -63,14 +65,14 @@ msgid ""
6365" to contain an embedded header (that is, there is what is supposed to be a "
6466"continuation line that has no leading whitespace and looks like a header)."
6567msgstr ""
66- "在解析消息的: rfc: `5322`标头时,某些错误条件下会触发,此类派生自: exc: `MessageParseError`。 "
67- "如果在调用方法时内容类型未知,则: meth: `~email.message.EmailMessage.set_boundary`方法将引发此错误。 "
68- "当尝试创建一个看起来包含嵌入式标头的标头时: class: `~email.header.Header`可能会针对某些base64解码错误引发此错误(也就是说,应该是一个 "
69- " 没有前导空格并且看起来像标题的延续行)。"
68+ "在解析消息的 : rfc: `5322` 标头时,某些错误条件下会触发,此类派生自 : exc: `MessageParseError`。 "
69+ "如果在调用方法时内容类型未知,则 : meth: `~email.message.EmailMessage.set_boundary` 方法将引发此错误。 "
70+ "当尝试创建一个看起来包含嵌入式标头的标头时 : class: `~email.header.Header` 可能会针对某些 base64 "
71+ "解码错误引发此错误(也就是说,应该是一个 没有前导空格并且看起来像标题的延续行)。"
7072
7173#: ../../library/email.errors.rst:43
7274msgid "Deprecated and no longer used."
73- msgstr "已弃用和不再使用的. "
75+ msgstr "已弃用和不再使用的。 "
7476
7577#: ../../library/email.errors.rst:48
7678msgid ""
@@ -80,9 +82,10 @@ msgid ""
8082":mimetype:`multipart` or missing. :exc:`MultipartConversionError` multiply "
8183"inherits from :exc:`MessageError` and the built-in :exc:`TypeError`."
8284msgstr ""
83- "当使用:meth:`add_payload`将有效负载添加到:class:`~email.message.Message`对象时,有效负载已经是一个标量,而消息的:mailheader"
84- ":`Content-"
85- "Type`主类型不是:mimetype:`multipart`或者缺少时触发该异常。:exc:`MultipartConversionError`多重继承自:exc:`MessageError`和内置:exc:`TypeError`。"
85+ "当使用 :meth:`add_payload` 将有效负载添加到 :class:`~email.message.Message` "
86+ "对象时,有效负载已经是一个标量,而消息的 :mailheader:`Content-Type` 主类型不是 :mimetype:`multipart` "
87+ "或者缺少时触发该异常。 :exc:`MultipartConversionError` 多重继承自 :exc:`MessageError` 和内置的 "
88+ ":exc:`TypeError`。"
8689
8790#: ../../library/email.errors.rst:54
8891msgid ""
0 commit comments