@@ -9,15 +9,15 @@ msgstr ""
99"Project-Id-Version : Python 3.8\n "
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2019-05-06 11:59-0400\n "
12- "PO-Revision-Date : 2020-10-01 13:08-0400 \n "
12+ "PO-Revision-Date : 2021-08-07 18:14+0200 \n "
1313"Language-Team : python-doc-es\n "
1414"MIME-Version : 1.0\n "
1515"Content-Type : text/plain; charset=UTF-8\n "
1616"Content-Transfer-Encoding : 8bit\n "
1717"Plural-Forms : nplurals=2; plural=(n != 1);\n "
18- "Last-Translator : Alvaro Cárdenas <alvaruz101 @gmail.com>\n "
18+ "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
1919"Language : es_ES\n "
20- "X-Generator : Poedit 2.4.1 \n "
20+ "X-Generator : Poedit 3.0 \n "
2121
2222#: ../Doc/library/email.charset.rst:2
2323msgid ":mod:`email.charset`: Representing character sets"
@@ -158,7 +158,6 @@ msgstr ""
158158"encabezado. `Charset.SHORTEST`` no está permitido para *body_encoding*."
159159
160160#: ../Doc/library/email.charset.rst:76
161- #, fuzzy
162161msgid ""
163162"Some character sets must be converted before they can be used in email "
164163"headers or bodies. If the *input_charset* is one of them, this attribute "
@@ -201,19 +200,18 @@ msgstr ""
201200"codificación del cuerpo."
202201
203202#: ../Doc/library/email.charset.rst:102
204- #, fuzzy
205203msgid ""
206204"This is either the string ``quoted-printable`` or ``base64`` depending on "
207205"the encoding used, or it is a function, in which case you should call the "
208206"function with a single argument, the Message object being encoded. The "
209207"function should then set the :mailheader:`Content-Transfer-Encoding` header "
210208"itself to whatever is appropriate."
211209msgstr ""
212- "Esta es la cadena ``quoted-printable`` o ``base64`` dependiendo de la "
213- "codificación usada, o es una función, en cuyo caso se deberá llamar a la "
214- "función con un solo argumento, el objeto Mensaje a ser codificado. La "
215- "función deberá luego establecer el encabezado :mailheader:`Content-Transfer- "
216- "Encoding` en lo que sea apropiado."
210+ "Esta es la cadena de caracteres ``quoted-printable`` o ``base64`` "
211+ "dependiendo de la codificación usada, o es una función, en cuyo caso se "
212+ "deberá llamar a la función con un solo argumento, el objeto Mensaje a ser "
213+ "codificado. La función deberá luego establecer el encabezado :mailheader:"
214+ "`Content-Transfer- Encoding` en lo que sea apropiado."
217215
218216#: ../Doc/library/email.charset.rst:108
219217msgid ""
@@ -238,9 +236,8 @@ msgstr ""
238236"*input_charset*."
239237
240238#: ../Doc/library/email.charset.rst:156
241- #, fuzzy
242239msgid "Header-encode the string *string*."
243- msgstr "Codifica como encabezado la cadena *string*."
240+ msgstr "Codifica como encabezado la cadena de caracteres *string*."
244241
245242#: ../Doc/library/email.charset.rst:158
246243msgid ""
@@ -287,13 +284,12 @@ msgstr ""
287284"soportar operaciones estándar y funciones integradas."
288285
289286#: ../Doc/library/email.charset.rst:185
290- #, fuzzy
291287msgid ""
292288"Returns *input_charset* as a string coerced to lower case. :meth:`__repr__` "
293289"is an alias for :meth:`__str__`."
294290msgstr ""
295- "Retorna *input_charset* como una cadena convertida a minúsculas. :meth: "
296- "`__repr__` es un alias para :meth:`__str__`."
291+ "Retorna *input_charset* como una cadena de caracteres convertida a "
292+ "minúsculas. :meth: `__repr__` es un alias para :meth:`__str__`."
297293
298294#: ../Doc/library/email.charset.rst:191
299295msgid ""
@@ -332,17 +328,16 @@ msgstr ""
332328"canónico del conjunto de caracteres."
333329
334330#: ../Doc/library/email.charset.rst:211
335- #, fuzzy
336331msgid ""
337332"Optional *header_enc* and *body_enc* is either ``Charset.QP`` for quoted-"
338333"printable, ``Charset.BASE64`` for base64 encoding, ``Charset.SHORTEST`` for "
339334"the shortest of quoted-printable or base64 encoding, or ``None`` for no "
340335"encoding. ``SHORTEST`` is only valid for *header_enc*. The default is "
341336"``None`` for no encoding."
342337msgstr ""
343- "Opcional *header_enc* y *body_enc* es ``Charset.QP`` para quoted-printable, "
344- "``Charset.BASE64`` para codificación base64, ``Charset.SHORTEST`` para "
345- "codificación más corta quoted-printable o base64, o ``None`` para no "
338+ "Opcional *header_enc* y *body_enc* es ``Charset.QP`` para imprimibles entre "
339+ "comillas, ``Charset.BASE64`` para codificación base64, ``Charset.SHORTEST`` "
340+ "para codificación más corta quoted-printable o base64, o ``None`` para no "
346341"codificar. ``SHORTEST`` solo es válido para *header_enc*. El valor "
347342"predeterminado es ``None`` para no codificar."
348343
@@ -372,7 +367,6 @@ msgstr ""
372367"Consulte la documentación del módulo :mod:`codecs` para más información."
373368
374369#: ../Doc/library/email.charset.rst:227
375- #, fuzzy
376370msgid ""
377371"The global character set registry is kept in the module global dictionary "
378372"``CHARSETS``."
@@ -390,16 +384,14 @@ msgstr ""
390384"caracteres, p. ej. ``iso-8859-1``."
391385
392386#: ../Doc/library/email.charset.rst:236
393- #, fuzzy
394387msgid ""
395388"The global charset alias registry is kept in the module global dictionary "
396389"``ALIASES``."
397390msgstr ""
398391"El registro de alias global de conjuntos de caracteres se mantiene en el "
399- "módulo global diccionario `ALIASES``."
392+ "módulo global diccionario `` ALIASES``."
400393
401394#: ../Doc/library/email.charset.rst:242
402- #, fuzzy
403395msgid ""
404396"Add a codec that map characters in the given character set to and from "
405397"Unicode."
0 commit comments