Skip to content

Commit a6aa030

Browse files
[po] auto sync
1 parent 6c638ac commit a6aa030

5 files changed

Lines changed: 97 additions & 42 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "0.00%", "updated_at": "2026-02-21T16:01:46Z"}
1+
{"translation": "0.00%", "updated_at": "2026-03-01T16:00:41Z"}

c-api/frame.mo

0 Bytes
Binary file not shown.

c-api/frame.po

Lines changed: 91 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001-2026, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 14:16+0000\n"
14+
"POT-Creation-Date: 2026-03-01 15:05+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -62,96 +62,103 @@ msgid ""
6262
msgstr ""
6363

6464
#: ../../c-api/frame.rst:34
65+
msgid ""
66+
"Create a new frame object. This function returns a :term:`strong reference` "
67+
"to the new frame object on success, and returns ``NULL`` with an exception "
68+
"set on failure."
69+
msgstr ""
70+
71+
#: ../../c-api/frame.rst:40
6572
msgid "Return non-zero if *obj* is a frame object."
6673
msgstr ""
6774

68-
#: ../../c-api/frame.rst:38
75+
#: ../../c-api/frame.rst:44
6976
msgid ""
7077
"Previously, this function was only available after including "
7178
"``<frameobject.h>``."
7279
msgstr ""
7380

74-
#: ../../c-api/frame.rst:43
81+
#: ../../c-api/frame.rst:49
7582
msgid "Get the *frame* next outer frame."
7683
msgstr ""
7784

78-
#: ../../c-api/frame.rst:45
85+
#: ../../c-api/frame.rst:51
7986
msgid ""
8087
"Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer "
81-
"frame."
88+
"frame. This raises no exceptions."
8289
msgstr ""
8390

84-
#: ../../c-api/frame.rst:53
91+
#: ../../c-api/frame.rst:60
8592
msgid "Get the *frame*'s :attr:`~frame.f_builtins` attribute."
8693
msgstr ""
8794

88-
#: ../../c-api/frame.rst:55 ../../c-api/frame.rst:86
95+
#: ../../c-api/frame.rst:62 ../../c-api/frame.rst:93
8996
msgid "Return a :term:`strong reference`. The result cannot be ``NULL``."
9097
msgstr ""
9198

92-
#: ../../c-api/frame.rst:62
99+
#: ../../c-api/frame.rst:69
93100
msgid "Get the *frame* code."
94101
msgstr ""
95102

96-
#: ../../c-api/frame.rst:64 ../../c-api/frame.rst:130
103+
#: ../../c-api/frame.rst:71 ../../c-api/frame.rst:137
97104
msgid "Return a :term:`strong reference`."
98105
msgstr ""
99106

100-
#: ../../c-api/frame.rst:66
107+
#: ../../c-api/frame.rst:73
101108
msgid "The result (frame code) cannot be ``NULL``."
102109
msgstr ""
103110

104-
#: ../../c-api/frame.rst:73
111+
#: ../../c-api/frame.rst:80
105112
msgid ""
106113
"Get the generator, coroutine, or async generator that owns this frame, or "
107114
"``NULL`` if this frame is not owned by a generator. Does not raise an "
108115
"exception, even if the return value is ``NULL``."
109116
msgstr ""
110117

111-
#: ../../c-api/frame.rst:77
118+
#: ../../c-api/frame.rst:84
112119
msgid "Return a :term:`strong reference`, or ``NULL``."
113120
msgstr ""
114121

115-
#: ../../c-api/frame.rst:84
122+
#: ../../c-api/frame.rst:91
116123
msgid "Get the *frame*'s :attr:`~frame.f_globals` attribute."
117124
msgstr ""
118125

119-
#: ../../c-api/frame.rst:93
126+
#: ../../c-api/frame.rst:100
120127
msgid "Get the *frame*'s :attr:`~frame.f_lasti` attribute."
121128
msgstr ""
122129

123-
#: ../../c-api/frame.rst:95
130+
#: ../../c-api/frame.rst:102
124131
msgid "Returns -1 if ``frame.f_lasti`` is ``None``."
125132
msgstr ""
126133

127-
#: ../../c-api/frame.rst:102
134+
#: ../../c-api/frame.rst:109
128135
msgid "Get the variable *name* of *frame*."
129136
msgstr ""
130137

131-
#: ../../c-api/frame.rst:104
138+
#: ../../c-api/frame.rst:111
132139
msgid "Return a :term:`strong reference` to the variable value on success."
133140
msgstr ""
134141

135-
#: ../../c-api/frame.rst:105
142+
#: ../../c-api/frame.rst:112
136143
msgid ""
137144
"Raise :exc:`NameError` and return ``NULL`` if the variable does not exist."
138145
msgstr ""
139146

140-
#: ../../c-api/frame.rst:106
147+
#: ../../c-api/frame.rst:113
141148
msgid "Raise an exception and return ``NULL`` on error."
142149
msgstr ""
143150

144-
#: ../../c-api/frame.rst:108
151+
#: ../../c-api/frame.rst:115
145152
msgid "*name* type must be a :class:`str`."
146153
msgstr ""
147154

148-
#: ../../c-api/frame.rst:115
155+
#: ../../c-api/frame.rst:122
149156
msgid ""
150157
"Similar to :c:func:`PyFrame_GetVar`, but the variable name is a C string "
151158
"encoded in UTF-8."
152159
msgstr ""
153160

154-
#: ../../c-api/frame.rst:123
161+
#: ../../c-api/frame.rst:130
155162
msgid ""
156163
"Get the *frame*'s :attr:`~frame.f_locals` attribute. If the frame refers to "
157164
"an :term:`optimized scope`, this returns a write-through proxy object that "
@@ -160,21 +167,21 @@ msgid ""
160167
"locals directly (as described for :func:`locals`)."
161168
msgstr ""
162169

163-
#: ../../c-api/frame.rst:134
170+
#: ../../c-api/frame.rst:141
164171
msgid ""
165172
"As part of :pep:`667`, return an instance of "
166173
":c:var:`PyFrameLocalsProxy_Type`."
167174
msgstr ""
168175

169-
#: ../../c-api/frame.rst:140
176+
#: ../../c-api/frame.rst:147
170177
msgid "Return the line number that *frame* is currently executing."
171178
msgstr ""
172179

173-
#: ../../c-api/frame.rst:144
180+
#: ../../c-api/frame.rst:151
174181
msgid "Frame Locals Proxies"
175182
msgstr ""
176183

177-
#: ../../c-api/frame.rst:148
184+
#: ../../c-api/frame.rst:155
178185
msgid ""
179186
"The :attr:`~frame.f_locals` attribute on a :ref:`frame object <frame-"
180187
"objects>` is an instance of a \"frame-locals proxy\". The proxy object "
@@ -183,39 +190,87 @@ msgid ""
183190
" to date with the live local variables in the frame itself."
184191
msgstr ""
185192

186-
#: ../../c-api/frame.rst:154
193+
#: ../../c-api/frame.rst:161
187194
msgid "See :pep:`667` for more information."
188195
msgstr ""
189196

190-
#: ../../c-api/frame.rst:158
197+
#: ../../c-api/frame.rst:165
191198
msgid "The type of frame :func:`locals` proxy objects."
192199
msgstr ""
193200

194-
#: ../../c-api/frame.rst:162
201+
#: ../../c-api/frame.rst:169
195202
msgid "Return non-zero if *obj* is a frame :func:`locals` proxy."
196203
msgstr ""
197204

198-
#: ../../c-api/frame.rst:165
205+
#: ../../c-api/frame.rst:173
206+
msgid "Legacy Local Variable APIs"
207+
msgstr ""
208+
209+
#: ../../c-api/frame.rst:175
210+
msgid ""
211+
"These APIs are :term:`soft deprecated`. As of Python 3.13, they do nothing. "
212+
"They exist solely for backwards compatibility."
213+
msgstr ""
214+
215+
#: ../../c-api/frame.rst:181 ../../c-api/frame.rst:195
216+
#: ../../c-api/frame.rst:208
217+
msgid "This function is :term:`soft deprecated` and does nothing."
218+
msgstr ""
219+
220+
#: ../../c-api/frame.rst:183
221+
msgid ""
222+
"Prior to Python 3.13, this function would copy the :attr:`~frame.f_locals` "
223+
"attribute of *f* to the internal \"fast\" array of local variables, allowing"
224+
" changes in frame objects to be visible to the interpreter. If *clear* was "
225+
"true, this function would process variables that were unset in the locals "
226+
"dictionary."
227+
msgstr ""
228+
229+
#: ../../c-api/frame.rst:189 ../../c-api/frame.rst:202
230+
#: ../../c-api/frame.rst:214
231+
msgid "This function now does nothing."
232+
msgstr ""
233+
234+
#: ../../c-api/frame.rst:197
235+
msgid ""
236+
"Prior to Python 3.13, this function would copy the internal \"fast\" array "
237+
"of local variables (which is used by the interpreter) to the "
238+
":attr:`~frame.f_locals` attribute of *f*, allowing changes in local "
239+
"variables to be visible to frame objects."
240+
msgstr ""
241+
242+
#: ../../c-api/frame.rst:210
243+
msgid ""
244+
"Prior to Python 3.13, this function was similar to "
245+
":c:func:`PyFrame_FastToLocals`, but would return ``0`` on success, and "
246+
"``-1`` with an exception set on failure."
247+
msgstr ""
248+
249+
#: ../../c-api/frame.rst:219
250+
msgid ":pep:`667`"
251+
msgstr ""
252+
253+
#: ../../c-api/frame.rst:223
199254
msgid "Internal Frames"
200255
msgstr ""
201256

202-
#: ../../c-api/frame.rst:167
257+
#: ../../c-api/frame.rst:225
203258
msgid "Unless using :pep:`523`, you will not need this."
204259
msgstr ""
205260

206-
#: ../../c-api/frame.rst:171
261+
#: ../../c-api/frame.rst:229
207262
msgid "The interpreter's internal frame representation."
208263
msgstr ""
209264

210-
#: ../../c-api/frame.rst:177
265+
#: ../../c-api/frame.rst:235
211266
msgid "Return a :term:`strong reference` to the code object for the frame."
212267
msgstr ""
213268

214-
#: ../../c-api/frame.rst:184
269+
#: ../../c-api/frame.rst:242
215270
msgid "Return the byte offset into the last executed instruction."
216271
msgstr ""
217272

218-
#: ../../c-api/frame.rst:191
273+
#: ../../c-api/frame.rst:249
219274
msgid ""
220275
"Return the currently executing line number, or -1 if there is no line "
221276
"number."

library/bisect.mo

0 Bytes
Binary file not shown.

library/bisect.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001-2026, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-07 15:08+0000\n"
14+
"POT-Creation-Date: 2026-03-01 15:05+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -262,9 +262,9 @@ msgstr ""
262262

263263
#: ../../library/bisect.rst:206
264264
msgid ""
265-
">>> def grade(score, breakpoints=[60, 70, 80, 90], grades='FDCBA'):\n"
266-
"... i = bisect(breakpoints, score)\n"
267-
"... return grades[i]\n"
265+
">>> def grade(score)\n"
266+
"... i = bisect([60, 70, 80, 90], score)\n"
267+
"... return \"FDCBA\"[i]\n"
268268
"...\n"
269269
">>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]\n"
270270
"['F', 'A', 'C', 'C', 'B', 'A', 'A']"

0 commit comments

Comments
 (0)