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.12\n "
13
13
"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 "
15
15
"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 "
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 "
@@ -259,7 +259,7 @@ msgid ""
259
259
msgstr ""
260
260
261
261
msgid "``U`` (:class:`str`) [PyObject \\ *]"
262
- msgstr ""
262
+ msgstr "``U`` (:class:`str`) [PyObject \\ *] "
263
263
264
264
msgid ""
265
265
"Requires that the Python object is a Unicode object, without attempting any "
@@ -408,23 +408,23 @@ msgid ""
408
408
msgstr ""
409
409
410
410
msgid "``b`` (:class:`int`) [unsigned char]"
411
- msgstr ""
411
+ msgstr "``b`` (:class:`int`) [unsigned char] "
412
412
413
413
msgid ""
414
414
"Convert a nonnegative Python integer to an unsigned tiny integer, stored in "
415
415
"a C :c:expr:`unsigned char`."
416
416
msgstr ""
417
417
418
418
msgid "``B`` (:class:`int`) [unsigned char]"
419
- msgstr ""
419
+ msgstr "``B`` (:class:`int`) [unsigned char] "
420
420
421
421
msgid ""
422
422
"Convert a Python integer to a tiny integer without overflow checking, stored "
423
423
"in a C :c:expr:`unsigned char`."
424
424
msgstr ""
425
425
426
426
msgid "``h`` (:class:`int`) [short int]"
427
- msgstr ""
427
+ msgstr "``h`` (:class:`int`) [short int] "
428
428
429
429
msgid "Convert a Python integer to a C :c:expr:`short int`."
430
430
msgstr ""
@@ -438,35 +438,35 @@ msgid ""
438
438
msgstr ""
439
439
440
440
msgid "``i`` (:class:`int`) [int]"
441
- msgstr ""
441
+ msgstr "``i`` (:class:`int`) [int] "
442
442
443
443
msgid "Convert a Python integer to a plain C :c:expr:`int`."
444
444
msgstr ""
445
445
446
446
msgid "``I`` (:class:`int`) [unsigned int]"
447
- msgstr ""
447
+ msgstr "``I`` (:class:`int`) [unsigned int] "
448
448
449
449
msgid ""
450
450
"Convert a Python integer to a C :c:expr:`unsigned int`, without overflow "
451
451
"checking."
452
452
msgstr ""
453
453
454
454
msgid "``l`` (:class:`int`) [long int]"
455
- msgstr ""
455
+ msgstr "``l`` (:class:`int`) [long int] "
456
456
457
457
msgid "Convert a Python integer to a C :c:expr:`long int`."
458
458
msgstr ""
459
459
460
460
msgid "``k`` (:class:`int`) [unsigned long]"
461
- msgstr ""
461
+ msgstr "``k`` (:class:`int`) [unsigned long] "
462
462
463
463
msgid ""
464
464
"Convert a Python integer to a C :c:expr:`unsigned long` without overflow "
465
465
"checking."
466
466
msgstr ""
467
467
468
468
msgid "``L`` (:class:`int`) [long long]"
469
- msgstr ""
469
+ msgstr "``L`` (:class:`int`) [long long] "
470
470
471
471
msgid "Convert a Python integer to a C :c:expr:`long long`."
472
472
msgstr ""
@@ -480,7 +480,7 @@ msgid ""
480
480
msgstr ""
481
481
482
482
msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
483
- msgstr ""
483
+ msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`] "
484
484
485
485
msgid "Convert a Python integer to a C :c:type:`Py_ssize_t`."
486
486
msgstr ""
@@ -505,19 +505,19 @@ msgid ""
505
505
msgstr ""
506
506
507
507
msgid "``f`` (:class:`float`) [float]"
508
- msgstr ""
508
+ msgstr "``f`` (:class:`float`) [float] "
509
509
510
510
msgid "Convert a Python floating-point number to a C :c:expr:`float`."
511
511
msgstr ""
512
512
513
513
msgid "``d`` (:class:`float`) [double]"
514
- msgstr ""
514
+ msgstr "``d`` (:class:`float`) [double] "
515
515
516
516
msgid "Convert a Python floating-point number to a C :c:expr:`double`."
517
517
msgstr ""
518
518
519
519
msgid "``D`` (:class:`complex`) [Py_complex]"
520
- msgstr ""
520
+ msgstr "``D`` (:class:`complex`) [Py_complex] "
521
521
522
522
msgid "Convert a Python complex number to a C :c:type:`Py_complex` structure."
523
523
msgstr ""
@@ -526,7 +526,7 @@ msgid "Other objects"
526
526
msgstr "Inne obiekty"
527
527
528
528
msgid "``O`` (object) [PyObject \\ *]"
529
- msgstr ""
529
+ msgstr "``O`` (object) [PyObject \\ *] "
530
530
531
531
msgid ""
532
532
"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."
585
585
msgstr ""
586
586
587
587
msgid "``p`` (:class:`bool`) [int]"
588
- msgstr ""
588
+ msgstr "``p`` (:class:`bool`) [int] "
589
589
590
590
msgid ""
591
591
"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."
894
894
msgstr ""
895
895
896
896
msgid "``b`` (:class:`int`) [char]"
897
- msgstr ""
897
+ msgstr "``b`` (:class:`int`) [char] "
898
898
899
899
msgid "Convert a plain C :c:expr:`char` to a Python integer object."
900
900
msgstr ""
@@ -946,7 +946,7 @@ msgid "Convert a C :c:expr:`float` to a Python floating-point number."
946
946
msgstr ""
947
947
948
948
msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
949
- msgstr ""
949
+ msgstr "``D`` (:class:`complex`) [Py_complex \\ *] "
950
950
951
951
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
952
952
msgstr ""
@@ -961,13 +961,13 @@ msgid ""
961
961
msgstr ""
962
962
963
963
msgid "``S`` (object) [PyObject \\ *]"
964
- msgstr ""
964
+ msgstr "``S`` (object) [PyObject \\ *] "
965
965
966
966
msgid "Same as ``O``."
967
967
msgstr ""
968
968
969
969
msgid "``N`` (object) [PyObject \\ *]"
970
- msgstr ""
970
+ msgstr "``N`` (object) [PyObject \\ *] "
971
971
972
972
msgid ""
973
973
"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
@@ -976,7 +976,7 @@ msgid ""
976
976
msgstr ""
977
977
978
978
msgid "``O&`` (object) [*converter*, *anything*]"
979
- msgstr ""
979
+ msgstr "``O&`` (object) [*converter*, *anything*] "
980
980
981
981
msgid ""
982
982
"Convert *anything* to a Python object through a *converter* function. The "
@@ -999,7 +999,7 @@ msgid ""
999
999
msgstr ""
1000
1000
1001
1001
msgid "``{items}`` (:class:`dict`) [*matching-items*]"
1002
- msgstr ""
1002
+ msgstr "``{items}`` (:class:`dict`) [*matching-items*] "
1003
1003
1004
1004
msgid ""
1005
1005
"Convert a sequence of C values to a Python dictionary. Each pair of "
0 commit comments