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

Skip to content

Commit 9d8a571

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

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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-
![41.06% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-41.06%25-0.svg)
4+
![41.15% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-41.15%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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# m_aciek <[email protected]>, 2021
87
# Ciarbin Ciarbin <[email protected]>, 2021
8+
# m_aciek <[email protected]>, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:41+0000\n"
17-
"Last-Translator: Ciarbin Ciarbin <mrciarbin@gmail.com>, 2021\n"
17+
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -68,6 +68,12 @@ msgid ""
6868
"to create a file called :file:`fibo.py` in the current directory with the "
6969
"following contents::"
7070
msgstr ""
71+
"Moduł to plik zawierający definicje i instrukcje Pythona. Nazwą pliku jest "
72+
"nazwa modułu z dodanym sufiksem :file:`.py`. Wewnątrz modułu, jego nazwa "
73+
"(jako ciąg znaków) jest dostępna jako wartość zmiennej globalnej "
74+
"``__name__``. Na przykład użyj swojego ulubionego edytora tekstu, by "
75+
"stworzyć plik o nazwie :file:`fibo.py` w bieżącym katalogu, z następującą "
76+
"zawartością::"
7177

7278
msgid ""
7379
"Now enter the Python interpreter and import this module with the following "

0 commit comments

Comments
 (0)