6
6
# Translators:
7
7
# Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2020
8
8
# m_aciek <maciej.olko@gmail.com>, 2021
9
+ # Chris Abramowicz, 2022
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To : \n "
15
16
"POT-Creation-Date : 2021-01-01 16:06+0000\n "
16
17
"PO-Revision-Date : 2020-05-30 11:54+0000\n "
17
- "Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021 \n "
18
+ "Last-Translator : Chris Abramowicz, 2022 \n "
18
19
"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
19
20
"MIME-Version : 1.0\n "
20
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -25,7 +26,7 @@ msgstr ""
25
26
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
26
27
27
28
msgid "Porting Python 2 Code to Python 3"
28
- msgstr ""
29
+ msgstr "Przeportowywanie kodu Python 2 do Python 3 "
29
30
30
31
msgid "author"
31
32
msgstr "autor"
@@ -68,7 +69,7 @@ msgid ""
68
69
msgstr ""
69
70
70
71
msgid "Only worry about supporting Python 2.7"
71
- msgstr ""
72
+ msgstr "Jedyne, o co można się martwić to wsparcie dla Python 2.7 "
72
73
73
74
msgid ""
74
75
"Make sure you have good test coverage (coverage.py_ can help; ``pip install "
@@ -106,7 +107,7 @@ msgid ""
106
107
msgstr ""
107
108
108
109
msgid "Details"
109
- msgstr ""
110
+ msgstr "Szczegóły "
110
111
111
112
msgid ""
112
113
"A key point about supporting Python 2 & 3 simultaneously is that you can "
@@ -130,7 +131,7 @@ msgid ""
130
131
msgstr ""
131
132
132
133
msgid "Drop support for Python 2.6 and older"
133
- msgstr ""
134
+ msgstr "Porzucone wsparcie dla Python 2.6 i jego starszych wersji. "
134
135
135
136
msgid ""
136
137
"While you can make Python 2.5 work with Python 3, it is **much** easier if "
@@ -161,6 +162,7 @@ msgstr ""
161
162
msgid ""
162
163
"Make sure you specify the proper version support in your ``setup.py`` file"
163
164
msgstr ""
165
+ "Upewnij się, że określiłeś odpowiednią wersję pythona w pliku ``setup.py``"
164
166
165
167
msgid ""
166
168
"In your ``setup.py`` file you should have the proper `trove classifier`_ "
@@ -196,7 +198,7 @@ msgid ""
196
198
msgstr ""
197
199
198
200
msgid "Update your code"
199
- msgstr ""
201
+ msgstr "Zaktualizuj swój kod źródłowy "
200
202
201
203
msgid ""
202
204
"Once you feel like you know what is different in Python 3 compared to Python "
0 commit comments