4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
7
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2025-01-17 14:51+0000\n "
15
15
"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 "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -153,7 +153,7 @@ msgid ""
153
153
msgstr ""
154
154
155
155
msgid "python -m pip install SomePackage"
156
- msgstr ""
156
+ msgstr "python -m pip install JakisPakiet "
157
157
158
158
msgid ""
159
159
"For POSIX users (including macOS and Linux users), the examples in this "
@@ -177,6 +177,8 @@ msgid ""
177
177
"python -m pip install SomePackage==1.0.4 # specific version\n"
178
178
"python -m pip install \" SomePackage>=1.0.4\" # minimum version"
179
179
msgstr ""
180
+ "python -m pip install JakisPakiet==1.0.4 # specyficzna wersja\n"
181
+ "python -m pip install \" JakisPakiet>=1.0.4\" # minimum wersja"
180
182
181
183
msgid ""
182
184
"Normally, if a suitable module is already installed, attempting to install "
@@ -185,7 +187,7 @@ msgid ""
185
187
msgstr ""
186
188
187
189
msgid "python -m pip install --upgrade SomePackage"
188
- msgstr ""
190
+ msgstr "Python -m pip install --upgrade JakisPakiet "
189
191
190
192
msgid ""
191
193
"More information and resources regarding ``pip`` and its capabilities can be "
@@ -204,13 +206,14 @@ msgid ""
204
206
msgstr ""
205
207
206
208
msgid "How do I ...?"
207
- msgstr ""
209
+ msgstr "Jak ...? "
208
210
209
211
msgid "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ń. "
211
213
212
214
msgid "... install ``pip`` in versions of Python prior to Python 3.4?"
213
215
msgstr ""
216
+ "... zainstalować ``pip`` w wersjach Python wcześniejszych niż Python 3.4?"
214
217
215
218
msgid ""
216
219
"Python only started bundling ``pip`` with Python 3.4. For earlier versions, "
@@ -224,7 +227,7 @@ msgid ""
224
227
msgstr ""
225
228
226
229
msgid "... install packages just for the current user?"
227
- msgstr ""
230
+ msgstr "... zainstalować pakiety tylko dla bieżącego użytkownika? "
228
231
229
232
msgid ""
230
233
"Passing the ``--user`` option to ``python -m pip install`` will install a "
0 commit comments