Skip to content

Commit 940248b

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: python-doc bot
1 parent f6d6708 commit 940248b

File tree

15 files changed

+137
-28
lines changed

15 files changed

+137
-28
lines changed

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1515
]]] -->
1616
[![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)
1717
[![core 98.76%](https://img.shields.io/badge/core-98.76%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.43%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
19-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.48%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.42%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
19+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.47%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
2020
<!-- [[[end]]] -->
2121

2222
*Przeczytaj to w innym języku: [polski](README.md)*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1515
]]] -->
1616
[![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)
1717
[![podstawowe artykuły 98.76%](https://img.shields.io/badge/podstawowe_artykuły-98.76%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.43%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
19-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.48%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
18+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.42%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
19+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.47%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
2020
<!-- [[[end]]] -->
2121

2222
*Read this in another language: [English](README.en.md)*

c-api/buffer.po

Lines changed: 4 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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-09 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -316,6 +316,9 @@ msgid ""
316316
"PyBUF_WRITABLE` can be used to request a simple writable buffer."
317317
msgstr ""
318318

319+
msgid "This is a :term:`soft deprecated` alias to :c:macro:`PyBUF_WRITABLE`."
320+
msgstr ""
321+
319322
msgid ""
320323
"Controls the :c:member:`~Py_buffer.format` field. If set, this field MUST be "
321324
"filled in correctly. Otherwise, this field MUST be ``NULL``."

c-api/capsule.po

Lines changed: 6 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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-09 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -39,6 +39,11 @@ msgid ""
3939
"loaded modules."
4040
msgstr ""
4141

42+
msgid ""
43+
"The type object corresponding to capsule objects. This is the same object "
44+
"as :class:`types.CapsuleType` in the Python layer."
45+
msgstr ""
46+
4247
msgid "The type of a destructor callback for a capsule. Defined as::"
4348
msgstr ""
4449

c-api/exceptions.po

Lines changed: 52 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: 2025-11-07 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-09 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -314,6 +314,22 @@ msgid ""
314314
"use."
315315
msgstr ""
316316

317+
msgid ""
318+
"Get the source line in *filename* at line *lineno*. *filename* should be a "
319+
"Python :class:`str` object."
320+
msgstr ""
321+
322+
msgid ""
323+
"On success, this function returns a Python string object with the found "
324+
"line. On failure, this function returns ``NULL`` without an exception set."
325+
msgstr ""
326+
327+
msgid ""
328+
"Similar to :c:func:`PyErr_ProgramTextObject`, but *filename* is a :c:expr:"
329+
"`const char *`, which is decoded with the :term:`filesystem encoding and "
330+
"error handler`, instead of a Python object reference."
331+
msgstr ""
332+
317333
msgid "Issuing warnings"
318334
msgstr ""
319335

@@ -374,6 +390,12 @@ msgid ""
374390
"encoded string."
375391
msgstr ""
376392

393+
msgid ""
394+
"Similar to :c:func:`PyErr_WarnExplicit`, but uses :c:func:"
395+
"`PyUnicode_FromFormat` to format the warning message. *format* is an ASCII-"
396+
"encoded string."
397+
msgstr ""
398+
377399
msgid ""
378400
"Function similar to :c:func:`PyErr_WarnFormat`, but *category* is :exc:"
379401
"`ResourceWarning` and it passes *source* to :class:`!warnings."
@@ -1209,6 +1231,35 @@ msgstr ":c:data:`PyExc_ResourceWarning`."
12091231
msgid ":c:data:`PyExc_EncodingWarning`."
12101232
msgstr ":c:data:`PyExc_EncodingWarning`."
12111233

1234+
msgid "Tracebacks"
1235+
msgstr ""
1236+
1237+
msgid ""
1238+
"Type object for traceback objects. This is available as :class:`types."
1239+
"TracebackType` in the Python layer."
1240+
msgstr ""
1241+
1242+
msgid ""
1243+
"Return true if *op* is a traceback object, false otherwise. This function "
1244+
"does not account for subtypes."
1245+
msgstr ""
1246+
1247+
msgid ""
1248+
"Replace the :attr:`~BaseException.__traceback__` attribute on the current "
1249+
"exception with a new traceback prepending *f* to the existing chain."
1250+
msgstr ""
1251+
1252+
msgid "Calling this function without an exception set is undefined behavior."
1253+
msgstr ""
1254+
1255+
msgid ""
1256+
"This function returns ``0`` on success, and returns ``-1`` with an exception "
1257+
"set on failure."
1258+
msgstr ""
1259+
1260+
msgid "Write the traceback *tb* into the file *f*."
1261+
msgstr ""
1262+
12121263
msgid "strerror (C function)"
12131264
msgstr ""
12141265

c-api/intro.po

Lines changed: 34 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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-09 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -317,7 +317,29 @@ msgid ""
317317
msgstr ""
318318

319319
msgid ""
320-
"Creates a variable with name ``name`` that can be used in docstrings. If "
320+
"Asserts a compile-time condition *cond*, as a statement. The build will fail "
321+
"if the condition is false or cannot be evaluated at compile time."
322+
msgstr ""
323+
324+
msgid "For example::"
325+
msgstr "Dla przykładu::"
326+
327+
msgid "Py_BUILD_ASSERT(sizeof(PyTime_t) == sizeof(int64_t));"
328+
msgstr ""
329+
330+
msgid ""
331+
"Asserts a compile-time condition *cond*, as an expression that evaluates to "
332+
"``0``. The build will fail if the condition is false or cannot be evaluated "
333+
"at compile time."
334+
msgstr ""
335+
336+
msgid ""
337+
"#define foo_to_char(foo) \\\n"
338+
" ((char *)(foo) + Py_BUILD_ASSERT_EXPR(offsetof(struct foo, string) == 0))"
339+
msgstr ""
340+
341+
msgid ""
342+
"Creates a variable with name *name* that can be used in docstrings. If "
321343
"Python is built without docstrings, the value will be empty."
322344
msgstr ""
323345

@@ -354,6 +376,16 @@ msgid ""
354376
"};"
355377
msgstr ""
356378

379+
msgid "Declares a static character array variable with the given name *name*."
380+
msgstr ""
381+
382+
msgid ""
383+
"PyDoc_VAR(python_doc) = PyDoc_STR(\"A genus of constricting snakes in the "
384+
"Pythonidae family native \"\n"
385+
" \"to the tropics and subtropics of the "
386+
"Eastern Hemisphere.\");"
387+
msgstr ""
388+
357389
msgid "Objects, Types and Reference Counts"
358390
msgstr "Przedmioty, ich Rodzaje i Liczby Odwołań"
359391

library/codecs.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: 2025-10-19 14:13+0000\n"
14+
"POT-Creation-Date: 2025-11-07 14:15+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+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/json.po

Lines changed: 10 additions & 6 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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-09 14:13+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"
@@ -228,8 +228,10 @@ msgstr ""
228228

229229
msgid ""
230230
"If ``True`` (the default), the output is guaranteed to have all incoming non-"
231-
"ASCII characters escaped. If ``False``, these characters will be outputted "
232-
"as-is."
231+
"ASCII and non-printable characters escaped. If ``False``, all characters "
232+
"will be outputted as-is, except for the characters that must be escaped: "
233+
"quotation mark, reverse solidus, and the control characters U+0000 through "
234+
"U+001F."
233235
msgstr ""
234236

235237
msgid ""
@@ -571,8 +573,10 @@ msgstr ""
571573

572574
msgid ""
573575
"If *ensure_ascii* is true (the default), the output is guaranteed to have "
574-
"all incoming non-ASCII characters escaped. If *ensure_ascii* is false, "
575-
"these characters will be output as-is."
576+
"all incoming non-ASCII and non-printable characters escaped. If "
577+
"*ensure_ascii* is false, all characters will be output as-is, except for the "
578+
"characters that must be escaped: quotation mark, reverse solidus, and the "
579+
"control characters U+0000 through U+001F."
576580
msgstr ""
577581

578582
msgid ""
@@ -726,7 +730,7 @@ msgstr ""
726730
msgid ""
727731
"As permitted, though not required, by the RFC, this module's serializer sets "
728732
"*ensure_ascii=True* by default, thus escaping the output so that the "
729-
"resulting strings only contain ASCII characters."
733+
"resulting strings only contain printable ASCII characters."
730734
msgstr ""
731735

732736
msgid ""

library/os.po

Lines changed: 6 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: 2025-11-01 14:13+0000\n"
14+
"POT-Creation-Date: 2025-11-09 14:13+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"
@@ -3172,6 +3172,11 @@ msgstr ""
31723172
msgid "Create a symbolic link pointing to *src* named *dst*."
31733173
msgstr ""
31743174

3175+
msgid ""
3176+
"The *src* parameter refers to the target of the link (the file or directory "
3177+
"being linked to), and *dst* is the name of the link being created."
3178+
msgstr ""
3179+
31753180
msgid ""
31763181
"On Windows, a symlink represents either a file or a directory, and does not "
31773182
"morph to the target dynamically. If the target is present, the type of the "

library/sys.po

Lines changed: 5 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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-09 14:13+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"
@@ -1183,7 +1183,10 @@ msgstr ""
11831183
msgid "The size of the seed key of the hash algorithm"
11841184
msgstr ""
11851185

1186-
msgid "Added *algorithm*, *hash_bits* and *seed_bits*"
1186+
msgid "Cutoff for small string DJBX33A optimization in range ``[1, cutoff)``."
1187+
msgstr ""
1188+
1189+
msgid "Added *algorithm*, *hash_bits*, *seed_bits*, and *cutoff*."
11871190
msgstr ""
11881191

11891192
msgid ""

0 commit comments

Comments
 (0)