|
5 | 5 | # |
6 | 6 | # Translators: |
7 | 7 | # Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021 |
8 | | -# Ciarbin <mrciarbin@gmail.com>, 2022 |
9 | 8 | # Maciej Olko <maciej.olko@gmail.com>, 2022 |
| 9 | +# Ciarbin <mrciarbin@gmail.com>, 2022 |
10 | 10 | # |
11 | 11 | #, fuzzy |
12 | 12 | msgid "" |
13 | 13 | msgstr "" |
14 | 14 | "Project-Id-Version: Python 3.11\n" |
15 | 15 | "Report-Msgid-Bugs-To: \n" |
16 | | -"POT-Creation-Date: 2022-11-08 04:45+0000\n" |
| 16 | +"POT-Creation-Date: 2022-11-09 04:49+0000\n" |
17 | 17 | "PO-Revision-Date: 2021-06-28 01:50+0000\n" |
18 | | -"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n" |
| 18 | +"Last-Translator: Ciarbin <mrciarbin@gmail.com>, 2022\n" |
19 | 19 | "Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n" |
20 | 20 | "MIME-Version: 1.0\n" |
21 | 21 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -202,15 +202,22 @@ msgid "" |
202 | 202 | "number to get that version, or you can run ``python -m pip install --" |
203 | 203 | "upgrade`` to upgrade the package to the latest version:" |
204 | 204 | msgstr "" |
| 205 | +"Jeśli ponownie uruchomisz to polecenie, ``pip`` zauważy, że żądana wersja " |
| 206 | +"jest już zainstalowana i nic nie zrobi. Możesz podać inny numer wersji, aby " |
| 207 | +"pobrać tę wersję, lub uruchomić ``python -m pip install --upgrade``, aby " |
| 208 | +"zaktualizować pakiet do najnowszej wersji:" |
205 | 209 |
|
206 | 210 | msgid "" |
207 | 211 | "``python -m pip uninstall`` followed by one or more package names will " |
208 | 212 | "remove the packages from the virtual environment." |
209 | 213 | msgstr "" |
| 214 | +"Wpisanie ``python -m pip uninstall``, a następnie jednej lub więcej nazw " |
| 215 | +"pakietów, usunie te pakiety ze środowiska wirtualnego." |
210 | 216 |
|
211 | 217 | msgid "" |
212 | 218 | "``python -m pip show`` will display information about a particular package:" |
213 | 219 | msgstr "" |
| 220 | +"``python -m pip show`` wyświetli informacje na temat określonego pakietu:" |
214 | 221 |
|
215 | 222 | msgid "" |
216 | 223 | "``python -m pip list`` will display all of the packages installed in the " |
|
0 commit comments