From 1eb3bc47c9af34d5916f21025ca94168d582291f Mon Sep 17 00:00:00 2001 From: alfareiza Date: Thu, 9 Mar 2023 11:35:01 -0300 Subject: [PATCH 1/2] =?UTF-8?q?Traducci=C3=B3n=20archivo=20library/asyncio?= =?UTF-8?q?-queue.po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/asyncio-queue.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/library/asyncio-queue.po b/library/asyncio-queue.po index c389bc4048..478851eac5 100644 --- a/library/asyncio-queue.po +++ b/library/asyncio-queue.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2020-10-08 11:54+0200\n" +"PO-Revision-Date: 2023-03-09 11:33-0300\n" "Last-Translator: \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.0.1\n" #: ../Doc/library/asyncio-queue.rst:7 msgid "Queues" @@ -35,7 +36,7 @@ msgid "" "module. Although asyncio queues are not thread-safe, they are designed to " "be used specifically in async/await code." msgstr "" -"Las colas asyncio son diseñadas para ser similares a clases del módulo :mod:" +"las colas asyncio son diseñadas para ser similares a clases del módulo :mod:" "`queue`. Sin embargo las colas asyncio no son seguras para hilos, son " "diseñadas para usar específicamente en código async/await." @@ -83,7 +84,7 @@ msgstr "" #: ../Doc/library/asyncio-queue.rst:39 msgid "Removed the *loop* parameter." -msgstr "" +msgstr "Excluido el parámetro *loop*." #: ../Doc/library/asyncio-queue.rst:43 msgid "This class is :ref:`not thread safe `." From 5e43e6c02a4d7f42e6a9ec03694fc7e0e1277c45 Mon Sep 17 00:00:00 2001 From: alfareiza Date: Thu, 9 Mar 2023 11:42:25 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Traducci=C3=B3n=20archivo=20library/asyncio?= =?UTF-8?q?-queue.po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/asyncio-queue.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/asyncio-queue.po b/library/asyncio-queue.po index 478851eac5..3ac60c0842 100644 --- a/library/asyncio-queue.po +++ b/library/asyncio-queue.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2023-03-09 11:33-0300\n" +"PO-Revision-Date: 2023-03-09 11:42-0300\n" "Last-Translator: \n" "Language-Team: python-doc-es\n" "Language: es\n" @@ -36,7 +36,7 @@ msgid "" "module. Although asyncio queues are not thread-safe, they are designed to " "be used specifically in async/await code." msgstr "" -"las colas asyncio son diseñadas para ser similares a clases del módulo :mod:" +"Las colas asyncio son diseñadas para ser similares a clases del módulo :mod:" "`queue`. Sin embargo las colas asyncio no son seguras para hilos, son " "diseñadas para usar específicamente en código async/await."