@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.11\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-05-09 18:01 +0000\n "
15+ "POT-Creation-Date : 2026-05-11 19:50 +0000\n "
1616"PO-Revision-Date : 2025-09-22 16:49+0000\n "
1717"Last-Translator : Blessing Oluronbi, 2026\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -76,29 +76,44 @@ msgid ""
7676"the `ActivePython <https://www.activestate.com/products/python/>`_ "
7777"distribution."
7878msgstr ""
79+ "PythonWin to środowisko programistyczne Pythona, które zawiera graficzny "
80+ "debuger oparty na pdb. Debuger PythonWin koloruje punkty przerwania i "
81+ "oferuje kilka ciekawych funkcji, takich jak debugowanie programów innych niż "
82+ "PythonWin. PythonWin jest dostępny jako część projektu `pywin32` oraz jako "
83+ "część dystrybucji `ActivePython`."
7984
8085msgid ""
8186"`Eric <https://eric-ide.python-projects.org/>`_ is an IDE built on PyQt and "
8287"the Scintilla editing component."
8388msgstr ""
89+ "`Eric <https://eric-ide.python-projects.org/>`_ jest środowiskiem IDE "
90+ "zbudowanym na bazie PyQt i komponentu edycyjnego Scintilla."
8491
8592msgid ""
8693"`trepan3k <https://github.com/rocky/python3-trepan/>`_ is a gdb-like "
8794"debugger."
8895msgstr ""
96+ "`trepan3k <https://github.com/rocky/python3-trepan/>`_ jest debuggerem typu "
97+ "gdb."
8998
9099msgid ""
91100"`Visual Studio Code <https://code.visualstudio.com/>`_ is an IDE with "
92101"debugging tools that integrates with version-control software."
93102msgstr ""
103+ "`Visual Studio Code<https://code.visualstudio.com/>`_ to środowisko IDE z "
104+ "narzędziami do debugowania, które integruje się z oprogramowaniem do "
105+ "kontroli wersji."
94106
95107msgid ""
96108"There are a number of commercial Python IDEs that include graphical "
97109"debuggers. They include:"
98110msgstr ""
111+ "Istnieje wiele komercyjnych środowisk IDE dla Pythona, które zawierają "
112+ "graficzne debugery. Należą do nich:"
99113
100114msgid "`Wing IDE <https://wingware.com/>`_"
101115msgstr ""
116+ "Skrzydło zintegrowane środowisko programistyczne<https://wingware.com/>`_"
102117
103118msgid "`Komodo IDE <https://www.activestate.com/products/komodo-ide/>`_"
104119msgstr "`Komodo IDE <https://www.activestate.com/products/komodo-ide/>`_"
@@ -108,6 +123,8 @@ msgstr "`PyCharm <https://www.jetbrains.com/pycharm/>`_"
108123
109124msgid "Are there tools to help find bugs or perform static analysis?"
110125msgstr ""
126+ "Czy istnieją narzędzia pomocne w znajdowaniu błędów lub wykonywaniu analizy "
127+ "statycznej?"
111128
112129msgid ""
113130"`Pylint <https://pylint.pycqa.org/en/latest/index.html>`_ and `Pyflakes "
@@ -122,7 +139,7 @@ msgid ""
122139msgstr ""
123140
124141msgid "How can I create a stand-alone binary from a Python script?"
125- msgstr ""
142+ msgstr "Jak mogę utworzyć samodzielny plik binarny ze skryptu Pythona? "
126143
127144msgid ""
128145"You don't need the ability to compile Python to C code if all you want is a "
@@ -131,6 +148,12 @@ msgid ""
131148"determine the set of modules required by a program and bind these modules "
132149"together with a Python binary to produce a single executable."
133150msgstr ""
151+ "Nie potrzebujesz umiejętności kompilowania Pythona do kodu C, jeśli "
152+ "potrzebujesz jedynie samodzielnego programu, który użytkownicy mogą pobrać i "
153+ "uruchomić bez konieczności wcześniejszej instalacji dystrybucji Pythona. "
154+ "Istnieje wiele narzędzi, które określają zestaw modułów wymaganych przez "
155+ "program i łączą te moduły za pomocą pliku binarnego Pythona w celu "
156+ "utworzenia pojedynczego pliku wykonywalnego."
134157
135158msgid ""
136159"One is to use the freeze tool, which is included in the Python source tree "
@@ -165,46 +188,58 @@ msgid ""
165188"The following packages can help with the creation of console and GUI "
166189"executables:"
167190msgstr ""
191+ "Poniższe pakiety mogą pomóc w tworzeniu plików wykonywalnych konsoli i "
192+ "interfejsu graficznego"
168193
169194msgid "`Nuitka <https://nuitka.net/>`_ (Cross-platform)"
170- msgstr ""
195+ msgstr "Nuitka <https://nuitka.net/>`_ (Cross-platform) "
171196
172197msgid "`PyInstaller <https://pyinstaller.org/>`_ (Cross-platform)"
173- msgstr ""
198+ msgstr "`PyInstaller <https://pyinstaller.org/>`_ (wieloplatformowy) "
174199
175200msgid ""
176201"`PyOxidizer <https://pyoxidizer.readthedocs.io/en/stable/>`_ (Cross-platform)"
177202msgstr ""
203+ "PyOxidizer <https://pyoxidizer.readthedocs.io/en/stable/>`_ "
204+ "(wieloplatformowy)"
178205
179206msgid ""
180207"`cx_Freeze <https://marcelotduarte.github.io/cx_Freeze/>`_ (Cross-platform)"
181208msgstr ""
209+ "`cx_Freeze <https://marcelotduarte.github.io/cx_Freeze/>`_ (wieloplatformowy)"
182210
183211msgid "`py2app <https://github.com/ronaldoussoren/py2app>`_ (macOS only)"
184- msgstr ""
212+ msgstr "py2app <https://github.com/ronaldoussoren/py2app>`_ (tylko macOS) "
185213
186214msgid "`py2exe <https://www.py2exe.org/>`_ (Windows only)"
187- msgstr ""
215+ msgstr "`py2exe <https://www.py2exe.org/>`_ (tylko Windows) "
188216
189217msgid "Are there coding standards or a style guide for Python programs?"
190218msgstr ""
219+ "Czy istnieją standardy kodowania lub przewodnik stylistyczny dla programów w "
220+ "Pythona?"
191221
192222msgid ""
193223"Yes. The coding style required for standard library modules is documented "
194224"as :pep:`8`."
195225msgstr ""
226+ "Tak. Styl kodowania wymagany dla standardowych modułów bibliotecznych jest "
227+ "udokumentowany jako :pep:`8`"
196228
197229msgid "Core Language"
198230msgstr "Rdzeń języka"
199231
200232msgid "Why am I getting an UnboundLocalError when the variable has a value?"
201- msgstr ""
233+ msgstr "Dlaczego otrzymuję błąd UnboundLocalError, skoro zmienna ma wartość? "
202234
203235msgid ""
204236"It can be a surprise to get the :exc:`UnboundLocalError` in previously "
205237"working code when it is modified by adding an assignment statement somewhere "
206238"in the body of a function."
207239msgstr ""
240+ "Można się zdziwić, gdy okaże się, :exc:`UnboundLocalError` że kod, który "
241+ "wcześniej działał, został zmodyfikowany przez dodanie instrukcji przypisania "
242+ "w dowolnym miejscu ciała funkcji."
208243
209244msgid "This code:"
210245msgstr "Ten kod:"
@@ -213,7 +248,7 @@ msgid "works, but this code:"
213248msgstr "działa, ale ten kod:"
214249
215250msgid "results in an :exc:`!UnboundLocalError`:"
216- msgstr ""
251+ msgstr "skutkuje :exc:`!UnboundLocalError` "
217252
218253msgid ""
219254"This is because when you make an assignment to a variable in a scope, that "
0 commit comments