55#
66# Translators:
77# python-doc bot, 2026
8+ # Maciej Olko, 2026
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.15\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-08-21 14:26 +0000\n "
15+ "POT-Creation-Date : 2026-08-23 14:16 +0000\n "
1516"PO-Revision-Date : 2025-09-16 00:00+0000\n "
16- "Last-Translator : python-doc bot , 2026\n "
17+ "Last-Translator : Maciej Olko , 2026\n "
1718"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -31,6 +32,10 @@ msgid ""
3132"supporting community of contributors and users that also make their software "
3233"available for other Python developers to use under open-source license terms."
3334msgstr ""
35+ "Python, jako popularny projekt open source, cieszy się aktywnym wsparciem "
36+ "społeczności współtwórców i użytkowników, którzy udostępniają tworzone przez "
37+ "siebie oprogramowanie innym deweloperom Pythona w ramach licencji open "
38+ "source."
3439
3540msgid ""
3641"This allows Python users to share and collaborate effectively, benefiting "
@@ -70,6 +75,8 @@ msgid ""
7075":program:`pip` is the preferred installer program. It is included by default "
7176"with the Python binary installers."
7277msgstr ""
78+ ":program:`pip` jest preferowanym instalatorem. Jest domyślnie dołączony do "
79+ "instalatorów binarnych."
7380
7481msgid ""
7582"A *virtual environment* is a semi-isolated Python environment that allows "
@@ -83,16 +90,22 @@ msgid ""
8390"``venv`` is the standard tool for creating virtual environments. It defaults "
8491"to installing :program:`pip` into all created virtual environments."
8592msgstr ""
93+ "``venv`` jest standardowym narzędziem do tworzenia środowisk wirtualnych. "
94+ "Domyślnie instaluje :program:`pip` we wszystkich tworzonych środowiskach "
95+ "wirtualnych."
8696
8797msgid ""
8898"``virtualenv`` is a third-party alternative (and predecessor) to ``venv``."
89- msgstr ""
99+ msgstr "``virtualenv`` jest zewnętrzną alternatywą (i poprzednikiem) ``venv``. "
90100
91101msgid ""
92102"The `Python Package Index (PyPI) <https://pypi.org>`__ is a public "
93103"repository of open source licensed packages made available for use by other "
94104"Python users."
95105msgstr ""
106+ "`Python Package Index (PyPI) <https://pypi.org>`__ jest publicznym "
107+ "repozytorium paczek z licencją open-source, udostępnionych do wykorzystania "
108+ "przez innych użytkowników Pythona."
96109
97110msgid ""
98111"The `Python Packaging Authority <https://www.pypa.io/>`__ is the group of "
@@ -101,6 +114,11 @@ msgid ""
101114"file format standards. They maintain a variety of tools, documentation, and "
102115"issue trackers on `GitHub <https://github.com/pypa>`__."
103116msgstr ""
117+ "`Python Packaging Authority <https://www.pypa.io/>`__ to grupa programistów "
118+ "i autorów dokumentacji odpowiedzialnych za utrzymanie i ewolucję "
119+ "standardowych narzędzi do pakowania oraz powiązanych metadanych i standardów "
120+ "formatu plików. Utrzymują oni różne narzędzia, dokumentację i repozytoria "
121+ "zgłoszeń na `GitHub <https://github.com/pypa>`__."
104122
105123msgid ""
106124"The use of ``venv`` is now recommended for creating virtual environments."
@@ -116,17 +134,21 @@ msgstr ""
116134"<https://packaging.python.org/installing/#creating-virtual-environments>`__"
117135
118136msgid "Basic usage"
119- msgstr ""
137+ msgstr "Podstawowe użycie "
120138
121139msgid ""
122140"The standard packaging tools are all designed to be used from the command "
123141"line."
124142msgstr ""
143+ "Wszystkie standardowe narzędzia do pakowania są przeznaczone do użycia z "
144+ "wiersza poleceń."
125145
126146msgid ""
127147"The following command will install the latest version of a module and its "
128148"dependencies from PyPI::"
129149msgstr ""
150+ "Poniższa komenda pozwoli zainstalować najnowszą wersję modułu wraz z jej "
151+ "zależnościami z PyPI::"
130152
131153msgid "python -m pip install SomePackage"
132154msgstr "python -m pip install JakisPakiet"
@@ -135,6 +157,9 @@ msgid ""
135157"For POSIX users (including macOS and Linux users), the examples in this "
136158"guide assume the use of a :term:`virtual environment`."
137159msgstr ""
160+ "W przypadku użytkowników systemu POSIX (w tym użytkowników systemów macOS i "
161+ "Linux) przykłady zawarte w niniejszym przewodniku zakładają korzystanie z :"
162+ "term:`środowiska wirtualnego <virtual environment>`."
138163
139164msgid ""
140165"For Windows users, the examples in this guide assume that the option to "
0 commit comments