@@ -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 17:33 -0300\n "
14
+ "PO-Revision-Date : 2020-10-23 09:26 -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,21 +562,21 @@ 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
+ "los encabezados ``subject``, ``from``, ``date``, ``message-id`` y "
566
+ "``references``"
567
567
568
568
#: ../Doc/library/nntplib.rst:375
569
569
msgid ""
570
570
"the ``:bytes`` metadata: the number of bytes in the entire raw article "
571
571
"(including headers and body)"
572
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). "
573
+ "los metadatos ``:bytes``: el número de bytes en todo el artículo sin "
574
+ "procesar (incluidos los encabezados y el cuerpo)"
575
575
576
576
#: ../Doc/library/nntplib.rst:377
577
577
msgid "the ``:lines`` metadata: the number of lines in the article body"
578
578
msgstr ""
579
- "Los metadatos ``:lines``: el número de líneas en el cuerpo del artículo. "
579
+ "los metadatos ``:lines``: el número de líneas en el cuerpo del artículo"
580
580
581
581
#: ../Doc/library/nntplib.rst:379
582
582
msgid ""
@@ -632,20 +632,34 @@ msgid ""
632
632
"string, and *lines* a list of lines (without terminating newlines) "
633
633
"comprising the raw message including headers and body."
634
634
msgstr ""
635
+ "Envíe un comando ``ARTICLE``, donde *message_spec* tiene el mismo "
636
+ "significado para :meth:`.stat`. Devuelve una tupla ``(response, info)`` "
637
+ "donde *info* es un :class:`~collections.namedtuple` con tres atributos "
638
+ "*number*, *message_id* y *lines* (en ese orden). *number* es el número de "
639
+ "artículo del grupo (o 0 si la información no está disponible), *message_id* "
640
+ "el identificador del mensaje como una cadena y *lines* una lista de líneas "
641
+ "(sin terminar líneas nuevas) que comprende el mensaje sin procesar, "
642
+ "incluidos los encabezados y el cuerpo."
635
643
636
644
#: ../Doc/library/nntplib.rst:456
637
645
msgid ""
638
646
"Same as :meth:`article()`, but sends a ``HEAD`` command. The *lines* "
639
647
"returned (or written to *file*) will only contain the message headers, not "
640
648
"the body."
641
649
msgstr ""
650
+ "Igual que :meth:`article()`, pero envía un comando ``HEAD``. Las *lines* "
651
+ "devueltas (o escritas en *file*) solo contendrán los encabezados del "
652
+ "mensaje, no el cuerpo."
642
653
643
654
#: ../Doc/library/nntplib.rst:463
644
655
msgid ""
645
656
"Same as :meth:`article()`, but sends a ``BODY`` command. The *lines* "
646
657
"returned (or written to *file*) will only contain the message body, not the "
647
658
"headers."
648
659
msgstr ""
660
+ "Igual que :meth:`article()`, pero envía un comando ``BODY``. Las *lines* "
661
+ "devueltas (o escritas en *file*) solo contendrán los encabezados del "
662
+ "mensaje, no el cuerpo."
649
663
650
664
#: ../Doc/library/nntplib.rst:470
651
665
msgid ""
@@ -656,6 +670,13 @@ msgid ""
656
670
"meth:`post` method automatically escapes lines beginning with ``.`` and "
657
671
"appends the termination line."
658
672
msgstr ""
673
+ "Publique un artículo utilizando el comando ``POST``. El argumento *data* es "
674
+ "un objeto :term:'file' abierto para la lectura binaria o cualquier iterable "
675
+ "de objetos bytes (que representa las líneas sin procesar del artículo que se "
676
+ "va a publicar). Debe representar un artículo de noticias bien formado, "
677
+ "incluidos los encabezados requeridos. El método :meth:`post` escapa "
678
+ "automáticamente de las líneas que comienzan con ``.`` y añade la línea de "
679
+ "terminación."
659
680
660
681
#: ../Doc/library/nntplib.rst:477
661
682
msgid ""
0 commit comments