@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2020-10-22 16:25 -0300\n "
14
+ "PO-Revision-Date : 2020-10-22 17:33 -0300\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -562,27 +562,35 @@ msgid ""
562
562
"the ``subject``, ``from``, ``date``, ``message-id`` and ``references`` "
563
563
"headers"
564
564
msgstr ""
565
+ "Los encabezados ``subject``, ``from``, ``date``, ``message-id`` y "
566
+ "``references``."
565
567
566
568
#: ../Doc/library/nntplib.rst:375
567
569
msgid ""
568
570
"the ``:bytes`` metadata: the number of bytes in the entire raw article "
569
571
"(including headers and body)"
570
572
msgstr ""
573
+ "Los metadatos ``:bytes``: el número de bytes en todo el artículo sin "
574
+ "procesar (incluidos los encabezados y el cuerpo)."
571
575
572
576
#: ../Doc/library/nntplib.rst:377
573
577
msgid "the ``:lines`` metadata: the number of lines in the article body"
574
578
msgstr ""
579
+ "Los metadatos ``:lines``: el número de líneas en el cuerpo del artículo."
575
580
576
581
#: ../Doc/library/nntplib.rst:379
577
582
msgid ""
578
583
"The value of each item is either a string, or :const:`None` if not present."
579
584
msgstr ""
585
+ "El valor de cada elemento es una cadena, o :const:`None` si no está presente."
580
586
581
587
#: ../Doc/library/nntplib.rst:381
582
588
msgid ""
583
589
"It is advisable to use the :func:`decode_header` function on header values "
584
590
"when they may contain non-ASCII characters::"
585
591
msgstr ""
592
+ "Es aconsejable utilizar la función :func:`decode_header` en los valores del "
593
+ "encabezado cuando pueden contener caracteres no-ASCII:"
586
594
587
595
#: ../Doc/library/nntplib.rst:401
588
596
msgid ""
0 commit comments