File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-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
- ![ 41.52 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-41.52 %25-0.svg )
4
+ ![ 41.61 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-41.61 %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
![ 14 tłumaczy] ( https://img.shields.io/badge/tłumaczy-14-0.svg )
7
7
Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ msgid ""
105
105
"only the *first* time the module name is encountered in an import statement. "
106
106
"[#]_ (They are also run if the file is executed as a script.)"
107
107
msgstr ""
108
+ "Moduł może zawierać zarówno wykonywalne instrukcje jak i definicje funkcji. "
109
+ "Instrukcje mają inicjalizować moduł. Są wykonywane tylko za *pierwszym* "
110
+ "razem, gdy nazwa modułu zostanie napotkana w instrukcji importu. [#]_ (Są "
111
+ "one również wykonywane, jeśli plik jest wykonywany jako skrypt.)"
108
112
109
113
msgid ""
110
114
"Each module has its own private symbol table, which is used as the global "
You can’t perform that action at this time.
0 commit comments