66# Translators:
77# Maciej Olko <maciej.olko@gmail.com>, 2021
88# Waldemar Stoczkowski, 2023
9- # Stan Ulbrych, 2024
9+ # Stan Ulbrych, 2025
1010#
1111#, fuzzy
1212msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.13\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2025-01-24 14:16 +0000\n "
16+ "POT-Creation-Date : 2025-02-03 17:40 +0000\n "
1717"PO-Revision-Date : 2021-06-28 00:47+0000\n "
18- "Last-Translator : Stan Ulbrych, 2024 \n "
18+ "Last-Translator : Stan Ulbrych, 2025 \n "
1919"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
2020"MIME-Version : 1.0\n "
2121"Content-Type : text/plain; charset=UTF-8\n "
@@ -221,7 +221,7 @@ msgid ""
221221msgstr ""
222222
223223msgid "``y*`` (:term:`bytes-like object`) [Py_buffer]"
224- msgstr ""
224+ msgstr "``y*`` (:term:`bytes-like object`) [Py_buffer] "
225225
226226msgid ""
227227"This variant on ``s*`` doesn't accept Unicode objects, only bytes-like "
@@ -241,7 +241,7 @@ msgstr ""
241241"obiekty."
242242
243243msgid "``S`` (:class:`bytes`) [PyBytesObject \\ *]"
244- msgstr ""
244+ msgstr "``S`` (:class:`bytes`) [PyBytesObject \\ *] "
245245
246246msgid ""
247247"Requires that the Python object is a :class:`bytes` object, without "
@@ -250,7 +250,7 @@ msgid ""
250250msgstr ""
251251
252252msgid "``Y`` (:class:`bytearray`) [PyByteArrayObject \\ *]"
253- msgstr ""
253+ msgstr "``Y`` (:class:`bytearray`) [PyByteArrayObject \\ *] "
254254
255255msgid ""
256256"Requires that the Python object is a :class:`bytearray` object, without "
@@ -260,7 +260,7 @@ msgid ""
260260msgstr ""
261261
262262msgid "``U`` (:class:`str`) [PyObject \\ *]"
263- msgstr ""
263+ msgstr "``U`` (:class:`str`) [PyObject \\ *] "
264264
265265msgid ""
266266"Requires that the Python object is a Unicode object, without attempting any "
@@ -409,23 +409,23 @@ msgid ""
409409msgstr ""
410410
411411msgid "``b`` (:class:`int`) [unsigned char]"
412- msgstr ""
412+ msgstr "``b`` (:class:`int`) [unsigned char] "
413413
414414msgid ""
415415"Convert a nonnegative Python integer to an unsigned tiny integer, stored in "
416416"a C :c:expr:`unsigned char`."
417417msgstr ""
418418
419419msgid "``B`` (:class:`int`) [unsigned char]"
420- msgstr ""
420+ msgstr "``B`` (:class:`int`) [unsigned char] "
421421
422422msgid ""
423423"Convert a Python integer to a tiny integer without overflow checking, stored "
424424"in a C :c:expr:`unsigned char`."
425425msgstr ""
426426
427427msgid "``h`` (:class:`int`) [short int]"
428- msgstr ""
428+ msgstr "``h`` (:class:`int`) [short int] "
429429
430430msgid "Convert a Python integer to a C :c:expr:`short int`."
431431msgstr ""
@@ -439,35 +439,35 @@ msgid ""
439439msgstr ""
440440
441441msgid "``i`` (:class:`int`) [int]"
442- msgstr ""
442+ msgstr "``i`` (:class:`int`) [int] "
443443
444444msgid "Convert a Python integer to a plain C :c:expr:`int`."
445445msgstr ""
446446
447447msgid "``I`` (:class:`int`) [unsigned int]"
448- msgstr ""
448+ msgstr "``I`` (:class:`int`) [unsigned int] "
449449
450450msgid ""
451451"Convert a Python integer to a C :c:expr:`unsigned int`, without overflow "
452452"checking."
453453msgstr ""
454454
455455msgid "``l`` (:class:`int`) [long int]"
456- msgstr ""
456+ msgstr "``l`` (:class:`int`) [long int] "
457457
458458msgid "Convert a Python integer to a C :c:expr:`long int`."
459459msgstr ""
460460
461461msgid "``k`` (:class:`int`) [unsigned long]"
462- msgstr ""
462+ msgstr "``k`` (:class:`int`) [unsigned long] "
463463
464464msgid ""
465465"Convert a Python integer to a C :c:expr:`unsigned long` without overflow "
466466"checking."
467467msgstr ""
468468
469469msgid "``L`` (:class:`int`) [long long]"
470- msgstr ""
470+ msgstr "``L`` (:class:`int`) [long long] "
471471
472472msgid "Convert a Python integer to a C :c:expr:`long long`."
473473msgstr ""
@@ -481,7 +481,7 @@ msgid ""
481481msgstr ""
482482
483483msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
484- msgstr ""
484+ msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`] "
485485
486486msgid "Convert a Python integer to a C :c:type:`Py_ssize_t`."
487487msgstr ""
@@ -506,19 +506,19 @@ msgid ""
506506msgstr ""
507507
508508msgid "``f`` (:class:`float`) [float]"
509- msgstr ""
509+ msgstr "``f`` (:class:`float`) [float] "
510510
511511msgid "Convert a Python floating-point number to a C :c:expr:`float`."
512512msgstr ""
513513
514514msgid "``d`` (:class:`float`) [double]"
515- msgstr ""
515+ msgstr "``d`` (:class:`float`) [double] "
516516
517517msgid "Convert a Python floating-point number to a C :c:expr:`double`."
518518msgstr ""
519519
520520msgid "``D`` (:class:`complex`) [Py_complex]"
521- msgstr ""
521+ msgstr "``D`` (:class:`complex`) [Py_complex] "
522522
523523msgid "Convert a Python complex number to a C :c:type:`Py_complex` structure."
524524msgstr ""
@@ -527,7 +527,7 @@ msgid "Other objects"
527527msgstr "Inne obiekty"
528528
529529msgid "``O`` (object) [PyObject \\ *]"
530- msgstr ""
530+ msgstr "``O`` (object) [PyObject \\ *] "
531531
532532msgid ""
533533"Store a Python object (without any conversion) in a C object pointer. The C "
@@ -586,7 +586,7 @@ msgid ":c:macro:`!Py_CLEANUP_SUPPORTED` was added."
586586msgstr ""
587587
588588msgid "``p`` (:class:`bool`) [int]"
589- msgstr ""
589+ msgstr "``p`` (:class:`bool`) [int] "
590590
591591msgid ""
592592"Tests the value passed in for truth (a boolean **p**\\ redicate) and "
@@ -928,7 +928,7 @@ msgid "Convert a plain C :c:expr:`int` to a Python integer object."
928928msgstr ""
929929
930930msgid "``b`` (:class:`int`) [char]"
931- msgstr ""
931+ msgstr "``b`` (:class:`int`) [char] "
932932
933933msgid "Convert a plain C :c:expr:`char` to a Python integer object."
934934msgstr ""
@@ -980,7 +980,7 @@ msgid "Convert a C :c:expr:`float` to a Python floating-point number."
980980msgstr ""
981981
982982msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
983- msgstr ""
983+ msgstr "``D`` (:class:`complex`) [Py_complex \\ *] "
984984
985985msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
986986msgstr ""
@@ -995,13 +995,13 @@ msgid ""
995995msgstr ""
996996
997997msgid "``S`` (object) [PyObject \\ *]"
998- msgstr ""
998+ msgstr "``S`` (object) [PyObject \\ *] "
999999
10001000msgid "Same as ``O``."
10011001msgstr ""
10021002
10031003msgid "``N`` (object) [PyObject \\ *]"
1004- msgstr ""
1004+ msgstr "``N`` (object) [PyObject \\ *] "
10051005
10061006msgid ""
10071007"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
@@ -1010,7 +1010,7 @@ msgid ""
10101010msgstr ""
10111011
10121012msgid "``O&`` (object) [*converter*, *anything*]"
1013- msgstr ""
1013+ msgstr "``O&`` (object) [*converter*, *anything*] "
10141014
10151015msgid ""
10161016"Convert *anything* to a Python object through a *converter* function. The "
@@ -1033,7 +1033,7 @@ msgid ""
10331033msgstr ""
10341034
10351035msgid "``{items}`` (:class:`dict`) [*matching-items*]"
1036- msgstr ""
1036+ msgstr "``{items}`` (:class:`dict`) [*matching-items*] "
10371037
10381038msgid ""
10391039"Convert a sequence of C values to a Python dictionary. Each pair of "
0 commit comments