File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-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
- ![ 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 )
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 @@ -149,9 +149,12 @@ msgid ""
149
149
"This does not introduce the module name from which the imports are taken in "
150
150
"the local symbol table (so in the example, ``fibo`` is not defined)."
151
151
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)."
152
154
153
155
msgid "There is even a variant to import all names that a module defines::"
154
156
msgstr ""
157
+ "Jest również wariant importujący wszystkie nazwy definiowane przez moduł::"
155
158
156
159
msgid ""
157
160
"This imports all names except those beginning with an underscore (``_``). In "
You can’t perform that action at this time.
0 commit comments