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
- ![ 40.97 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-40.97 %25-0.svg )
4
+ ![ 41.06 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-41.06 %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 5
5
#
6
6
# Translators:
7
7
# m_aciek <[email protected] >, 2021
8
+ # Ciarbin Ciarbin <[email protected] >, 2021
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2021-01-01 05:02+0000\n "
15
16
"PO-Revision-Date : 2017-02-16 23:41+0000\n "
16
- "Last-Translator : m_aciek <maciej.olko @gmail.com>, 2021\n "
17
+ "Last-Translator : Ciarbin Ciarbin <mrciarbin @gmail.com>, 2021\n "
17
18
"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -53,6 +54,11 @@ msgid ""
53
54
"modules or into the *main* module (the collection of variables that you have "
54
55
"access to in a script executed at the top level and in calculator mode)."
55
56
msgstr ""
57
+ "By to zapewnić, Python ma możliwość umieszczania definicji w pliku i "
58
+ "używania ich w skrypcie lub w interaktywnej instancji interpretera. Taki "
59
+ "plik nazywa się *modułem*; definicje z modułu mogą być *importowane* do "
60
+ "innych modułów lub do modułu *main* (zbiór zmiennych, do których masz dostęp "
61
+ "w skrypcie wykonywanym na najwyższym poziomie i w trybie kalkulatora)."
56
62
57
63
msgid ""
58
64
"A module is a file containing Python definitions and statements. The file "
You can’t perform that action at this time.
0 commit comments