Skip to content

Commit 7060604

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

File tree

11 files changed

+81
-46
lines changed

11 files changed

+81
-46
lines changed

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1414
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-{total_strings:.2f}%25-0.svg)](https://translations.python.org/#pl)''')
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)
17-
[![core 98.94%](https://img.shields.io/badge/core-98.94%25-0.svg)](https://translations.python.org/#pl)
17+
[![core 98.83%](https://img.shields.io/badge/core-98.83%25-0.svg)](https://translations.python.org/#pl)
1818
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.38%25-0.svg)](https://translations.python.org/#pl)
19-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.31%25-0.svg)](https://translations.python.org/#pl)
19+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.30%25-0.svg)](https://translations.python.org/#pl)
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
@@ -14,9 +14,9 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1414
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-{total_strings:.2f}%25-0.svg)](https://translations.python.org/#pl)''')
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)
17-
[![podstawowe artykuły 98.94%](https://img.shields.io/badge/podstawowe_artykuły-98.94%25-0.svg)](https://translations.python.org/#pl)
17+
[![podstawowe artykuły 98.83%](https://img.shields.io/badge/podstawowe_artykuły-98.83%25-0.svg)](https://translations.python.org/#pl)
1818
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.38%25-0.svg)](https://translations.python.org/#pl)
19-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.31%25-0.svg)](https://translations.python.org/#pl)
19+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.30%25-0.svg)](https://translations.python.org/#pl)
2020
<!-- [[[end]]] -->
2121

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

c-api/bytearray.po

Lines changed: 11 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-03-15 14:24+0000\n"
14+
"POT-Creation-Date: 2026-03-27 14:44+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"
@@ -59,6 +59,11 @@ msgstr ""
5959
msgid "On failure, return ``NULL`` with an exception set."
6060
msgstr ""
6161

62+
msgid ""
63+
"If the object implements the buffer protocol, then the buffer must not be "
64+
"mutated while the bytearray object is being created."
65+
msgstr ""
66+
6267
msgid "Create a new bytearray object from *string* and its length, *len*."
6368
msgstr ""
6469

@@ -74,6 +79,11 @@ msgid ""
7479
"``NULL`` pointer. The returned array always has an extra null byte appended."
7580
msgstr ""
7681

82+
msgid ""
83+
"It is not thread-safe to mutate the bytearray object while using the "
84+
"returned char array."
85+
msgstr ""
86+
7787
msgid ""
7888
"Resize the internal buffer of *bytearray* to *len*. Failure is a ``-1`` "
7989
"return with an exception set."

c-api/bytes.po

Lines changed: 16 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-03-21 14:21+0000\n"
14+
"POT-Creation-Date: 2026-03-27 14:44+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"
@@ -201,6 +201,11 @@ msgid ""
201201
"protocol."
202202
msgstr ""
203203

204+
msgid ""
205+
"If the object implements the buffer protocol, then the buffer must not be "
206+
"mutated while the bytes object is being created."
207+
msgstr ""
208+
204209
msgid "Return the length of the bytes in bytes object *o*."
205210
msgstr ""
206211

@@ -253,6 +258,11 @@ msgid ""
253258
"of *\\*bytes* will be set to ``NULL``; the appropriate exception will be set."
254259
msgstr ""
255260

261+
msgid ""
262+
"If *newpart* implements the buffer protocol, then the buffer must not be "
263+
"mutated while the new bytes object is being created."
264+
msgstr ""
265+
256266
msgid ""
257267
"Create a new bytes object in *\\*bytes* containing the contents of *newpart* "
258268
"appended to *bytes*. This version releases the :term:`strong reference` to "
@@ -278,6 +288,11 @@ msgid ""
278288
"and return ``NULL``."
279289
msgstr ""
280290

291+
msgid ""
292+
"If *iterable* objects implement the buffer protocol, then the buffers must "
293+
"not be mutated while the new bytes object is being created."
294+
msgstr ""
295+
281296
msgid ""
282297
"Resize a bytes object. *newsize* will be the new length of the bytes object. "
283298
"You can think of it as creating a new bytes object and destroying the old "

howto/logging.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-03-07 14:18+0000\n"
14+
"POT-Creation-Date: 2026-03-27 14:44+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/array.po

Lines changed: 11 additions & 13 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-03-23 14:50+0000\n"
14+
"POT-Creation-Date: 2026-03-27 14:44+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"
@@ -232,8 +232,8 @@ msgstr ""
232232
"długość w bajtach (kęsach) jednego elementu tabeli w wewnętrznym "
233233
"przedstawieniu."
234234

235-
msgid "Append a new item with value *x* to the end of the array."
236-
msgstr "Dodaj nowy element o wartości *x* na koniec tabeli."
235+
msgid "Append a new item with the specified value to the end of the array."
236+
msgstr ""
237237

238238
msgid ""
239239
"Return a tuple ``(address, length)`` giving the current memory address and "
@@ -271,8 +271,8 @@ msgstr ""
271271
"zgłaszany jest wyjątek :exc:`RuntimeError`. Jest to użyteczne gdy wczytuje "
272272
"się dane z pliku zapisanego na maszynie o odmiennym porządku bajtów."
273273

274-
msgid "Return the number of occurrences of *x* in the array."
275-
msgstr "Zwróć liczbę wystąpień *x* w tablicy."
274+
msgid "Return the number of occurrences of *value* in the array."
275+
msgstr ""
276276

277277
msgid ""
278278
"Append items from *iterable* to the end of the array. If *iterable* is "
@@ -319,20 +319,18 @@ msgstr ""
319319

320320
msgid ""
321321
"Return the smallest *i* such that *i* is the index of the first occurrence "
322-
"of *x* in the array. The optional arguments *start* and *stop* can be "
323-
"specified to search for *x* within a subsection of the array. Raise :exc:"
324-
"`ValueError` if *x* is not found."
322+
"of *value* in the array. The optional arguments *start* and *stop* can be "
323+
"specified to search for *value* within a subsection of the array. Raise :"
324+
"exc:`ValueError` if *value* is not found."
325325
msgstr ""
326326

327327
msgid "Added optional *start* and *stop* parameters."
328328
msgstr ""
329329

330330
msgid ""
331-
"Insert a new item with value *x* in the array before position *i*. Negative "
331+
"Insert a new item *value* in the array before position *index*. Negative "
332332
"values are treated as being relative to the end of the array."
333333
msgstr ""
334-
"Wstaw nowy element o wartości *x* w tabeli przed pozycją *i*. Ujemne "
335-
"wartości są traktowane jako będące odniesieniem do pozycji od końca tabeli."
336334

337335
msgid ""
338336
"Removes the item with the index *i* from the array and returns it. The "
@@ -343,8 +341,8 @@ msgstr ""
343341
"domyślnie jest ``-1``, tak aby domyślnie ostatni element był usuwany i "
344342
"zwracany."
345343

346-
msgid "Remove the first occurrence of *x* from the array."
347-
msgstr "Usuń pierwsze wystąpienie *x* w tabeli."
344+
msgid "Remove the first occurrence of *value* from the array."
345+
msgstr ""
348346

349347
msgid "Remove all elements from the array."
350348
msgstr ""

library/collections.po

Lines changed: 10 additions & 11 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-03-15 14:24+0000\n"
14+
"POT-Creation-Date: 2026-03-27 14:44+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"
@@ -586,10 +586,10 @@ msgstr ""
586586
msgid "Deque objects support the following methods:"
587587
msgstr ""
588588

589-
msgid "Add *x* to the right side of the deque."
589+
msgid "Add *item* to the right side of the deque."
590590
msgstr ""
591591

592-
msgid "Add *x* to the left side of the deque."
592+
msgid "Add *item* to the left side of the deque."
593593
msgstr ""
594594

595595
msgid "Remove all elements from the deque leaving it with length 0."
@@ -598,7 +598,7 @@ msgstr ""
598598
msgid "Create a shallow copy of the deque."
599599
msgstr ""
600600

601-
msgid "Count the number of deque elements equal to *x*."
601+
msgid "Count the number of deque elements equal to *value*."
602602
msgstr ""
603603

604604
msgid ""
@@ -613,12 +613,12 @@ msgid ""
613613
msgstr ""
614614

615615
msgid ""
616-
"Return the position of *x* in the deque (at or after index *start* and "
616+
"Return the position of *value* in the deque (at or after index *start* and "
617617
"before index *stop*). Returns the first match or raises :exc:`ValueError` "
618618
"if not found."
619619
msgstr ""
620620

621-
msgid "Insert *x* into the deque at position *i*."
621+
msgid "Insert *value* into the deque at position *index*."
622622
msgstr ""
623623

624624
msgid ""
@@ -1445,14 +1445,13 @@ msgstr ""
14451445
msgid ""
14461446
"Class that simulates a dictionary. The instance's contents are kept in a "
14471447
"regular dictionary, which is accessible via the :attr:`data` attribute of :"
1448-
"class:`UserDict` instances. If *initialdata* is provided, :attr:`data` is "
1449-
"initialized with its contents; note that a reference to *initialdata* will "
1450-
"not be kept, allowing it to be used for other purposes."
1448+
"class:`!UserDict` instances. If arguments are provided, they are used to "
1449+
"initialize :attr:`data`, like a regular dictionary."
14511450
msgstr ""
14521451

14531452
msgid ""
1454-
"In addition to supporting the methods and operations of mappings, :class:"
1455-
"`UserDict` instances provide the following attribute:"
1453+
"In addition to supporting the methods and operations of mappings, :class:`!"
1454+
"UserDict` instances provide the following attribute:"
14561455
msgstr ""
14571456

14581457
msgid ""

library/signal.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-03-09 14:44+0000\n"
14+
"POT-Creation-Date: 2026-03-27 14:44+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"

tutorial/datastructures.po

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2026-03-17 14:51+0000\n"
16+
"POT-Creation-Date: 2026-03-27 14:44+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1818
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -65,11 +65,9 @@ msgstr ""
6565
"``a.insert(len(a), x)`` odpowiada ``a.append(x)``."
6666

6767
msgid ""
68-
"Remove the first item from the list whose value is equal to *x*. It raises "
69-
"a :exc:`ValueError` if there is no such item."
68+
"Remove the first item from the list whose value is equal to *value*. It "
69+
"raises a :exc:`ValueError` if there is no such item."
7070
msgstr ""
71-
"Usuwa pierwszy element z listy, którego wartość jest równa *x*. Rzuca :exc:"
72-
"`ValueError`, jeśli nie ma takiego elementu."
7371

7472
msgid ""
7573
"Remove the item at the given position in the list, and return it. If no "
@@ -86,11 +84,9 @@ msgid "Remove all items from the list. Similar to ``del a[:]``."
8684
msgstr "Usuwa wszystkie elementy z listy. Podobne do ``del a[:]``."
8785

8886
msgid ""
89-
"Return zero-based index of the first occurrence of *x* in the list. Raises "
90-
"a :exc:`ValueError` if there is no such item."
87+
"Return zero-based index of the first occurrence of *value* in the list. "
88+
"Raises a :exc:`ValueError` if there is no such item."
9189
msgstr ""
92-
"Zwraca indeks (liczony od zera) pierwszego wystąpienia *x* w liście. Rzuca :"
93-
"exc:`ValueError`, jeśli nie ma takiego elementu."
9490

9591
msgid ""
9692
"The optional arguments *start* and *end* are interpreted as in the slice "
@@ -103,8 +99,8 @@ msgstr ""
10399
"Zwracany indeks jest wyliczany względem początku pełnej sekwencji, nie "
104100
"względem argumentu *start*."
105101

106-
msgid "Return the number of times *x* appears in the list."
107-
msgstr "Zwraca liczbę razy, jaką *x* występuje w liście."
102+
msgid "Return the number of times *value* appears in the list."
103+
msgstr ""
108104

109105
msgid ""
110106
"Sort the items of the list in place (the arguments can be used for sort "

whatsnew/3.14.po

Lines changed: 2 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-03-09 14:44+0000\n"
14+
"POT-Creation-Date: 2026-03-27 14:44+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"
@@ -562,7 +562,7 @@ msgstr ""
562562

563563
msgid ""
564564
"This feature is opt-in for now. Enabling profile-guided optimization is "
565-
"highly recommendeded when using the new interpreter as it is the only "
565+
"highly recommended when using the new interpreter as it is the only "
566566
"configuration that has been tested and validated for improved performance. "
567567
"For further information, see :option:`--with-tail-call-interp`."
568568
msgstr ""

0 commit comments

Comments
 (0)