@@ -44,7 +44,7 @@ msgstr ":mod:`curses.panel` 模块定义了以下函数:"
4444
4545#: ../../library/curses.panel.rst:26
4646msgid "Returns the bottom panel in the panel stack."
47- msgstr ""
47+ msgstr "返回面板栈中的底部面板。 "
4848
4949#: ../../library/curses.panel.rst:31
5050msgid ""
@@ -53,20 +53,22 @@ msgid ""
5353"you don't, the panel object is garbage collected and removed from the panel "
5454"stack."
5555msgstr ""
56+ "返回一个面板对象,将其与给定的窗口 *win* 相关联。 请注意你必须显式地保持所返回的面板对象。 "
57+ "如果你不这样做,面板对象会被垃圾回收并从面板栈中被移除。"
5658
5759#: ../../library/curses.panel.rst:38
5860msgid "Returns the top panel in the panel stack."
59- msgstr ""
61+ msgstr "返回面板栈中的顶部面板。 "
6062
6163#: ../../library/curses.panel.rst:43
6264msgid ""
6365"Updates the virtual screen after changes in the panel stack. This does not "
6466"call :func:`curses.doupdate`, so you'll have to do this yourself."
65- msgstr ""
67+ msgstr "在面板栈发生改变后更新虚拟屏幕。 这不会调用 :func:`curses.doupdate`,因此你不必自己执行此操作。 "
6668
6769#: ../../library/curses.panel.rst:50
6870msgid "Panel Objects"
69- msgstr ""
71+ msgstr "Panel 对象 "
7072
7173#: ../../library/curses.panel.rst:52
7274msgid ""
@@ -75,61 +77,63 @@ msgid ""
7577"determines the content, while the panel methods are responsible for the "
7678"window's depth in the panel stack."
7779msgstr ""
80+ "Panel 对象,如上面 :func:`new_panel` 所返回的对象,是带有栈顺序的多个窗口。 "
81+ "总是会有一个窗口与确定内容的面板相关联,面板方法会负责窗口在面板栈中的深度。"
7882
7983#: ../../library/curses.panel.rst:57
8084msgid "Panel objects have the following methods:"
81- msgstr ""
85+ msgstr "Panel 对象具有以下方法: "
8286
8387#: ../../library/curses.panel.rst:62
8488msgid "Returns the panel above the current panel."
85- msgstr ""
89+ msgstr "返回当前面板之上的面板。 "
8690
8791#: ../../library/curses.panel.rst:67
8892msgid "Returns the panel below the current panel."
89- msgstr ""
93+ msgstr "返回当前面板之下的面板。 "
9094
9195#: ../../library/curses.panel.rst:72
9296msgid "Push the panel to the bottom of the stack."
93- msgstr ""
97+ msgstr "将面板推至栈底部。 "
9498
9599#: ../../library/curses.panel.rst:77
96100msgid ""
97101"Returns ``True`` if the panel is hidden (not visible), ``False`` otherwise."
98- msgstr ""
102+ msgstr "如果面板被隐藏(不可见)则返回 ``True``,否则返回 ``False``。 "
99103
100104#: ../../library/curses.panel.rst:82
101105msgid ""
102106"Hide the panel. This does not delete the object, it just makes the window on"
103107" screen invisible."
104- msgstr ""
108+ msgstr "隐藏面板。 这不会删除对象,它只是让窗口在屏幕上不可见。 "
105109
106110#: ../../library/curses.panel.rst:88
107111msgid "Move the panel to the screen coordinates ``(y, x)``."
108- msgstr ""
112+ msgstr "将面板移至屏幕坐标 ``(y, x)``。 "
109113
110114#: ../../library/curses.panel.rst:93
111115msgid "Change the window associated with the panel to the window *win*."
112- msgstr ""
116+ msgstr "将与面板相关联的窗口改为窗口 *win*。 "
113117
114118#: ../../library/curses.panel.rst:98
115119msgid ""
116120"Set the panel's user pointer to *obj*. This is used to associate an "
117121"arbitrary piece of data with the panel, and can be any Python object."
118- msgstr ""
122+ msgstr "将面板的用户指向设为 *obj*。 这被用来将任意数据与面板相关联,数据可以是任何 Python 对象。 "
119123
120124#: ../../library/curses.panel.rst:104
121125msgid "Display the panel (which might have been hidden)."
122- msgstr ""
126+ msgstr "显示面板(面板可能已被隐藏)。 "
123127
124128#: ../../library/curses.panel.rst:109
125129msgid "Push panel to the top of the stack."
126- msgstr ""
130+ msgstr "将面板推至栈顶部。 "
127131
128132#: ../../library/curses.panel.rst:114
129133msgid ""
130134"Returns the user pointer for the panel. This might be any Python object."
131- msgstr ""
135+ msgstr "返回面板的用户指针。 这可以是任何 Python 对象。 "
132136
133137#: ../../library/curses.panel.rst:119
134138msgid "Returns the window object associated with the panel."
135- msgstr ""
139+ msgstr "返回与面板相关联的窗口对象。 "
0 commit comments