File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ f'''[](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 97.36 %] ( https://img.shields.io/badge/core-97.36 %25-0.svg )] ( https://translations.python.org/#pl )
18- [ ![ Total Translation of Documentation] ( https://img.shields.io/badge/total_words-5.10 %25-0.svg )] ( https://translations.python.org/#pl )
17+ [ ![ core 97.56 %] ( https://img.shields.io/badge/core-97.56 %25-0.svg )] ( https://translations.python.org/#pl )
18+ [ ![ Total Translation of Documentation] ( https://img.shields.io/badge/total_words-5.11 %25-0.svg )] ( https://translations.python.org/#pl )
1919[ ![ Total Translation of Documentation] ( https://img.shields.io/badge/total_strings-11.73%25-0.svg )] ( https://translations.python.org/#pl )
2020<!-- [[[end]]] -->
2121
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ f'''[](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 97.36 %] ( https://img.shields.io/badge/podstawowe_artykuły-97.36 %25-0.svg )] ( https://translations.python.org/#pl )
18- [ ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość_słów-5.10 %25-0.svg )] ( https://translations.python.org/#pl )
17+ [ ![ podstawowe artykuły 97.56 %] ( https://img.shields.io/badge/podstawowe_artykuły-97.56 %25-0.svg )] ( https://translations.python.org/#pl )
18+ [ ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość_słów-5.11 %25-0.svg )] ( https://translations.python.org/#pl )
1919[ ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość_napisów-11.73%25-0.svg )] ( https://translations.python.org/#pl )
2020<!-- [[[end]]] -->
2121
Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ msgstr ""
586586"linii."
587587
588588msgid "Unpacking in Lists and List Comprehensions"
589- msgstr ""
589+ msgstr "Rozpakowywanie w listach i list comprehensions "
590590
591591msgid ""
592592"The section on :ref:`tut-unpacking-arguments` describes the use of ``*`` to "
@@ -596,6 +596,12 @@ msgid ""
596596"prefixing an expression by a ``*`` will unpack the result of that "
597597"expression, adding each of its elements to the list we're creating::"
598598msgstr ""
599+ "Sekcja dotycząca :ref:`tut-rozpakować-argument` opisuje użycie ``*`` do "
600+ "\" rozpakować\" elementów obiektu iterable, dostarczając każdy z nich osobno "
601+ "jako argument do funkcja. rozpakować może być również używany w innych "
602+ "kontekstach, na przykład podczas tworzenia list. Podczas określania "
603+ "elementów listy, poprzedzenie wyrażenia przez ``*`` spowoduje rozpakować "
604+ "wynik tego wyrażenia, dodając każdy z jego elementów do tworzonej listy::"
599605
600606msgid ""
601607">>> x = [1, 2, 3]\n"
Original file line number Diff line number Diff line change 1010#, fuzzy
1111msgid ""
1212msgstr ""
13- "Project-Id-Version : Python 3.14 \n "
13+ "Project-Id-Version : Python 3.15 \n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-04-17 14:50 +0000\n "
15+ "POT-Creation-Date : 2026-05-08 18:34 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:02+0000\n "
1717"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2025\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ msgstr ""
4242"uniksowego shella umożliwia jego uruchomienie przez wpisanie komendy:"
4343
4444msgid "python3.15"
45- msgstr ""
45+ msgstr "python3.15 "
4646
4747msgid ""
4848"to the shell. [#]_ Since the choice of the directory where the interpreter "
@@ -204,6 +204,12 @@ msgid ""
204204"information.\n"
205205">>>"
206206msgstr ""
207+ "$ python3.15\n"
208+ "Python 3.15 (default, May 7 2025, 15:46:04)\n"
209+ "[GCC 10.2.0] on linux\n"
210+ "Type \" help\" , \" copyright\" , \" credits\" or \" license\" for more "
211+ "information.\n"
212+ ">>>"
207213
208214msgid ""
209215"Continuation lines are needed when entering a multi-line construct. As an "
You can’t perform that action at this time.
0 commit comments