@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.11\n "
1313"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 "
1515"PO-Revision-Date :2023-05-24 02:21+0000\n "
1616"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team :Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -27,7 +27,7 @@ msgid ":mod:`venv` --- Creation of virtual environments"
2727msgstr ""
2828
2929msgid "**Source code:** :source:`Lib/venv/`"
30- msgstr ""
30+ msgstr "**Kod źródłowy:**. :source:`Lib/venv/` "
3131
3232msgid ""
3333"The :mod:`!venv` module supports creating lightweight\" virtual "
@@ -93,7 +93,7 @@ msgid ""
9393msgstr ""
9494
9595msgid "Creating virtual environments"
96- msgstr ""
96+ msgstr "Tworzenie środowisk wirtualnych "
9797
9898msgid ""
9999"Creation of :ref:`virtual environments <venv-def>` is done by executing the "
@@ -165,6 +165,7 @@ msgstr ""
165165msgid ""
166166"PS C:\\ > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
167167msgstr ""
168+ "PS C:\\ > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
168169
169170msgid ""
170171"See `About Execution Policies <https://go.microsoft.com/fwlink/?"
@@ -189,7 +190,7 @@ msgid ""
189190msgstr ""
190191
191192msgid "How venvs work"
192- msgstr ""
193+ msgstr "Jak działają venvs "
193194
194195msgid ""
195196"When a Python interpreter is running from a virtual environment, :data:`sys."
@@ -211,55 +212,55 @@ msgid ""
211212msgstr ""
212213
213214msgid "Platform"
214- msgstr ""
215+ msgstr "Platforma "
215216
216217msgid "Shell"
217- msgstr ""
218+ msgstr "Shell "
218219
219220msgid "Command to activate virtual environment"
220- msgstr ""
221+ msgstr "Aktywacja środowiska wirtualnego "
221222
222223msgid "POSIX"
223224msgstr "POSIX"
224225
225226msgid "bash/zsh"
226- msgstr ""
227+ msgstr "bash/zsh "
227228
228229msgid ":samp:`$ source {<venv>}/bin/activate`"
229- msgstr ""
230+ msgstr ":samp:`$ source {<venv>}/bin/activate` "
230231
231232msgid "fish"
232- msgstr ""
233+ msgstr "ryba "
233234
234235msgid ":samp:`$ source {<venv>}/bin/activate.fish`"
235- msgstr ""
236+ msgstr ":samp:`$ source {<venv>}/bin/activate.fish` "
236237
237238msgid "csh/tcsh"
238- msgstr ""
239+ msgstr "csh/tcsh "
239240
240241msgid ":samp:`$ source {<venv>}/bin/activate.csh`"
241- msgstr ""
242+ msgstr ":samp:`$ source {<venv>}/bin/activate.csh` "
242243
243244msgid "PowerShell"
244- msgstr ""
245+ msgstr "PowerShell "
245246
246247msgid ":samp:`$ {<venv>}/bin/Activate.ps1`"
247- msgstr ""
248+ msgstr ":samp:`$ {<venv>}/bin/Activate.ps1` "
248249
249250msgid "Windows"
250251msgstr "Windows"
251252
252253msgid "cmd.exe"
253- msgstr ""
254+ msgstr "cmd.exe "
254255
255256msgid ":samp:`C:\\\\ > {<venv>}\\\\ Scripts\\\\ activate.bat`"
256- msgstr ""
257+ msgstr ":samp:`C: \\\\ > {<venv>} \\\\ Scripts \\\\ activate.bat` "
257258
258259msgid ":samp:`PS C:\\\\ > {<venv>}\\\\ Scripts\\\\ Activate.ps1`"
259- msgstr ""
260+ msgstr ":samp:`PS C: \\\\ > {<venv>} \\\\ Scripts \\\\ Activate.ps1` "
260261
261262msgid ":program:`fish` and :program:`csh` activation scripts."
262- msgstr ""
263+ msgstr ":program:`fish` oraz skrypty aktywacyjne :program:`csh`. "
263264
264265msgid ""
265266"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"
367368msgstr ""
368369
369370msgid "Added the ``with_pip`` parameter"
370- msgstr ""
371+ msgstr "Dodano ``with_pip`` parametr "
371372
372373msgid "Added the ``prompt`` parameter"
373- msgstr ""
374+ msgstr "Dodano ``prompt`` parametr "
374375
375376msgid "Added the ``upgrade_deps`` parameter"
376- msgstr ""
377+ msgstr "Dodano ``upgrade_deps`` parametr "
377378
378379msgid ""
379380"Creators of third-party virtual environment tools will be free to use the "
@@ -560,7 +561,7 @@ msgid ""
560561msgstr ""
561562
562563msgid "An example of extending ``EnvBuilder``"
563- msgstr ""
564+ msgstr "Przykład rozszerzenia ``EnvBuilder`` "
564565
565566msgid ""
566567"The following script shows how to extend :class:`EnvBuilder` by implementing "
@@ -572,9 +573,11 @@ msgid ""
572573"This script is also available for download `online <https://gist.github.com/"
573574"vsajip/4673395>`_."
574575msgstr ""
576+ "Ten skrypt jest również dostępny do pobrania `online <https://gist.github."
577+ "com/vsajip/4673395>`_."
575578
576579msgid "Environments"
577- msgstr ""
580+ msgstr "Environments "
578581
579582msgid "virtual"
580- msgstr ""
583+ msgstr "wirtualne "