From 747a578248ce079af70c069f34c207e367b2fc96 Mon Sep 17 00:00:00 2001 From: Ibianka Garcia Date: Fri, 5 Nov 2021 11:35:08 -0400 Subject: [PATCH] Traduciendo archivo library/asyncio-future.po --- library/asyncio-future.po | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/library/asyncio-future.po b/library/asyncio-future.po index dab20b73db..8012c06874 100644 --- a/library/asyncio-future.po +++ b/library/asyncio-future.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-10-16 21:42+0200\n" -"PO-Revision-Date: 2021-08-04 13:46+0200\n" +"PO-Revision-Date: 2021-11-05 11:32-0400\n" "Last-Translator: Cristián Maureira-Fredes \n" "Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" +"X-Generator: Poedit 3.0\n" #: ../Doc/library/asyncio-future.rst:8 msgid "Futures" @@ -114,6 +115,8 @@ msgid "" "Deprecation warning is emitted if *obj* is not a Future-like object and " "*loop* is not specified and there is no running event loop." msgstr "" +"Se emite una advertencia de desaprobación si *obj* no es un objeto tipo " +"Future y no se especifica *loop* y no hay un bucle de eventos en ejecución." #: ../Doc/library/asyncio-future.rst:67 msgid "" @@ -128,6 +131,8 @@ msgid "" "Deprecation warning is emitted if *future* is not a Future-like object and " "*loop* is not specified and there is no running event loop." msgstr "" +"Se emite una advertencia de desaprobación si *future* no es un objeto tipo " +"Future y *loop* no se especifica y no hay un bucle de eventos en ejecución." #: ../Doc/library/asyncio-future.rst:76 msgid "Future Object" @@ -184,6 +189,8 @@ msgid "" "Deprecation warning is emitted if *loop* is not specified and there is no " "running event loop." msgstr "" +"Se emite una advertencia de desaprobación si no se especifica *loop* y no " +"hay un bucle de eventos en ejecución." #: ../Doc/library/asyncio-future.rst:107 msgid "Return the result of the Future."