Skip to content

Commit d78e8fd

Browse files
committed
Update nntplib.po
1 parent 5c720c1 commit d78e8fd

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

library/nntplib.po

Lines changed: 22 additions & 1 deletion
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-22 10:27-0300\n"
14+
"PO-Revision-Date: 2020-10-22 16:03-0300\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -514,6 +514,12 @@ msgid ""
514514
"articles in the group, *first* is the first article number in the group, "
515515
"*last* is the last article number in the group, and *name* is the group name."
516516
msgstr ""
517+
"Envíe un comando ``GRUPO``, donde *name* es el nombre del grupo. El grupo se "
518+
"selecciona como un grupo actual, si éste existe. Devuelve una tupla "
519+
"``(response, count, first, last, name)`` donde *count* es el número "
520+
"(estimado) de artículos en el grupo, *first* es el primer número de artículo "
521+
"del grupo, *last* es el último número de artículo en el grupo y *name* es el "
522+
"nombre del grupo."
517523

518524
#: ../Doc/library/nntplib.rst:358
519525
msgid ""
@@ -524,6 +530,13 @@ msgid ""
524530
"starting from *first* to the last article in the current group, or :const:"
525531
"`None` to select the current article in the current group."
526532
msgstr ""
533+
"Envíe un comando ``OVER`` o un comando ``XOVER`` en servidores heredados. "
534+
"*message_spec *puede ser una cadena que represente un ID de mensaje o una "
535+
"tupla de números ``(first, None)`` que indique un rango de artículos en el "
536+
"grupo actual, o una tupla ``(first, None)`` que indique un rango de "
537+
"artículos comenzando desde *first* hasta el último artículo del grupo "
538+
"actual, o :const:`None` para seleccionar el artículo actual en el grupo "
539+
"actual."
527540

528541
#: ../Doc/library/nntplib.rst:365
529542
msgid ""
@@ -535,6 +548,14 @@ msgid ""
535548
"items (the key is then the metadata name prepended with ``\":\"``). The "
536549
"following items are guaranteed to be present by the NNTP specification:"
537550
msgstr ""
551+
"Devuelve un par ``(response, overviews)``. *overviews* es una lista de "
552+
"tuplas del tipo ``(article_number, overview)``, una para cada artículo "
553+
"seleccionado por *message_spec*. Cada *overview* es un diccionario con el "
554+
"mismo número de elementos, pero este número depende del servidor. Estos "
555+
"elementos son encabezados de mensajes (la clave es entonces el nombre del "
556+
"encabezado en minúsculas) o elementos de metadatos (la clave es entonces el "
557+
"nombre de los metadatos precedido de ``”:”``). Los siguientes elementos "
558+
"están garantizados por la especificación NNTP:"
538559

539560
#: ../Doc/library/nntplib.rst:373
540561
msgid ""

0 commit comments

Comments
 (0)