File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
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
- ![ 43.47 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-43.47 %25-0.svg )
4
+ ![ 43.56 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-43.56 %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
![ 16 tłumaczy] ( https://img.shields.io/badge/tłumaczy-16-0.svg )
7
7
Original file line number Diff line number Diff line change @@ -252,6 +252,10 @@ msgid ""
252
252
"file named :file:`spam.py` in a list of directories given by the variable :"
253
253
"data:`sys.path`. :data:`sys.path` is initialized from these locations:"
254
254
msgstr ""
255
+ "Kiedy importowany jest moduł o nazwie :mod:`spam`, interpreter najpierw "
256
+ "szuka wbudowanego modułu o takiej nazwie. Jeśli nie znajdzie, wtedy szuka "
257
+ "pliku o nazwie :file:`spam.py` na liście katalogów danych w zmiennej :data:"
258
+ "`sys.path`. :data:`sys.path` jest inicjalizowane z tych lokalizacji:"
255
259
256
260
msgid ""
257
261
"The directory containing the input script (or the current directory when no "
You can’t perform that action at this time.
0 commit comments