Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c1dc90

Browse files
cacrespoaroquega
andauthored
Traducio library/asyncio-subprocess.po (#1726)
Co-authored-by: Adolfo Hristo David Roque Gámez <[email protected]>
1 parent caeee9b commit 4c1dc90

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

library/asyncio-subprocess.po

Lines changed: 7 additions & 10 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: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-04 13:43+0200\n"
14+
"PO-Revision-Date: 2021-12-12 18:54-0300\n"
1515
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/library/asyncio-subprocess.rst:7
2526
msgid "Subprocesses"
@@ -108,6 +109,9 @@ msgid ""
108109
"current running loop since 3.7. See :ref:`What's New in 3.10's Removed "
109110
"section <whatsnew310-removed>` for more information."
110111
msgstr ""
112+
"El parámetro ``loop``. Esta función ha estado obteniendo implícitamente el "
113+
"bucle actual en ejecución desde 3.7. Consultar :ref:`la sección Eliminado en "
114+
"¿Qué hay de nuevo en 3.10? <whatsnew310-removed>` para más información."
111115

112116
#: ../Doc/library/asyncio-subprocess.rst:89
113117
msgid "Run the *cmd* shell command."
@@ -404,9 +408,8 @@ msgstr ""
404408
"llamado para parar a los procesos hijos."
405409

406410
#: ../Doc/library/asyncio-subprocess.rst:259
407-
#, fuzzy
408411
msgid "Kill the child process."
409-
msgstr "Para al proceso hijo."
412+
msgstr "Mata el proceso hijo."
410413

411414
#: ../Doc/library/asyncio-subprocess.rst:261
412415
msgid ""
@@ -570,9 +573,3 @@ msgid ""
570573
msgstr ""
571574
"Véase también los :ref:`ejemplos de prueba "
572575
"<asyncio_example_subprocess_proto>` escritos usando APIs de bajo nivel."
573-
574-
#~ msgid "The *loop* parameter."
575-
#~ msgstr "El parámetro *loop*."
576-
577-
#~ msgid "Kill the child."
578-
#~ msgstr "Termina el proceso hijo."

0 commit comments

Comments
 (0)