@@ -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:49 -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
@@ -250,15 +250,14 @@ msgstr ""
250
250
"método :meth:`~subprocess.Popen.poll`;"
251
251
252
252
#: ../Doc/library/asyncio-subprocess.rst:176
253
- #, fuzzy
254
253
msgid ""
255
254
"the :meth:`~asyncio.subprocess.Process.communicate` and :meth:`~asyncio."
256
255
"subprocess.Process.wait` methods don't have a *timeout* parameter: use the :"
257
256
"func:`~asyncio.wait_for` function;"
258
257
msgstr ""
259
258
"los métodos :meth:`~asyncio.subprocess.Process.communicate` y :meth:"
260
259
"`~asyncio.subprocess.Process.wait` no tienen un parámetro *timeout*: use la "
261
- "función :func:`wait_for`;"
260
+ "función :func:`~asyncio. wait_for`;"
262
261
263
262
#: ../Doc/library/asyncio-subprocess.rst:180
264
263
msgid ""
@@ -318,7 +317,7 @@ msgstr "envía datos a *stdin* (si *input* no es ``None``);"
318
317
319
318
#: ../Doc/library/asyncio-subprocess.rst:210
320
319
msgid "closes *stdin*;"
321
- msgstr ""
320
+ msgstr "cierra *stdin*; "
322
321
323
322
#: ../Doc/library/asyncio-subprocess.rst:211
324
323
msgid "read data from *stdout* and *stderr*, until EOF is reached;"
@@ -374,7 +373,7 @@ msgstr ""
374
373
375
374
#: ../Doc/library/asyncio-subprocess.rst:235
376
375
msgid "*stdin* gets closed when `input=None` too."
377
- msgstr ""
376
+ msgstr "*stdin* se cierra cuando `input=None` también. "
378
377
379
378
#: ../Doc/library/asyncio-subprocess.rst:239
380
379
msgid "Sends the signal *signal* to the child process."
@@ -395,12 +394,11 @@ msgid "Stop the child process."
395
394
msgstr "Para al proceso hijo."
396
395
397
396
#: ../Doc/library/asyncio-subprocess.rst:252
398
- #, fuzzy
399
397
msgid ""
400
398
"On POSIX systems this method sends :py:const:`signal.SIGTERM` to the child "
401
399
"process."
402
400
msgstr ""
403
- "En sistemas POSIX este método envía :py:data :`signal.SIGNTERM` al proceso "
401
+ "En sistemas POSIX, este método envía :py:const :`signal.SIGNTERM` al proceso "
404
402
"hijo."
405
403
406
404
#: ../Doc/library/asyncio-subprocess.rst:255
0 commit comments