44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
7+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
88#
99#, fuzzy
1010msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2025-01-17 14:51+0000\n "
1515"PO-Revision-Date : 2024-05-11 00:32+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024 \n "
16+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025 \n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -153,7 +153,7 @@ msgid ""
153153msgstr ""
154154
155155msgid "python -m pip install SomePackage"
156- msgstr ""
156+ msgstr "python -m pip install JakisPakiet "
157157
158158msgid ""
159159"For POSIX users (including macOS and Linux users), the examples in this "
@@ -177,6 +177,8 @@ msgid ""
177177"python -m pip install SomePackage==1.0.4 # specific version\n"
178178"python -m pip install \" SomePackage>=1.0.4\" # minimum version"
179179msgstr ""
180+ "python -m pip install JakisPakiet==1.0.4 # specyficzna wersja\n"
181+ "python -m pip install \" JakisPakiet>=1.0.4\" # minimum wersja"
180182
181183msgid ""
182184"Normally, if a suitable module is already installed, attempting to install "
@@ -185,7 +187,7 @@ msgid ""
185187msgstr ""
186188
187189msgid "python -m pip install --upgrade SomePackage"
188- msgstr ""
190+ msgstr "Python -m pip install --upgrade JakisPakiet "
189191
190192msgid ""
191193"More information and resources regarding ``pip`` and its capabilities can be "
@@ -204,13 +206,14 @@ msgid ""
204206msgstr ""
205207
206208msgid "How do I ...?"
207- msgstr ""
209+ msgstr "Jak ...? "
208210
209211msgid "These are quick answers or links for some common tasks."
210- msgstr ""
212+ msgstr "Są to szybkie odpowiedzi lub linki do niektórych typowych zadań. "
211213
212214msgid "... install ``pip`` in versions of Python prior to Python 3.4?"
213215msgstr ""
216+ "... zainstalować ``pip`` w wersjach Python wcześniejszych niż Python 3.4?"
214217
215218msgid ""
216219"Python only started bundling ``pip`` with Python 3.4. For earlier versions, "
@@ -224,7 +227,7 @@ msgid ""
224227msgstr ""
225228
226229msgid "... install packages just for the current user?"
227- msgstr ""
230+ msgstr "... zainstalować pakiety tylko dla bieżącego użytkownika? "
228231
229232msgid ""
230233"Passing the ``--user`` option to ``python -m pip install`` will install a "
0 commit comments