Skip to content

Commit ad6f822

Browse files
Traducción library/asyncio-future.po. (#2187)
Closes #2039
1 parent e768f09 commit ad6f822

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

library/asyncio-future.po

+11-10
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
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"
23+
"X-Generator: Poedit 3.0.1\n"
2324

2425
#: ../Doc/library/asyncio-future.rst:8
2526
msgid "Futures"
@@ -110,6 +111,8 @@ msgid ""
110111
"Save a reference to the result of this function, to avoid a task "
111112
"disappearing mid-execution."
112113
msgstr ""
114+
"Guarda una referencia al resultado de esta función, evita que una tarea "
115+
"desaparezca a mitad de su ejecución."
113116

114117
#: ../Doc/library/asyncio-future.rst:60
115118
msgid "The function accepts any :term:`awaitable` object."
@@ -152,15 +155,14 @@ msgstr ""
152155
"seguro en hilos (*thread-safe*)."
153156

154157
#: ../Doc/library/asyncio-future.rst:86
155-
#, fuzzy
156158
msgid ""
157159
"Future is an :term:`awaitable` object. Coroutines can await on Future "
158160
"objects until they either have a result or an exception set, or until they "
159161
"are cancelled. A Future can be awaited multiple times and the result is same."
160162
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."
164166

165167
#: ../Doc/library/asyncio-future.rst:91
166168
msgid ""
@@ -346,9 +348,8 @@ msgstr ""
346348
"retrollamadas, y retorna ``True``."
347349

348350
#: ../Doc/library/asyncio-future.rst:197
349-
#, fuzzy
350351
msgid "Added the *msg* parameter."
351-
msgstr "Se agregó el parámetro ``msg``."
352+
msgstr "Se agregó el parámetro *msg*."
352353

353354
#: ../Doc/library/asyncio-future.rst:202
354355
msgid "Return the exception that was set on this Future."

0 commit comments

Comments
 (0)