Skip to content

Commit c292f10

Browse files
[po] auto sync
1 parent 6b30cfd commit c292f10

23 files changed

Lines changed: 9250 additions & 2928 deletions

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "3.23%", "updated_at": "2026-06-15T18:45:14Z"}
1+
{"translation": "3.19%", "updated_at": "2026-06-19T19:01:18Z"}

library/curses.ascii.mo

0 Bytes
Binary file not shown.

library/curses.ascii.po

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-13 15:28+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"
@@ -214,7 +214,7 @@ msgid "Checks for a character value that fits in the 7-bit ASCII set."
214214
msgstr ""
215215

216216
#: ../../library/curses.ascii.rst:117
217-
msgid "Checks for an ASCII whitespace character; space or horizontal tab."
217+
msgid "Checks for an ASCII blank character; space or horizontal tab."
218218
msgstr ""
219219

220220
#: ../../library/curses.ascii.rst:122
@@ -263,56 +263,58 @@ msgid ""
263263
msgstr ""
264264

265265
#: ../../library/curses.ascii.rst:171
266-
msgid "Checks for an ASCII control character (ordinal values 0 to 31)."
266+
msgid ""
267+
"Checks for an ASCII control character (ordinal values 0 to 31). Unlike "
268+
":func:`iscntrl`, this does not include the delete character (0x7f)."
267269
msgstr ""
268270

269-
#: ../../library/curses.ascii.rst:176
271+
#: ../../library/curses.ascii.rst:177
270272
msgid "Checks for a non-ASCII character (ordinal values 0x80 and above)."
271273
msgstr ""
272274

273-
#: ../../library/curses.ascii.rst:178
275+
#: ../../library/curses.ascii.rst:179
274276
msgid ""
275277
"These functions accept either integers or single-character strings; when the"
276278
" argument is a string, it is first converted using the built-in function "
277279
":func:`ord`."
278280
msgstr ""
279281

280-
#: ../../library/curses.ascii.rst:181
282+
#: ../../library/curses.ascii.rst:182
281283
msgid ""
282284
"Note that all these functions check ordinal bit values derived from the "
283285
"character of the string you pass in; they do not actually know anything "
284286
"about the host machine's character encoding."
285287
msgstr ""
286288

287-
#: ../../library/curses.ascii.rst:185
289+
#: ../../library/curses.ascii.rst:186
288290
msgid ""
289291
"The following two functions take either a single-character string or integer"
290292
" byte value; they return a value of the same type."
291293
msgstr ""
292294

293-
#: ../../library/curses.ascii.rst:191
295+
#: ../../library/curses.ascii.rst:192
294296
msgid "Return the ASCII value corresponding to the low 7 bits of *c*."
295297
msgstr ""
296298

297-
#: ../../library/curses.ascii.rst:196
299+
#: ../../library/curses.ascii.rst:197
298300
msgid ""
299301
"Return the control character corresponding to the given character (the "
300302
"character bit value is bitwise-anded with 0x1f)."
301303
msgstr ""
302304

303-
#: ../../library/curses.ascii.rst:202
305+
#: ../../library/curses.ascii.rst:203
304306
msgid ""
305307
"Return the 8-bit character corresponding to the given ASCII character (the "
306308
"character bit value is bitwise-ored with 0x80)."
307309
msgstr ""
308310

309-
#: ../../library/curses.ascii.rst:205
311+
#: ../../library/curses.ascii.rst:206
310312
msgid ""
311313
"The following function takes either a single-character string or integer "
312314
"value; it returns a string."
313315
msgstr ""
314316

315-
#: ../../library/curses.ascii.rst:215
317+
#: ../../library/curses.ascii.rst:216
316318
msgid ""
317319
"Return a string representation of the ASCII character *c*. If *c* is "
318320
"printable, this string is the character itself. If the character is a "
@@ -323,21 +325,21 @@ msgid ""
323325
"``'!'`` prepended to the result."
324326
msgstr ""
325327

326-
#: ../../library/curses.ascii.rst:225
328+
#: ../../library/curses.ascii.rst:226
327329
msgid ""
328330
"A 33-element string array that contains the ASCII mnemonics for the thirty-"
329331
"two ASCII control characters from 0 (NUL) to 0x1f (US), in order, plus the "
330332
"mnemonic ``SP`` for the space character."
331333
msgstr ""
332334

333-
#: ../../library/curses.ascii.rst:209
335+
#: ../../library/curses.ascii.rst:210
334336
msgid "^ (caret)"
335337
msgstr ""
336338

337-
#: ../../library/curses.ascii.rst:209
339+
#: ../../library/curses.ascii.rst:210
338340
msgid "in curses module"
339341
msgstr ""
340342

341-
#: ../../library/curses.ascii.rst:209
343+
#: ../../library/curses.ascii.rst:210
342344
msgid "! (exclamation)"
343345
msgstr ""

library/curses.mo

0 Bytes
Binary file not shown.

library/curses.panel.mo

0 Bytes
Binary file not shown.

library/curses.panel.po

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
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 ""
2525
msgid ":mod:`!curses.panel` --- A panel stack extension for curses"
2626
msgstr ""
2727

28-
#: ../../library/curses.panel.rst:11
28+
#: ../../library/curses.panel.rst:9
2929
msgid ""
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."
3333
msgstr ""
3434

35-
#: ../../library/curses.panel.rst:19
35+
#: ../../library/curses.panel.rst:17
3636
msgid "Functions"
3737
msgstr ""
3838

39-
#: ../../library/curses.panel.rst:21
39+
#: ../../library/curses.panel.rst:19
4040
msgid "The module :mod:`!curses.panel` defines the following functions:"
4141
msgstr ""
4242

43-
#: ../../library/curses.panel.rst:26
43+
#: ../../library/curses.panel.rst:24
4444
msgid "Returns the bottom panel in the panel stack."
4545
msgstr ""
4646

47-
#: ../../library/curses.panel.rst:31
47+
#: ../../library/curses.panel.rst:29
4848
msgid ""
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."
5353
msgstr ""
5454

55-
#: ../../library/curses.panel.rst:38
55+
#: ../../library/curses.panel.rst:37
5656
msgid "Returns the top panel in the panel stack."
5757
msgstr ""
5858

59-
#: ../../library/curses.panel.rst:43
59+
#: ../../library/curses.panel.rst:42
6060
msgid ""
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."
6363
msgstr ""
6464

65-
#: ../../library/curses.panel.rst:50
66-
msgid "Panel Objects"
65+
#: ../../library/curses.panel.rst:49
66+
msgid "Panel objects"
6767
msgstr ""
6868

69-
#: ../../library/curses.panel.rst:52
69+
#: ../../library/curses.panel.rst:51
7070
msgid ""
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."
7575
msgstr ""
7676

77-
#: ../../library/curses.panel.rst:57
77+
#: ../../library/curses.panel.rst:56
7878
msgid "Panel objects have the following methods:"
7979
msgstr ""
8080

81-
#: ../../library/curses.panel.rst:62
81+
#: ../../library/curses.panel.rst:61
8282
msgid "Returns the panel above the current panel."
8383
msgstr ""
8484

85-
#: ../../library/curses.panel.rst:67
85+
#: ../../library/curses.panel.rst:66
8686
msgid "Returns the panel below the current panel."
8787
msgstr ""
8888

89-
#: ../../library/curses.panel.rst:72
89+
#: ../../library/curses.panel.rst:71
9090
msgid "Push the panel to the bottom of the stack."
9191
msgstr ""
9292

93-
#: ../../library/curses.panel.rst:77
93+
#: ../../library/curses.panel.rst:76
9494
msgid ""
9595
"Returns ``True`` if the panel is hidden (not visible), ``False`` otherwise."
9696
msgstr ""
9797

98-
#: ../../library/curses.panel.rst:82
98+
#: ../../library/curses.panel.rst:81
9999
msgid ""
100100
"Hide the panel. This does not delete the object, it just makes the window on"
101101
" screen invisible."
102102
msgstr ""
103103

104-
#: ../../library/curses.panel.rst:88
104+
#: ../../library/curses.panel.rst:87
105105
msgid "Move the panel to the screen coordinates ``(y, x)``."
106106
msgstr ""
107107

108-
#: ../../library/curses.panel.rst:93
108+
#: ../../library/curses.panel.rst:92
109109
msgid "Change the window associated with the panel to the window *win*."
110110
msgstr ""
111111

112-
#: ../../library/curses.panel.rst:98
112+
#: ../../library/curses.panel.rst:97
113113
msgid ""
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."
116116
msgstr ""
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."
120122
msgstr ""
121123

122124
#: ../../library/curses.panel.rst:109

0 commit comments

Comments
 (0)