File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ f'''''')
1616]]] -->
1717![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18- ![ 56.85 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-56.85 %25-0.svg )
18+ ![ 56.92 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-56.92 %25-0.svg )
1919![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-3.24%25-0.svg )
2020![ 24 tłumaczy] ( https://img.shields.io/badge/tłumaczy-24-0.svg )
2121<!-- [[[end]]] -->
Original file line number Diff line number Diff line change @@ -1409,6 +1409,14 @@ msgid ""
14091409" for kw in keywords:\n"
14101410" print(kw, \" :\" , keywords[kw])"
14111411msgstr ""
1412+ "def cheeseshop(kind, *arguments, **keywords):\n"
1413+ " print(\" -- Czy jest może\" , kind, \" ?\" )\n"
1414+ " print(\" -- Przykro mi, nie mamy już sera\" , kind)\n"
1415+ " for arg in arguments:\n"
1416+ " print(arg)\n"
1417+ " print(\" -\" * 40)\n"
1418+ " for kw in keywords:\n"
1419+ " print(kw, \" :\" , keywords[kw])"
14121420
14131421msgid "It could be called like this::"
14141422msgstr "Można ją wywołać w ten sposób::"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-08-09 16:36 +0000\n "
14+ "POT-Creation-Date : 2024-08-31 10:59 +0000\n "
1515"PO-Revision-Date : 2021-06-28 01:51+0000\n "
1616"
Last-Translator :
Seweryn Piórkowski <[email protected] >, 2021\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
You can’t perform that action at this time.
0 commit comments