@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.10\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-02-07 16:05 +0000\n "
14+ "POT-Creation-Date :2025-02-14 16:07 +0000\n "
1515"PO-Revision-Date :2022-11-05 17:22+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 "
@@ -55,7 +55,7 @@ msgid ""
5555msgstr ""
5656
5757msgid "Creating virtual environments"
58- msgstr ""
58+ msgstr "Tworzenie środowisk wirtualnych "
5959
6060msgid ""
6161"Creation of :ref:`virtual environments <venv-def>` is done by executing the "
@@ -127,6 +127,7 @@ msgstr ""
127127msgid ""
128128"PS C:\\ > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
129129msgstr ""
130+ "PS C:\\ > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
130131
131132msgid ""
132133"See `About Execution Policies <https://go.microsoft.com/fwlink/?"
@@ -151,7 +152,7 @@ msgid ""
151152msgstr ""
152153
153154msgid "How venvs work"
154- msgstr ""
155+ msgstr "Jak działają venvs "
155156
156157msgid ""
157158"When a Python interpreter is running from a virtual environment, :data:`sys."
@@ -173,55 +174,55 @@ msgid ""
173174msgstr ""
174175
175176msgid "Platform"
176- msgstr ""
177+ msgstr "Platforma "
177178
178179msgid "Shell"
179- msgstr ""
180+ msgstr "Shell "
180181
181182msgid "Command to activate virtual environment"
182- msgstr ""
183+ msgstr "Aktywacja środowiska wirtualnego "
183184
184185msgid "POSIX"
185- msgstr ""
186+ msgstr "POSIX "
186187
187188msgid "bash/zsh"
188- msgstr ""
189+ msgstr "bash/zsh "
189190
190191msgid ":samp:`$ source {<venv>}/bin/activate`"
191- msgstr ""
192+ msgstr ":samp:`$ source {<venv>}/bin/activate` "
192193
193194msgid "fish"
194- msgstr ""
195+ msgstr "ryba "
195196
196197msgid ":samp:`$ source {<venv>}/bin/activate.fish`"
197- msgstr ""
198+ msgstr ":samp:`$ source {<venv>}/bin/activate.fish` "
198199
199200msgid "csh/tcsh"
200- msgstr ""
201+ msgstr "csh/tcsh "
201202
202203msgid ":samp:`$ source {<venv>}/bin/activate.csh`"
203- msgstr ""
204+ msgstr ":samp:`$ source {<venv>}/bin/activate.csh` "
204205
205206msgid "PowerShell"
206- msgstr ""
207+ msgstr "PowerShell "
207208
208209msgid ":samp:`$ {<venv>}/bin/Activate.ps1`"
209- msgstr ""
210+ msgstr ":samp:`$ {<venv>}/bin/Activate.ps1` "
210211
211212msgid "Windows"
212213msgstr "Windows"
213214
214215msgid "cmd.exe"
215- msgstr ""
216+ msgstr "cmd.exe "
216217
217218msgid ":samp:`C:\\\\ > {<venv>}\\\\ Scripts\\\\ activate.bat`"
218- msgstr ""
219+ msgstr ":samp:`C: \\\\ > {<venv>} \\\\ Scripts \\\\ activate.bat` "
219220
220221msgid ":samp:`PS C:\\\\ > {<venv>}\\\\ Scripts\\\\ Activate.ps1`"
221- msgstr ""
222+ msgstr ":samp:`PS C: \\\\ > {<venv>} \\\\ Scripts \\\\ Activate.ps1` "
222223
223224msgid ":program:`fish` and :program:`csh` activation scripts."
224- msgstr ""
225+ msgstr ":program:`fish` oraz skrypty aktywacyjne :program:`csh`. "
225226
226227msgid ""
227228"PowerShell activation scripts installed under POSIX for PowerShell Core "
@@ -329,13 +330,13 @@ msgid "``upgrade_deps`` -- Update the base venv modules to the latest on PyPI"
329330msgstr ""
330331
331332msgid "Added the ``with_pip`` parameter"
332- msgstr ""
333+ msgstr "Dodano ``with_pip`` parametr "
333334
334335msgid "Added the ``prompt`` parameter"
335- msgstr ""
336+ msgstr "Dodano ``prompt`` parametr "
336337
337338msgid "Added the ``upgrade_deps`` parameter"
338- msgstr ""
339+ msgstr "Dodano ``upgrade_deps`` parametr "
339340
340341msgid ""
341342"Creators of third-party virtual environment tools will be free to use the "
@@ -527,7 +528,7 @@ msgid ""
527528msgstr ""
528529
529530msgid "An example of extending ``EnvBuilder``"
530- msgstr ""
531+ msgstr "Przykład rozszerzenia ``EnvBuilder`` "
531532
532533msgid ""
533534"The following script shows how to extend :class:`EnvBuilder` by implementing "
@@ -539,3 +540,5 @@ msgid ""
539540"This script is also available for download `online <https://gist.github.com/"
540541"vsajip/4673395>`_."
541542msgstr ""
543+ "Ten skrypt jest również dostępny do pobrania `online <https://gist.github."
544+ "com/vsajip/4673395>`_."