@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.5\n "
23
24
24
25
#: ../Doc/library/asyncio-subprocess.rst:7
25
26
msgid "Subprocesses"
@@ -80,15 +81,14 @@ msgstr "Crea un sub-proceso."
80
81
81
82
#: ../Doc/library/asyncio-subprocess.rst:69
82
83
#: ../Doc/library/asyncio-subprocess.rst:87
83
- #, fuzzy
84
84
msgid ""
85
85
"The *limit* argument sets the buffer limit for :class:`StreamReader` "
86
86
"wrappers for :attr:`Process.stdout` and :attr:`Process.stderr` (if :const:"
87
87
"`subprocess.PIPE` is passed to *stdout* and *stderr* arguments)."
88
88
msgstr ""
89
89
"El argumento *limit* establece el límite del buffer para los envoltorios :"
90
90
"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*)."
92
92
93
93
#: ../Doc/library/asyncio-subprocess.rst:73
94
94
#: ../Doc/library/asyncio-subprocess.rst:91
@@ -318,7 +318,7 @@ msgstr "envía datos a *stdin* (si *input* no es ``None``);"
318
318
319
319
#: ../Doc/library/asyncio-subprocess.rst:210
320
320
msgid "closes *stdin*;"
321
- msgstr ""
321
+ msgstr "cierra *stdin*; "
322
322
323
323
#: ../Doc/library/asyncio-subprocess.rst:211
324
324
msgid "read data from *stdout* and *stderr*, until EOF is reached;"
@@ -374,7 +374,7 @@ msgstr ""
374
374
375
375
#: ../Doc/library/asyncio-subprocess.rst:235
376
376
msgid "*stdin* gets closed when `input=None` too."
377
- msgstr ""
377
+ msgstr "*stdin* se cierra cuando `input=None` también. "
378
378
379
379
#: ../Doc/library/asyncio-subprocess.rst:239
380
380
msgid "Sends the signal *signal* to the child process."
@@ -395,12 +395,11 @@ msgid "Stop the child process."
395
395
msgstr "Para al proceso hijo."
396
396
397
397
#: ../Doc/library/asyncio-subprocess.rst:252
398
- #, fuzzy
399
398
msgid ""
400
399
"On POSIX systems this method sends :py:const:`signal.SIGTERM` to the child "
401
400
"process."
402
401
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 "
404
403
"hijo."
405
404
406
405
#: ../Doc/library/asyncio-subprocess.rst:255
0 commit comments