Skip to content

Commit 6b80afd

Browse files
[po] auto sync
1 parent 9810f7d commit 6b80afd

31 files changed

Lines changed: 13941 additions & 13455 deletions

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "0.20%", "updated_at": "2025-04-04T17:57:31Z"}
1+
{"translation": "0.20%", "updated_at": "2025-04-11T14:57:24Z"}

faq/programming.mo

0 Bytes
Binary file not shown.

faq/programming.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-04-04 14:18+0000\n"
16+
"POT-Creation-Date: 2025-04-11 14:19+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1818
"Last-Translator: Roustam Khamidoulline, 2025\n"
1919
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -2822,22 +2822,22 @@ msgstr ""
28222822

28232823
#: ../../faq/programming.rst:1870
28242824
msgid ""
2825-
"1) Assignments create new names but do not change object identity. After "
2826-
"the assignment ``new = old``, it is guaranteed that ``new is old``."
2825+
"Assignments create new names but do not change object identity. After the "
2826+
"assignment ``new = old``, it is guaranteed that ``new is old``."
28272827
msgstr ""
28282828

28292829
#: ../../faq/programming.rst:1873
28302830
msgid ""
2831-
"2) Putting an object in a container that stores object references does not "
2831+
"Putting an object in a container that stores object references does not "
28322832
"change object identity. After the list assignment ``s[0] = x``, it is "
28332833
"guaranteed that ``s[0] is x``."
28342834
msgstr ""
28352835

28362836
#: ../../faq/programming.rst:1877
28372837
msgid ""
2838-
"3) If an object is a singleton, it means that only one instance of that "
2839-
"object can exist. After the assignments ``a = None`` and ``b = None``, it "
2840-
"is guaranteed that ``a is b`` because ``None`` is a singleton."
2838+
"If an object is a singleton, it means that only one instance of that object "
2839+
"can exist. After the assignments ``a = None`` and ``b = None``, it is "
2840+
"guaranteed that ``a is b`` because ``None`` is a singleton."
28412841
msgstr ""
28422842

28432843
#: ../../faq/programming.rst:1881

howto/curses.mo

0 Bytes
Binary file not shown.

howto/curses.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.13\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2025-03-21 14:18+0000\n"
17+
"POT-Creation-Date: 2025-04-11 14:19+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1919
"Last-Translator: Roustam Khamidoulline, 2024\n"
2020
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n"
@@ -243,8 +243,8 @@ msgid ""
243243
" v = i-10\n"
244244
" stdscr.addstr(i, 0, '10 divided by {} is {}'.format(v, 10/v))\n"
245245
"\n"
246-
" stdscr.refresh()\n"
247-
" stdscr.getkey()\n"
246+
" stdscr.refresh()\n"
247+
" stdscr.getkey()\n"
248248
"\n"
249249
"wrapper(main)"
250250
msgstr ""

library/cmath.mo

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)