Skip to content

Commit 16e5c83

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent ed3c0ba commit 16e5c83

6 files changed

Lines changed: 53 additions & 7 deletions

File tree

installing/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-07 15:02+0000\n"
14+
"POT-Creation-Date: 2026-04-25 14:38+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/html.parser.po

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-09 15:16+0000\n"
14+
"POT-Creation-Date: 2026-04-27 15:43+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -168,7 +168,8 @@ msgid ""
168168
"*attrs* argument is a list of ``(name, value)`` pairs containing the "
169169
"attributes found inside the tag's ``<>`` brackets. The *name* will be "
170170
"translated to lower case, and quotes in the *value* have been removed, and "
171-
"character and entity references have been replaced."
171+
"character and entity references have been replaced. For empty attributes, "
172+
"*value* is ``None``."
172173
msgstr ""
173174

174175
msgid ""
@@ -357,6 +358,22 @@ msgid ""
357358
"End tag : script"
358359
msgstr ""
359360

361+
msgid ""
362+
"Attribute names are converted to lowercase, quotes from attribute values "
363+
"removed, and ``None`` is returned as *value* for empty attributes (such as "
364+
"``checked``):"
365+
msgstr ""
366+
367+
msgid ""
368+
">>> parser.feed(\"<input TYPE='checkbox' checked required='' "
369+
"disabled=disabled>\")\n"
370+
"Start tag: input\n"
371+
" attr: ('type', 'checkbox')\n"
372+
" attr: ('checked', None)\n"
373+
" attr: ('required', '')\n"
374+
" attr: ('disabled', 'disabled')"
375+
msgstr ""
376+
360377
msgid "Parsing comments:"
361378
msgstr ""
362379

library/multiprocessing.po

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-21 15:07+0000\n"
14+
"POT-Creation-Date: 2026-04-27 15:43+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -3253,6 +3253,18 @@ msgid ""
32533253
"urandom`."
32543254
msgstr ""
32553255

3256+
msgid ""
3257+
"This authentication protects :class:`Listener` and :func:`Client` "
3258+
"connections, which are reachable by address. It is not applied to the "
3259+
"anonymous pipes created by :func:`~multiprocessing.Pipe` or used internally "
3260+
"by :class:`~multiprocessing.Queue`. :mod:`multiprocessing` treats all local "
3261+
"processes running as the same user as trusted; on most operating systems "
3262+
"such processes can access each other's pipe file descriptors regardless. "
3263+
"Applications that require isolation between processes of the same user must "
3264+
"arrange it at the operating-system level -- for example, by running workers "
3265+
"under a different user account or in a sandbox."
3266+
msgstr ""
3267+
32563268
msgid "Logging"
32573269
msgstr "Logowanie"
32583270

library/pkgutil.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-07 15:02+0000\n"
14+
"POT-Creation-Date: 2026-04-25 14:38+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/subprocess.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-07 15:02+0000\n"
14+
"POT-Creation-Date: 2026-04-25 14:38+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/changelog.po

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-25 14:38+0000\n"
14+
"POT-Creation-Date: 2026-04-27 15:43+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -78,6 +78,12 @@ msgstr ""
7878
msgid "Library"
7979
msgstr "Biblioteka"
8080

81+
msgid ""
82+
":gh:`148947`: Fix crash in :deco:`dataclasses.dataclass` with ``slots=True`` "
83+
"that occurred when a function found within the class had an empty "
84+
"``__class__`` cell."
85+
msgstr ""
86+
8187
msgid ""
8288
":gh:`148680`: ``ForwardRef`` objects that contain internal names to "
8389
"represent known objects now show the ``type_repr`` of the known object "
@@ -203,6 +209,12 @@ msgid ""
203209
"and :class:`slice` objects which cannot be correctly unmarshalled."
204210
msgstr ""
205211

212+
msgid ""
213+
":gh:`142516`: Forward-port the generational cycle garbage collector to the "
214+
"default 3.14 build, replacing the incremental collector while leaving the "
215+
"free-threaded collector unchanged."
216+
msgstr ""
217+
206218
msgid ""
207219
":gh:`148393`: Fix data races between :c:func:`PyDict_Watch` / :c:func:"
208220
"`PyDict_Unwatch` and concurrent dict mutation in the :term:`free-threaded "
@@ -235,6 +247,11 @@ msgid ""
235247
"functions on functions."
236248
msgstr ""
237249

250+
msgid ""
251+
":gh:`146455`: Fix O(N²) compile-time regression in constant folding after it "
252+
"was moved from AST to CFG optimizer."
253+
msgstr ""
254+
238255
msgid "Build"
239256
msgstr "Build"
240257

0 commit comments

Comments
 (0)