66# Translators:
77# m_aciek <maciej.olko@gmail.com>, 2021
88# Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021
9+ # Krzysztof Abramowicz, 2022
910#
1011#, fuzzy
1112msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415"Report-Msgid-Bugs-To : \n "
1516"POT-Creation-Date : 2022-06-16 06:28+0000\n "
1617"PO-Revision-Date : 2021-06-28 00:53+0000\n "
17- "Last-Translator : Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021 \n "
18+ "Last-Translator : Krzysztof Abramowicz, 2022 \n "
1819"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
1920"MIME-Version : 1.0\n "
2021"Content-Type : text/plain; charset=UTF-8\n "
@@ -51,7 +52,7 @@ msgid ""
5152msgstr ""
5253
5354msgid "Sorting Basics"
54- msgstr ""
55+ msgstr "Podstawy sortowania "
5556
5657msgid ""
5758"A simple ascending sort is very easy: just call the :func:`sorted` function. "
@@ -168,12 +169,14 @@ msgid ""
168169msgstr ""
169170
170171msgid "Second, the decorated list is sorted."
171- msgstr ""
172+ msgstr "Po drugie, decorated list jest posortowana "
172173
173174msgid ""
174175"Finally, the decorations are removed, creating a list that contains only the "
175176"initial values in the new order."
176177msgstr ""
178+ "Podsumowując, dekoratory są usunięte, stworzona lista zawiera tylko wartości "
179+ "początkowe, których kolejność jest posortowana."
177180
178181msgid ""
179182"For example, to sort the student data by *grade* using the DSU approach:"
@@ -237,7 +240,7 @@ msgid ""
237240msgstr ""
238241
239242msgid "Or you can reverse the order of comparison with:"
240- msgstr ""
243+ msgstr "Lub możesz odwrócić kolejność porównania za pomocą: "
241244
242245msgid ""
243246"When porting code from Python 2.x to 3.x, the situation can arise when you "
0 commit comments