44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Maciej Olko <[email protected] >, 202187# Krzysztof Wierzbicki <[email protected] >, 20219- # Stanislaw Ulbrych, 2025
8+ # Stan Ulbrych, 2025
9+ # Maciej Olko <[email protected] >, 20251010#
1111#, fuzzy
1212msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.13\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2025-01-17 14:16+0000\n "
16+ "POT-Creation-Date : 2025-01-24 14:16+0000\n "
1717"PO-Revision-Date : 2021-06-28 00:54+0000\n "
18- "Last-Translator : Stanislaw Ulbrych , 2025\n "
18+ "
Last-Translator :
Maciej Olko <[email protected] > , 2025\n"
1919"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
2020"MIME-Version : 1.0\n "
2121"Content-Type : text/plain; charset=UTF-8\n "
@@ -60,6 +60,9 @@ msgid ""
6060"creating and sharing your own Python projects, refer to the `Python "
6161"packaging user guide`_."
6262msgstr ""
63+ "Ta część przewodnika dotyczy procesu instalacji. Przewodnik po tworzeniu i "
64+ "udostępnianiu własnych projektów Python znajduje się w `Python packaging "
65+ "user guide`_."
6366
6467msgid ""
6568"For corporate and other institutional users, be aware that many "
@@ -114,6 +117,9 @@ msgid ""
114117"The `Python Package Index <https://pypi.org>`__ is a public repository of "
115118"open source licensed packages made available for use by other Python users."
116119msgstr ""
120+ "`Python Package Index <https://pypi.org>`__ jest publicznym repozytorium "
121+ "paczek z licencją open-source, udostępnionych do wykorzystania przez innych "
122+ "użytkowników Pythona."
117123
118124msgid ""
119125"the `Python Packaging Authority <https://www.pypa.io/>`__ is the group of "
@@ -122,6 +128,11 @@ msgid ""
122128"file format standards. They maintain a variety of tools, documentation, and "
123129"issue trackers on `GitHub <https://github.com/pypa>`__."
124130msgstr ""
131+ "`Python Packaging Authority <https://www.pypa.io/>`__ to grupa programistów "
132+ "i autorów dokumentacji odpowiedzialnych za utrzymanie i ewolucję "
133+ "standardowych narzędzi do pakowania oraz powiązanych metadanych i standardów "
134+ "formatu plików. Utrzymują oni różne narzędzia, dokumentację i repozytoria "
135+ "zgłoszeń na `GitHub <https://github.com/pypa>`__."
125136
126137msgid ""
127138"``distutils`` is the original build and distribution system first added to "
@@ -131,15 +142,26 @@ msgid ""
131142"library, but its name lives on in other ways (such as the name of the "
132143"mailing list used to coordinate Python packaging standards development)."
133144msgstr ""
145+ "``distutils`` to oryginalny system kompilacji i dystrybucji po raz pierwszy "
146+ "dodany do biblioteki standardowej Pythona w 1998 roku. Podczas gdy "
147+ "bezpośrednie korzystanie z ``distutils`` jest stopniowo wycofywane, nadal "
148+ "stanowi podstawę dla obecnej infrastruktury pakowania i dystrybucji, i nie "
149+ "tylko pozostaje częścią biblioteki standardowej, ale jego nazwa żyje na inne "
150+ "sposoby (takie jak nazwa listy mailingowej używanej do koordynowania rozwoju "
151+ "standardów pakowania Python)."
134152
135153msgid ""
136154"The use of ``venv`` is now recommended for creating virtual environments."
137155msgstr ""
156+ "Korzystanie z ``venv`` jest obecnie zalecane do tworzenia środowisk "
157+ "wirtualnych."
138158
139159msgid ""
140160"`Python Packaging User Guide: Creating and using virtual environments "
141161"<https://packaging.python.org/installing/#creating-virtual-environments>`__"
142162msgstr ""
163+ "`Python Packaging User Guide: Creating and using virtual environments "
164+ "<https://packaging.python.org/installing/#creating-virtual-environments>`__"
143165
144166msgid "Basic usage"
145167msgstr ""
@@ -179,8 +201,8 @@ msgid ""
179201"python -m pip install SomePackage==1.0.4 # specific version\n"
180202"python -m pip install \" SomePackage>=1.0.4\" # minimum version"
181203msgstr ""
182- "python -m pip install JakisPakiet==1.0.4 # specyficzna wersja\n"
183- "python -m pip install \" JakisPakiet>=1.0.4\" # minimum wersja"
204+ "python -m pip install JakisPakiet==1.0.4 # specyficzna wersja\n"
205+ "python -m pip install \" JakisPakiet>=1.0.4\" # wersja minimum "
184206
185207msgid ""
186208"Normally, if a suitable module is already installed, attempting to install "
0 commit comments