Skip to content

Commit 4993613

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 9e22f5c commit 4993613

4 files changed

Lines changed: 22 additions & 6 deletions

File tree

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1818
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml)
1919
[![core 100.00%](https://img.shields.io/badge/core-100.00%25-0.svg)](https://translations.python.org/#pl)
2020
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.73%25-0.svg)](https://translations.python.org/#pl)
21-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.48%25-0.svg)](https://translations.python.org/#pl)
21+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.47%25-0.svg)](https://translations.python.org/#pl)
2222
[![lint errors count](https://shields.io/badge/dynamic/xml?url=https%3A%2F%2Ftranslations.python.org%2Fbuild-details.html&query=%2F%2Ftr%5Btd%5B%40data-label%3D%27language%27%20and%20contains%28.%2C%20%27%28pl%29%27%29%5D%5D%20%20%20%2F%2Ftd%5B%40data-label%3D%27lint%27%5D%2Fa%2Ftext()&label=lint%20errors)](https://github.com/python/python-docs-pl/actions/workflows/lint.yml)
2323

2424
<!-- [[[end]]] -->

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1818
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml)
1919
[![podstawowe artykuły 100.00%](https://img.shields.io/badge/podstawowe_artykuły-100.00%25-0.svg)](https://translations.python.org/#pl)
2020
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.73%25-0.svg)](https://translations.python.org/#pl)
21-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.48%25-0.svg)](https://translations.python.org/#pl)
21+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.47%25-0.svg)](https://translations.python.org/#pl)
2222
[![liczba błędów lintowania](https://shields.io/badge/dynamic/xml?url=https%3A%2F%2Ftranslations.python.org%2Fbuild-details.html&query=%2F%2Ftr%5Btd%5B%40data-label%3D%27language%27%20and%20contains%28.%2C%20%27%28pl%29%27%29%5D%5D%20%20%20%2F%2Ftd%5B%40data-label%3D%27lint%27%5D%2Fa%2Ftext()&label=b%C5%82%C4%99dy%20lintowania)](https://github.com/python/python-docs-pl/actions/workflows/lint.yml)
2323

2424
<!-- [[[end]]] -->

library/csv.po

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-08-19 14:25+0000\n"
14+
"POT-Creation-Date: 2026-08-23 14:16+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"
@@ -329,8 +329,8 @@ msgstr ""
329329

330330
msgid ""
331331
"If several delimiters fit the sample equally well --- for example if both "
332-
"``','`` and ``';'`` split every row consistently --- the delimiters ``','``, "
333-
"``'\\t'``, ``';'``, ``' '`` and ``':'`` are preferred, in this order, no "
332+
"``','`` and ``';'`` split every row consistently --- the delimiters listed "
333+
"in the :attr:`~Sniffer.preferred` attribute are preferred, in that order, no "
334334
"matter how many times each of them occurs."
335335
msgstr ""
336336

@@ -359,6 +359,15 @@ msgid ""
359359
"negatives."
360360
msgstr ""
361361

362+
msgid "The :class:`Sniffer` class has the following attribute:"
363+
msgstr ""
364+
365+
msgid ""
366+
"The list of the delimiters preferred for breaking ties, in the order of "
367+
"preference. It can be modified. Its initial value is ``[',', '\\t', ';', ' "
368+
"', ':']``."
369+
msgstr ""
370+
362371
msgid "An example for :class:`Sniffer` use::"
363372
msgstr ""
364373

whatsnew/changelog.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-08-19 14:25+0000\n"
14+
"POT-Creation-Date: 2026-08-23 14:16+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"
@@ -152,6 +152,13 @@ msgid ""
152152
"in the wrong order, if the thread blocked on the stop-the-world mutex."
153153
msgstr ""
154154

155+
msgid ""
156+
":gh:`155363`: Fix a leak in the :term:`free-threaded build` when creating a "
157+
"thread state fails after an internal QSBR slot has been reserved for it. The "
158+
"slot could never be reclaimed, so the QSBR array grew without bound across "
159+
"repeated failures."
160+
msgstr ""
161+
155162
msgid ""
156163
":gh:`154196`: Improve :exc:`AttributeError` messages from unresolved lazy "
157164
"imports. Patch by Bartosz Sławecki."

0 commit comments

Comments
 (0)