44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Rafael Fontenelle <rffontenelle@gmail.com>,2024
7+ # Rafael Fontenelle <rffontenelle@gmail.com>,2025
88#
99#, fuzzy
1010msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.12\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-01-24 14:52+0000\n "
14+ "POT-Creation-Date :2025-02-07 14:52+0000\n "
1515"PO-Revision-Date :2024-05-11 00:32+0000\n "
16- "Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>,2024 \n "
16+ "Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>,2025 \n "
1717"Language-Team :Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1818"MIME-Version :1.0\n "
1919"Content-Type :text/plain; charset=UTF-8\n "
@@ -220,7 +220,7 @@ msgid ""
220220msgstr ""
221221
222222msgid "``y*`` (:term:`bytes-like object`) [Py_buffer]"
223- msgstr ""
223+ msgstr "``y*`` (:term:`bytes-like object`) [Py_buffer] "
224224
225225msgid ""
226226"This variant on ``s*`` doesn't accept Unicode objects, only bytes-like "
@@ -240,7 +240,7 @@ msgstr ""
240240"obiekty."
241241
242242msgid "``S`` (:class:`bytes`) [PyBytesObject\\ *]"
243- msgstr ""
243+ msgstr "``S`` (:class:`bytes`) [PyBytesObject \\ *] "
244244
245245msgid ""
246246"Requires that the Python object is a :class:`bytes` object, without "
@@ -249,7 +249,7 @@ msgid ""
249249msgstr ""
250250
251251msgid "``Y`` (:class:`bytearray`) [PyByteArrayObject\\ *]"
252- msgstr ""
252+ msgstr "``Y`` (:class:`bytearray`) [PyByteArrayObject \\ *] "
253253
254254msgid ""
255255"Requires that the Python object is a :class:`bytearray` object, without "
@@ -259,7 +259,7 @@ msgid ""
259259msgstr ""
260260
261261msgid "``U`` (:class:`str`) [PyObject\\ *]"
262- msgstr ""
262+ msgstr "``U`` (:class:`str`) [PyObject \\ *] "
263263
264264msgid ""
265265"Requires that the Python object is a Unicode object, without attempting any "
@@ -408,23 +408,23 @@ msgid ""
408408msgstr ""
409409
410410msgid "``b`` (:class:`int`) [unsigned char]"
411- msgstr ""
411+ msgstr "``b`` (:class:`int`) [unsigned char] "
412412
413413msgid ""
414414"Convert a nonnegative Python integer to an unsigned tiny integer, stored in "
415415"a C :c:expr:`unsigned char`."
416416msgstr ""
417417
418418msgid "``B`` (:class:`int`) [unsigned char]"
419- msgstr ""
419+ msgstr "``B`` (:class:`int`) [unsigned char] "
420420
421421msgid ""
422422"Convert a Python integer to a tiny integer without overflow checking, stored "
423423"in a C :c:expr:`unsigned char`."
424424msgstr ""
425425
426426msgid "``h`` (:class:`int`) [short int]"
427- msgstr ""
427+ msgstr "``h`` (:class:`int`) [short int] "
428428
429429msgid "Convert a Python integer to a C :c:expr:`short int`."
430430msgstr ""
@@ -438,35 +438,35 @@ msgid ""
438438msgstr ""
439439
440440msgid "``i`` (:class:`int`) [int]"
441- msgstr ""
441+ msgstr "``i`` (:class:`int`) [int] "
442442
443443msgid "Convert a Python integer to a plain C :c:expr:`int`."
444444msgstr ""
445445
446446msgid "``I`` (:class:`int`) [unsigned int]"
447- msgstr ""
447+ msgstr "``I`` (:class:`int`) [unsigned int] "
448448
449449msgid ""
450450"Convert a Python integer to a C :c:expr:`unsigned int`, without overflow "
451451"checking."
452452msgstr ""
453453
454454msgid "``l`` (:class:`int`) [long int]"
455- msgstr ""
455+ msgstr "``l`` (:class:`int`) [long int] "
456456
457457msgid "Convert a Python integer to a C :c:expr:`long int`."
458458msgstr ""
459459
460460msgid "``k`` (:class:`int`) [unsigned long]"
461- msgstr ""
461+ msgstr "``k`` (:class:`int`) [unsigned long] "
462462
463463msgid ""
464464"Convert a Python integer to a C :c:expr:`unsigned long` without overflow "
465465"checking."
466466msgstr ""
467467
468468msgid "``L`` (:class:`int`) [long long]"
469- msgstr ""
469+ msgstr "``L`` (:class:`int`) [long long] "
470470
471471msgid "Convert a Python integer to a C :c:expr:`long long`."
472472msgstr ""
@@ -480,7 +480,7 @@ msgid ""
480480msgstr ""
481481
482482msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
483- msgstr ""
483+ msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`] "
484484
485485msgid "Convert a Python integer to a C :c:type:`Py_ssize_t`."
486486msgstr ""
@@ -505,19 +505,19 @@ msgid ""
505505msgstr ""
506506
507507msgid "``f`` (:class:`float`) [float]"
508- msgstr ""
508+ msgstr "``f`` (:class:`float`) [float] "
509509
510510msgid "Convert a Python floating-point number to a C :c:expr:`float`."
511511msgstr ""
512512
513513msgid "``d`` (:class:`float`) [double]"
514- msgstr ""
514+ msgstr "``d`` (:class:`float`) [double] "
515515
516516msgid "Convert a Python floating-point number to a C :c:expr:`double`."
517517msgstr ""
518518
519519msgid "``D`` (:class:`complex`) [Py_complex]"
520- msgstr ""
520+ msgstr "``D`` (:class:`complex`) [Py_complex] "
521521
522522msgid "Convert a Python complex number to a C :c:type:`Py_complex` structure."
523523msgstr ""
@@ -526,7 +526,7 @@ msgid "Other objects"
526526msgstr "Inne obiekty"
527527
528528msgid "``O`` (object) [PyObject\\ *]"
529- msgstr ""
529+ msgstr "``O`` (object) [PyObject \\ *] "
530530
531531msgid ""
532532"Store a Python object (without any conversion) in a C object pointer. The C "
@@ -585,7 +585,7 @@ msgid ":c:macro:`!Py_CLEANUP_SUPPORTED` was added."
585585msgstr ""
586586
587587msgid "``p`` (:class:`bool`) [int]"
588- msgstr ""
588+ msgstr "``p`` (:class:`bool`) [int] "
589589
590590msgid ""
591591"Tests the value passed in for truth (a boolean **p**\\ redicate) and "
@@ -894,7 +894,7 @@ msgid "Convert a plain C :c:expr:`int` to a Python integer object."
894894msgstr ""
895895
896896msgid "``b`` (:class:`int`) [char]"
897- msgstr ""
897+ msgstr "``b`` (:class:`int`) [char] "
898898
899899msgid "Convert a plain C :c:expr:`char` to a Python integer object."
900900msgstr ""
@@ -946,7 +946,7 @@ msgid "Convert a C :c:expr:`float` to a Python floating-point number."
946946msgstr ""
947947
948948msgid "``D`` (:class:`complex`) [Py_complex\\ *]"
949- msgstr ""
949+ msgstr "``D`` (:class:`complex`) [Py_complex \\ *] "
950950
951951msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
952952msgstr ""
@@ -961,13 +961,13 @@ msgid ""
961961msgstr ""
962962
963963msgid "``S`` (object) [PyObject\\ *]"
964- msgstr ""
964+ msgstr "``S`` (object) [PyObject \\ *] "
965965
966966msgid "Same as ``O``."
967967msgstr ""
968968
969969msgid "``N`` (object) [PyObject\\ *]"
970- msgstr ""
970+ msgstr "``N`` (object) [PyObject \\ *] "
971971
972972msgid ""
973973"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
@@ -976,7 +976,7 @@ msgid ""
976976msgstr ""
977977
978978msgid "``O&`` (object) [*converter*, *anything*]"
979- msgstr ""
979+ msgstr "``O&`` (object) [*converter*, *anything*] "
980980
981981msgid ""
982982"Convert *anything* to a Python object through a *converter* function. The "
@@ -999,7 +999,7 @@ msgid ""
999999msgstr ""
10001000
10011001msgid "``{items}`` (:class:`dict`) [*matching-items*]"
1002- msgstr ""
1002+ msgstr "``{items}`` (:class:`dict`) [*matching-items*] "
10031003
10041004msgid ""
10051005"Convert a sequence of C values to a Python dictionary. Each pair of "