Skip to content

Commit 87b145b

Browse files
committed
Update translation from Transifex
1 parent 3f775df commit 87b145b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

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.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

tutorial/modules.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# m_aciek <maciej.olko@gmail.com>, 2021
8+
# Ciarbin Ciarbin <mrciarbin@gmail.com>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -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)."
5556
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)."
5662

5763
msgid ""
5864
"A module is a file containing Python definitions and statements. The file "

0 commit comments

Comments
 (0)