@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.8\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2024-08-31 13:50 +0000\n "
15
+ "POT-Creation-Date : 2024-09-06 22:14 +0000\n "
16
16
"PO-Revision-Date : 2020-05-30 12:01+0000\n "
17
17
"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2023\n "
18
18
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -93,7 +93,12 @@ msgid ""
93
93
"`~email.mime.image.MIMEImage`)."
94
94
msgstr ""
95
95
96
- #: ../../library/email.errors.rst:62
96
+ #: ../../library/email.errors.rst:64
97
+ msgid ""
98
+ "Raised when an error occurs when the :mod:`~email.generator` outputs headers."
99
+ msgstr ""
100
+
101
+ #: ../../library/email.errors.rst:68
97
102
msgid ""
98
103
"Here is the list of the defects that the :class:`~email.parser.FeedParser` "
99
104
"can find while parsing messages. Note that the defects are added to the "
@@ -103,59 +108,59 @@ msgid ""
103
108
"not."
104
109
msgstr ""
105
110
106
- #: ../../library/email.errors.rst:68
111
+ #: ../../library/email.errors.rst:74
107
112
msgid ""
108
113
"All defect classes are subclassed from :class:`email.errors.MessageDefect`."
109
114
msgstr ""
110
115
111
- #: ../../library/email.errors.rst:70
116
+ #: ../../library/email.errors.rst:76
112
117
msgid ""
113
118
":class:`NoBoundaryInMultipartDefect` -- A message claimed to be a multipart, "
114
119
"but had no :mimetype:`boundary` parameter."
115
120
msgstr ""
116
121
117
- #: ../../library/email.errors.rst:73
122
+ #: ../../library/email.errors.rst:79
118
123
msgid ""
119
124
":class:`StartBoundaryNotFoundDefect` -- The start boundary claimed in the :"
120
125
"mailheader:`Content-Type` header was never found."
121
126
msgstr ""
122
127
123
- #: ../../library/email.errors.rst:76
128
+ #: ../../library/email.errors.rst:82
124
129
msgid ""
125
130
":class:`CloseBoundaryNotFoundDefect` -- A start boundary was found, but no "
126
131
"corresponding close boundary was ever found."
127
132
msgstr ""
128
133
129
- #: ../../library/email.errors.rst:81
134
+ #: ../../library/email.errors.rst:87
130
135
msgid ""
131
136
":class:`FirstHeaderLineIsContinuationDefect` -- The message had a "
132
137
"continuation line as its first header line."
133
138
msgstr ""
134
139
135
- #: ../../library/email.errors.rst:84
140
+ #: ../../library/email.errors.rst:90
136
141
msgid ""
137
142
":class:`MisplacedEnvelopeHeaderDefect` - A \" Unix From\" header was found in "
138
143
"the middle of a header block."
139
144
msgstr ""
140
145
141
- #: ../../library/email.errors.rst:87
146
+ #: ../../library/email.errors.rst:93
142
147
msgid ""
143
148
":class:`MissingHeaderBodySeparatorDefect` - A line was found while parsing "
144
149
"headers that had no leading white space but contained no ':'. Parsing "
145
150
"continues assuming that the line represents the first line of the body."
146
151
msgstr ""
147
152
148
- #: ../../library/email.errors.rst:93
153
+ #: ../../library/email.errors.rst:99
149
154
msgid ""
150
155
":class:`MalformedHeaderDefect` -- A header was found that was missing a "
151
156
"colon, or was otherwise malformed."
152
157
msgstr ""
153
158
154
- #: ../../library/email.errors.rst:96
159
+ #: ../../library/email.errors.rst:102
155
160
msgid "This defect has not been used for several Python versions."
156
161
msgstr ""
157
162
158
- #: ../../library/email.errors.rst:99
163
+ #: ../../library/email.errors.rst:105
159
164
msgid ""
160
165
":class:`MultipartInvariantViolationDefect` -- A message claimed to be a :"
161
166
"mimetype:`multipart`, but no subparts were found. Note that when a message "
@@ -164,21 +169,21 @@ msgid ""
164
169
"`multipart`."
165
170
msgstr ""
166
171
167
- #: ../../library/email.errors.rst:104
172
+ #: ../../library/email.errors.rst:110
168
173
msgid ""
169
174
":class:`InvalidBase64PaddingDefect` -- When decoding a block of base64 "
170
175
"encoded bytes, the padding was not correct. Enough padding is added to "
171
176
"perform the decode, but the resulting decoded bytes may be invalid."
172
177
msgstr ""
173
178
174
- #: ../../library/email.errors.rst:108
179
+ #: ../../library/email.errors.rst:114
175
180
msgid ""
176
181
":class:`InvalidBase64CharactersDefect` -- When decoding a block of base64 "
177
182
"encoded bytes, characters outside the base64 alphabet were encountered. The "
178
183
"characters are ignored, but the resulting decoded bytes may be invalid."
179
184
msgstr ""
180
185
181
- #: ../../library/email.errors.rst:112
186
+ #: ../../library/email.errors.rst:118
182
187
msgid ""
183
188
":class:`InvalidBase64LengthDefect` -- When decoding a block of base64 "
184
189
"encoded bytes, the number of non-padding base64 characters was invalid (1 "
0 commit comments