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

Skip to content

Commit 0b5088d

Browse files
committed
Update translation from Transifex
1 parent 582a795 commit 0b5088d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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-
![42.09% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-42.09%25-0.svg)
4+
![42.28% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-42.28%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/newest)
66
![16 tłumaczy](https://img.shields.io/badge/tłumaczy-16-0.svg)
77

tutorial/modules.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,12 @@ msgid ""
149149
"This does not introduce the module name from which the imports are taken in "
150150
"the local symbol table (so in the example, ``fibo`` is not defined)."
151151
msgstr ""
152+
"Nie wprowadza to nazwy modułu, z którego wzięte są importy do lokalnej "
153+
"tablicy symboli (więc w przykładzie ``fibo`` nie jest zdefiniowane)."
152154

153155
msgid "There is even a variant to import all names that a module defines::"
154156
msgstr ""
157+
"Jest również wariant importujący wszystkie nazwy definiowane przez moduł::"
155158

156159
msgid ""
157160
"This imports all names except those beginning with an underscore (``_``). In "

0 commit comments

Comments
 (0)