Skip to content

Commit aa33e37

Browse files
[po] auto sync
1 parent 74ef6d3 commit aa33e37

23 files changed

Lines changed: 1063 additions & 1027 deletions

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "0.19%", "updated_at": "2025-06-22T16:24:59Z"}
1+
{"translation": "0.19%", "updated_at": "2025-06-27T15:23:07Z"}

c-api/long.mo

0 Bytes
Binary file not shown.

c-api/long.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.14\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
17+
"POT-Creation-Date: 2025-06-27 14:20+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1919
"Last-Translator: Roustam Khamidoulline, 2024\n"
2020
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -461,10 +461,10 @@ msgstr ""
461461

462462
#: ../../c-api/long.rst:442
463463
msgid ""
464-
"If the returned value is greater than than *n_bytes*, the value was "
465-
"truncated: as many of the lowest bits of the value as could fit are written,"
466-
" and the higher bits are ignored. This matches the typical behavior of a "
467-
"C-style downcast."
464+
"If the returned value is greater than *n_bytes*, the value was truncated: as"
465+
" many of the lowest bits of the value as could fit are written, and the "
466+
"higher bits are ignored. This matches the typical behavior of a C-style "
467+
"downcast."
468468
msgstr ""
469469

470470
#: ../../c-api/long.rst:449

howto/functional.mo

0 Bytes
Binary file not shown.

howto/functional.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.14\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
18+
"POT-Creation-Date: 2025-06-27 14:20+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
2020
"Last-Translator: Roustam Khamidoulline, 2025\n"
2121
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -832,7 +832,7 @@ msgstr ""
832832

833833
#: ../../howto/functional.rst:605
834834
msgid ""
835-
":meth:`~generator.close` raises a :exc:`GeneratorExit` exception inside the "
835+
":meth:`~generator.close` sends a :exc:`GeneratorExit` exception to the "
836836
"generator to terminate the iteration. On receiving this exception, the "
837837
"generator's code must either raise :exc:`GeneratorExit` or "
838838
":exc:`StopIteration`; catching the exception and doing anything else is "

howto/isolating-extensions.mo

0 Bytes
Binary file not shown.

howto/isolating-extensions.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
16+
"POT-Creation-Date: 2025-06-27 14:20+0000\n"
1717
"PO-Revision-Date: 2022-11-05 19:48+0000\n"
1818
"Last-Translator: Roustam Khamidoulline, 2024\n"
1919
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -674,7 +674,7 @@ msgid "GC-tracked objects need to be allocated using GC-aware functions."
674674
msgstr ""
675675

676676
#: ../../howto/isolating-extensions.rst:456
677-
msgid "If you use use :c:func:`PyObject_New` or :c:func:`PyObject_NewVar`:"
677+
msgid "If you use :c:func:`PyObject_New` or :c:func:`PyObject_NewVar`:"
678678
msgstr ""
679679

680680
#: ../../howto/isolating-extensions.rst:458

library/argparse.mo

0 Bytes
Binary file not shown.

library/argparse.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.14\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2025-06-06 14:20+0000\n"
17+
"POT-Creation-Date: 2025-06-27 14:20+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
1919
"Last-Translator: Илья Панфилов, 2025\n"
2020
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -1380,9 +1380,9 @@ msgstr ""
13801380

13811381
#: ../../library/argparse.rst:958
13821382
msgid ""
1383-
"``'+'``. Just like ``'*'``, all command-line args present are gathered into "
1384-
"a list. Additionally, an error message will be generated if there wasn't at"
1385-
" least one command-line argument present. For example::"
1383+
"``'+'``. Just like ``'*'``, all command-line arguments present are gathered "
1384+
"into a list. Additionally, an error message will be generated if there "
1385+
"wasn't at least one command-line argument present. For example::"
13861386
msgstr ""
13871387

13881388
#: ../../library/argparse.rst:962

library/exceptions.mo

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)