Skip to content

Commit 091de57

Browse files
[po] auto sync
1 parent 315711f commit 091de57

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "3.28%", "updated_at": "2026-01-13T21:24:46Z"}
1+
{"translation": "3.29%", "updated_at": "2026-01-14T01:56:20Z"}

reference/lexical_analysis.mo

1.63 KB
Binary file not shown.

reference/lexical_analysis.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,6 +2407,8 @@ msgid ""
24072407
":data:`~token.NUMBER` tokens represent numeric literals, of which there are "
24082408
"three types: integers, floating-point numbers, and imaginary numbers."
24092409
msgstr ""
2410+
"Токены :data:`~token.NUMBER` представляют числовые литералы, которые делятся"
2411+
" на три типа: целые числа, числа с плавающей точкой и мнимые числа."
24102412

24112413
#: ../../reference/lexical_analysis.rst:1316
24122414
msgid ""
@@ -2415,12 +2417,19 @@ msgid ""
24152417
"constructor, respectively. Note that not all valid inputs for those "
24162418
"constructors are also valid literals."
24172419
msgstr ""
2420+
"Числовое значение числового литерала соответствует значению, которое "
2421+
"получилось бы, если бы оно было передано в виде строки в конструктор класса "
2422+
":class:`int`, :class:`float` или :class:`complex` соответственно. Обратите "
2423+
"внимание, что не все допустимые входные значения для этих конструкторов "
2424+
"также являются допустимыми литералами."
24182425

24192426
#: ../../reference/lexical_analysis.rst:1321
24202427
msgid ""
24212428
"Numeric literals do not include a sign; a phrase like ``-1`` is actually an "
24222429
"expression composed of the unary operator '``-``' and the literal ``1``."
24232430
msgstr ""
2431+
"Числовые литералы не включают знак. Запись вроде ``-1`` на самом деле "
2432+
"является выражением, состоящим из унарного оператора ``-`` и литерала ``1``."
24242433

24252434
#: ../../reference/lexical_analysis.rst:1335
24262435
msgid "Integer literals"

0 commit comments

Comments
 (0)