Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7310bce

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent2a7573c commit7310bce

File tree

3 files changed

+31
-28
lines changed

3 files changed

+31
-28
lines changed

‎install/index.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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:12+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"
@@ -245,7 +245,7 @@ msgid ""
245245
msgstr""
246246

247247
msgid"Platform"
248-
msgstr""
248+
msgstr"Platforma"
249249

250250
msgid"Standard installation location"
251251
msgstr""

‎library/pyclbr.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.11\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-01-10 15:26+0000\n"
14+
"POT-Creation-Date:2025-02-03 18:48+0000\n"
1515
"PO-Revision-Date:2023-05-24 02:18+0000\n"
1616
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team:Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

‎library/venv.po

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
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"
2727
msgstr""
2828

2929
msgid"**Source code:** :source:`Lib/venv/`"
30-
msgstr""
30+
msgstr"**Kod źródłowy:**. :source:`Lib/venv/`"
3131

3232
msgid""
3333
"The :mod:`!venv` module supports creating lightweight\"virtual "
@@ -93,7 +93,7 @@ msgid ""
9393
msgstr""
9494

9595
msgid"Creating virtual environments"
96-
msgstr""
96+
msgstr"Tworzenie środowisk wirtualnych"
9797

9898
msgid""
9999
"Creation of :ref:`virtual environments <venv-def>` is done by executing the "
@@ -165,6 +165,7 @@ msgstr ""
165165
msgid""
166166
"PS C:\\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
167167
msgstr""
168+
"PS C:\\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser"
168169

169170
msgid""
170171
"See `About Execution Policies <https://go.microsoft.com/fwlink/?"
@@ -189,7 +190,7 @@ msgid ""
189190
msgstr""
190191

191192
msgid"How venvs work"
192-
msgstr""
193+
msgstr"Jak działają venvs"
193194

194195
msgid""
195196
"When a Python interpreter is running from a virtual environment, :data:`sys."
@@ -211,55 +212,55 @@ msgid ""
211212
msgstr""
212213

213214
msgid"Platform"
214-
msgstr""
215+
msgstr"Platforma"
215216

216217
msgid"Shell"
217-
msgstr""
218+
msgstr"Shell"
218219

219220
msgid"Command to activate virtual environment"
220-
msgstr""
221+
msgstr"Aktywacja środowiska wirtualnego"
221222

222223
msgid"POSIX"
223224
msgstr"POSIX"
224225

225226
msgid"bash/zsh"
226-
msgstr""
227+
msgstr"bash/zsh"
227228

228229
msgid":samp:`$ source {<venv>}/bin/activate`"
229-
msgstr""
230+
msgstr":samp:`$ source {<venv>}/bin/activate`"
230231

231232
msgid"fish"
232-
msgstr""
233+
msgstr"ryba"
233234

234235
msgid":samp:`$ source {<venv>}/bin/activate.fish`"
235-
msgstr""
236+
msgstr":samp:`$ source {<venv>}/bin/activate.fish`"
236237

237238
msgid"csh/tcsh"
238-
msgstr""
239+
msgstr"csh/tcsh"
239240

240241
msgid":samp:`$ source {<venv>}/bin/activate.csh`"
241-
msgstr""
242+
msgstr":samp:`$ source {<venv>}/bin/activate.csh`"
242243

243244
msgid"PowerShell"
244-
msgstr""
245+
msgstr"PowerShell"
245246

246247
msgid":samp:`$ {<venv>}/bin/Activate.ps1`"
247-
msgstr""
248+
msgstr":samp:`$ {<venv>}/bin/Activate.ps1`"
248249

249250
msgid"Windows"
250251
msgstr"Windows"
251252

252253
msgid"cmd.exe"
253-
msgstr""
254+
msgstr"cmd.exe"
254255

255256
msgid":samp:`C:\\\\> {<venv>}\\\\Scripts\\\\activate.bat`"
256-
msgstr""
257+
msgstr":samp:`C:\\\\> {<venv>}\\\\Scripts\\\\activate.bat`"
257258

258259
msgid":samp:`PS C:\\\\> {<venv>}\\\\Scripts\\\\Activate.ps1`"
259-
msgstr""
260+
msgstr":samp:`PS C:\\\\> {<venv>}\\\\Scripts\\\\Activate.ps1`"
260261

261262
msgid":program:`fish` and :program:`csh` activation scripts."
262-
msgstr""
263+
msgstr":program:`fish` oraz skrypty aktywacyjne :program:`csh`."
263264

264265
msgid""
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"
367368
msgstr""
368369

369370
msgid"Added the ``with_pip`` parameter"
370-
msgstr""
371+
msgstr"Dodano ``with_pip`` parametr"
371372

372373
msgid"Added the ``prompt`` parameter"
373-
msgstr""
374+
msgstr"Dodano ``prompt`` parametr"
374375

375376
msgid"Added the ``upgrade_deps`` parameter"
376-
msgstr""
377+
msgstr"Dodano ``upgrade_deps`` parametr"
377378

378379
msgid""
379380
"Creators of third-party virtual environment tools will be free to use the "
@@ -560,7 +561,7 @@ msgid ""
560561
msgstr""
561562

562563
msgid"An example of extending ``EnvBuilder``"
563-
msgstr""
564+
msgstr"Przykład rozszerzenia ``EnvBuilder``"
564565

565566
msgid""
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>`_."
574575
msgstr""
576+
"Ten skrypt jest również dostępny do pobrania `online <https://gist.github."
577+
"com/vsajip/4673395>`_."
575578

576579
msgid"Environments"
577-
msgstr""
580+
msgstr"Environments"
578581

579582
msgid"virtual"
580-
msgstr""
583+
msgstr"wirtualne"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp