File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Original file line number Diff line number Diff line change 1
1
Polskie tłumaczenie dokumentacji Pythona
2
2
========================================
3
3
![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg )
4
- ![ 45.21 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-45.21 %25-0.svg )
4
+ ![ 45.38 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-45.38 %25-0.svg )
5
5
![ 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 )
6
6
![ 18 tłumaczy] ( https://img.shields.io/badge/tłumaczy-18-0.svg )
7
7
Original file line number Diff line number Diff line change @@ -299,9 +299,15 @@ msgid ""
299
299
"library directory. This is an error unless the replacement is intended. See "
300
300
"section :ref:`tut-standardmodules` for more information."
301
301
msgstr ""
302
+ "Po inicjalizacji programy pythonowe mogą modyfikować :data:`sys.path`. "
303
+ "Katalog zwierający uruchamiany skrypt jest umieszczony na początku ścieżki "
304
+ "wyszukiwania, przed ścieżką biblioteki standardowej. To znaczy, że skrypty w "
305
+ "tym katalogu zostaną załadowane zamiast modułów o tej samej nazwie w "
306
+ "katalogu biblioteki. Jest to błąd, o ile taka zamiana jest zamierzona. Patrz "
307
+ "sekcja :ref:`tut-standardmodules` po więcej informacji."
302
308
303
309
msgid "\" Compiled\" Python files"
304
- msgstr ""
310
+ msgstr "„Skompilowane” pliki Pythona "
305
311
306
312
msgid ""
307
313
"To speed up loading modules, Python caches the compiled version of each "
You can’t perform that action at this time.
0 commit comments