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.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-01-21 22:20 +0000\n "
14+ "POT-Creation-Date : 2025-02-14 15:32 +0000\n "
1515"PO-Revision-Date : 2023-05-24 02:08+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 "
@@ -304,7 +304,7 @@ msgid ""
304304msgstr ""
305305
306306msgid "``U`` (:class:`str`) [PyObject \\ *]"
307- msgstr ""
307+ msgstr "``U`` (:class:`str`) [PyObject \\ *] "
308308
309309msgid ""
310310"Requires that the Python object is a Unicode object, without attempting any "
@@ -433,23 +433,23 @@ msgid "Numbers"
433433msgstr "Liczby"
434434
435435msgid "``b`` (:class:`int`) [unsigned char]"
436- msgstr ""
436+ msgstr "``b`` (:class:`int`) [unsigned char] "
437437
438438msgid ""
439439"Convert a nonnegative Python integer to an unsigned tiny int, stored in a C :"
440440"c:expr:`unsigned char`."
441441msgstr ""
442442
443443msgid "``B`` (:class:`int`) [unsigned char]"
444- msgstr ""
444+ msgstr "``B`` (:class:`int`) [unsigned char] "
445445
446446msgid ""
447447"Convert a Python integer to a tiny int without overflow checking, stored in "
448448"a C :c:expr:`unsigned char`."
449449msgstr ""
450450
451451msgid "``h`` (:class:`int`) [short int]"
452- msgstr ""
452+ msgstr "``h`` (:class:`int`) [short int] "
453453
454454msgid "Convert a Python integer to a C :c:expr:`short int`."
455455msgstr ""
@@ -463,35 +463,35 @@ msgid ""
463463msgstr ""
464464
465465msgid "``i`` (:class:`int`) [int]"
466- msgstr ""
466+ msgstr "``i`` (:class:`int`) [int] "
467467
468468msgid "Convert a Python integer to a plain C :c:expr:`int`."
469469msgstr ""
470470
471471msgid "``I`` (:class:`int`) [unsigned int]"
472- msgstr ""
472+ msgstr "``I`` (:class:`int`) [unsigned int] "
473473
474474msgid ""
475475"Convert a Python integer to a C :c:expr:`unsigned int`, without overflow "
476476"checking."
477477msgstr ""
478478
479479msgid "``l`` (:class:`int`) [long int]"
480- msgstr ""
480+ msgstr "``l`` (:class:`int`) [long int] "
481481
482482msgid "Convert a Python integer to a C :c:expr:`long int`."
483483msgstr ""
484484
485485msgid "``k`` (:class:`int`) [unsigned long]"
486- msgstr ""
486+ msgstr "``k`` (:class:`int`) [unsigned long] "
487487
488488msgid ""
489489"Convert a Python integer to a C :c:expr:`unsigned long` without overflow "
490490"checking."
491491msgstr ""
492492
493493msgid "``L`` (:class:`int`) [long long]"
494- msgstr ""
494+ msgstr "``L`` (:class:`int`) [long long] "
495495
496496msgid "Convert a Python integer to a C :c:expr:`long long`."
497497msgstr ""
@@ -505,7 +505,7 @@ msgid ""
505505msgstr ""
506506
507507msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
508- msgstr ""
508+ msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`] "
509509
510510msgid "Convert a Python integer to a C :c:type:`Py_ssize_t`."
511511msgstr ""
@@ -530,19 +530,19 @@ msgid ""
530530msgstr ""
531531
532532msgid "``f`` (:class:`float`) [float]"
533- msgstr ""
533+ msgstr "``f`` (:class:`float`) [float] "
534534
535535msgid "Convert a Python floating point number to a C :c:expr:`float`."
536536msgstr ""
537537
538538msgid "``d`` (:class:`float`) [double]"
539- msgstr ""
539+ msgstr "``d`` (:class:`float`) [double] "
540540
541541msgid "Convert a Python floating point number to a C :c:expr:`double`."
542542msgstr ""
543543
544544msgid "``D`` (:class:`complex`) [Py_complex]"
545- msgstr ""
545+ msgstr "``D`` (:class:`complex`) [Py_complex] "
546546
547547msgid "Convert a Python complex number to a C :c:type:`Py_complex` structure."
548548msgstr ""
@@ -551,7 +551,7 @@ msgid "Other objects"
551551msgstr "Inne obiekty"
552552
553553msgid "``O`` (object) [PyObject \\ *]"
554- msgstr ""
554+ msgstr "``O`` (object) [PyObject \\ *] "
555555
556556msgid ""
557557"Store a Python object (without any conversion) in a C object pointer. The C "
@@ -572,7 +572,7 @@ msgid ""
572572msgstr ""
573573
574574msgid "``O&`` (object) [*converter*, *anything*]"
575- msgstr ""
575+ msgstr "``O&`` (object) [*converter*, *anything*] "
576576
577577msgid ""
578578"Convert a Python object to a C variable through a *converter* function. "
@@ -602,7 +602,7 @@ msgid "``Py_CLEANUP_SUPPORTED`` was added."
602602msgstr "``Py_CLEANUP_SUPPORTED`` został dodany."
603603
604604msgid "``p`` (:class:`bool`) [int]"
605- msgstr ""
605+ msgstr "``p`` (:class:`bool`) [int] "
606606
607607msgid ""
608608"Tests the value passed in for truth (a boolean **p**\\ redicate) and "
@@ -901,7 +901,7 @@ msgid "Convert a plain C :c:expr:`int` to a Python integer object."
901901msgstr ""
902902
903903msgid "``b`` (:class:`int`) [char]"
904- msgstr ""
904+ msgstr "``b`` (:class:`int`) [char] "
905905
906906msgid "Convert a plain C :c:expr:`char` to a Python integer object."
907907msgstr ""
@@ -953,7 +953,7 @@ msgid "Convert a C :c:expr:`float` to a Python floating point number."
953953msgstr ""
954954
955955msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
956- msgstr ""
956+ msgstr "``D`` (:class:`complex`) [Py_complex \\ *] "
957957
958958msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
959959msgstr ""
@@ -968,13 +968,13 @@ msgid ""
968968msgstr ""
969969
970970msgid "``S`` (object) [PyObject \\ *]"
971- msgstr ""
971+ msgstr "``S`` (object) [PyObject \\ *] "
972972
973973msgid "Same as ``O``."
974974msgstr ""
975975
976976msgid "``N`` (object) [PyObject \\ *]"
977- msgstr ""
977+ msgstr "``N`` (object) [PyObject \\ *] "
978978
979979msgid ""
980980"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
@@ -1003,7 +1003,7 @@ msgid ""
10031003msgstr ""
10041004
10051005msgid "``{items}`` (:class:`dict`) [*matching-items*]"
1006- msgstr ""
1006+ msgstr "``{items}`` (:class:`dict`) [*matching-items*] "
10071007
10081008msgid ""
10091009"Convert a sequence of C values to a Python dictionary. Each pair of "
0 commit comments