@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2022-11-05 17:22+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 "
@@ -55,7 +55,7 @@ msgid ""
55
55
msgstr ""
56
56
57
57
msgid "Creating virtual environments"
58
- msgstr ""
58
+ msgstr "Tworzenie środowisk wirtualnych "
59
59
60
60
msgid ""
61
61
"Creation of :ref:`virtual environments <venv-def>` is done by executing the "
@@ -127,6 +127,7 @@ msgstr ""
127
127
msgid ""
128
128
"PS C:\\ > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
129
129
msgstr ""
130
+ "PS C:\\ > Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
130
131
131
132
msgid ""
132
133
"See `About Execution Policies <https://go.microsoft.com/fwlink/?"
@@ -151,7 +152,7 @@ msgid ""
151
152
msgstr ""
152
153
153
154
msgid "How venvs work"
154
- msgstr ""
155
+ msgstr "Jak działają venvs "
155
156
156
157
msgid ""
157
158
"When a Python interpreter is running from a virtual environment, :data:`sys."
@@ -173,55 +174,55 @@ msgid ""
173
174
msgstr ""
174
175
175
176
msgid "Platform"
176
- msgstr ""
177
+ msgstr "Platforma "
177
178
178
179
msgid "Shell"
179
- msgstr ""
180
+ msgstr "Shell "
180
181
181
182
msgid "Command to activate virtual environment"
182
- msgstr ""
183
+ msgstr "Aktywacja środowiska wirtualnego "
183
184
184
185
msgid "POSIX"
185
- msgstr ""
186
+ msgstr "POSIX "
186
187
187
188
msgid "bash/zsh"
188
- msgstr ""
189
+ msgstr "bash/zsh "
189
190
190
191
msgid ":samp:`$ source {<venv>}/bin/activate`"
191
- msgstr ""
192
+ msgstr ":samp:`$ source {<venv>}/bin/activate` "
192
193
193
194
msgid "fish"
194
- msgstr ""
195
+ msgstr "ryba "
195
196
196
197
msgid ":samp:`$ source {<venv>}/bin/activate.fish`"
197
- msgstr ""
198
+ msgstr ":samp:`$ source {<venv>}/bin/activate.fish` "
198
199
199
200
msgid "csh/tcsh"
200
- msgstr ""
201
+ msgstr "csh/tcsh "
201
202
202
203
msgid ":samp:`$ source {<venv>}/bin/activate.csh`"
203
- msgstr ""
204
+ msgstr ":samp:`$ source {<venv>}/bin/activate.csh` "
204
205
205
206
msgid "PowerShell"
206
- msgstr ""
207
+ msgstr "PowerShell "
207
208
208
209
msgid ":samp:`$ {<venv>}/bin/Activate.ps1`"
209
- msgstr ""
210
+ msgstr ":samp:`$ {<venv>}/bin/Activate.ps1` "
210
211
211
212
msgid "Windows"
212
213
msgstr "Windows"
213
214
214
215
msgid "cmd.exe"
215
- msgstr ""
216
+ msgstr "cmd.exe "
216
217
217
218
msgid ":samp:`C:\\\\ > {<venv>}\\\\ Scripts\\\\ activate.bat`"
218
- msgstr ""
219
+ msgstr ":samp:`C: \\\\ > {<venv>} \\\\ Scripts \\\\ activate.bat` "
219
220
220
221
msgid ":samp:`PS C:\\\\ > {<venv>}\\\\ Scripts\\\\ Activate.ps1`"
221
- msgstr ""
222
+ msgstr ":samp:`PS C: \\\\ > {<venv>} \\\\ Scripts \\\\ Activate.ps1` "
222
223
223
224
msgid ":program:`fish` and :program:`csh` activation scripts."
224
- msgstr ""
225
+ msgstr ":program:`fish` oraz skrypty aktywacyjne :program:`csh`. "
225
226
226
227
msgid ""
227
228
"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"
329
330
msgstr ""
330
331
331
332
msgid "Added the ``with_pip`` parameter"
332
- msgstr ""
333
+ msgstr "Dodano ``with_pip`` parametr "
333
334
334
335
msgid "Added the ``prompt`` parameter"
335
- msgstr ""
336
+ msgstr "Dodano ``prompt`` parametr "
336
337
337
338
msgid "Added the ``upgrade_deps`` parameter"
338
- msgstr ""
339
+ msgstr "Dodano ``upgrade_deps`` parametr "
339
340
340
341
msgid ""
341
342
"Creators of third-party virtual environment tools will be free to use the "
@@ -527,7 +528,7 @@ msgid ""
527
528
msgstr ""
528
529
529
530
msgid "An example of extending ``EnvBuilder``"
530
- msgstr ""
531
+ msgstr "Przykład rozszerzenia ``EnvBuilder`` "
531
532
532
533
msgid ""
533
534
"The following script shows how to extend :class:`EnvBuilder` by implementing "
@@ -539,3 +540,5 @@ msgid ""
539
540
"This script is also available for download `online <https://gist.github.com/"
540
541
"vsajip/4673395>`_."
541
542
msgstr ""
543
+ "Ten skrypt jest również dostępny do pobrania `online <https://gist.github."
544
+ "com/vsajip/4673395>`_."
0 commit comments