File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11Polskie tłumaczenie dokumentacji Pythona
22========================================
33![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg )
4- ![ 41.15 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-41.15 %25-0.svg )
4+ ![ 41.52 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-41.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/39 )
66![ 13 tłumaczy] ( https://img.shields.io/badge/tłumaczy-13-0.svg )
77
Original file line number Diff line number Diff line change @@ -79,19 +79,25 @@ msgid ""
7979"Now enter the Python interpreter and import this module with the following "
8080"command::"
8181msgstr ""
82+ "Wejdź w interpreter Pythona i zaimportuj ten moduł następującą komendą::"
8283
8384msgid ""
8485"This does not enter the names of the functions defined in ``fibo`` directly "
8586"in the current symbol table; it only enters the module name ``fibo`` there. "
8687"Using the module name you can access the functions::"
8788msgstr ""
89+ "Ta komenda nie umieszcza nazw funkcji określonych w ``fibo`` bezpośrednio w "
90+ "bieżącej tabeli symboli; umieszcza ona tam tylko nazwę modułu ``fibo``. "
91+ "Używając nazwy modułu możesz użyć funkcji::"
8892
8993msgid ""
9094"If you intend to use a function often you can assign it to a local name::"
9195msgstr ""
96+ "Jeśli zamierzasz używać funkcji często, możesz przypisać ją do lokalnej "
97+ "nazwy::"
9298
9399msgid "More on Modules"
94- msgstr ""
100+ msgstr "Więcej o modułach "
95101
96102msgid ""
97103"A module can contain executable statements as well as function definitions. "
You can’t perform that action at this time.
0 commit comments