@@ -9,15 +9,15 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.8\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"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 "
13
13
"Language-Team : python-doc-es\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
16
16
"Content-Transfer-Encoding : 8bit\n "
17
17
"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 "
19
19
"Language : es_ES\n "
20
- "X-Generator : Poedit 2.4.1 \n "
20
+ "X-Generator : Poedit 3.0 \n "
21
21
22
22
#: ../Doc/library/email.charset.rst:2
23
23
msgid ":mod:`email.charset`: Representing character sets"
@@ -158,7 +158,6 @@ msgstr ""
158
158
"encabezado. `Charset.SHORTEST`` no está permitido para *body_encoding*."
159
159
160
160
#: ../Doc/library/email.charset.rst:76
161
- #, fuzzy
162
161
msgid ""
163
162
"Some character sets must be converted before they can be used in email "
164
163
"headers or bodies. If the *input_charset* is one of them, this attribute "
@@ -201,19 +200,18 @@ msgstr ""
201
200
"codificación del cuerpo."
202
201
203
202
#: ../Doc/library/email.charset.rst:102
204
- #, fuzzy
205
203
msgid ""
206
204
"This is either the string ``quoted-printable`` or ``base64`` depending on "
207
205
"the encoding used, or it is a function, in which case you should call the "
208
206
"function with a single argument, the Message object being encoded. The "
209
207
"function should then set the :mailheader:`Content-Transfer-Encoding` header "
210
208
"itself to whatever is appropriate."
211
209
msgstr ""
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."
217
215
218
216
#: ../Doc/library/email.charset.rst:108
219
217
msgid ""
@@ -238,9 +236,8 @@ msgstr ""
238
236
"*input_charset*."
239
237
240
238
#: ../Doc/library/email.charset.rst:156
241
- #, fuzzy
242
239
msgid "Header-encode the string *string*."
243
- msgstr "Codifica como encabezado la cadena *string*."
240
+ msgstr "Codifica como encabezado la cadena de caracteres *string*."
244
241
245
242
#: ../Doc/library/email.charset.rst:158
246
243
msgid ""
@@ -287,13 +284,12 @@ msgstr ""
287
284
"soportar operaciones estándar y funciones integradas."
288
285
289
286
#: ../Doc/library/email.charset.rst:185
290
- #, fuzzy
291
287
msgid ""
292
288
"Returns *input_charset* as a string coerced to lower case. :meth:`__repr__` "
293
289
"is an alias for :meth:`__str__`."
294
290
msgstr ""
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__`."
297
293
298
294
#: ../Doc/library/email.charset.rst:191
299
295
msgid ""
@@ -332,17 +328,16 @@ msgstr ""
332
328
"canónico del conjunto de caracteres."
333
329
334
330
#: ../Doc/library/email.charset.rst:211
335
- #, fuzzy
336
331
msgid ""
337
332
"Optional *header_enc* and *body_enc* is either ``Charset.QP`` for quoted-"
338
333
"printable, ``Charset.BASE64`` for base64 encoding, ``Charset.SHORTEST`` for "
339
334
"the shortest of quoted-printable or base64 encoding, or ``None`` for no "
340
335
"encoding. ``SHORTEST`` is only valid for *header_enc*. The default is "
341
336
"``None`` for no encoding."
342
337
msgstr ""
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 "
346
341
"codificar. ``SHORTEST`` solo es válido para *header_enc*. El valor "
347
342
"predeterminado es ``None`` para no codificar."
348
343
@@ -372,7 +367,6 @@ msgstr ""
372
367
"Consulte la documentación del módulo :mod:`codecs` para más información."
373
368
374
369
#: ../Doc/library/email.charset.rst:227
375
- #, fuzzy
376
370
msgid ""
377
371
"The global character set registry is kept in the module global dictionary "
378
372
"``CHARSETS``."
@@ -390,16 +384,14 @@ msgstr ""
390
384
"caracteres, p. ej. ``iso-8859-1``."
391
385
392
386
#: ../Doc/library/email.charset.rst:236
393
- #, fuzzy
394
387
msgid ""
395
388
"The global charset alias registry is kept in the module global dictionary "
396
389
"``ALIASES``."
397
390
msgstr ""
398
391
"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``."
400
393
401
394
#: ../Doc/library/email.charset.rst:242
402
- #, fuzzy
403
395
msgid ""
404
396
"Add a codec that map characters in the given character set to and from "
405
397
"Unicode."
0 commit comments