4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Stefan Ocetkiewicz <[email protected] >, 2020
8
7
# m_aciek <[email protected] >, 2021
8
+ # Stefan Ocetkiewicz <[email protected] >, 2022
9
9
#
10
10
#, fuzzy
11
11
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
14
14
"Report-Msgid-Bugs-To : \n "
15
15
"POT-Creation-Date : 2021-05-23 06:25+0000\n "
16
16
"PO-Revision-Date : 2017-02-16 17:43+0000\n "
17
- "Last-Translator : m_aciek <maciej.olko @gmail.com>, 2021 \n "
17
+ "Last-Translator : Stefan Ocetkiewicz <stefan.ocetkiewicz @gmail.com>, 2022 \n "
18
18
"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -189,13 +189,13 @@ msgid ""
189
189
msgstr ""
190
190
191
191
msgid "This code:"
192
- msgstr ""
192
+ msgstr "Ten kod: "
193
193
194
194
msgid "works, but this code:"
195
- msgstr ""
195
+ msgstr "działa, ale ten kod: "
196
196
197
197
msgid "results in an UnboundLocalError:"
198
- msgstr ""
198
+ msgstr "wywoła wyjątek UnboundLocalError: "
199
199
200
200
msgid ""
201
201
"This is because when you make an assignment to a variable in a scope, that "
@@ -418,7 +418,7 @@ msgid ""
418
418
msgstr ""
419
419
420
420
msgid "but::"
421
- msgstr ""
421
+ msgstr "ale: "
422
422
423
423
msgid ""
424
424
"This feature can be useful. When you have a function that's time-consuming "
@@ -445,7 +445,7 @@ msgid ""
445
445
msgstr ""
446
446
447
447
msgid "What is the difference between arguments and parameters?"
448
- msgstr ""
448
+ msgstr "Jaka jest różnica pomiędzy argumentami a parametrami? "
449
449
450
450
msgid ""
451
451
":term:`Parameters <parameter>` are defined by the names that appear in a "
@@ -527,7 +527,7 @@ msgid ""
527
527
msgstr ""
528
528
529
529
msgid "In other words:"
530
- msgstr ""
530
+ msgstr "Innymi słowami: "
531
531
532
532
msgid ""
533
533
"If we have a mutable object (:class:`list`, :class:`dict`, :class:`set`, "
@@ -596,7 +596,7 @@ msgid "Or using a callable object::"
596
596
msgstr ""
597
597
598
598
msgid "In both cases, ::"
599
- msgstr ""
599
+ msgstr "W obydwu przypadkach, :: "
600
600
601
601
msgid "gives a callable object where ``taxes(10e6) == 0.3 * 10e6 + 2``."
602
602
msgstr ""
@@ -719,12 +719,15 @@ msgid ""
719
719
msgstr ""
720
720
721
721
msgid "Is it possible to write obfuscated one-liners in Python?"
722
- msgstr ""
722
+ msgstr "Czy w Pythonie da się napisać pokręcony jednolinijkowy kod? "
723
723
724
724
msgid ""
725
725
"Yes. Usually this is done by nesting :keyword:`lambda` within :keyword:`!"
726
726
"lambda`. See the following three examples, due to Ulf Bartelt::"
727
727
msgstr ""
728
+ "Oczywiście. Zwykle odbywa się to poprzez zagnieżdżenie :keyword:`lambda` w :"
729
+ "keyword:`!lambda`. Zobacz nastąpujące trzy przykłady, autorstwo: Ulf "
730
+ "Bartelt::"
728
731
729
732
msgid "Don't try this at home, kids!"
730
733
msgstr "Nie próbujcie tego w domu, dzieciaki!"
0 commit comments