Skip to content

Commit 3a54bfb

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 65f2a68 commit 3a54bfb

36 files changed

Lines changed: 234 additions & 81 deletions

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-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)
20-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.70%25-0.svg)](https://translations.python.org/#pl)
20+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.69%25-0.svg)](https://translations.python.org/#pl)
2121
[![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

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-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)
20-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.70%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.69%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.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

c-api/bytes.po

Lines changed: 6 additions & 5 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-06-19 16:29+0000\n"
14+
"POT-Creation-Date: 2026-07-03 15:50+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"
@@ -257,10 +257,11 @@ msgstr ""
257257

258258
msgid ""
259259
"Create a new bytes object in *\\*bytes* containing the contents of *newpart* "
260-
"appended to *bytes*; the caller will own the new reference. The reference "
261-
"to the old value of *bytes* will be stolen. If the new object cannot be "
262-
"created, the old reference to *bytes* will still be discarded and the value "
263-
"of *\\*bytes* will be set to ``NULL``; the appropriate exception will be set."
260+
"appended to *bytes*; the caller will own the new reference. The reference to "
261+
"the old value of *bytes* will be \":term:`stolen <steal>`\". If the new "
262+
"object cannot be created, the old reference to *bytes* will still be "
263+
"\"stolen\", the value of *\\*bytes* will be set to ``NULL``, and the "
264+
"appropriate exception will be set."
264265
msgstr ""
265266

266267
msgid ""

c-api/dict.po

Lines changed: 3 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-06-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-07-03 15:50+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"
@@ -112,8 +112,8 @@ msgstr "Zwraca nowy słownik zawierający te same pary klucz-wartość co *p*."
112112
msgid ""
113113
"Insert *val* into the dictionary *p* with a key of *key*. *key* must be :"
114114
"term:`hashable`; if it isn't, :exc:`TypeError` will be raised. Return ``0`` "
115-
"on success or ``-1`` on failure. This function *does not* steal a reference "
116-
"to *val*."
115+
"on success or ``-1`` on failure. This function *does not* \":term:`steal`\" "
116+
"a reference to *val*."
117117
msgstr ""
118118

119119
msgid ""

c-api/exceptions.po

Lines changed: 13 additions & 9 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-06-23 16:23+0000\n"
14+
"POT-Creation-Date: 2026-07-03 15:50+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"
@@ -474,7 +474,9 @@ msgid ""
474474
"exception if one is set."
475475
msgstr ""
476476

477-
msgid "This call steals a reference to *exc*, which must be a valid exception."
477+
msgid ""
478+
"This call \":term:`steals <steal>`\" a reference to *exc*, which must be a "
479+
"valid exception."
478480
msgstr ""
479481

480482
msgid "Use :c:func:`PyErr_GetRaisedException` instead."
@@ -597,10 +599,10 @@ msgstr ""
597599
msgid ""
598600
"Set the exception info, as known from ``sys.exc_info()``. This refers to an "
599601
"exception that was *already caught*, not to an exception that was freshly "
600-
"raised. This function steals the references of the arguments. To clear the "
601-
"exception state, pass ``NULL`` for all three arguments. This function is "
602-
"kept for backwards compatibility. Prefer using :c:func:"
603-
"`PyErr_SetHandledException`."
602+
"raised. This function \":term:`steals <steal>`\" the references of the "
603+
"arguments. To clear the exception state, pass ``NULL`` for all three "
604+
"arguments. This function is kept for backwards compatibility. Prefer using :"
605+
"c:func:`PyErr_SetHandledException`."
604606
msgstr ""
605607

606608
msgid ""
@@ -613,7 +615,8 @@ msgstr ""
613615
msgid ""
614616
"The ``type`` and ``traceback`` arguments are no longer used and can be NULL. "
615617
"The interpreter now derives them from the exception instance (the ``value`` "
616-
"argument). The function still steals references of all three arguments."
618+
"argument). The function still \":term:`steals <steal>`\" references of all "
619+
"three arguments."
617620
msgstr ""
618621

619622
msgid "Signal Handling"
@@ -811,7 +814,7 @@ msgstr ""
811814
msgid ""
812815
"Set the context associated with the exception to *ctx*. Use ``NULL`` to "
813816
"clear it. There is no type check to make sure that *ctx* is an exception "
814-
"instance. This steals a reference to *ctx*."
817+
"instance. This \":term:`steals <steal>`\" a reference to *ctx*."
815818
msgstr ""
816819

817820
msgid ""
@@ -824,7 +827,8 @@ msgstr ""
824827
msgid ""
825828
"Set the cause associated with the exception to *cause*. Use ``NULL`` to "
826829
"clear it. There is no type check to make sure that *cause* is either an "
827-
"exception instance or ``None``. This steals a reference to *cause*."
830+
"exception instance or ``None``. This \":term:`steals <steal>`\" a reference "
831+
"to *cause*."
828832
msgstr ""
829833

830834
msgid ""

c-api/intro.po

Lines changed: 10 additions & 10 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-06-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-07-03 15:50+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"
@@ -864,15 +864,15 @@ msgstr ""
864864
msgid ""
865865
"Conversely, when a calling function passes in a reference to an object, "
866866
"there are two possibilities: the function *steals* a reference to the "
867-
"object, or it does not. *Stealing a reference* means that when you pass a "
868-
"reference to a function, that function assumes that it now owns that "
869-
"reference, and you are not responsible for it any longer."
870-
msgstr ""
871-
"Idąc dalej, gdy wywołujące zadanie przekazuje odniesienie do przedmiotu, "
872-
"istnieją dwie możliwości: zadanie *kradnie* odniesienie do przedmiotu, lub "
873-
"nie kradnie go. *Kradnięcie odniesienia* oznacza, że gdy przekazujesz "
874-
"odniesienie do zadania, to zadanie przyjmuje, że teraz ono posiada "
875-
"odniesienie i nie jesteś za nie odpowiedzialny ani chwili dłużej."
867+
"object, or it does not."
868+
msgstr ""
869+
870+
msgid ""
871+
"*Stealing a reference* means that when you pass a reference to a function, "
872+
"that function assumes that it now owns that reference. Since the new owner "
873+
"can use :c:func:`!Py_DECREF` at its discretion, you (the caller) must not "
874+
"use that reference after the call."
875+
msgstr ""
876876

877877
msgid ""
878878
"Few functions steal references; the two notable exceptions are :c:func:"

c-api/list.po

Lines changed: 7 additions & 6 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-06-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-07-03 15:50+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"
@@ -93,8 +93,9 @@ msgid ""
9393
msgstr ""
9494

9595
msgid ""
96-
"This function \"steals\" a reference to *item* and discards a reference to "
97-
"an item already in the list at the affected position."
96+
"This function \":term:`steals <steal>`\" a reference to *item*, even on "
97+
"error. On success, it discards a reference to an item already in the list at "
98+
"the affected position (unless it was ``NULL``)."
9899
msgstr ""
99100

100101
msgid ""
@@ -108,9 +109,9 @@ msgid ""
108109
msgstr ""
109110

110111
msgid ""
111-
"This macro \"steals\" a reference to *item*, and, unlike :c:func:"
112-
"`PyList_SetItem`, does *not* discard a reference to any item that is being "
113-
"replaced; any reference in *list* at position *i* will be leaked."
112+
"This macro \":term:`steals <steal>`\" a reference to *item*, and, unlike :c:"
113+
"func:`PyList_SetItem`, does *not* discard a reference to any item that is "
114+
"being replaced; any reference in *list* at position *i* will be leaked."
114115
msgstr ""
115116

116117
msgid ""

c-api/memory.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-11 17:33+0000\n"
14+
"POT-Creation-Date: 2026-07-01 16:21+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"

c-api/sequence.po

Lines changed: 3 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-06-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-07-03 15:50+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"
@@ -75,8 +75,8 @@ msgstr ""
7575
msgid ""
7676
"Assign object *v* to the *i*\\ th element of *o*. Raise an exception and "
7777
"return ``-1`` on failure; return ``0`` on success. This is the equivalent "
78-
"of the Python statement ``o[i] = v``. This function *does not* steal a "
79-
"reference to *v*."
78+
"of the Python statement ``o[i] = v``. This function *does not* \":term:"
79+
"`steal`\" a reference to *v*."
8080
msgstr ""
8181

8282
msgid ""

c-api/threads.po

Lines changed: 3 additions & 3 deletions
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-07-01 16:21+0000\n"
15+
"POT-Creation-Date: 2026-07-03 15:50+0000\n"
1616
"PO-Revision-Date: 2026-02-25 14:46+0000\n"
1717
"Last-Translator: python-doc bot, 2026\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -999,8 +999,8 @@ msgstr ""
999999
msgid ""
10001000
"To prevent naive misuse, you must write your own C extension to call this. "
10011001
"This function must be called with an :term:`attached thread state`. This "
1002-
"function does not steal any references to *exc*. This function does not "
1003-
"necessarily interrupt system calls such as :py:func:`~time.sleep`."
1002+
"function does not :term:`steal` any references to *exc*. This function does "
1003+
"not necessarily interrupt system calls such as :py:func:`~time.sleep`."
10041004
msgstr ""
10051005

10061006
msgid ""

0 commit comments

Comments
 (0)