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

Skip to content

Commit 1c53052

Browse files
committed
Update translation from Transifex
1 parent dde00ce commit 1c53052

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

faq/programming.po

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Stefan Ocetkiewicz <[email protected]>, 2020
87
# m_aciek <[email protected]>, 2021
8+
# Stefan Ocetkiewicz <[email protected]>, 2022
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-05-23 06:25+0000\n"
1616
"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"
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"
@@ -189,13 +189,13 @@ msgid ""
189189
msgstr ""
190190

191191
msgid "This code:"
192-
msgstr ""
192+
msgstr "Ten kod:"
193193

194194
msgid "works, but this code:"
195-
msgstr ""
195+
msgstr "działa, ale ten kod:"
196196

197197
msgid "results in an UnboundLocalError:"
198-
msgstr ""
198+
msgstr "wywoła wyjątek UnboundLocalError:"
199199

200200
msgid ""
201201
"This is because when you make an assignment to a variable in a scope, that "
@@ -418,7 +418,7 @@ msgid ""
418418
msgstr ""
419419

420420
msgid "but::"
421-
msgstr ""
421+
msgstr "ale:"
422422

423423
msgid ""
424424
"This feature can be useful. When you have a function that's time-consuming "
@@ -445,7 +445,7 @@ msgid ""
445445
msgstr ""
446446

447447
msgid "What is the difference between arguments and parameters?"
448-
msgstr ""
448+
msgstr "Jaka jest różnica pomiędzy argumentami a parametrami?"
449449

450450
msgid ""
451451
":term:`Parameters <parameter>` are defined by the names that appear in a "
@@ -527,7 +527,7 @@ msgid ""
527527
msgstr ""
528528

529529
msgid "In other words:"
530-
msgstr ""
530+
msgstr "Innymi słowami:"
531531

532532
msgid ""
533533
"If we have a mutable object (:class:`list`, :class:`dict`, :class:`set`, "
@@ -596,7 +596,7 @@ msgid "Or using a callable object::"
596596
msgstr ""
597597

598598
msgid "In both cases, ::"
599-
msgstr ""
599+
msgstr "W obydwu przypadkach, ::"
600600

601601
msgid "gives a callable object where ``taxes(10e6) == 0.3 * 10e6 + 2``."
602602
msgstr ""
@@ -719,12 +719,15 @@ msgid ""
719719
msgstr ""
720720

721721
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?"
723723

724724
msgid ""
725725
"Yes. Usually this is done by nesting :keyword:`lambda` within :keyword:`!"
726726
"lambda`. See the following three examples, due to Ulf Bartelt::"
727727
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::"
728731

729732
msgid "Don't try this at home, kids!"
730733
msgstr "Nie próbujcie tego w domu, dzieciaki!"

0 commit comments

Comments
 (0)