Skip to content

Commit 3b67f75

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 838d83c commit 3b67f75

16 files changed

+14014
-13580
lines changed

Diff for: faq/programming.po

+7-15
Original file line numberDiff line numberDiff line change
@@ -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-04-04 14:18+0000\n"
14+
"POT-Creation-Date: 2025-04-11 14:19+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1616
"Last-Translator: Dmytro Kazanzhy, 2023\n"
1717
"Language-Team: Ukrainian (https://app.transifex.com/python-doc/teams/5390/uk/)\n"
@@ -3342,31 +3342,23 @@ msgstr ""
33423342

33433343
#: ../../faq/programming.rst:1870
33443344
msgid ""
3345-
"1) Assignments create new names but do not change object identity. After "
3346-
"the assignment ``new = old``, it is guaranteed that ``new is old``."
3345+
"Assignments create new names but do not change object identity. After the "
3346+
"assignment ``new = old``, it is guaranteed that ``new is old``."
33473347
msgstr ""
3348-
"1) Присвоєння створює нові імена, але не змінює ідентифікацію об’єкта. Після"
3349-
" присвоєння ``нове = старе`` гарантується, що ``нове є старим``."
33503348

33513349
#: ../../faq/programming.rst:1873
33523350
msgid ""
3353-
"2) Putting an object in a container that stores object references does not "
3351+
"Putting an object in a container that stores object references does not "
33543352
"change object identity. After the list assignment ``s[0] = x``, it is "
33553353
"guaranteed that ``s[0] is x``."
33563354
msgstr ""
3357-
"2) Поміщення об’єкта в контейнер, який зберігає посилання на об’єкти, не "
3358-
"змінює ідентифікацію об’єкта. Після присвоєння списку ``s[0] = x`` "
3359-
"гарантується, що ``s[0] є x``."
33603355

33613356
#: ../../faq/programming.rst:1877
33623357
msgid ""
3363-
"3) If an object is a singleton, it means that only one instance of that "
3364-
"object can exist. After the assignments ``a = None`` and ``b = None``, it "
3365-
"is guaranteed that ``a is b`` because ``None`` is a singleton."
3358+
"If an object is a singleton, it means that only one instance of that object "
3359+
"can exist. After the assignments ``a = None`` and ``b = None``, it is "
3360+
"guaranteed that ``a is b`` because ``None`` is a singleton."
33663361
msgstr ""
3367-
"3) Якщо об’єкт є єдиним, це означає, що може існувати лише один екземпляр "
3368-
"цього об’єкта. Після присвоєння ``a = None`` і ``b = None`` гарантується, що"
3369-
" ``a є b``, оскільки ``None`` є єдиним елементом."
33703362

33713363
#: ../../faq/programming.rst:1881
33723364
msgid ""

Diff for: howto/curses.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -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-03-21 14:18+0000\n"
14+
"POT-Creation-Date: 2025-04-11 14:19+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1616
"Last-Translator: Dmytro Kazanzhy, 2022\n"
1717
"Language-Team: Ukrainian (https://app.transifex.com/python-doc/teams/5390/uk/)\n"
@@ -295,8 +295,8 @@ msgid ""
295295
" v = i-10\n"
296296
" stdscr.addstr(i, 0, '10 divided by {} is {}'.format(v, 10/v))\n"
297297
"\n"
298-
" stdscr.refresh()\n"
299-
" stdscr.getkey()\n"
298+
" stdscr.refresh()\n"
299+
" stdscr.getkey()\n"
300300
"\n"
301301
"wrapper(main)"
302302
msgstr ""

0 commit comments

Comments
 (0)