Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5a0359

Browse files
committed
Update translation from Transifex
1 parent 9c59fc6 commit f5a0359

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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-
![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)
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/39)
66
![13 tłumaczy](https://img.shields.io/badge/tłumaczy-13-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 <[email protected]>, 2021
8+
# Ciarbin Ciarbin <[email protected]>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1516
"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"
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)