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

Skip to content

Commit 06c4f40

Browse files
cmaureiraroquega
andauthored
Traducción library/pty (#1721)
* Traducción library/pty Signed-off-by: Cristián Maureira-Fredes <[email protected]> * Apply suggestions from code review Co-authored-by: Adolfo Hristo David Roque Gámez <[email protected]> * Apply suggestions from code review Co-authored-by: Adolfo Hristo David Roque Gámez <[email protected]> Co-authored-by: Adolfo Hristo David Roque Gámez <[email protected]>
1 parent 34306d4 commit 06c4f40

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

library/pty.po

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ msgstr ""
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
1414
"PO-Revision-Date: 2021-08-04 21:47+0200\n"
1515
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\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.9.1\n"
2323

2424
#: ../Doc/library/pty.rst:2
@@ -40,15 +40,14 @@ msgstr ""
4040
"propia terminal mediante programación."
4141

4242
#: ../Doc/library/pty.rst:19
43-
#, fuzzy
4443
msgid ""
4544
"Pseudo-terminal handling is highly platform dependent. This code is mainly "
4645
"tested on Linux, FreeBSD, and macOS (it is supposed to work on other POSIX "
4746
"platforms but it's not been thoroughly tested)."
4847
msgstr ""
49-
"Debido a que el manejo de una pseudo-terminal depende en gran medida de la "
50-
"plataforma, este código es solo para Linux (se supone que el código de Linux "
51-
"funciona para otras plataformas, pero este aún no se ha probado)"
48+
"El manejo de pseudo-terminales depende en gran medida de la plataforma. Este "
49+
"código se prueba principalmente en Linux, FreeBSD y macOS (se supone que "
50+
"funciona en otras plataformas POSIX, pero no se ha probado a fondo)."
5251

5352
#: ../Doc/library/pty.rst:23
5453
msgid "The :mod:`pty` module defines the following functions:"
@@ -99,19 +98,21 @@ msgid ""
9998
"from the child to STDOUT of the current process. It is not signaled to the "
10099
"child if STDIN of the current process closes down."
101100
msgstr ""
101+
"Un bucle copia STDIN del proceso actual al hijo y los datos recibidos del "
102+
"niño a STDOUT del proceso actual. No se le indica al hijo si STDIN del "
103+
"proceso actual se cierra."
102104

103105
#: ../Doc/library/pty.rst:54
104-
#, fuzzy
105106
msgid ""
106107
"The functions *master_read* and *stdin_read* are passed a file descriptor "
107108
"which they should read from, and they should always return a byte string. In "
108109
"order to force spawn to return before the child process exits an empty byte "
109110
"array should be returned to signal end of file."
110111
msgstr ""
111-
"Las funciones *master_read* y *stdin_read* se les envía como parámetro un "
112-
"descriptor de archivo y siempre deben retornar una cadena de bytes. A fin de "
113-
"que se obligue a *spawn* a retornar antes que el proceso hijo salga se debe "
114-
"lanzar un :exc:`OSError`."
112+
"A las funciones *master_read* y *stdin_read* se les pasa un descriptor de "
113+
"archivo del cual deben leer, y siempre deben retornar una cadena de bytes. "
114+
"Para forzar el retorno de spawn antes de que el proceso hijo salga, se debe "
115+
"retornar un arreglo de bytes vacía para señalar el final del archivo."
115116

116117
#: ../Doc/library/pty.rst:59
117118
msgid ""

0 commit comments

Comments
 (0)