From e589440e3c8ddae5d2d19035f807ef55851522dc Mon Sep 17 00:00:00 2001 From: josephLSalgado <49181840+josephLSalgado@users.noreply.github.com> Date: Mon, 19 Oct 2020 13:36:57 -0500 Subject: [PATCH 1/6] Traducido archivo library/_dummy_thread --- library/_dummy_thread.po | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/library/_dummy_thread.po b/library/_dummy_thread.po index ab9b8ec3a1..ab5a5c16d2 100644 --- a/library/_dummy_thread.po +++ b/library/_dummy_thread.po @@ -1,36 +1,41 @@ # Copyright (C) 2001-2020, Python Software Foundation # This file is distributed under the same license as the Python package. -# Maintained by the python-doc-es workteam. +# Maintained by the python-doc-es workteam. # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-06 11:59-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2020-10-19 13:19-0500\n" "Language-Team: python-doc-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" +"Last-Translator: José Luis Salgado Banda\n" +"Language: es_ES\n" +"X-Generator: Poedit 2.4.1\n" #: ../Doc/library/_dummy_thread.rst:2 msgid "" ":mod:`_dummy_thread` --- Drop-in replacement for the :mod:`_thread` module" msgstr "" +":mod:`_dummy_thread`--- Remplazo directo para el módulo :mod:`_thread`" #: ../Doc/library/_dummy_thread.rst:7 msgid "**Source code:** :source:`Lib/_dummy_thread.py`" -msgstr "" +msgstr "**Código fuente:** :source:`Lib/_dummy_thread.py`" #: ../Doc/library/_dummy_thread.rst:9 msgid "" "Python now always has threading enabled. Please use :mod:`_thread` (or, " "better, :mod:`threading`) instead." msgstr "" +"Ahora Python siempre tiene el hilado activado. Por favor, utilice en su " +"lugar :mod:`_thread` (o, mejor, :mod:`threading`)." #: ../Doc/library/_dummy_thread.rst:15 msgid "" @@ -38,6 +43,9 @@ msgid "" "was meant to be imported when the :mod:`_thread` module was not provided on " "a platform." msgstr "" +"Este módulo proporciona una interfaz duplicada al módulo :mod:`_thread`. " +"Estaba destinado a ser importado cuando el módulo :mod:`_thread` no fuera " +"proporcionado en una plataforma." #: ../Doc/library/_dummy_thread.rst:19 msgid "" @@ -45,3 +53,6 @@ msgid "" "being created that blocks waiting for another thread to be created. This " "often occurs with blocking I/O." msgstr "" +"Tenga cuidado de no usar este módulo donde pueda ocurrir un bloqueo mutuo " +"debido a la creación de un hilo que bloquee la espera de crear otro hilo. " +"Esto sucede a menudo con el bloqueo de E/S." From 17689bcac298ffb51b1905ea3e073e4ce3b4b83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Salgado=20Banda?= <49181840+josephLSalgado@users.noreply.github.com> Date: Mon, 19 Oct 2020 15:51:31 -0500 Subject: [PATCH 2/6] =?UTF-8?q?Correcci=C3=B3n=20library/=5Fdummy=5Fthread?= =?UTF-8?q?.po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cristián Maureira-Fredes --- library/_dummy_thread.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/_dummy_thread.po b/library/_dummy_thread.po index ab5a5c16d2..63bb9bfa57 100644 --- a/library/_dummy_thread.po +++ b/library/_dummy_thread.po @@ -34,7 +34,7 @@ msgid "" "Python now always has threading enabled. Please use :mod:`_thread` (or, " "better, :mod:`threading`) instead." msgstr "" -"Ahora Python siempre tiene el hilado activado. Por favor, utilice en su " +"Ahora Python siempre tiene el hilado (*threading*) activado. Por favor, utilice en su " "lugar :mod:`_thread` (o, mejor, :mod:`threading`)." #: ../Doc/library/_dummy_thread.rst:15 From c42e6bfcc0b6f0157874dbd9c4983290d951c205 Mon Sep 17 00:00:00 2001 From: josephLSalgado <49181840+josephLSalgado@users.noreply.github.com> Date: Mon, 19 Oct 2020 15:54:36 -0500 Subject: [PATCH 3/6] =?UTF-8?q?Correcci=C3=B3n=20'threading'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/_dummy_thread.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/_dummy_thread.po b/library/_dummy_thread.po index 63bb9bfa57..3221970dac 100644 --- a/library/_dummy_thread.po +++ b/library/_dummy_thread.po @@ -34,7 +34,7 @@ msgid "" "Python now always has threading enabled. Please use :mod:`_thread` (or, " "better, :mod:`threading`) instead." msgstr "" -"Ahora Python siempre tiene el hilado (*threading*) activado. Por favor, utilice en su " +"Ahora Python siempre tiene el threading activado. Por favor, utilice en su " "lugar :mod:`_thread` (o, mejor, :mod:`threading`)." #: ../Doc/library/_dummy_thread.rst:15 From a2e85a3fdcc5e8698de00dad1b27372bbaf44628 Mon Sep 17 00:00:00 2001 From: josephLSalgado <49181840+josephLSalgado@users.noreply.github.com> Date: Mon, 19 Oct 2020 17:37:56 -0500 Subject: [PATCH 4/6] =?UTF-8?q?Nueva=20correcci=C3=B3n=20para=20formato=20?= =?UTF-8?q?de=20threading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/_dummy_thread.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/_dummy_thread.po b/library/_dummy_thread.po index 3221970dac..b08e22145e 100644 --- a/library/_dummy_thread.po +++ b/library/_dummy_thread.po @@ -34,7 +34,7 @@ msgid "" "Python now always has threading enabled. Please use :mod:`_thread` (or, " "better, :mod:`threading`) instead." msgstr "" -"Ahora Python siempre tiene el threading activado. Por favor, utilice en su " +"Ahora Python siempre tiene el *threading* activado. Por favor, utilice en su " "lugar :mod:`_thread` (o, mejor, :mod:`threading`)." #: ../Doc/library/_dummy_thread.rst:15 From 6fef3e1097d112576fb15ca07456013e9e5457a2 Mon Sep 17 00:00:00 2001 From: josephLSalgado <49181840+josephLSalgado@users.noreply.github.com> Date: Mon, 19 Oct 2020 19:48:30 -0500 Subject: [PATCH 5/6] Aplicado powrap --- library/_dummy_thread.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/_dummy_thread.po b/library/_dummy_thread.po index b08e22145e..2b94690250 100644 --- a/library/_dummy_thread.po +++ b/library/_dummy_thread.po @@ -22,8 +22,7 @@ msgstr "" #: ../Doc/library/_dummy_thread.rst:2 msgid "" ":mod:`_dummy_thread` --- Drop-in replacement for the :mod:`_thread` module" -msgstr "" -":mod:`_dummy_thread`--- Remplazo directo para el módulo :mod:`_thread`" +msgstr ":mod:`_dummy_thread`--- Remplazo directo para el módulo :mod:`_thread`" #: ../Doc/library/_dummy_thread.rst:7 msgid "**Source code:** :source:`Lib/_dummy_thread.py`" From 3e2e42d36b48e57efb7f5885498c6c9ef47b7679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Salgado=20Banda?= <49181840+josephLSalgado@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:14:49 -0500 Subject: [PATCH 6/6] Incluye hilado y threading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dejé ambas palabras en la traducción --- library/_dummy_thread.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/_dummy_thread.po b/library/_dummy_thread.po index 2b94690250..c7c7f69d84 100644 --- a/library/_dummy_thread.po +++ b/library/_dummy_thread.po @@ -33,8 +33,8 @@ msgid "" "Python now always has threading enabled. Please use :mod:`_thread` (or, " "better, :mod:`threading`) instead." msgstr "" -"Ahora Python siempre tiene el *threading* activado. Por favor, utilice en su " -"lugar :mod:`_thread` (o, mejor, :mod:`threading`)." +"Ahora Python siempre tiene el hilado (*threading*) activado. Por favor, " +"utilice en su lugar :mod:`_thread` (o, mejor, :mod:`threading`)." #: ../Doc/library/_dummy_thread.rst:15 msgid ""