Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traduccion de asyncio-subprocess#2842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletionslibrary/asyncio-subprocess.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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:49-0400\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\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"
Expand DownExpand Up@@ -80,15 +81,14 @@ 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:"
"`subprocess.PIPE` is passed to *stdout* and *stderr* arguments)."
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
Expand DownExpand Up@@ -250,15 +250,14 @@ 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 :"
"func:`~asyncio.wait_for` function;"
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 ""
Expand DownExpand Up@@ -318,7 +317,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;"
Expand DownExpand Up@@ -374,7 +373,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."
Expand All@@ -395,12 +394,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
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp