Skip to content

Commit 60c6a64

Browse files
committed
Traduccion de asyncio-subprocess
1 parent 841721e commit 60c6a64

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

library/asyncio-subprocess.po

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2022-10-30 00:19-0400\n"
14+
"PO-Revision-Date: 2024-10-27 14:37-0400\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.13.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/library/asyncio-subprocess.rst:7
2526
msgid "Subprocesses"
@@ -80,15 +81,14 @@ msgstr "Crea un sub-proceso."
8081

8182
#: ../Doc/library/asyncio-subprocess.rst:69
8283
#: ../Doc/library/asyncio-subprocess.rst:87
83-
#, fuzzy
8484
msgid ""
8585
"The *limit* argument sets the buffer limit for :class:`StreamReader` "
8686
"wrappers for :attr:`Process.stdout` and :attr:`Process.stderr` (if :const:"
8787
"`subprocess.PIPE` is passed to *stdout* and *stderr* arguments)."
8888
msgstr ""
8989
"El argumento *limit* establece el límite del buffer para los envoltorios :"
9090
"class:`StreamReader` para :attr:`Process.stdout` y :attr:`Process.stderr` "
91-
"(si se pasa :attr:`subprocess.PIPE` a los argumentos *stdout* y *stderr*)."
91+
"(si se pasa :const:`subprocess.PIPE` a los argumentos *stdout* y *stderr*)."
9292

9393
#: ../Doc/library/asyncio-subprocess.rst:73
9494
#: ../Doc/library/asyncio-subprocess.rst:91
@@ -318,7 +318,7 @@ msgstr "envía datos a *stdin* (si *input* no es ``None``);"
318318

319319
#: ../Doc/library/asyncio-subprocess.rst:210
320320
msgid "closes *stdin*;"
321-
msgstr ""
321+
msgstr "cierra *stdin*;"
322322

323323
#: ../Doc/library/asyncio-subprocess.rst:211
324324
msgid "read data from *stdout* and *stderr*, until EOF is reached;"
@@ -374,7 +374,7 @@ msgstr ""
374374

375375
#: ../Doc/library/asyncio-subprocess.rst:235
376376
msgid "*stdin* gets closed when `input=None` too."
377-
msgstr ""
377+
msgstr "*stdin* se cierra cuando `input=None` también."
378378

379379
#: ../Doc/library/asyncio-subprocess.rst:239
380380
msgid "Sends the signal *signal* to the child process."
@@ -395,12 +395,11 @@ msgid "Stop the child process."
395395
msgstr "Para al proceso hijo."
396396

397397
#: ../Doc/library/asyncio-subprocess.rst:252
398-
#, fuzzy
399398
msgid ""
400399
"On POSIX systems this method sends :py:const:`signal.SIGTERM` to the child "
401400
"process."
402401
msgstr ""
403-
"En sistemas POSIX este método envía :py:data:`signal.SIGNTERM` al proceso "
402+
"En sistemas POSIX, este método envía :py:const:`signal.SIGNTERM` al proceso "
404403
"hijo."
405404

406405
#: ../Doc/library/asyncio-subprocess.rst:255

0 commit comments

Comments
 (0)