@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-02-03 18:48 +0000\n "
14
+ "POT-Creation-Date : 2025-02-07 15:26 +0000\n "
15
15
"PO-Revision-Date : 2023-05-24 02:21+0000\n "
16
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 "
@@ -27,7 +27,7 @@ msgid ":mod:`venv` --- Creation of virtual environments"
27
27
msgstr ""
28
28
29
29
msgid "**Source code:** :source:`Lib/venv/`"
30
- msgstr ""
30
+ msgstr "**Kod źródłowy:**. :source:`Lib/venv/` "
31
31
32
32
msgid ""
33
33
"The :mod:`!venv` module supports creating lightweight \" virtual "
@@ -93,7 +93,7 @@ msgid ""
93
93
msgstr ""
94
94
95
95
msgid "Creating virtual environments"
96
- msgstr ""
96
+ msgstr "Tworzenie środowisk wirtualnych "
97
97
98
98
msgid ""
99
99
"Creation of :ref:`virtual environments <venv-def>` is done by executing the "
@@ -165,6 +165,7 @@ msgstr ""
165
165
msgid ""
166
166
"PS C:\\ > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
167
167
msgstr ""
168
+ "PS C:\\ > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
168
169
169
170
msgid ""
170
171
"See `About Execution Policies <https://go.microsoft.com/fwlink/?"
@@ -189,7 +190,7 @@ msgid ""
189
190
msgstr ""
190
191
191
192
msgid "How venvs work"
192
- msgstr ""
193
+ msgstr "Jak działają venvs "
193
194
194
195
msgid ""
195
196
"When a Python interpreter is running from a virtual environment, :data:`sys."
@@ -211,55 +212,55 @@ msgid ""
211
212
msgstr ""
212
213
213
214
msgid "Platform"
214
- msgstr ""
215
+ msgstr "Platforma "
215
216
216
217
msgid "Shell"
217
- msgstr ""
218
+ msgstr "Shell "
218
219
219
220
msgid "Command to activate virtual environment"
220
- msgstr ""
221
+ msgstr "Aktywacja środowiska wirtualnego "
221
222
222
223
msgid "POSIX"
223
224
msgstr "POSIX"
224
225
225
226
msgid "bash/zsh"
226
- msgstr ""
227
+ msgstr "bash/zsh "
227
228
228
229
msgid ":samp:`$ source {<venv>}/bin/activate`"
229
- msgstr ""
230
+ msgstr ":samp:`$ source {<venv>}/bin/activate` "
230
231
231
232
msgid "fish"
232
- msgstr ""
233
+ msgstr "ryba "
233
234
234
235
msgid ":samp:`$ source {<venv>}/bin/activate.fish`"
235
- msgstr ""
236
+ msgstr ":samp:`$ source {<venv>}/bin/activate.fish` "
236
237
237
238
msgid "csh/tcsh"
238
- msgstr ""
239
+ msgstr "csh/tcsh "
239
240
240
241
msgid ":samp:`$ source {<venv>}/bin/activate.csh`"
241
- msgstr ""
242
+ msgstr ":samp:`$ source {<venv>}/bin/activate.csh` "
242
243
243
244
msgid "PowerShell"
244
- msgstr ""
245
+ msgstr "PowerShell "
245
246
246
247
msgid ":samp:`$ {<venv>}/bin/Activate.ps1`"
247
- msgstr ""
248
+ msgstr ":samp:`$ {<venv>}/bin/Activate.ps1` "
248
249
249
250
msgid "Windows"
250
251
msgstr "Windows"
251
252
252
253
msgid "cmd.exe"
253
- msgstr ""
254
+ msgstr "cmd.exe "
254
255
255
256
msgid ":samp:`C:\\\\ > {<venv>}\\\\ Scripts\\\\ activate.bat`"
256
- msgstr ""
257
+ msgstr ":samp:`C: \\\\ > {<venv>} \\\\ Scripts \\\\ activate.bat` "
257
258
258
259
msgid ":samp:`PS C:\\\\ > {<venv>}\\\\ Scripts\\\\ Activate.ps1`"
259
- msgstr ""
260
+ msgstr ":samp:`PS C: \\\\ > {<venv>} \\\\ Scripts \\\\ Activate.ps1` "
260
261
261
262
msgid ":program:`fish` and :program:`csh` activation scripts."
262
- msgstr ""
263
+ msgstr ":program:`fish` oraz skrypty aktywacyjne :program:`csh`. "
263
264
264
265
msgid ""
265
266
"PowerShell activation scripts installed under POSIX for PowerShell Core "
@@ -367,13 +368,13 @@ msgid "``upgrade_deps`` -- Update the base venv modules to the latest on PyPI"
367
368
msgstr ""
368
369
369
370
msgid "Added the ``with_pip`` parameter"
370
- msgstr ""
371
+ msgstr "Dodano ``with_pip`` parametr "
371
372
372
373
msgid "Added the ``prompt`` parameter"
373
- msgstr ""
374
+ msgstr "Dodano ``prompt`` parametr "
374
375
375
376
msgid "Added the ``upgrade_deps`` parameter"
376
- msgstr ""
377
+ msgstr "Dodano ``upgrade_deps`` parametr "
377
378
378
379
msgid ""
379
380
"Creators of third-party virtual environment tools will be free to use the "
@@ -560,7 +561,7 @@ msgid ""
560
561
msgstr ""
561
562
562
563
msgid "An example of extending ``EnvBuilder``"
563
- msgstr ""
564
+ msgstr "Przykład rozszerzenia ``EnvBuilder`` "
564
565
565
566
msgid ""
566
567
"The following script shows how to extend :class:`EnvBuilder` by implementing "
@@ -572,9 +573,11 @@ msgid ""
572
573
"This script is also available for download `online <https://gist.github.com/"
573
574
"vsajip/4673395>`_."
574
575
msgstr ""
576
+ "Ten skrypt jest również dostępny do pobrania `online <https://gist.github."
577
+ "com/vsajip/4673395>`_."
575
578
576
579
msgid "Environments"
577
- msgstr ""
580
+ msgstr "Environments "
578
581
579
582
msgid "virtual"
580
- msgstr ""
583
+ msgstr "wirtualne "
0 commit comments