4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
7
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8
8
#
9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"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 "
15
15
"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 "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -220,7 +220,7 @@ msgid ""
220
220
msgstr ""
221
221
222
222
msgid "``y*`` (:term:`bytes-like object`) [Py_buffer]"
223
- msgstr ""
223
+ msgstr "``y*`` (:term:`bytes-like object`) [Py_buffer] "
224
224
225
225
msgid ""
226
226
"This variant on ``s*`` doesn't accept Unicode objects, only bytes-like "
@@ -240,7 +240,7 @@ msgstr ""
240
240
"obiekty."
241
241
242
242
msgid "``S`` (:class:`bytes`) [PyBytesObject \\ *]"
243
- msgstr ""
243
+ msgstr "``S`` (:class:`bytes`) [PyBytesObject \\ *] "
244
244
245
245
msgid ""
246
246
"Requires that the Python object is a :class:`bytes` object, without "
@@ -249,7 +249,7 @@ msgid ""
249
249
msgstr ""
250
250
251
251
msgid "``Y`` (:class:`bytearray`) [PyByteArrayObject \\ *]"
252
- msgstr ""
252
+ msgstr "``Y`` (:class:`bytearray`) [PyByteArrayObject \\ *] "
253
253
254
254
msgid ""
255
255
"Requires that the Python object is a :class:`bytearray` object, without "
@@ -304,7 +304,7 @@ msgid ""
304
304
msgstr ""
305
305
306
306
msgid "``U`` (:class:`str`) [PyObject \\ *]"
307
- msgstr ""
307
+ msgstr "``U`` (:class:`str`) [PyObject \\ *] "
308
308
309
309
msgid ""
310
310
"Requires that the Python object is a Unicode object, without attempting any "
@@ -433,23 +433,23 @@ msgid "Numbers"
433
433
msgstr "Liczby"
434
434
435
435
msgid "``b`` (:class:`int`) [unsigned char]"
436
- msgstr ""
436
+ msgstr "``b`` (:class:`int`) [unsigned char] "
437
437
438
438
msgid ""
439
439
"Convert a nonnegative Python integer to an unsigned tiny int, stored in a C :"
440
440
"c:expr:`unsigned char`."
441
441
msgstr ""
442
442
443
443
msgid "``B`` (:class:`int`) [unsigned char]"
444
- msgstr ""
444
+ msgstr "``B`` (:class:`int`) [unsigned char] "
445
445
446
446
msgid ""
447
447
"Convert a Python integer to a tiny int without overflow checking, stored in "
448
448
"a C :c:expr:`unsigned char`."
449
449
msgstr ""
450
450
451
451
msgid "``h`` (:class:`int`) [short int]"
452
- msgstr ""
452
+ msgstr "``h`` (:class:`int`) [short int] "
453
453
454
454
msgid "Convert a Python integer to a C :c:expr:`short int`."
455
455
msgstr ""
@@ -463,35 +463,35 @@ msgid ""
463
463
msgstr ""
464
464
465
465
msgid "``i`` (:class:`int`) [int]"
466
- msgstr ""
466
+ msgstr "``i`` (:class:`int`) [int] "
467
467
468
468
msgid "Convert a Python integer to a plain C :c:expr:`int`."
469
469
msgstr ""
470
470
471
471
msgid "``I`` (:class:`int`) [unsigned int]"
472
- msgstr ""
472
+ msgstr "``I`` (:class:`int`) [unsigned int] "
473
473
474
474
msgid ""
475
475
"Convert a Python integer to a C :c:expr:`unsigned int`, without overflow "
476
476
"checking."
477
477
msgstr ""
478
478
479
479
msgid "``l`` (:class:`int`) [long int]"
480
- msgstr ""
480
+ msgstr "``l`` (:class:`int`) [long int] "
481
481
482
482
msgid "Convert a Python integer to a C :c:expr:`long int`."
483
483
msgstr ""
484
484
485
485
msgid "``k`` (:class:`int`) [unsigned long]"
486
- msgstr ""
486
+ msgstr "``k`` (:class:`int`) [unsigned long] "
487
487
488
488
msgid ""
489
489
"Convert a Python integer to a C :c:expr:`unsigned long` without overflow "
490
490
"checking."
491
491
msgstr ""
492
492
493
493
msgid "``L`` (:class:`int`) [long long]"
494
- msgstr ""
494
+ msgstr "``L`` (:class:`int`) [long long] "
495
495
496
496
msgid "Convert a Python integer to a C :c:expr:`long long`."
497
497
msgstr ""
@@ -505,7 +505,7 @@ msgid ""
505
505
msgstr ""
506
506
507
507
msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
508
- msgstr ""
508
+ msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`] "
509
509
510
510
msgid "Convert a Python integer to a C :c:type:`Py_ssize_t`."
511
511
msgstr ""
@@ -530,19 +530,19 @@ msgid ""
530
530
msgstr ""
531
531
532
532
msgid "``f`` (:class:`float`) [float]"
533
- msgstr ""
533
+ msgstr "``f`` (:class:`float`) [float] "
534
534
535
535
msgid "Convert a Python floating point number to a C :c:expr:`float`."
536
536
msgstr ""
537
537
538
538
msgid "``d`` (:class:`float`) [double]"
539
- msgstr ""
539
+ msgstr "``d`` (:class:`float`) [double] "
540
540
541
541
msgid "Convert a Python floating point number to a C :c:expr:`double`."
542
542
msgstr ""
543
543
544
544
msgid "``D`` (:class:`complex`) [Py_complex]"
545
- msgstr ""
545
+ msgstr "``D`` (:class:`complex`) [Py_complex] "
546
546
547
547
msgid "Convert a Python complex number to a C :c:type:`Py_complex` structure."
548
548
msgstr ""
@@ -551,7 +551,7 @@ msgid "Other objects"
551
551
msgstr "Inne obiekty"
552
552
553
553
msgid "``O`` (object) [PyObject \\ *]"
554
- msgstr ""
554
+ msgstr "``O`` (object) [PyObject \\ *] "
555
555
556
556
msgid ""
557
557
"Store a Python object (without any conversion) in a C object pointer. The C "
@@ -572,7 +572,7 @@ msgid ""
572
572
msgstr ""
573
573
574
574
msgid "``O&`` (object) [*converter*, *anything*]"
575
- msgstr ""
575
+ msgstr "``O&`` (object) [*converter*, *anything*] "
576
576
577
577
msgid ""
578
578
"Convert a Python object to a C variable through a *converter* function. "
@@ -602,7 +602,7 @@ msgid "``Py_CLEANUP_SUPPORTED`` was added."
602
602
msgstr "``Py_CLEANUP_SUPPORTED`` został dodany."
603
603
604
604
msgid "``p`` (:class:`bool`) [int]"
605
- msgstr ""
605
+ msgstr "``p`` (:class:`bool`) [int] "
606
606
607
607
msgid ""
608
608
"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."
901
901
msgstr ""
902
902
903
903
msgid "``b`` (:class:`int`) [char]"
904
- msgstr ""
904
+ msgstr "``b`` (:class:`int`) [char] "
905
905
906
906
msgid "Convert a plain C :c:expr:`char` to a Python integer object."
907
907
msgstr ""
@@ -953,7 +953,7 @@ msgid "Convert a C :c:expr:`float` to a Python floating point number."
953
953
msgstr ""
954
954
955
955
msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
956
- msgstr ""
956
+ msgstr "``D`` (:class:`complex`) [Py_complex \\ *] "
957
957
958
958
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
959
959
msgstr ""
@@ -968,13 +968,13 @@ msgid ""
968
968
msgstr ""
969
969
970
970
msgid "``S`` (object) [PyObject \\ *]"
971
- msgstr ""
971
+ msgstr "``S`` (object) [PyObject \\ *] "
972
972
973
973
msgid "Same as ``O``."
974
974
msgstr ""
975
975
976
976
msgid "``N`` (object) [PyObject \\ *]"
977
- msgstr ""
977
+ msgstr "``N`` (object) [PyObject \\ *] "
978
978
979
979
msgid ""
980
980
"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
@@ -1003,7 +1003,7 @@ msgid ""
1003
1003
msgstr ""
1004
1004
1005
1005
msgid "``{items}`` (:class:`dict`) [*matching-items*]"
1006
- msgstr ""
1006
+ msgstr "``{items}`` (:class:`dict`) [*matching-items*] "
1007
1007
1008
1008
msgid ""
1009
1009
"Convert a sequence of C values to a Python dictionary. Each pair of "
0 commit comments