Skip to content

Traducido 'library/termios.po' #2302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Feb 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
terminado traduccion 'library/terminos.po'
  • Loading branch information
JuanPerdomo00 committed Feb 2, 2023
commit 20822e6d2cc166ab26c7d9c2c45b741f256f70da
10 changes: 9 additions & 1 deletion library/termios.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2020-10-27 19:25-0500\n"
Expand Down Expand Up @@ -144,6 +144,9 @@ msgid ""
"descriptor *fd*. Requires :const:`termios.TIOCGWINSZ` or :const:`termios."
"TIOCGSIZE`."
msgstr ""
"Devuelve una tupla ``(ws_row, ws_col)`` que contiene el tamaño de la ventana "
"tty para el archivo descriptor *fd*. Requiere :const:`termios.TIOCGWINSZ` o :"
"const:`termiosTIOCGSIZE`."

#: ../Doc/library/termios.rst:88
msgid ""
Expand All @@ -153,6 +156,11 @@ msgid ""
"TIOCGWINSZ`, :const:`termios.TIOCSWINSZ`); (:const:`termios.TIOCGSIZE`, :"
"const:`termios.TIOCSSIZE`) to be defined."
msgstr ""
"Establezca el tamaño de la ventana tty para el descriptor de archivo *fd* de "
"*winsize*, que es un tupla de dos elementos ``(ws_row, ws_col)`` como la "
"devuelta por :func:`tcgetwinsize`. Requiere al menos uno de los pares (:"
"const:`termios.TIOCGWINSZ`, :const:`termios.TIOCSWINSZ`); (:const:`termios."
"TIOCGSIZE`, :const:`termios.TIOCSSIZE`) por definir."

#: ../Doc/library/termios.rst:99
msgid "Module :mod:`tty`"
Expand Down