Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traducción library/curses.panel#1090

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 3 commits intopython:3.8fromalcides29:traduccion-curses.panel
Oct 18, 2020
Merged
Changes from1 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
PrevPrevious commit
NextNext commit
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
@alcides29@cmaureir
alcides29 andcmaureir authoredOct 18, 2020
commitc7017c20f679fa21ae5f4575298b10f4c8a07261
16 changes: 8 additions & 8 deletionslibrary/curses.panel.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -44,7 +44,7 @@ msgstr "El módulo :mod:`curses.panel` define las siguientes funciones:"

#: ../Doc/library/curses.panel.rst:26
msgid "Returns the bottom panel in the panel stack."
msgstr "Devuelve el panel inferior en la pila del panel."
msgstr "Retorna el panel inferior en la pila del panel."

#: ../Doc/library/curses.panel.rst:31
msgid ""
Expand All@@ -53,14 +53,14 @@ msgid ""
"you don't, the panel object is garbage collected and removed from the panel "
"stack."
msgstr ""
"Devuelve un objeto de panel, asociándolo con la ventana dada *win*. Tenga en "
"Retorna un objeto de panel, asociándolo con la ventana dada *win*. Tenga en "
"cuenta que debe mantener explícitamente el objeto de panel retornado al que "
"se hace referencia. Si no lo hace, el objeto de panel se recoge como basura "
"y elimina de la pila del panel."

#: ../Doc/library/curses.panel.rst:38
msgid "Returns the top panel in the panel stack."
msgstr "Devuelve el panel superior de la pila de paneles."
msgstr "Retorna el panel superior de la pila de paneles."

#: ../Doc/library/curses.panel.rst:43
msgid ""
Expand DownExpand Up@@ -93,11 +93,11 @@ msgstr "Los objetos de panel tienen los siguientes métodos:"

#: ../Doc/library/curses.panel.rst:62
msgid "Returns the panel above the current panel."
msgstr "Devuelve el panel situado encima del panel actual."
msgstr "Retorna el panel situado encima del panel actual."

#: ../Doc/library/curses.panel.rst:67
msgid "Returns the panel below the current panel."
msgstr "Devuelve el panel debajo del panel actual."
msgstr "Retorna el panel debajo del panel actual."

#: ../Doc/library/curses.panel.rst:72
msgid "Push the panel to the bottom of the stack."
Expand All@@ -107,7 +107,7 @@ msgstr "Empuja el panel hasta la parte inferior de la pila."
msgid ""
"Returns ``True`` if the panel is hidden (not visible), ``False`` otherwise."
msgstr ""
"Devuelve ``True`` si el panel está oculto (no visible), ``False`` en caso "
"Retorna ``True`` si el panel está oculto (no visible), ``False`` en caso "
"contrario."

#: ../Doc/library/curses.panel.rst:82
Expand DownExpand Up@@ -146,9 +146,9 @@ msgstr "Empuja el panel hacia la parte superior de la pila."
msgid ""
"Returns the user pointer for the panel. This might be any Python object."
msgstr ""
"Devuelve el puntero del usuario para el panel. Puede ser cualquier objeto de "
"Retorna el puntero del usuario para el panel. Puede ser cualquier objeto de "
"Python."

#: ../Doc/library/curses.panel.rst:119
msgid "Returns the window object associated with the panel."
msgstr "Devuelve el objeto de ventana asociado con el panel."
msgstr "Retorna el objeto de ventana asociado con el panel."

[8]ページ先頭

©2009-2025 Movatter.jp