55#
66# Translators:
77# python-doc bot, 2025
8+ # Blessing Oluronbi, 2026
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.15\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-05-08 18:34 +0000\n "
15+ "POT-Creation-Date : 2026-05-09 14:43 +0000\n "
1516"PO-Revision-Date : 2025-09-16 00:00+0000\n "
16- "Last-Translator : python-doc bot, 2025 \n "
17+ "Last-Translator : Blessing Oluronbi, 2026 \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 "Type Object Structures"
27- msgstr ""
28+ msgstr "Struktury obiektów typu "
2829
2930msgid ""
3031"Perhaps one of the most important structures of the Python object system is "
@@ -35,6 +36,13 @@ msgid ""
3536"they are very important to the interpreter itself and to any extension "
3637"module that implements new types."
3738msgstr ""
39+ "Prawdopodobnie jedną z najważniejszych struktur systemu obiektów Python jest "
40+ "struktura definiująca nowy typ: struktura :c:type:`PyTypeObject`. Obiekty "
41+ "typów można obsługiwać za pomocą dowolnej z funkcja ``PyObject_*`` lub "
42+ "``PyType_*``, ale nie oferują one wiele interesującego dla większości "
43+ "aplikacja Python. Obiekty te są fundamentalne dla zachowania obiektów, "
44+ "dlatego są bardzo ważne dla samego interpreter i rozszerz moduł rozszerzeń "
45+ "wdraża nowe typy."
3846
3947msgid ""
4048"Type objects are fairly large compared to most of the standard types. The "
@@ -44,30 +52,38 @@ msgid ""
4452"detail in this section. The fields will be described in the order in which "
4553"they occur in the structure."
4654msgstr ""
55+ "wartośćObiekty typu są dość duże w porównaniu z większością typów "
56+ "standardowych. Wynika to z faktu, że każdy obiekt typu przechowuje dużą "
57+ "liczbę wdraża wartość, głównie wskaźników do funkcja języka C, z których "
58+ "każdy wdraża niewielką część funkcjonalności typu. Pola obiektu typu zostaną "
59+ "szczegółowo omówione w tej sekcji. Zostaną one opisane w kolejności, w "
60+ "jakiej występują w strukturze."
4761
4862msgid ""
4963"In addition to the following quick reference, the :ref:`typedef-examples` "
5064"section provides at-a-glance insight into the meaning and use of :c:type:"
5165"`PyTypeObject`."
5266msgstr ""
67+ "Oprócz poniższego szybkiego odniesienia sekcja :ref:`typedef-examples` "
68+ "umożliwia szybki wgląd w znaczenie i użycie :c:type:`PyTypeObject`."
5369
5470msgid "Quick Reference"
55- msgstr ""
71+ msgstr "Szybkie odniesienie "
5672
5773msgid "\" tp slots\" "
58- msgstr ""
74+ msgstr "„gniazda tp” "
5975
6076msgid "PyTypeObject Slot [#slots]_"
61- msgstr ""
77+ msgstr "PyTypeObject Slot 1'[#slots]_' "
6278
6379msgid ":ref:`Type <slot-typedefs-table>`"
64- msgstr ":ref:`Type <slot-typedefs-table>`"
80+ msgstr ":ref:`Wpisz ' <slot-typedefs-table>`' `"
6581
6682msgid "special methods/attrs"
67- msgstr ""
83+ msgstr "metody/atrybuty specjalne "
6884
6985msgid "Info [#cols]_"
70- msgstr ""
86+ msgstr "Informacje [#cols]_ "
7187
7288msgid "O"
7389msgstr "O"
@@ -85,10 +101,10 @@ msgid "<R> :c:member:`~PyTypeObject.tp_name`"
85101msgstr "<R> :c:member:`~PyTypeObject.tp_name`"
86102
87103msgid "const char *"
88- msgstr ""
104+ msgstr "znak stały * "
89105
90106msgid "__name__"
91- msgstr "__name__ "
107+ msgstr "__nazwa__ "
92108
93109msgid "X"
94110msgstr "X"
@@ -103,16 +119,16 @@ msgid ":c:member:`~PyTypeObject.tp_itemsize`"
103119msgstr ":c:member:`~PyTypeObject.tp_itemsize`"
104120
105121msgid ":c:member:`~PyTypeObject.tp_dealloc`"
106- msgstr ":c:member:`~PyTypeObject.tp_dealloc`"
122+ msgstr ":c:member:`~PyTypeObject.tp_dealloc`' "
107123
108124msgid ":c:type:`destructor`"
109- msgstr ":c:type:`destructor`"
125+ msgstr " ' :c:type:`destructor`' "
110126
111127msgid ":c:member:`~PyTypeObject.tp_vectorcall_offset`"
112128msgstr ":c:member:`~PyTypeObject.tp_vectorcall_offset`"
113129
114130msgid "(:c:member:`~PyTypeObject.tp_getattr`)"
115- msgstr "( :c:member:`~PyTypeObject.tp_getattr`)"
131+ msgstr " '(' :c:member:`~PyTypeObject.tp_getattr`)"
116132
117133msgid ":c:type:`getattrfunc`"
118134msgstr ":c:type:`getattrfunc`"
0 commit comments