@@ -13,12 +13,12 @@ msgstr ""
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
14
"PO-Revision-Date : 2021-08-04 13:57+0200\n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
23
24
24
#: ../Doc/library/asyncio-api-index.rst:6
@@ -51,13 +51,14 @@ msgid "Create event loop, run a coroutine, close the loop."
51
51
msgstr "Crea un loop de eventos, ejecuta una corrutina, cierra el loop."
52
52
53
53
#: ../Doc/library/asyncio-api-index.rst:24
54
- #, fuzzy
55
54
msgid ":class:`Runner`"
56
- msgstr ":class:`Queue `"
55
+ msgstr ":class:`Runner `"
57
56
58
57
#: ../Doc/library/asyncio-api-index.rst:25
59
58
msgid "A context manager that simplifies multiple async function calls."
60
59
msgstr ""
60
+ "Un administrador de contexto que simplifica múltiples llamadas a funciones "
61
+ "asíncronas."
61
62
62
63
#: ../Doc/library/asyncio-api-index.rst:27
63
64
msgid ":class:`Task`"
@@ -68,24 +69,25 @@ msgid "Task object."
68
69
msgstr "Objeto tarea."
69
70
70
71
#: ../Doc/library/asyncio-api-index.rst:30
71
- #, fuzzy
72
72
msgid ":class:`TaskGroup`"
73
- msgstr ":class:`Task `"
73
+ msgstr ":class:`TaskGroup `"
74
74
75
75
#: ../Doc/library/asyncio-api-index.rst:31
76
76
msgid ""
77
77
"A context manager that holds a group of tasks. Provides a convenient and "
78
78
"reliable way to wait for all tasks in the group to finish."
79
79
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."
80
83
81
84
#: ../Doc/library/asyncio-api-index.rst:35
82
85
msgid ":func:`create_task`"
83
86
msgstr ":func:`create_task`"
84
87
85
88
#: ../Doc/library/asyncio-api-index.rst:36
86
- #, fuzzy
87
89
msgid "Start an asyncio Task, then returns it."
88
- msgstr "Lanza una tarea asyncio."
90
+ msgstr "Inicia una tarea asyncio, luego la retorna ."
89
91
90
92
#: ../Doc/library/asyncio-api-index.rst:38
91
93
msgid ":func:`current_task`"
@@ -100,9 +102,9 @@ msgid ":func:`all_tasks`"
100
102
msgstr ":func:`all_tasks`"
101
103
102
104
#: ../Doc/library/asyncio-api-index.rst:42
103
- #, fuzzy
104
105
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."
106
108
107
109
#: ../Doc/library/asyncio-api-index.rst:44
108
110
msgid "``await`` :func:`sleep`"
@@ -126,7 +128,7 @@ msgstr "``await`` :func:`wait_for`"
126
128
127
129
#: ../Doc/library/asyncio-api-index.rst:51
128
130
msgid "Run with a timeout."
129
- msgstr "Ejecuta con un tiempo de expiración ."
131
+ msgstr "Ejecuta con un tiempo de espera ."
130
132
131
133
#: ../Doc/library/asyncio-api-index.rst:53
132
134
msgid "``await`` :func:`shield`"
@@ -145,13 +147,14 @@ msgid "Monitor for completion."
145
147
msgstr "Monitorea la completitud."
146
148
147
149
#: ../Doc/library/asyncio-api-index.rst:59
148
- #, fuzzy
149
150
msgid ":func:`timeout`"
150
- msgstr ":func:`run `"
151
+ msgstr ":func:`timeout `"
151
152
152
153
#: ../Doc/library/asyncio-api-index.rst:60
153
154
msgid "Run with a timeout. Useful in cases when ``wait_for`` is not suitable."
154
155
msgstr ""
156
+ "Ejecuta con un tiempo de espera. Útil en los casos en que ``wait_for`` no es "
157
+ "adecuado."
155
158
156
159
#: ../Doc/library/asyncio-api-index.rst:62
157
160
msgid ":func:`to_thread`"
@@ -417,23 +420,20 @@ msgid "A bounded semaphore."
417
420
msgstr "Un semáforo acotado."
418
421
419
422
#: ../Doc/library/asyncio-api-index.rst:200
420
- #, fuzzy
421
423
msgid ":class:`Barrier`"
422
- msgstr ":class:`StreamWriter `"
424
+ msgstr ":class:`Barrier `"
423
425
424
426
#: ../Doc/library/asyncio-api-index.rst:201
425
- #, fuzzy
426
427
msgid "A barrier object."
427
- msgstr "Objeto Tarea ."
428
+ msgstr "Un objeto barrera ."
428
429
429
430
#: ../Doc/library/asyncio-api-index.rst:206
430
431
msgid ":ref:`Using asyncio.Event <asyncio_example_sync_event>`."
431
432
msgstr ":ref:`Usando asyncio.Event <asyncio_example_sync_event>`."
432
433
433
434
#: ../Doc/library/asyncio-api-index.rst:208
434
- #, fuzzy
435
435
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 >`."
437
437
438
438
#: ../Doc/library/asyncio-api-index.rst:210
439
439
msgid ""
@@ -457,15 +457,13 @@ msgstr ""
457
457
"Lanzada cuando una Tarea es cancelada. Ver también :meth:`Task.cancel`."
458
458
459
459
#: ../Doc/library/asyncio-api-index.rst:225
460
- #, fuzzy
461
460
msgid ":exc:`asyncio.BrokenBarrierError`"
462
- msgstr ":exc:`asyncio.CancelledError `"
461
+ msgstr ":exc:`asyncio.BrokenBarrierError `"
463
462
464
463
#: ../Doc/library/asyncio-api-index.rst:226
465
- #, fuzzy
466
464
msgid "Raised when a Barrier is broken. See also :meth:`Barrier.wait`."
467
465
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 `."
469
467
470
468
#: ../Doc/library/asyncio-api-index.rst:231
471
469
msgid ""
@@ -482,15 +480,3 @@ msgid ""
482
480
msgstr ""
483
481
"Ver también la lista completa de :ref:`excepciones específicas de asyncio "
484
482
"<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