Skip to content

Commit 49c974f

Browse files
committed
Update nntplib.po
1 parent 4f8b717 commit 49c974f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

library/nntplib.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-10-23 09:26-0300\n"
14+
"PO-Revision-Date: 2020-10-23 11:51-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -671,7 +671,7 @@ msgid ""
671671
"appends the termination line."
672672
msgstr ""
673673
"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 "
674+
"un :term:`file object` abierto para la lectura binaria o cualquier iterable "
675675
"de objetos bytes (que representa las líneas sin procesar del artículo que se "
676676
"va a publicar). Debe representar un artículo de noticias bien formado, "
677677
"incluidos los encabezados requeridos. El método :meth:`post` escapa "
@@ -692,16 +692,22 @@ msgid ""
692692
"the server (enclosed in ``'<'`` and ``'>'``). The *data* parameter and the "
693693
"return value are the same as for :meth:`post()`."
694694
msgstr ""
695+
"Envíe un comando ``IHAVE``. *message_id * es el identificador del mensaje "
696+
"que se enviará al servidor (incluido entre ``’<‘`` and ``’>’``). El "
697+
"parámetro *data* y el valor de retorno son los mismos que para :meth:"
698+
"`post()`."
695699

696700
#: ../Doc/library/nntplib.rst:490
697701
msgid ""
698702
"Return a pair ``(response, date)``. *date* is a :class:`~datetime.datetime` "
699703
"object containing the current date and time of the server."
700704
msgstr ""
705+
"Devuelve un par ``(response, date)``. *date* es un objeto :class:`~datetime."
706+
"datetime` que contiene la fecha y hora actuales del servidor."
701707

702708
#: ../Doc/library/nntplib.rst:496
703709
msgid "Send a ``SLAVE`` command. Return the server's *response*."
704-
msgstr ""
710+
msgstr "Envíe un comando ``SLAVE``. Devuelve la *response*del servidor."
705711

706712
#: ../Doc/library/nntplib.rst:501
707713
msgid ""

0 commit comments

Comments
 (0)