1010# gresm, 2024
1111# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1212# Maciej Olko <maciej.olko@gmail.com>, 2024
13+ # Stan U, 2024
1314#
1415#, fuzzy
1516msgid ""
1617msgstr ""
1718"Project-Id-Version : Python 3.13\n "
1819"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2024-11-15 14:18 +0000\n "
20+ "POT-Creation-Date : 2024-11-22 14:17 +0000\n "
2021"PO-Revision-Date : 2021-06-28 00:47+0000\n "
21- "Last-Translator : Maciej Olko <maciej.olko@gmail.com> , 2024\n "
22+ "Last-Translator : Stan U , 2024\n "
2223"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
2324"MIME-Version : 1.0\n "
2425"Content-Type : text/plain; charset=UTF-8\n "
@@ -385,6 +386,13 @@ msgid ""
385386" print(x)\n"
386387" return inner"
387388msgstr ""
389+ "def outer():\n"
390+ "x = 0\n"
391+ "def inner():\n"
392+ "nonlocal x\n"
393+ "x += 1\n"
394+ "print(x)\n"
395+ "return inner"
388396
389397msgid ""
390398"Due to the :attr:`codeobject.co_freevars` attribute (which, despite its "
@@ -493,7 +501,7 @@ msgid ""
493501msgstr ""
494502
495503msgid "CPython"
496- msgstr ""
504+ msgstr "CPython "
497505
498506msgid ""
499507"The canonical implementation of the Python programming language, as "
@@ -503,7 +511,7 @@ msgid ""
503511msgstr ""
504512
505513msgid "current context"
506- msgstr ""
514+ msgstr "bieżący kontekst "
507515
508516msgid ""
509517"The :term:`context` (:class:`contextvars.Context` object) that is currently "
@@ -545,7 +553,7 @@ msgid ""
545553msgstr ""
546554
547555msgid "descriptor"
548- msgstr ""
556+ msgstr "deskryptor "
549557
550558msgid ""
551559"Any object which defines the methods :meth:`~object.__get__`, :meth:`~object."
@@ -825,7 +833,7 @@ msgid ""
825833msgstr ""
826834
827835msgid "garbage collection"
828- msgstr ""
836+ msgstr "zbieranie śmieci "
829837
830838msgid ""
831839"The process of freeing memory when it is not used anymore. Python performs "
@@ -975,7 +983,7 @@ msgid ""
975983msgstr ""
976984
977985msgid "IDLE"
978- msgstr ""
986+ msgstr "IDLE "
979987
980988msgid ""
981989"An Integrated Development and Learning Environment for Python. :ref:`idle` "
0 commit comments