Skip to content

Commit 44a4d1e

Browse files
committed
Update translation from Transifex
1 parent 2ad18d2 commit 44a4d1e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

howto/pyporting.po

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1617
"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"
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

2728
msgid "Porting Python 2 Code to Python 3"
28-
msgstr ""
29+
msgstr "Przeportowywanie kodu Python 2 do Python 3"
2930

3031
msgid "author"
3132
msgstr "autor"
@@ -68,7 +69,7 @@ msgid ""
6869
msgstr ""
6970

7071
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"
7273

7374
msgid ""
7475
"Make sure you have good test coverage (coverage.py_ can help; ``pip install "
@@ -106,7 +107,7 @@ msgid ""
106107
msgstr ""
107108

108109
msgid "Details"
109-
msgstr ""
110+
msgstr "Szczegóły"
110111

111112
msgid ""
112113
"A key point about supporting Python 2 & 3 simultaneously is that you can "
@@ -130,7 +131,7 @@ msgid ""
130131
msgstr ""
131132

132133
msgid "Drop support for Python 2.6 and older"
133-
msgstr ""
134+
msgstr "Porzucone wsparcie dla Python 2.6 i jego starszych wersji."
134135

135136
msgid ""
136137
"While you can make Python 2.5 work with Python 3, it is **much** easier if "
@@ -161,6 +162,7 @@ msgstr ""
161162
msgid ""
162163
"Make sure you specify the proper version support in your ``setup.py`` file"
163164
msgstr ""
165+
"Upewnij się, że określiłeś odpowiednią wersję pythona w pliku ``setup.py``"
164166

165167
msgid ""
166168
"In your ``setup.py`` file you should have the proper `trove classifier`_ "
@@ -196,7 +198,7 @@ msgid ""
196198
msgstr ""
197199

198200
msgid "Update your code"
199-
msgstr ""
201+
msgstr "Zaktualizuj swój kod źródłowy"
200202

201203
msgid ""
202204
"Once you feel like you know what is different in Python 3 compared to Python "

0 commit comments

Comments
 (0)