55#
66# Translators:
77# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
8+ # Waldemar Stoczkowski, 2023
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.11\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-05-24 13:10 +0000\n "
15+ "POT-Creation-Date : 2023-06-09 14:40 +0000\n "
1516"PO-Revision-Date : 2023-05-24 02:08+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2023\n "
17+ "Last-Translator : Waldemar Stoczkowski , 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 "
@@ -38,6 +39,8 @@ msgid ""
3839"This does everything :c:func:`PyObject_Init` does, and also initializes the "
3940"length information for a variable-size object."
4041msgstr ""
42+ "Robi to wszystko, co robi :c:func:`PyObject_Init`, a także inicjalizuje "
43+ "informacje o długości obiektu o zmiennym rozmiarze."
4144
4245msgid ""
4346"Allocate a new Python object using the C structure type *TYPE* and the "
@@ -71,6 +74,9 @@ msgid ""
7174"using the :c:macro:`Py_None` macro, which evaluates to a pointer to this "
7275"object."
7376msgstr ""
77+ "Obiekt, który jest widoczny w Pythonie jako ``None``. Dostęp do niego "
78+ "powinien być możliwy tylko przy użyciu makra :c:macro:`Py_None`, które "
79+ "oblicza wskaźnik do tego obiektu."
7480
7581msgid ":c:func:`PyModule_Create`"
7682msgstr ":c:func:`PyModule_Create`"
0 commit comments