|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2001-2024, Python Software Foundation |
| 3 | +# This file is distributed under the same license as the Python package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | +# |
| 6 | +# Translators: |
| 7 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2024 |
| 8 | +# |
| 9 | +#, fuzzy |
| 10 | +msgid "" |
| 11 | +msgstr "" |
| 12 | +"Project-Id-Version: Python 3.11\n" |
| 13 | +"Report-Msgid-Bugs-To: \n" |
| 14 | +"POT-Creation-Date: 2024-04-19 16:58+0000\n" |
| 15 | +"PO-Revision-Date: 2023-05-24 02:15+0000\n" |
| 16 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n" |
| 17 | +"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n" |
| 18 | +"MIME-Version: 1.0\n" |
| 19 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 20 | +"Content-Transfer-Encoding: 8bit\n" |
| 21 | +"Language: pl\n" |
| 22 | +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && " |
| 23 | +"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " |
| 24 | +"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" |
| 25 | + |
| 26 | +msgid ":mod:`ensurepip` --- Bootstrapping the ``pip`` installer" |
| 27 | +msgstr "" |
| 28 | + |
| 29 | +msgid "**Source code:** :source:`Lib/ensurepip`" |
| 30 | +msgstr "" |
| 31 | + |
| 32 | +msgid "" |
| 33 | +"The :mod:`ensurepip` package provides support for bootstrapping the ``pip`` " |
| 34 | +"installer into an existing Python installation or virtual environment. This " |
| 35 | +"bootstrapping approach reflects the fact that ``pip`` is an independent " |
| 36 | +"project with its own release cycle, and the latest available stable version " |
| 37 | +"is bundled with maintenance and feature releases of the CPython reference " |
| 38 | +"interpreter." |
| 39 | +msgstr "" |
| 40 | + |
| 41 | +msgid "" |
| 42 | +"In most cases, end users of Python shouldn't need to invoke this module " |
| 43 | +"directly (as ``pip`` should be bootstrapped by default), but it may be " |
| 44 | +"needed if installing ``pip`` was skipped when installing Python (or when " |
| 45 | +"creating a virtual environment) or after explicitly uninstalling ``pip``." |
| 46 | +msgstr "" |
| 47 | + |
| 48 | +msgid "" |
| 49 | +"This module *does not* access the internet. All of the components needed to " |
| 50 | +"bootstrap ``pip`` are included as internal parts of the package." |
| 51 | +msgstr "" |
| 52 | + |
| 53 | +msgid ":ref:`installing-index`" |
| 54 | +msgstr "" |
| 55 | + |
| 56 | +msgid "The end user guide for installing Python packages" |
| 57 | +msgstr "" |
| 58 | +"Podręcznik użytkownika końcowego dotyczący instalowania pakietów języka " |
| 59 | +"Python" |
| 60 | + |
| 61 | +msgid ":pep:`453`: Explicit bootstrapping of pip in Python installations" |
| 62 | +msgstr "" |
| 63 | + |
| 64 | +msgid "The original rationale and specification for this module." |
| 65 | +msgstr "Oryginalne uzasadnienie i specyfikacja tego modułu." |
| 66 | + |
| 67 | +msgid ":ref:`Availability <availability>`: not Emscripten, not WASI." |
| 68 | +msgstr "" |
| 69 | + |
| 70 | +msgid "" |
| 71 | +"This module does not work or is not available on WebAssembly platforms " |
| 72 | +"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " |
| 73 | +"more information." |
| 74 | +msgstr "" |
| 75 | + |
| 76 | +msgid "Command line interface" |
| 77 | +msgstr "Interfejs wiersza poleceń" |
| 78 | + |
| 79 | +msgid "" |
| 80 | +"The command line interface is invoked using the interpreter's ``-m`` switch." |
| 81 | +msgstr "" |
| 82 | + |
| 83 | +msgid "The simplest possible invocation is::" |
| 84 | +msgstr "Najprostszym możliwym wywołaniem jest:" |
| 85 | + |
| 86 | +msgid "" |
| 87 | +"This invocation will install ``pip`` if it is not already installed, but " |
| 88 | +"otherwise does nothing. To ensure the installed version of ``pip`` is at " |
| 89 | +"least as recent as the one available in ``ensurepip``, pass the ``--" |
| 90 | +"upgrade`` option::" |
| 91 | +msgstr "" |
| 92 | + |
| 93 | +msgid "" |
| 94 | +"By default, ``pip`` is installed into the current virtual environment (if " |
| 95 | +"one is active) or into the system site packages (if there is no active " |
| 96 | +"virtual environment). The installation location can be controlled through " |
| 97 | +"two additional command line options:" |
| 98 | +msgstr "" |
| 99 | + |
| 100 | +msgid "" |
| 101 | +":samp:`--root {dir}`: Installs ``pip`` relative to the given root directory " |
| 102 | +"rather than the root of the currently active virtual environment (if any) or " |
| 103 | +"the default root for the current Python installation." |
| 104 | +msgstr "" |
| 105 | + |
| 106 | +msgid "" |
| 107 | +"``--user``: Installs ``pip`` into the user site packages directory rather " |
| 108 | +"than globally for the current Python installation (this option is not " |
| 109 | +"permitted inside an active virtual environment)." |
| 110 | +msgstr "" |
| 111 | + |
| 112 | +msgid "" |
| 113 | +"By default, the scripts ``pipX`` and ``pipX.Y`` will be installed (where X.Y " |
| 114 | +"stands for the version of Python used to invoke ``ensurepip``). The scripts " |
| 115 | +"installed can be controlled through two additional command line options:" |
| 116 | +msgstr "" |
| 117 | + |
| 118 | +msgid "" |
| 119 | +"``--altinstall``: if an alternate installation is requested, the ``pipX`` " |
| 120 | +"script will *not* be installed." |
| 121 | +msgstr "" |
| 122 | + |
| 123 | +msgid "" |
| 124 | +"``--default-pip``: if a \"default pip\" installation is requested, the " |
| 125 | +"``pip`` script will be installed in addition to the two regular scripts." |
| 126 | +msgstr "" |
| 127 | + |
| 128 | +msgid "" |
| 129 | +"Providing both of the script selection options will trigger an exception." |
| 130 | +msgstr "Podanie obu opcji wyboru skryptu spowoduje wyzwolenie wyjątku." |
| 131 | + |
| 132 | +msgid "Module API" |
| 133 | +msgstr "" |
| 134 | + |
| 135 | +msgid ":mod:`ensurepip` exposes two functions for programmatic use:" |
| 136 | +msgstr "" |
| 137 | + |
| 138 | +msgid "" |
| 139 | +"Returns a string specifying the available version of pip that will be " |
| 140 | +"installed when bootstrapping an environment." |
| 141 | +msgstr "" |
| 142 | + |
| 143 | +msgid "Bootstraps ``pip`` into the current or designated environment." |
| 144 | +msgstr "" |
| 145 | + |
| 146 | +msgid "" |
| 147 | +"*root* specifies an alternative root directory to install relative to. If " |
| 148 | +"*root* is ``None``, then installation uses the default install location for " |
| 149 | +"the current environment." |
| 150 | +msgstr "" |
| 151 | + |
| 152 | +msgid "" |
| 153 | +"*upgrade* indicates whether or not to upgrade an existing installation of an " |
| 154 | +"earlier version of ``pip`` to the available version." |
| 155 | +msgstr "" |
| 156 | + |
| 157 | +msgid "" |
| 158 | +"*user* indicates whether to use the user scheme rather than installing " |
| 159 | +"globally." |
| 160 | +msgstr "" |
| 161 | + |
| 162 | +msgid "" |
| 163 | +"By default, the scripts ``pipX`` and ``pipX.Y`` will be installed (where X.Y " |
| 164 | +"stands for the current version of Python)." |
| 165 | +msgstr "" |
| 166 | + |
| 167 | +msgid "If *altinstall* is set, then ``pipX`` will *not* be installed." |
| 168 | +msgstr "" |
| 169 | + |
| 170 | +msgid "" |
| 171 | +"If *default_pip* is set, then ``pip`` will be installed in addition to the " |
| 172 | +"two regular scripts." |
| 173 | +msgstr "" |
| 174 | + |
| 175 | +msgid "" |
| 176 | +"Setting both *altinstall* and *default_pip* will trigger :exc:`ValueError`." |
| 177 | +msgstr "" |
| 178 | + |
| 179 | +msgid "" |
| 180 | +"*verbosity* controls the level of output to :data:`sys.stdout` from the " |
| 181 | +"bootstrapping operation." |
| 182 | +msgstr "" |
| 183 | + |
| 184 | +msgid "" |
| 185 | +"Raises an :ref:`auditing event <auditing>` ``ensurepip.bootstrap`` with " |
| 186 | +"argument ``root``." |
| 187 | +msgstr "" |
| 188 | + |
| 189 | +msgid "" |
| 190 | +"The bootstrapping process has side effects on both ``sys.path`` and ``os." |
| 191 | +"environ``. Invoking the command line interface in a subprocess instead " |
| 192 | +"allows these side effects to be avoided." |
| 193 | +msgstr "" |
| 194 | + |
| 195 | +msgid "" |
| 196 | +"The bootstrapping process may install additional modules required by " |
| 197 | +"``pip``, but other software should not assume those dependencies will always " |
| 198 | +"be present by default (as the dependencies may be removed in a future " |
| 199 | +"version of ``pip``)." |
| 200 | +msgstr "" |
0 commit comments