Skip to content

Commit dadf175

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 8b5f54c commit dadf175

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Polskie tłumaczenie dokumentacji Pythona
22
========================================
33
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
4-
![45.26% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-45.26%25-0.svg)
4+
![45.52% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-45.52%25-0.svg)
55
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/newest)
66
![19 tłumaczy](https://img.shields.io/badge/tłumaczy-19-0.svg)
77

tutorial/venv.po

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,23 +223,36 @@ msgid ""
223223
"``python -m pip list`` will display all of the packages installed in the "
224224
"virtual environment:"
225225
msgstr ""
226+
"``python -m pip list`` wyświetli listę wszystkich pakietów zainstalowanych w "
227+
"środowisku wirtualnym:"
226228

227229
msgid ""
228230
"``python -m pip freeze`` will produce a similar list of the installed "
229231
"packages, but the output uses the format that ``python -m pip install`` "
230232
"expects. A common convention is to put this list in a ``requirements.txt`` "
231233
"file:"
232234
msgstr ""
235+
"``python -m pip freeze`` wygeneruje podobną listę zainstalowanych pakietów, "
236+
"ale dane wyjściowe będą miały format, którego oczekuje ``python -m pip "
237+
"install``. Powszechną konwencją jest umieszczenie tej listy w pliku "
238+
"``requirements.txt``:"
233239

234240
msgid ""
235241
"The ``requirements.txt`` can then be committed to version control and "
236242
"shipped as part of an application. Users can then install all the necessary "
237243
"packages with ``install -r``:"
238244
msgstr ""
245+
"Plik ``requirements.txt`` można następnie przekazać do systemu kontroli "
246+
"wersji i wysłać jako część aplikacji. Użytkownicy mogą następnie "
247+
"zainstalować wszystkie niezbędne pakiety za pomocą ``install -r``:"
239248

240249
msgid ""
241250
"``pip`` has many more options. Consult the :ref:`installing-index` guide "
242251
"for complete documentation for ``pip``. When you've written a package and "
243252
"want to make it available on the Python Package Index, consult the :ref:"
244253
"`distributing-index` guide."
245254
msgstr ""
255+
"``pip`` ma o wiele więcej opcji. Zapoznaj się z przewodnikiem :ref:"
256+
"`installing-index`, aby uzyskać pełną dokumentację dotyczącą ``pip``. Kiedy "
257+
"napiszesz pakiet i będziesz chciał udostępnić go w indeksie pakietów "
258+
"Pythona, zapoznaj się z przewodnikiem :ref:`distributing-index`."

0 commit comments

Comments
 (0)