@@ -13,12 +13,12 @@ msgstr ""
1313"POT-Creation-Date : 2022-10-25 19:47+0200\n "
1414"PO-Revision-Date : 2021-08-04 13:57+0200\n "
1515"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16- "Language : es\n "
1716"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es \n "
1918"MIME-Version : 1.0\n "
2019"Content-Type : text/plain; charset=utf-8\n "
2120"Content-Transfer-Encoding : 8bit\n "
21+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
2222"Generated-By : Babel 2.10.3\n "
2323
2424#: ../Doc/library/asyncio-api-index.rst:6
@@ -51,13 +51,14 @@ msgid "Create event loop, run a coroutine, close the loop."
5151msgstr "Crea un loop de eventos, ejecuta una corrutina, cierra el loop."
5252
5353#: ../Doc/library/asyncio-api-index.rst:24
54- #, fuzzy
5554msgid ":class:`Runner`"
56- msgstr ":class:`Queue `"
55+ msgstr ":class:`Runner `"
5756
5857#: ../Doc/library/asyncio-api-index.rst:25
5958msgid "A context manager that simplifies multiple async function calls."
6059msgstr ""
60+ "Un administrador de contexto que simplifica múltiples llamadas a funciones "
61+ "asíncronas."
6162
6263#: ../Doc/library/asyncio-api-index.rst:27
6364msgid ":class:`Task`"
@@ -68,24 +69,25 @@ msgid "Task object."
6869msgstr "Objeto tarea."
6970
7071#: ../Doc/library/asyncio-api-index.rst:30
71- #, fuzzy
7272msgid ":class:`TaskGroup`"
73- msgstr ":class:`Task `"
73+ msgstr ":class:`TaskGroup `"
7474
7575#: ../Doc/library/asyncio-api-index.rst:31
7676msgid ""
7777"A context manager that holds a group of tasks. Provides a convenient and "
7878"reliable way to wait for all tasks in the group to finish."
7979msgstr ""
80+ "Un administrador de contexto que contiene un grupo de tareas. Proporciona "
81+ "una forma conveniente y confiable de esperar a que finalicen todas las "
82+ "tareas del grupo."
8083
8184#: ../Doc/library/asyncio-api-index.rst:35
8285msgid ":func:`create_task`"
8386msgstr ":func:`create_task`"
8487
8588#: ../Doc/library/asyncio-api-index.rst:36
86- #, fuzzy
8789msgid "Start an asyncio Task, then returns it."
88- msgstr "Lanza una tarea asyncio."
90+ msgstr "Inicia una tarea asyncio, luego la retorna ."
8991
9092#: ../Doc/library/asyncio-api-index.rst:38
9193msgid ":func:`current_task`"
@@ -100,9 +102,9 @@ msgid ":func:`all_tasks`"
100102msgstr ":func:`all_tasks`"
101103
102104#: ../Doc/library/asyncio-api-index.rst:42
103- #, fuzzy
104105msgid "Return all tasks that are not yet finished for an event loop."
105- msgstr "Retorna todas las tareas para un loop de eventos."
106+ msgstr ""
107+ "Retorna todas las tareas que aún no han terminado para un bucle de eventos."
106108
107109#: ../Doc/library/asyncio-api-index.rst:44
108110msgid "``await`` :func:`sleep`"
@@ -126,7 +128,7 @@ msgstr "``await`` :func:`wait_for`"
126128
127129#: ../Doc/library/asyncio-api-index.rst:51
128130msgid "Run with a timeout."
129- msgstr "Ejecuta con un tiempo de expiración ."
131+ msgstr "Ejecuta con un tiempo de espera ."
130132
131133#: ../Doc/library/asyncio-api-index.rst:53
132134msgid "``await`` :func:`shield`"
@@ -145,13 +147,14 @@ msgid "Monitor for completion."
145147msgstr "Monitorea la completitud."
146148
147149#: ../Doc/library/asyncio-api-index.rst:59
148- #, fuzzy
149150msgid ":func:`timeout`"
150- msgstr ":func:`run `"
151+ msgstr ":func:`timeout `"
151152
152153#: ../Doc/library/asyncio-api-index.rst:60
153154msgid "Run with a timeout. Useful in cases when ``wait_for`` is not suitable."
154155msgstr ""
156+ "Ejecuta con un tiempo de espera. Útil en los casos en que ``wait_for`` no es "
157+ "adecuado."
155158
156159#: ../Doc/library/asyncio-api-index.rst:62
157160msgid ":func:`to_thread`"
@@ -417,23 +420,20 @@ msgid "A bounded semaphore."
417420msgstr "Un semáforo acotado."
418421
419422#: ../Doc/library/asyncio-api-index.rst:200
420- #, fuzzy
421423msgid ":class:`Barrier`"
422- msgstr ":class:`StreamWriter `"
424+ msgstr ":class:`Barrier `"
423425
424426#: ../Doc/library/asyncio-api-index.rst:201
425- #, fuzzy
426427msgid "A barrier object."
427- msgstr "Objeto Tarea ."
428+ msgstr "Un objeto barrera ."
428429
429430#: ../Doc/library/asyncio-api-index.rst:206
430431msgid ":ref:`Using asyncio.Event <asyncio_example_sync_event>`."
431432msgstr ":ref:`Usando asyncio.Event <asyncio_example_sync_event>`."
432433
433434#: ../Doc/library/asyncio-api-index.rst:208
434- #, fuzzy
435435msgid ":ref:`Using asyncio.Barrier <asyncio_example_barrier>`."
436- msgstr ":ref:`Usando asyncio.sleep() <asyncio_example_sleep >`."
436+ msgstr ":ref:`Usando asyncio.Barrier <asyncio_example_barrier >`."
437437
438438#: ../Doc/library/asyncio-api-index.rst:210
439439msgid ""
@@ -457,15 +457,13 @@ msgstr ""
457457"Lanzada cuando una Tarea es cancelada. Ver también :meth:`Task.cancel`."
458458
459459#: ../Doc/library/asyncio-api-index.rst:225
460- #, fuzzy
461460msgid ":exc:`asyncio.BrokenBarrierError`"
462- msgstr ":exc:`asyncio.CancelledError `"
461+ msgstr ":exc:`asyncio.BrokenBarrierError `"
463462
464463#: ../Doc/library/asyncio-api-index.rst:226
465- #, fuzzy
466464msgid "Raised when a Barrier is broken. See also :meth:`Barrier.wait`."
467465msgstr ""
468- "Lanzada cuando una Tarea es cancelada. Ver también :meth:`Task.cancel `."
466+ "Lanzada cuando se rompe una barrera. Véase también :meth:`Barrier.wait `."
469467
470468#: ../Doc/library/asyncio-api-index.rst:231
471469msgid ""
@@ -482,15 +480,3 @@ msgid ""
482480msgstr ""
483481"Ver también la lista completa de :ref:`excepciones específicas de asyncio "
484482"<asyncio-exceptions>`."
485-
486- #~ msgid ":exc:`asyncio.TimeoutError`"
487- #~ msgstr ":exc:`asyncio.TimeoutError`"
488-
489- #~ msgid ""
490- #~ "Raised on timeout by functions like :func:`wait_for`. Keep in mind that "
491- #~ "``asyncio.TimeoutError`` is **unrelated** to the built-in :exc:"
492- #~ "`TimeoutError` exception."
493- #~ msgstr ""
494- #~ "Lanzado en tiempos de expiración por funciones como :func:`wait_for`. Ten "
495- #~ "en mente que `asyncio.TimeoutError`` **no está relacionada** con la "
496- #~ "excepción predefinida :exc:`TimeoutError`."
0 commit comments