@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.14\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-05-11 17:18 +0000\n"
14+ "POT-Creation-Date: 2026-05-13 17:14 +0000\n"
1515"PO-Revision-Date: 2026-05-08 17:19+0000\n"
1616"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -32,6 +32,14 @@ msgstr "Następna wersja Pythona"
3232msgid "*Release date: XXXX-XX-XX*"
3333msgstr "*Data wydania: XX.XX.XXXX*"
3434
35+ msgid "Tests"
36+ msgstr "Testy"
37+
38+ msgid ""
39+ ":gh:`149776`: Fix test_socket on Linux kernel 7.1 and newer: skip UDP Lite "
40+ "tests if it's not supported. Patch by Victor Stinner."
41+ msgstr ""
42+
3543msgid "Security"
3644msgstr "Bezpieczeństwo"
3745
@@ -47,6 +55,11 @@ msgstr ""
4755msgid "Library"
4856msgstr "Biblioteka"
4957
58+ msgid ""
59+ ":gh:`149701`: Fix bad return code from Lib/venv/bin/activate if hashing is "
60+ "disabled"
61+ msgstr ""
62+
5063msgid ""
5164":gh:`112821`: In the REPL, autocompletion might run arbitrary code in the "
5265"getter of a descriptor. If that getter raised an exception, autocompletion "
@@ -61,6 +74,15 @@ msgid ""
6174"buffer_size>`."
6275msgstr ""
6376
77+ msgid "C API"
78+ msgstr "C API"
79+
80+ msgid ""
81+ ":gh:`145235`: Made :c:func:`PyDict_AddWatcher`, :c:func:"
82+ "`PyDict_ClearWatcher`, :c:func:`PyDict_Watch`, and :c:func:`PyDict_Unwatch` "
83+ "thread-safe on the :term:`free threaded <free threading>` build."
84+ msgstr ""
85+
6486msgid "Python 3.14.5 final"
6587msgstr ""
6688
@@ -110,9 +132,6 @@ msgid ""
110132"term:`annotate functions <annotate function>`."
111133msgstr ""
112134
113- msgid "Tests"
114- msgstr "Testy"
115-
116135msgid ""
117136":gh:`149425`: Increase time delta in ``test.test_zipfile.test_core."
118137"OtherTests.test_write_without_source_date_epoch``"
@@ -1196,9 +1215,6 @@ msgid ""
11961215"`webbrowser` and :mod:`!turtledemo`."
11971216msgstr ""
11981217
1199- msgid "C API"
1200- msgstr "C API"
1201-
12021218msgid ""
12031219":gh:`146056`: :c:func:`PyUnicodeWriter_WriteRepr` now supports ``NULL`` "
12041220"argument."
0 commit comments