Skip to content

Commit 23dd479

Browse files
[po] auto sync
1 parent 76033c1 commit 23dd479

3 files changed

Lines changed: 25 additions & 5 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "3.49%", "updated_at": "2026-01-22T01:56:41Z"}
1+
{"translation": "3.51%", "updated_at": "2026-01-22T11:26:06Z"}

reference/datamodel.mo

3.58 KB
Binary file not shown.

reference/datamodel.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,18 +306,21 @@ msgstr ""
306306

307307
#: ../../reference/datamodel.rst:182 ../../reference/datamodel.rst:183
308308
msgid "Ellipsis"
309-
msgstr "Многоточие"
309+
msgstr "Ellipsis"
310310

311311
#: ../../reference/datamodel.rst:187
312312
msgid ""
313313
"This type has a single value. There is a single object with this value. "
314314
"This object is accessed through the literal ``...`` or the built-in name "
315315
"``Ellipsis``. Its truth value is true."
316316
msgstr ""
317+
"У этого типа есть только одно значение. Существует единственный объект с "
318+
"этим значением. Этот объект доступен через литерал ``...`` или через "
319+
"встроенное имя ``Ellipsis``. Его логическое значение — истина."
317320

318321
#: ../../reference/datamodel.rst:193
319322
msgid ":class:`numbers.Number`"
320-
msgstr ""
323+
msgstr ":class:`numbers.Number`"
321324

322325
#: ../../reference/datamodel.rst:197
323326
msgid ""
@@ -327,49 +330,66 @@ msgid ""
327330
"strongly related to mathematical numbers, but subject to the limitations of "
328331
"numerical representation in computers."
329332
msgstr ""
333+
"Они создаются числовыми литералами и возвращаются как результаты "
334+
"арифметических операторов и встроенных арифметических функций. Числовые "
335+
"объекты неизменяемы: после создания их значение никогда не меняется. Числа в"
336+
" Python, разумеется, тесно связаны с математическими числами, но подчиняются"
337+
" ограничениям численного представления в компьютерах."
330338

331339
#: ../../reference/datamodel.rst:203
332340
msgid ""
333341
"The string representations of the numeric classes, computed by "
334342
":meth:`~object.__repr__` and :meth:`~object.__str__`, have the following "
335343
"properties:"
336344
msgstr ""
345+
"Строковые представления числовых классов, вычисляемые методами "
346+
":meth:`~object.__repr__` и :meth:`~object.__str__`, обладают следующими "
347+
"свойствами:"
337348

338349
#: ../../reference/datamodel.rst:207
339350
msgid ""
340351
"They are valid numeric literals which, when passed to their class "
341352
"constructor, produce an object having the value of the original numeric."
342353
msgstr ""
354+
"Они являются корректными числовыми литералами, которые при передаче в "
355+
"конструктор своего класса создают объект со значением исходного числа."
343356

344357
#: ../../reference/datamodel.rst:211
345358
msgid "The representation is in base 10, when possible."
346359
msgstr ""
360+
"Представление, когда это возможно, осуществляется в десятичной системе "
361+
"счисления."
347362

348363
#: ../../reference/datamodel.rst:213
349364
msgid ""
350365
"Leading zeros, possibly excepting a single zero before a decimal point, are "
351366
"not shown."
352367
msgstr ""
368+
"Ведущие нули, за исключением, возможно, одного нуля перед десятичной точкой,"
369+
" не отображаются."
353370

354371
#: ../../reference/datamodel.rst:216
355372
msgid ""
356373
"Trailing zeros, possibly excepting a single zero after a decimal point, are "
357374
"not shown."
358375
msgstr ""
376+
"Конечные нули, за исключением, возможно, одного нуля после десятичной точки,"
377+
" не отображаются."
359378

360379
#: ../../reference/datamodel.rst:219
361380
msgid "A sign is shown only when the number is negative."
362-
msgstr ""
381+
msgstr "Знак отображается только в том случае, если число отрицательное."
363382

364383
#: ../../reference/datamodel.rst:221
365384
msgid ""
366385
"Python distinguishes between integers, floating-point numbers, and complex "
367386
"numbers:"
368387
msgstr ""
388+
"Python различает целые числа, числа с плавающей точкой и комплексные числа:"
369389

370390
#: ../../reference/datamodel.rst:226
371391
msgid ":class:`numbers.Integral`"
372-
msgstr ""
392+
msgstr ":class:`numbers.Integral`"
373393

374394
#: ../../reference/datamodel.rst:230
375395
msgid ""

0 commit comments

Comments
 (0)