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 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
- ![ 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 )
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/39 )
6
6
![ 13 tłumaczy] ( https://img.shields.io/badge/tłumaczy-13-0.svg )
7
7
Original file line number Diff line number Diff line change @@ -79,19 +79,25 @@ msgid ""
79
79
"Now enter the Python interpreter and import this module with the following "
80
80
"command::"
81
81
msgstr ""
82
+ "Wejdź w interpreter Pythona i zaimportuj ten moduł następującą komendą::"
82
83
83
84
msgid ""
84
85
"This does not enter the names of the functions defined in ``fibo`` directly "
85
86
"in the current symbol table; it only enters the module name ``fibo`` there. "
86
87
"Using the module name you can access the functions::"
87
88
msgstr ""
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::"
88
92
89
93
msgid ""
90
94
"If you intend to use a function often you can assign it to a local name::"
91
95
msgstr ""
96
+ "Jeśli zamierzasz używać funkcji często, możesz przypisać ją do lokalnej "
97
+ "nazwy::"
92
98
93
99
msgid "More on Modules"
94
- msgstr ""
100
+ msgstr "Więcej o modułach "
95
101
96
102
msgid ""
97
103
"A module can contain executable statements as well as function definitions. "
You can’t perform that action at this time.
0 commit comments