@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
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
238238msgid ""
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
277277msgid ""
278278"Append items from *iterable* to the end of the array. If *iterable* is "
@@ -319,20 +319,18 @@ msgstr ""
319319
320320msgid ""
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."
325325msgstr ""
326326
327327msgid "Added optional *start* and *stop* parameters."
328328msgstr ""
329329
330330msgid ""
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."
333333msgstr ""
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
337335msgid ""
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
349347msgid "Remove all elements from the array."
350348msgstr ""
0 commit comments