1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2021 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
7
# Shengjing Zhu <zsj950618@gmail.com>, 2020
8
- # Freesand Leo <yuqinju@163.com>, 2020
9
8
# jacky <jackylvm@foxmail.com>, 2020
9
+ # Freesand Leo <yuqinju@163.com>, 2024
10
10
#
11
11
#, fuzzy
12
12
msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.8\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2021-01-01 16:06 +0000\n "
16
+ "POT-Creation-Date : 2024-09-06 22:14 +0000\n "
17
17
"PO-Revision-Date : 2020-05-30 12:01+0000\n "
18
- "Last-Translator : jacky <jackylvm@foxmail .com>, 2020 \n "
19
- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
18
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024 \n "
19
+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=UTF-8\n "
22
22
"Content-Transfer-Encoding : 8bit\n "
@@ -101,7 +101,13 @@ msgstr ""
101
101
":class:`~email.mime.image.MIMEImage`) 的实例上调用 "
102
102
":meth:`~email.message.Message.attach` 方法也可以引发此异常。"
103
103
104
- #: ../../library/email.errors.rst:62
104
+ #: ../../library/email.errors.rst:64
105
+ msgid ""
106
+ "Raised when an error occurs when the :mod:`~email.generator` outputs "
107
+ "headers."
108
+ msgstr "当 :mod:`~email.generator` 输出标头发生错误时将被引发。"
109
+
110
+ #: ../../library/email.errors.rst:68
105
111
msgid ""
106
112
"Here is the list of the defects that the :class:`~email.parser.FeedParser` "
107
113
"can find while parsing messages. Note that the defects are added to the "
@@ -114,46 +120,46 @@ msgstr ""
114
120
"请注意这些缺陷会在问题被发现时加入到消息中,因此举例来说,如果某条嵌套在 :mimetype:`multipart/alternative` "
115
121
"中的消息具有错误的标头,该嵌套消息对象就会有一条缺陷,但外层消息对象则没有。"
116
122
117
- #: ../../library/email.errors.rst:68
123
+ #: ../../library/email.errors.rst:74
118
124
msgid ""
119
125
"All defect classes are subclassed from :class:`email.errors.MessageDefect`."
120
126
msgstr "所有缺陷类都是 :class:`email.errors.MessageDefect` 的子类。"
121
127
122
- #: ../../library/email.errors.rst:70
128
+ #: ../../library/email.errors.rst:76
123
129
msgid ""
124
130
":class:`NoBoundaryInMultipartDefect` -- A message claimed to be a multipart,"
125
131
" but had no :mimetype:`boundary` parameter."
126
132
msgstr ""
127
133
":class:`NoBoundaryInMultipartDefect` -- 一条消息宣称有多个部分,但却没有 "
128
134
":mimetype:`boundary` 形参。"
129
135
130
- #: ../../library/email.errors.rst:73
136
+ #: ../../library/email.errors.rst:79
131
137
msgid ""
132
138
":class:`StartBoundaryNotFoundDefect` -- The start boundary claimed in the "
133
139
":mailheader:`Content-Type` header was never found."
134
140
msgstr ""
135
141
":class:`StartBoundaryNotFoundDefect` -- 在 :mailheader:`Content-Type` "
136
142
"标头中宣称的开始边界无法被找到。"
137
143
138
- #: ../../library/email.errors.rst:76
144
+ #: ../../library/email.errors.rst:82
139
145
msgid ""
140
146
":class:`CloseBoundaryNotFoundDefect` -- A start boundary was found, but no "
141
147
"corresponding close boundary was ever found."
142
148
msgstr ":class:`CloseBoundaryNotFoundDefect` -- 找到了开始边界,但相应的结束边界无法被找到。"
143
149
144
- #: ../../library/email.errors.rst:81
150
+ #: ../../library/email.errors.rst:87
145
151
msgid ""
146
152
":class:`FirstHeaderLineIsContinuationDefect` -- The message had a "
147
153
"continuation line as its first header line."
148
154
msgstr ":class:`FirstHeaderLineIsContinuationDefect` -- 消息以一个继续行作为其第一个标头行。"
149
155
150
- #: ../../library/email.errors.rst:84
156
+ #: ../../library/email.errors.rst:90
151
157
msgid ""
152
158
":class:`MisplacedEnvelopeHeaderDefect` - A \" Unix From\" header was found in"
153
159
" the middle of a header block."
154
160
msgstr ":class:`MisplacedEnvelopeHeaderDefect` - 在标头块中间发现了一个 \" Unix From\" 标头。"
155
161
156
- #: ../../library/email.errors.rst:87
162
+ #: ../../library/email.errors.rst:93
157
163
msgid ""
158
164
":class:`MissingHeaderBodySeparatorDefect` - A line was found while parsing "
159
165
"headers that had no leading white space but contained no ':'. Parsing "
@@ -162,17 +168,17 @@ msgstr ""
162
168
":class:`MissingHeaderBodySeparatorDefect` - 在解析没有前缀空格但又不包含 ':' 的标头期间找到一行内容。 "
163
169
"解析将假定该行表示消息体的第一行以继续执行。"
164
170
165
- #: ../../library/email.errors.rst:93
171
+ #: ../../library/email.errors.rst:99
166
172
msgid ""
167
173
":class:`MalformedHeaderDefect` -- A header was found that was missing a "
168
174
"colon, or was otherwise malformed."
169
175
msgstr ":class:`MalformedHeaderDefect` -- 找到一个缺失了冒号或格式错误的标头。"
170
176
171
- #: ../../library/email.errors.rst:96
177
+ #: ../../library/email.errors.rst:102
172
178
msgid "This defect has not been used for several Python versions."
173
179
msgstr "此缺陷在近几个 Python 版本中已不再使用。"
174
180
175
- #: ../../library/email.errors.rst:99
181
+ #: ../../library/email.errors.rst:105
176
182
msgid ""
177
183
":class:`MultipartInvariantViolationDefect` -- A message claimed to be a "
178
184
":mimetype:`multipart`, but no subparts were found. Note that when a message"
@@ -185,7 +191,7 @@ msgstr ""
185
191
":meth:`~email.message.Message.is_multipart` 方法可能返回 ``False``,即使其内容类型宣称为 "
186
192
":mimetype:`multipart`。"
187
193
188
- #: ../../library/email.errors.rst:104
194
+ #: ../../library/email.errors.rst:110
189
195
msgid ""
190
196
":class:`InvalidBase64PaddingDefect` -- When decoding a block of base64 "
191
197
"encoded bytes, the padding was not correct. Enough padding is added to "
@@ -194,7 +200,7 @@ msgstr ""
194
200
":class:`InvalidBase64PaddingDefect` -- 当解码一个 base64 编码的字节分块时,填充的数据不正确。 "
195
201
"虽然添加了足够的填充数据以执行解码,但作为结果的已解码字节串可能无效。"
196
202
197
- #: ../../library/email.errors.rst:108
203
+ #: ../../library/email.errors.rst:114
198
204
msgid ""
199
205
":class:`InvalidBase64CharactersDefect` -- When decoding a block of base64 "
200
206
"encoded bytes, characters outside the base64 alphabet were encountered. The "
@@ -203,7 +209,7 @@ msgstr ""
203
209
":class:`InvalidBase64CharactersDefect` -- 当解码一个 base64 编码的字节分块时,遇到了 base64 "
204
210
"字符表以外的字符。 这些字符会被忽略,但作为结果的已解码字节串可能无效。"
205
211
206
- #: ../../library/email.errors.rst:112
212
+ #: ../../library/email.errors.rst:118
207
213
msgid ""
208
214
":class:`InvalidBase64LengthDefect` -- When decoding a block of base64 "
209
215
"encoded bytes, the number of non-padding base64 characters was invalid (1 "
0 commit comments