@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.15\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-06-02 00:16 +0000\n "
15+ "POT-Creation-Date : 2026-06-11 17:33 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:02+0000\n "
1717"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2026\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1372,13 +1372,12 @@ msgid ""
13721372"parrot('a thousand', state='pushing up the daisies') # 1 positional, 1 "
13731373"keyword"
13741374msgstr ""
1375- "parrot(1000) # 1 argument "
1376- "pozycyjny\n"
1377- "parrot(voltage=1000) # 1 argument nazwany\n"
1378- "parrot(voltage=1000000, action='FRUUUUU') # 2 argumenty nazwane\n"
1379- "parrot(action='FRUUUUU', voltage=1000000) # 2 argumenty nazwane\n"
1380- "parrot('miliona', 'wyzionęła ducha', 'hop') # 3 argumenty pozycyjne\n"
1381- "parrot('tysiąca', state='wącha kwiatki') # 1 pozycyjny, 1 nazwany"
1375+ "parrot(1000) # 1 argument pozycyjny\n"
1376+ "parrot(voltage=1000) # 1 argument nazwany\n"
1377+ "parrot(voltage=1000000, action='FRUUUUU') # 2 argumenty nazwane\n"
1378+ "parrot(action='FRUUUUU', voltage=1000000) # 2 argumenty nazwane\n"
1379+ "parrot('miliona', 'wyzionęła ducha', 'hop') # 3 argumenty pozycyjne\n"
1380+ "parrot('tysiąca', state='wącha kwiatki') # 1 pozycyjny, 1 nazwany"
13821381
13831382msgid "but all the following calls would be invalid::"
13841383msgstr "ale wszystkie poniższe wywołania byłyby niepoprawne::"
@@ -1390,12 +1389,12 @@ msgid ""
13901389"parrot(110, voltage=220) # duplicate value for the same argument\n"
13911390"parrot(actor='John Cleese') # unknown keyword argument"
13921391msgstr ""
1393- "parrot() # brakuje wymaganego argumentu\n"
1392+ "parrot() # brakuje wymaganego argumentu\n"
13941393"parrot(voltage=5.0, 'zdechła') # argument nie-nazwany za argumentem "
13951394"nazwanym\n"
1396- "parrot(110, voltage=220) # zduplikowana wartość dla tego samego "
1395+ "parrot(110, voltage=220) # zduplikowana wartość dla tego samego "
13971396"argumentu\n"
1398- "parrot(actor='John Cleese') # nieznany argument nazwany"
1397+ "parrot(actor='John Cleese') # nieznany argument nazwany"
13991398
14001399msgid ""
14011400"In a function call, keyword arguments must follow positional arguments. All "
0 commit comments