99#, fuzzy
1010msgid ""
1111msgstr ""
12- "Project-Id-Version : Python 3.14 \n "
12+ "Project-Id-Version : Python 3.15 \n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-02-07 14:20 +0000\n "
14+ "POT-Creation-Date : 2026-06-19 16:29 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n "
@@ -25,98 +25,100 @@ msgstr ""
2525msgid ":mod:`!curses.panel` --- A panel stack extension for curses"
2626msgstr ""
2727
28- #: ../../library/curses.panel.rst:11
28+ #: ../../library/curses.panel.rst:9
2929msgid ""
3030"Panels are windows with the added feature of depth, so they can be stacked "
3131"on top of each other, and only the visible portions of each window will be "
3232"displayed. Panels can be added, moved up or down in the stack, and removed."
3333msgstr ""
3434
35- #: ../../library/curses.panel.rst:19
35+ #: ../../library/curses.panel.rst:17
3636msgid "Functions"
3737msgstr ""
3838
39- #: ../../library/curses.panel.rst:21
39+ #: ../../library/curses.panel.rst:19
4040msgid "The module :mod:`!curses.panel` defines the following functions:"
4141msgstr ""
4242
43- #: ../../library/curses.panel.rst:26
43+ #: ../../library/curses.panel.rst:24
4444msgid "Returns the bottom panel in the panel stack."
4545msgstr ""
4646
47- #: ../../library/curses.panel.rst:31
47+ #: ../../library/curses.panel.rst:29
4848msgid ""
49- "Returns a panel object, associating it with the given window *win*. Be aware "
50- " that you need to keep the returned panel object referenced explicitly. If "
51- "you don't, the panel object is garbage collected and removed from the panel "
52- "stack."
49+ "Returns a panel object, associating it with the given window *win* and "
50+ "placing the new panel on top of the panel stack. Be aware that you need to "
51+ "keep the returned panel object referenced explicitly. If you don't, the "
52+ "panel object is garbage collected and removed from the panel stack."
5353msgstr ""
5454
55- #: ../../library/curses.panel.rst:38
55+ #: ../../library/curses.panel.rst:37
5656msgid "Returns the top panel in the panel stack."
5757msgstr ""
5858
59- #: ../../library/curses.panel.rst:43
59+ #: ../../library/curses.panel.rst:42
6060msgid ""
6161"Updates the virtual screen after changes in the panel stack. This does not "
6262"call :func:`curses.doupdate`, so you'll have to do this yourself."
6363msgstr ""
6464
65- #: ../../library/curses.panel.rst:50
66- msgid "Panel Objects "
65+ #: ../../library/curses.panel.rst:49
66+ msgid "Panel objects "
6767msgstr ""
6868
69- #: ../../library/curses.panel.rst:52
69+ #: ../../library/curses.panel.rst:51
7070msgid ""
7171"Panel objects, as returned by :func:`new_panel` above, are windows with a "
7272"stacking order. There's always a window associated with a panel which "
7373"determines the content, while the panel methods are responsible for the "
7474"window's depth in the panel stack."
7575msgstr ""
7676
77- #: ../../library/curses.panel.rst:57
77+ #: ../../library/curses.panel.rst:56
7878msgid "Panel objects have the following methods:"
7979msgstr ""
8080
81- #: ../../library/curses.panel.rst:62
81+ #: ../../library/curses.panel.rst:61
8282msgid "Returns the panel above the current panel."
8383msgstr ""
8484
85- #: ../../library/curses.panel.rst:67
85+ #: ../../library/curses.panel.rst:66
8686msgid "Returns the panel below the current panel."
8787msgstr ""
8888
89- #: ../../library/curses.panel.rst:72
89+ #: ../../library/curses.panel.rst:71
9090msgid "Push the panel to the bottom of the stack."
9191msgstr ""
9292
93- #: ../../library/curses.panel.rst:77
93+ #: ../../library/curses.panel.rst:76
9494msgid ""
9595"Returns ``True`` if the panel is hidden (not visible), ``False`` otherwise."
9696msgstr ""
9797
98- #: ../../library/curses.panel.rst:82
98+ #: ../../library/curses.panel.rst:81
9999msgid ""
100100"Hide the panel. This does not delete the object, it just makes the window on"
101101" screen invisible."
102102msgstr ""
103103
104- #: ../../library/curses.panel.rst:88
104+ #: ../../library/curses.panel.rst:87
105105msgid "Move the panel to the screen coordinates ``(y, x)``."
106106msgstr ""
107107
108- #: ../../library/curses.panel.rst:93
108+ #: ../../library/curses.panel.rst:92
109109msgid "Change the window associated with the panel to the window *win*."
110110msgstr ""
111111
112- #: ../../library/curses.panel.rst:98
112+ #: ../../library/curses.panel.rst:97
113113msgid ""
114114"Set the panel's user pointer to *obj*. This is used to associate an "
115115"arbitrary piece of data with the panel, and can be any Python object."
116116msgstr ""
117117
118- #: ../../library/curses.panel.rst:104
119- msgid "Display the panel (which might have been hidden)."
118+ #: ../../library/curses.panel.rst:103
119+ msgid ""
120+ "Display the panel (which might have been hidden), placing it on top of the "
121+ "panel stack."
120122msgstr ""
121123
122124#: ../../library/curses.panel.rst:109
0 commit comments