6
6
# Translators:
7
7
# Seweryn Piórkowski <[email protected] >, 2020
8
8
# m_aciek <[email protected] >, 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-08-05 07:09+0000\n "
16
17
"PO-Revision-Date : 2017-02-16 17:45+0000\n "
17
- "
Last-Translator :
m_aciek <[email protected] >, 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; ``python -m "
@@ -82,6 +83,8 @@ msgid ""
82
83
"Use Futurize_ (or Modernize_) to update your code (e.g. ``python -m pip "
83
84
"install future``)"
84
85
msgstr ""
86
+ "Użyj Futurize_ (lub Modernize_) do aktualizacji twojego kodu źródłowego "
87
+ "``python -m pip install future``"
85
88
86
89
msgid ""
87
90
"Use Pylint_ to help make sure you don't regress on your Python 3 support "
@@ -112,7 +115,7 @@ msgid ""
112
115
msgstr ""
113
116
114
117
msgid "Details"
115
- msgstr ""
118
+ msgstr "Szczegóły "
116
119
117
120
msgid ""
118
121
"A key point about supporting Python 2 & 3 simultaneously is that you can "
@@ -136,7 +139,7 @@ msgid ""
136
139
msgstr ""
137
140
138
141
msgid "Drop support for Python 2.6 and older"
139
- msgstr ""
142
+ msgstr "Porzucone wsparcie dla Python 2.6 i jego starszych wersji. "
140
143
141
144
msgid ""
142
145
"While you can make Python 2.5 work with Python 3, it is **much** easier if "
@@ -167,6 +170,7 @@ msgstr ""
167
170
msgid ""
168
171
"Make sure you specify the proper version support in your ``setup.py`` file"
169
172
msgstr ""
173
+ "Upewnij się, że określiłeś odpowiednią wersję pythona w pliku ``setup.py``"
170
174
171
175
msgid ""
172
176
"In your ``setup.py`` file you should have the proper `trove classifier`_ "
@@ -202,7 +206,7 @@ msgid ""
202
206
msgstr ""
203
207
204
208
msgid "Update your code"
205
- msgstr ""
209
+ msgstr "Zaktualizuj swój kod źródłowy "
206
210
207
211
msgid ""
208
212
"Once you feel like you know what is different in Python 3 compared to Python "
0 commit comments