Skip to content

Commit 00a5c3a

Browse files
cmaureirmmmarcos
andauthored
Traducido library/asyncio-api-index (#2279)
Closes #1964 --------- Co-authored-by: Marcos Medrano <marcosmedrano0@gmail.com>
1 parent 9e51455 commit 00a5c3a

File tree

1 file changed

+21
-35
lines changed

1 file changed

+21
-35
lines changed

library/asyncio-api-index.po

Lines changed: 21 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -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."
5151
msgstr "Crea un loop de eventos, ejecuta una corrutina, cierra el loop."
5252

5353
#: ../Doc/library/asyncio-api-index.rst:24
54-
#, fuzzy
5554
msgid ":class:`Runner`"
56-
msgstr ":class:`Queue`"
55+
msgstr ":class:`Runner`"
5756

5857
#: ../Doc/library/asyncio-api-index.rst:25
5958
msgid "A context manager that simplifies multiple async function calls."
6059
msgstr ""
60+
"Un administrador de contexto que simplifica múltiples llamadas a funciones "
61+
"asíncronas."
6162

6263
#: ../Doc/library/asyncio-api-index.rst:27
6364
msgid ":class:`Task`"
@@ -68,24 +69,25 @@ msgid "Task object."
6869
msgstr "Objeto tarea."
6970

7071
#: ../Doc/library/asyncio-api-index.rst:30
71-
#, fuzzy
7272
msgid ":class:`TaskGroup`"
73-
msgstr ":class:`Task`"
73+
msgstr ":class:`TaskGroup`"
7474

7575
#: ../Doc/library/asyncio-api-index.rst:31
7676
msgid ""
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."
7979
msgstr ""
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
8285
msgid ":func:`create_task`"
8386
msgstr ":func:`create_task`"
8487

8588
#: ../Doc/library/asyncio-api-index.rst:36
86-
#, fuzzy
8789
msgid "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
9193
msgid ":func:`current_task`"
@@ -100,9 +102,9 @@ msgid ":func:`all_tasks`"
100102
msgstr ":func:`all_tasks`"
101103

102104
#: ../Doc/library/asyncio-api-index.rst:42
103-
#, fuzzy
104105
msgid "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
108110
msgid "``await`` :func:`sleep`"
@@ -126,7 +128,7 @@ msgstr "``await`` :func:`wait_for`"
126128

127129
#: ../Doc/library/asyncio-api-index.rst:51
128130
msgid "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
132134
msgid "``await`` :func:`shield`"
@@ -145,13 +147,14 @@ msgid "Monitor for completion."
145147
msgstr "Monitorea la completitud."
146148

147149
#: ../Doc/library/asyncio-api-index.rst:59
148-
#, fuzzy
149150
msgid ":func:`timeout`"
150-
msgstr ":func:`run`"
151+
msgstr ":func:`timeout`"
151152

152153
#: ../Doc/library/asyncio-api-index.rst:60
153154
msgid "Run with a timeout. Useful in cases when ``wait_for`` is not suitable."
154155
msgstr ""
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
157160
msgid ":func:`to_thread`"
@@ -417,23 +420,20 @@ msgid "A bounded semaphore."
417420
msgstr "Un semáforo acotado."
418421

419422
#: ../Doc/library/asyncio-api-index.rst:200
420-
#, fuzzy
421423
msgid ":class:`Barrier`"
422-
msgstr ":class:`StreamWriter`"
424+
msgstr ":class:`Barrier`"
423425

424426
#: ../Doc/library/asyncio-api-index.rst:201
425-
#, fuzzy
426427
msgid "A barrier object."
427-
msgstr "Objeto Tarea."
428+
msgstr "Un objeto barrera."
428429

429430
#: ../Doc/library/asyncio-api-index.rst:206
430431
msgid ":ref:`Using asyncio.Event <asyncio_example_sync_event>`."
431432
msgstr ":ref:`Usando asyncio.Event <asyncio_example_sync_event>`."
432433

433434
#: ../Doc/library/asyncio-api-index.rst:208
434-
#, fuzzy
435435
msgid ":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
439439
msgid ""
@@ -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
461460
msgid ":exc:`asyncio.BrokenBarrierError`"
462-
msgstr ":exc:`asyncio.CancelledError`"
461+
msgstr ":exc:`asyncio.BrokenBarrierError`"
463462

464463
#: ../Doc/library/asyncio-api-index.rst:226
465-
#, fuzzy
466464
msgid "Raised when a Barrier is broken. See also :meth:`Barrier.wait`."
467465
msgstr ""
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
471469
msgid ""
@@ -482,15 +480,3 @@ msgid ""
482480
msgstr ""
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

Comments
 (0)