Skip to content

Commit 44d6744

Browse files
committed
Update translation from Transifex
1 parent 4b7e76d commit 44d6744

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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-
![25.22% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-25.22%25-0.svg)
4+
![25.59% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-25.59%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)
6-
![4 tłumaczy](https://img.shields.io/badge/tłumaczy-4-0.svg)
6+
![6 tłumaczy](https://img.shields.io/badge/tłumaczy-6-0.svg)
77

88
Praca nad tłumaczeniem dokumentacji odbywa się na platformie [Transifex](https://www.transifex.com/).
99

tutorial/controlflow.po

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#
66
# Translators:
77
# m_aciek <maciej.olko@gmail.com>, 2020
8+
# Bartosz Chmiel <chmielbartosz@gmail.com>, 2020
9+
# Igor Zubrycki <igorzubrycki@gmail.com>, 2020
810
#
911
#, fuzzy
1012
msgid ""
@@ -13,7 +15,7 @@ msgstr ""
1315
"Report-Msgid-Bugs-To: \n"
1416
"POT-Creation-Date: 2020-08-23 03:56+0000\n"
1517
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
16-
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
18+
"Last-Translator: Igor Zubrycki <igorzubrycki@gmail.com>, 2020\n"
1719
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1820
"MIME-Version: 1.0\n"
1921
"Content-Type: text/plain; charset=UTF-8\n"
@@ -526,15 +528,18 @@ msgid "It could be called like this::"
526528
msgstr "Można ją wywołać w ten sposób::"
527529

528530
msgid "and of course it would print:"
529-
msgstr ""
531+
msgstr "i oczywiście wyświetli się nam:"
530532

531533
msgid ""
532534
"Note that the order in which the keyword arguments are printed is guaranteed "
533535
"to match the order in which they were provided in the function call."
534536
msgstr ""
537+
"Zwróć uwagę, że kolejność w jakim argumenty kluczowe są wyświetlane "
538+
"dokładnie odpowiada kolejności w jakim zostały one podane w wywołaniu "
539+
"funkcji."
535540

536541
msgid "Special parameters"
537-
msgstr ""
542+
msgstr "Parametry specjalne"
538543

539544
msgid ""
540545
"By default, arguments may be passed to a Python function either by position "
@@ -545,7 +550,7 @@ msgid ""
545550
msgstr ""
546551

547552
msgid "A function definition may look like:"
548-
msgstr ""
553+
msgstr "Definicja funkcji może wyglądać w ten sposób:"
549554

550555
msgid ""
551556
"where ``/`` and ``*`` are optional. If used, these symbols indicate the kind "
@@ -590,7 +595,7 @@ msgid ""
590595
msgstr ""
591596

592597
msgid "Function Examples"
593-
msgstr ""
598+
msgstr "Przykłady Funkcji"
594599

595600
msgid ""
596601
"Consider the following example function definitions paying close attention "

0 commit comments

Comments
 (0)