Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3b0550

Browse files
committed
Update translation from Transifex
1 parent d6b2441 commit e3b0550

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

howto/pyporting.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Seweryn Piórkowski <[email protected]>, 2020
88
# m_aciek <[email protected]>, 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-08-05 07:09+0000\n"
1617
"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"
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; ``python -m "
@@ -82,6 +83,8 @@ msgid ""
8283
"Use Futurize_ (or Modernize_) to update your code (e.g. ``python -m pip "
8384
"install future``)"
8485
msgstr ""
86+
"Użyj Futurize_ (lub Modernize_) do aktualizacji twojego kodu źródłowego "
87+
"``python -m pip install future``"
8588

8689
msgid ""
8790
"Use Pylint_ to help make sure you don't regress on your Python 3 support "
@@ -112,7 +115,7 @@ msgid ""
112115
msgstr ""
113116

114117
msgid "Details"
115-
msgstr ""
118+
msgstr "Szczegóły"
116119

117120
msgid ""
118121
"A key point about supporting Python 2 & 3 simultaneously is that you can "
@@ -136,7 +139,7 @@ msgid ""
136139
msgstr ""
137140

138141
msgid "Drop support for Python 2.6 and older"
139-
msgstr ""
142+
msgstr "Porzucone wsparcie dla Python 2.6 i jego starszych wersji."
140143

141144
msgid ""
142145
"While you can make Python 2.5 work with Python 3, it is **much** easier if "
@@ -167,6 +170,7 @@ msgstr ""
167170
msgid ""
168171
"Make sure you specify the proper version support in your ``setup.py`` file"
169172
msgstr ""
173+
"Upewnij się, że określiłeś odpowiednią wersję pythona w pliku ``setup.py``"
170174

171175
msgid ""
172176
"In your ``setup.py`` file you should have the proper `trove classifier`_ "
@@ -202,7 +206,7 @@ msgid ""
202206
msgstr ""
203207

204208
msgid "Update your code"
205-
msgstr ""
209+
msgstr "Zaktualizuj swój kod źródłowy"
206210

207211
msgid ""
208212
"Once you feel like you know what is different in Python 3 compared to Python "

0 commit comments

Comments
 (0)