66# Translators:
77# Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2020
88# m_aciek <maciej.olko@gmail.com>, 2021
9+ # Chris Abramowicz, 2022
910#
1011#, fuzzy
1112msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415"Report-Msgid-Bugs-To : \n "
1516"POT-Creation-Date : 2021-08-05 07:09+0000\n "
1617"PO-Revision-Date : 2017-02-16 17:45+0000\n "
17- "Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021 \n "
18+ "Last-Translator : Chris 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 "
@@ -25,7 +26,7 @@ msgstr ""
2526"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2627
2728msgid "Porting Python 2 Code to Python 3"
28- msgstr ""
29+ msgstr "Przeportowywanie kodu Python 2 do Python 3 "
2930
3031msgid "author"
3132msgstr "autor"
@@ -68,7 +69,7 @@ msgid ""
6869msgstr ""
6970
7071msgid "Only worry about supporting Python 2.7"
71- msgstr ""
72+ msgstr "Jedyne, o co można się martwić to wsparcie dla Python 2.7 "
7273
7374msgid ""
7475"Make sure you have good test coverage (coverage.py_ can help; ``python -m "
@@ -82,6 +83,8 @@ msgid ""
8283"Use Futurize_ (or Modernize_) to update your code (e.g. ``python -m pip "
8384"install future``)"
8485msgstr ""
86+ "Użyj Futurize_ (lub Modernize_) do aktualizacji twojego kodu źródłowego "
87+ "``python -m pip install future``"
8588
8689msgid ""
8790"Use Pylint_ to help make sure you don't regress on your Python 3 support "
@@ -112,7 +115,7 @@ msgid ""
112115msgstr ""
113116
114117msgid "Details"
115- msgstr ""
118+ msgstr "Szczegóły "
116119
117120msgid ""
118121"A key point about supporting Python 2 & 3 simultaneously is that you can "
@@ -136,7 +139,7 @@ msgid ""
136139msgstr ""
137140
138141msgid "Drop support for Python 2.6 and older"
139- msgstr ""
142+ msgstr "Porzucone wsparcie dla Python 2.6 i jego starszych wersji. "
140143
141144msgid ""
142145"While you can make Python 2.5 work with Python 3, it is **much** easier if "
@@ -167,6 +170,7 @@ msgstr ""
167170msgid ""
168171"Make sure you specify the proper version support in your ``setup.py`` file"
169172msgstr ""
173+ "Upewnij się, że określiłeś odpowiednią wersję pythona w pliku ``setup.py``"
170174
171175msgid ""
172176"In your ``setup.py`` file you should have the proper `trove classifier`_ "
@@ -202,7 +206,7 @@ msgid ""
202206msgstr ""
203207
204208msgid "Update your code"
205- msgstr ""
209+ msgstr "Zaktualizuj swój kod źródłowy "
206210
207211msgid ""
208212"Once you feel like you know what is different in Python 3 compared to Python "
0 commit comments