File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Polskie 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.22 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-42.22 %25-0.svg )
4+ ![ 42.31 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-42.31 %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![ 12 tłumaczy] ( https://img.shields.io/badge/tłumaczy-12-0.svg )
77
Original file line number Diff line number Diff line change 55#
66# Translators:
77# m_aciek <maciej.olko@gmail.com>, 2021
8+ # Ciarbin Ciarbin <mrciarbin@gmail.com>, 2021
89#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2021-06-29 12:56+0000\n "
1516"PO-Revision-Date : 2021-06-28 01:50+0000\n "
16- "Last-Translator : m_aciek <maciej.olko @gmail.com>, 2021\n "
17+ "Last-Translator : Ciarbin Ciarbin <mrciarbin @gmail.com>, 2021\n "
1718"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -53,6 +54,11 @@ msgid ""
5354"modules or into the *main* module (the collection of variables that you have "
5455"access to in a script executed at the top level and in calculator mode)."
5556msgstr ""
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)."
5662
5763msgid ""
5864"A module is a file containing Python definitions and statements. The file "
You can’t perform that action at this time.
0 commit comments