55#
66# Translators:
77# Waldemar Stoczkowski, 2023
8+ # haaritsubaki, 2023
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.12\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-08-11 14:13+0000\n "
15+ "POT-Creation-Date : 2023-08-18 14:13+0000\n "
1516"PO-Revision-Date : 2021-06-28 00:47+0000\n "
16- "Last-Translator : Waldemar Stoczkowski , 2023\n "
17+ "Last-Translator : haaritsubaki , 2023\n "
1718"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -24,7 +25,7 @@ msgstr ""
2425"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2526
2627msgid "Allocating Objects on the Heap"
27- msgstr ""
28+ msgstr "Przydzielanie obiektów na stercie "
2829
2930msgid ""
3031"Initialize a newly allocated object *op* with its type and initial "
@@ -33,6 +34,12 @@ msgid ""
3334"detector's set of observed objects. Other fields of the object are not "
3435"affected."
3536msgstr ""
37+ "Inicjalizacja nowo przydzielonego obiektu o nazwie *op*, określa jego typ "
38+ "oraz początkowe odniesienie. Funkcja zwraca zainicjowany obiekt. Jeżeli "
39+ "wartość *type* wskazuje, że obiekt bierze udział w detekcji cyklicznych "
40+ "zbędnych danych \" garbage detector\" , to zostaje on dodany do zbioru "
41+ "obiektów obserwowanych przez detektor. Pozostałe pola obiektu pozostają "
42+ "niezmienione."
3643
3744msgid ""
3845"This does everything :c:func:`PyObject_Init` does, and also initializes the "
0 commit comments