Skip to content

Commit dff4216

Browse files
committed
Traducción library/asyncio-future.po (100% - fuzzy) (actualizar diccionarios)
1 parent 2fb1a5d commit dff4216

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

dict

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,3 +1459,4 @@ pad
14591459
pads
14601460
PyCon
14611461
guión
1462+
aguardable
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Task
2+
Futures

library/asyncio-future.po

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-10-04 13:38+0200\n"
14+
"PO-Revision-Date: 2020-10-05 09:38+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -92,8 +92,7 @@ msgid ""
9292
"func:`inspect.isawaitable` is used for the test.)"
9393
msgstr ""
9494
"un objeto :class:`Task` que aguardará (*await*) a *obj*, si *obj* es "
95-
"esperable (*awaitable*) (:func:`inspect.isawaitable` se utiliza para "
96-
"testear.)"
95+
"aguardable (:func:`inspect.isawaitable` se utiliza para testear.)"
9796

9897
#: ../Doc/library/asyncio-future.rst:50
9998
#, fuzzy
@@ -173,7 +172,7 @@ msgstr "Añadido soporte para el módulo :mod:`contextvars`."
173172

174173
#: ../Doc/library/asyncio-future.rst:95
175174
msgid "Return the result of the Future."
176-
msgstr "Devuelve el resultado del Future."
175+
msgstr "Retorna el resultado del Future."
177176

178177
#: ../Doc/library/asyncio-future.rst:97
179178
#, fuzzy
@@ -281,10 +280,10 @@ msgid ""
281280
"class:`contextvars.Context` for the *callback* to run in. The current "
282281
"context is used when no *context* is provided."
283282
msgstr ""
284-
"Un argumento de contexto (*context*), opcional y de tipo clave-valor, "
285-
"permite especificar un :class:`contextvars.Context` personalizado para "
286-
"ejecutarse en la retrollamada (*callback*). El contexto actual se utiliza "
287-
"cuando no se provee un contexto (*context*)."
283+
"Un argumento opcional de contexto, por palabra clave, permite especificar "
284+
"un :class:`contextvars.Context` personalizado para ejecutarse en la "
285+
"retrollamada (*callback*). El contexto actual se utiliza cuando no se provee "
286+
"un contexto (*context*)."
288287

289288
#: ../Doc/library/asyncio-future.rst:155
290289
msgid ""

0 commit comments

Comments
 (0)