Skip to content

Commit e7ada9e

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 26886e7 commit e7ada9e

4 files changed

Lines changed: 46 additions & 4 deletions

File tree

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1717
]]] -->
1818
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1919
[![core 100.00%](https://img.shields.io/badge/core-100.00%25-0.svg)](https://translations.python.org/#pl)
20-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.81%25-0.svg)](https://translations.python.org/#pl)
20+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.80%25-0.svg)](https://translations.python.org/#pl)
2121
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.65%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/update-lint-and-build.yml)
2323

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1717
]]] -->
1818
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-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)
20-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.81%25-0.svg)](https://translations.python.org/#pl)
20+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.80%25-0.svg)](https://translations.python.org/#pl)
2121
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.65%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/update-lint-and-build.yml)
2323

c-api/init_config.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
15+
"POT-Creation-Date: 2026-06-17 16:52+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Blessing Oluronbi, 2026\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -836,6 +836,11 @@ msgid ""
836836
"arguments ``name``, ``value``."
837837
msgstr ""
838838

839+
msgid ""
840+
"The function now replaces :data:`sys.flags` (create a new object), instead "
841+
"of modifying :data:`sys.flags` in-place."
842+
msgstr ""
843+
839844
msgid "PyConfig C API"
840845
msgstr ""
841846

whatsnew/changelog.po

Lines changed: 38 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-06-15 18:22+0000\n"
14+
"POT-Creation-Date: 2026-06-17 16:52+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"
@@ -53,6 +53,11 @@ msgstr "Testy"
5353
msgid ":gh:`151130`: Add more tests for ``PyWeakref_*`` C API."
5454
msgstr ""
5555

56+
msgid ""
57+
":gh:`150966`: Avoid prematurely terminating failing live sampling profiler "
58+
"test targets, which made stderr assertions flaky on ASAN buildbots."
59+
msgstr ""
60+
5661
msgid ""
5762
":gh:`148853`: Fix tests failing on FreeBSD in test.support's "
5863
"in_systemd_nspawn_sync_suppressed() due to unreadable /run directory."
@@ -61,6 +66,13 @@ msgstr ""
6166
msgid "Security"
6267
msgstr "Bezpieczeństwo"
6368

69+
msgid ""
70+
":gh:`151544`: :file:`Modules/Setup.local` is no longer used as a landmark to "
71+
"discover whether Python is running in a source tree, as it could potentially "
72+
"affect actual installs. The :file:`pybuilddir.txt` file is now the sole "
73+
"indicator of running in a source tree."
74+
msgstr ""
75+
6476
msgid ":gh:`151159`: Update macOS installer to use OpenSSL 3.5.7."
6577
msgstr ""
6678

@@ -131,6 +143,13 @@ msgid ""
131143
"``VIRTUAL_ENV_DISABLE_PROMPT``."
132144
msgstr ""
133145

146+
msgid ""
147+
":gh:`150771`: Fix :mod:`email` messages created with ``shift_jis`` or ``euc-"
148+
"jp`` charsets. ``set_content()`` now stores the payload using the output "
149+
"charset (``iso-2022-jp``) so printing the message no longer raises :exc:"
150+
"`UnicodeEncodeError`."
151+
msgstr ""
152+
134153
msgid ""
135154
":gh:`151039`: Fix a crash when static :mod:`datetime` types outlive the "
136155
"``_datetime`` module."
@@ -206,6 +225,12 @@ msgid ""
206225
"concurrently mutated."
207226
msgstr ""
208227

228+
msgid ""
229+
":gh:`120665`: Fixed an issue where ``unittest`` loaders would load and "
230+
"instantiate :class:`unittest.TestCase`-derived subclasses that are also "
231+
"abstract base classes, which can't be instantiated."
232+
msgstr ""
233+
209234
msgid ""
210235
":gh:`91099`: :meth:`imaplib.IMAP4.login` now raises exceptions with :class:"
211236
"`str` instead of :class:`bytes`. Patch by Florian Best."
@@ -244,12 +269,24 @@ msgstr ""
244269
msgid "Core and Builtins"
245270
msgstr "Core i builtiny"
246271

272+
msgid ""
273+
":gh:`151546`: Fix the stack limit check if Python is linked to musl (ex: "
274+
"Alpine Linux). Use the stack size set by the linker to compute the stack "
275+
"limits. Patch by Victor Stinner."
276+
msgstr ""
277+
247278
msgid ""
248279
":gh:`151461`: Fix direct execution of files with invalid source encodings to "
249280
"report the underlying codec lookup or decoding error instead of the generic "
250281
"``SyntaxError: encoding problem`` message. Patch by Bartosz Sławecki."
251282
msgstr ""
252283

284+
msgid ""
285+
":gh:`151218`: :c:func:`PyConfig_Set` and :func:`sys.set_int_max_str_digits` "
286+
"now replace :data:`sys.flags` (create a new object), instead of modifying :"
287+
"data:`sys.flags` in-place. Patch by Victor Stinner."
288+
msgstr ""
289+
253290
msgid ""
254291
":gh:`151297`: Fix an invalid pointer dereference that could occur when "
255292
"calling :c:func:`PyObject_Realloc` with a NULL pointer in :term:`free-"

0 commit comments

Comments
 (0)