55#
66# Translators:
77# python-doc bot, 2025
8+ # Blessing Oluronbi, 2026
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.13\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-04-27 16:32 +0000\n "
15+ "POT-Creation-Date : 2026-05-09 16:22 +0000\n "
1516"PO-Revision-Date : 2025-09-15 01:03+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 Pythona "
40+ "jest struktura definiująca nowy typ: struktura :c:type:`PyTypeObject`. "
41+ "Obiekty typów można obsługiwać za pomocą dowolnej z funkcji ``PyObject_*`` "
42+ "lub ``PyType_*``, ale nie oferują one wiele interesującego dla większości "
43+ "aplikacji Pythona. Obiekty te są fundamentalne dla zachowania obiektów, "
44+ "dlatego są bardzo ważne dla samego interpretera i każdego modułu rozszerzeń "
45+ "implementującego 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+ "Obiekty typu są dość duże w porównaniu z większością typów standardowych. "
56+ "Wynika to z faktu, że każdy obiekt typu przechowuje dużą liczbę wartości, "
57+ "głównie wskaźników do funkcji języka C, z których każdy implementuje "
58+ "niewielką część funkcjonalności typu. Pola obiektu typu zostaną szczegółowo "
59+ "omówione w tej sekcji. Zostaną one opisane w kolejności, w jakiej występują "
60+ "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 krótkiego odniesienia, sekcja ta zapewnia szybki wgląd w "
68+ "znaczenie i użycie ."
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 "Gniazdo obiektu PyType [#slotów]_ "
6278
6379msgid ":ref:`Type <slot-typedefs-table>`"
6480msgstr ":ref:`Type <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,7 +101,7 @@ 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__"
91107msgstr "__name__"
0 commit comments