From 60c6a64210f793d948372626f9784688c90af31e Mon Sep 17 00:00:00 2001 From: RiveroDev Date: Sun, 27 Oct 2024 14:39:52 -0400 Subject: [PATCH 1/2] Traduccion de asyncio-subprocess --- library/asyncio-subprocess.po | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/library/asyncio-subprocess.po b/library/asyncio-subprocess.po index 12eca5c30b..e4051e02cd 100644 --- a/library/asyncio-subprocess.po +++ b/library/asyncio-subprocess.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2022-10-30 00:19-0400\n" +"PO-Revision-Date: 2024-10-27 14:37-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" +"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.13.0\n" +"X-Generator: Poedit 3.5\n" #: ../Doc/library/asyncio-subprocess.rst:7 msgid "Subprocesses" @@ -80,7 +81,6 @@ msgstr "Crea un sub-proceso." #: ../Doc/library/asyncio-subprocess.rst:69 #: ../Doc/library/asyncio-subprocess.rst:87 -#, fuzzy msgid "" "The *limit* argument sets the buffer limit for :class:`StreamReader` " "wrappers for :attr:`Process.stdout` and :attr:`Process.stderr` (if :const:" @@ -88,7 +88,7 @@ msgid "" msgstr "" "El argumento *limit* establece el límite del buffer para los envoltorios :" "class:`StreamReader` para :attr:`Process.stdout` y :attr:`Process.stderr` " -"(si se pasa :attr:`subprocess.PIPE` a los argumentos *stdout* y *stderr*)." +"(si se pasa :const:`subprocess.PIPE` a los argumentos *stdout* y *stderr*)." #: ../Doc/library/asyncio-subprocess.rst:73 #: ../Doc/library/asyncio-subprocess.rst:91 @@ -318,7 +318,7 @@ msgstr "envía datos a *stdin* (si *input* no es ``None``);" #: ../Doc/library/asyncio-subprocess.rst:210 msgid "closes *stdin*;" -msgstr "" +msgstr "cierra *stdin*;" #: ../Doc/library/asyncio-subprocess.rst:211 msgid "read data from *stdout* and *stderr*, until EOF is reached;" @@ -374,7 +374,7 @@ msgstr "" #: ../Doc/library/asyncio-subprocess.rst:235 msgid "*stdin* gets closed when `input=None` too." -msgstr "" +msgstr "*stdin* se cierra cuando `input=None` también." #: ../Doc/library/asyncio-subprocess.rst:239 msgid "Sends the signal *signal* to the child process." @@ -395,12 +395,11 @@ msgid "Stop the child process." msgstr "Para al proceso hijo." #: ../Doc/library/asyncio-subprocess.rst:252 -#, fuzzy msgid "" "On POSIX systems this method sends :py:const:`signal.SIGTERM` to the child " "process." msgstr "" -"En sistemas POSIX este método envía :py:data:`signal.SIGNTERM` al proceso " +"En sistemas POSIX, este método envía :py:const:`signal.SIGNTERM` al proceso " "hijo." #: ../Doc/library/asyncio-subprocess.rst:255 From 8de543dc060bfb359666ee7afb626e978dd93b23 Mon Sep 17 00:00:00 2001 From: RiveroDev Date: Sun, 27 Oct 2024 14:50:36 -0400 Subject: [PATCH 2/2] traduccion de linea 252 faltante --- library/asyncio-subprocess.po | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/asyncio-subprocess.po b/library/asyncio-subprocess.po index e4051e02cd..ec4424b411 100644 --- a/library/asyncio-subprocess.po +++ b/library/asyncio-subprocess.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2024-10-27 14:37-0400\n" +"PO-Revision-Date: 2024-10-27 14:49-0400\n" "Last-Translator: Cristián Maureira-Fredes \n" "Language-Team: python-doc-es\n" "Language: es\n" @@ -250,7 +250,6 @@ msgstr "" "método :meth:`~subprocess.Popen.poll`;" #: ../Doc/library/asyncio-subprocess.rst:176 -#, fuzzy msgid "" "the :meth:`~asyncio.subprocess.Process.communicate` and :meth:`~asyncio." "subprocess.Process.wait` methods don't have a *timeout* parameter: use the :" @@ -258,7 +257,7 @@ msgid "" msgstr "" "los métodos :meth:`~asyncio.subprocess.Process.communicate` y :meth:" "`~asyncio.subprocess.Process.wait` no tienen un parámetro *timeout*: use la " -"función :func:`wait_for`;" +"función :func:`~asyncio.wait_for`;" #: ../Doc/library/asyncio-subprocess.rst:180 msgid ""