@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-11-05 11:32-0400\n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
14
+ "PO-Revision-Date : 2022-11-12 11:56+0100\n "
15
+ "Last-Translator : Santiago Puerta <elwarxy@gmail.com>\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
+ "X-Generator : Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/library/asyncio-future.rst:8
25
26
msgid "Futures"
@@ -110,6 +111,8 @@ msgid ""
110
111
"Save a reference to the result of this function, to avoid a task "
111
112
"disappearing mid-execution."
112
113
msgstr ""
114
+ "Guarda una referencia al resultado de esta función, evita que una tarea "
115
+ "desaparezca a mitad de su ejecución."
113
116
114
117
#: ../Doc/library/asyncio-future.rst:60
115
118
msgid "The function accepts any :term:`awaitable` object."
@@ -152,15 +155,14 @@ msgstr ""
152
155
"seguro en hilos (*thread-safe*)."
153
156
154
157
#: ../Doc/library/asyncio-future.rst:86
155
- #, fuzzy
156
158
msgid ""
157
159
"Future is an :term:`awaitable` object. Coroutines can await on Future "
158
160
"objects until they either have a result or an exception set, or until they "
159
161
"are cancelled. A Future can be awaited multiple times and the result is same."
160
162
msgstr ""
161
- "Future es un objeto :term:`awaitable`. Las corrutinas pueden esperar "
162
- "(*await*) a objetos Future hasta que obtengan un resultado o excepción, o "
163
- "hasta que se cancelen ."
163
+ "Future es un objeto :term:`awaitable`. Las corrutinas pueden esperar a "
164
+ "objetos Future hasta que obtengan un resultado o excepción, o hasta que se "
165
+ "cancelen. Un Future puede esperarse varias veces y el resultado es el mismo ."
164
166
165
167
#: ../Doc/library/asyncio-future.rst:91
166
168
msgid ""
@@ -346,9 +348,8 @@ msgstr ""
346
348
"retrollamadas, y retorna ``True``."
347
349
348
350
#: ../Doc/library/asyncio-future.rst:197
349
- #, fuzzy
350
351
msgid "Added the *msg* parameter."
351
- msgstr "Se agregó el parámetro `` msg`` ."
352
+ msgstr "Se agregó el parámetro * msg* ."
352
353
353
354
#: ../Doc/library/asyncio-future.rst:202
354
355
msgid "Return the exception that was set on this Future."
0 commit comments