Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad0dcbf

Browse files
committed
Update translation from Transifex
1 parent 9d8a571 commit ad0dcbf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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-
![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

tutorial/modules.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,25 @@ msgid ""
7979
"Now enter the Python interpreter and import this module with the following "
8080
"command::"
8181
msgstr ""
82+
"Wejdź w interpreter Pythona i zaimportuj ten moduł następującą komendą::"
8283

8384
msgid ""
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::"
8788
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::"
8892

8993
msgid ""
9094
"If you intend to use a function often you can assign it to a local name::"
9195
msgstr ""
96+
"Jeśli zamierzasz używać funkcji często, możesz przypisać ją do lokalnej "
97+
"nazwy::"
9298

9399
msgid "More on Modules"
94-
msgstr ""
100+
msgstr "Więcej o modułach"
95101

96102
msgid ""
97103
"A module can contain executable statements as well as function definitions. "

0 commit comments

Comments
 (0)