6
6
# Translators:
7
7
# Maciej Olko <[email protected] >, 2021
8
8
# Waldemar Stoczkowski, 2023
9
- # Stan Ulbrych, 2024
9
+ # Stan Ulbrych, 2025
10
10
#
11
11
#, fuzzy
12
12
msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.13\n "
15
15
"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 "
17
17
"PO-Revision-Date : 2021-06-28 00:47+0000\n "
18
- "Last-Translator : Stan Ulbrych, 2024 \n "
18
+ "Last-Translator : Stan Ulbrych, 2025 \n "
19
19
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -221,7 +221,7 @@ msgid ""
221
221
msgstr ""
222
222
223
223
msgid "``y*`` (:term:`bytes-like object`) [Py_buffer]"
224
- msgstr ""
224
+ msgstr "``y*`` (:term:`bytes-like object`) [Py_buffer] "
225
225
226
226
msgid ""
227
227
"This variant on ``s*`` doesn't accept Unicode objects, only bytes-like "
@@ -241,7 +241,7 @@ msgstr ""
241
241
"obiekty."
242
242
243
243
msgid "``S`` (:class:`bytes`) [PyBytesObject \\ *]"
244
- msgstr ""
244
+ msgstr "``S`` (:class:`bytes`) [PyBytesObject \\ *] "
245
245
246
246
msgid ""
247
247
"Requires that the Python object is a :class:`bytes` object, without "
@@ -250,7 +250,7 @@ msgid ""
250
250
msgstr ""
251
251
252
252
msgid "``Y`` (:class:`bytearray`) [PyByteArrayObject \\ *]"
253
- msgstr ""
253
+ msgstr "``Y`` (:class:`bytearray`) [PyByteArrayObject \\ *] "
254
254
255
255
msgid ""
256
256
"Requires that the Python object is a :class:`bytearray` object, without "
@@ -260,7 +260,7 @@ msgid ""
260
260
msgstr ""
261
261
262
262
msgid "``U`` (:class:`str`) [PyObject \\ *]"
263
- msgstr ""
263
+ msgstr "``U`` (:class:`str`) [PyObject \\ *] "
264
264
265
265
msgid ""
266
266
"Requires that the Python object is a Unicode object, without attempting any "
@@ -409,23 +409,23 @@ msgid ""
409
409
msgstr ""
410
410
411
411
msgid "``b`` (:class:`int`) [unsigned char]"
412
- msgstr ""
412
+ msgstr "``b`` (:class:`int`) [unsigned char] "
413
413
414
414
msgid ""
415
415
"Convert a nonnegative Python integer to an unsigned tiny integer, stored in "
416
416
"a C :c:expr:`unsigned char`."
417
417
msgstr ""
418
418
419
419
msgid "``B`` (:class:`int`) [unsigned char]"
420
- msgstr ""
420
+ msgstr "``B`` (:class:`int`) [unsigned char] "
421
421
422
422
msgid ""
423
423
"Convert a Python integer to a tiny integer without overflow checking, stored "
424
424
"in a C :c:expr:`unsigned char`."
425
425
msgstr ""
426
426
427
427
msgid "``h`` (:class:`int`) [short int]"
428
- msgstr ""
428
+ msgstr "``h`` (:class:`int`) [short int] "
429
429
430
430
msgid "Convert a Python integer to a C :c:expr:`short int`."
431
431
msgstr ""
@@ -439,35 +439,35 @@ msgid ""
439
439
msgstr ""
440
440
441
441
msgid "``i`` (:class:`int`) [int]"
442
- msgstr ""
442
+ msgstr "``i`` (:class:`int`) [int] "
443
443
444
444
msgid "Convert a Python integer to a plain C :c:expr:`int`."
445
445
msgstr ""
446
446
447
447
msgid "``I`` (:class:`int`) [unsigned int]"
448
- msgstr ""
448
+ msgstr "``I`` (:class:`int`) [unsigned int] "
449
449
450
450
msgid ""
451
451
"Convert a Python integer to a C :c:expr:`unsigned int`, without overflow "
452
452
"checking."
453
453
msgstr ""
454
454
455
455
msgid "``l`` (:class:`int`) [long int]"
456
- msgstr ""
456
+ msgstr "``l`` (:class:`int`) [long int] "
457
457
458
458
msgid "Convert a Python integer to a C :c:expr:`long int`."
459
459
msgstr ""
460
460
461
461
msgid "``k`` (:class:`int`) [unsigned long]"
462
- msgstr ""
462
+ msgstr "``k`` (:class:`int`) [unsigned long] "
463
463
464
464
msgid ""
465
465
"Convert a Python integer to a C :c:expr:`unsigned long` without overflow "
466
466
"checking."
467
467
msgstr ""
468
468
469
469
msgid "``L`` (:class:`int`) [long long]"
470
- msgstr ""
470
+ msgstr "``L`` (:class:`int`) [long long] "
471
471
472
472
msgid "Convert a Python integer to a C :c:expr:`long long`."
473
473
msgstr ""
@@ -481,7 +481,7 @@ msgid ""
481
481
msgstr ""
482
482
483
483
msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
484
- msgstr ""
484
+ msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`] "
485
485
486
486
msgid "Convert a Python integer to a C :c:type:`Py_ssize_t`."
487
487
msgstr ""
@@ -506,19 +506,19 @@ msgid ""
506
506
msgstr ""
507
507
508
508
msgid "``f`` (:class:`float`) [float]"
509
- msgstr ""
509
+ msgstr "``f`` (:class:`float`) [float] "
510
510
511
511
msgid "Convert a Python floating-point number to a C :c:expr:`float`."
512
512
msgstr ""
513
513
514
514
msgid "``d`` (:class:`float`) [double]"
515
- msgstr ""
515
+ msgstr "``d`` (:class:`float`) [double] "
516
516
517
517
msgid "Convert a Python floating-point number to a C :c:expr:`double`."
518
518
msgstr ""
519
519
520
520
msgid "``D`` (:class:`complex`) [Py_complex]"
521
- msgstr ""
521
+ msgstr "``D`` (:class:`complex`) [Py_complex] "
522
522
523
523
msgid "Convert a Python complex number to a C :c:type:`Py_complex` structure."
524
524
msgstr ""
@@ -527,7 +527,7 @@ msgid "Other objects"
527
527
msgstr "Inne obiekty"
528
528
529
529
msgid "``O`` (object) [PyObject \\ *]"
530
- msgstr ""
530
+ msgstr "``O`` (object) [PyObject \\ *] "
531
531
532
532
msgid ""
533
533
"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."
586
586
msgstr ""
587
587
588
588
msgid "``p`` (:class:`bool`) [int]"
589
- msgstr ""
589
+ msgstr "``p`` (:class:`bool`) [int] "
590
590
591
591
msgid ""
592
592
"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."
928
928
msgstr ""
929
929
930
930
msgid "``b`` (:class:`int`) [char]"
931
- msgstr ""
931
+ msgstr "``b`` (:class:`int`) [char] "
932
932
933
933
msgid "Convert a plain C :c:expr:`char` to a Python integer object."
934
934
msgstr ""
@@ -980,7 +980,7 @@ msgid "Convert a C :c:expr:`float` to a Python floating-point number."
980
980
msgstr ""
981
981
982
982
msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
983
- msgstr ""
983
+ msgstr "``D`` (:class:`complex`) [Py_complex \\ *] "
984
984
985
985
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
986
986
msgstr ""
@@ -995,13 +995,13 @@ msgid ""
995
995
msgstr ""
996
996
997
997
msgid "``S`` (object) [PyObject \\ *]"
998
- msgstr ""
998
+ msgstr "``S`` (object) [PyObject \\ *] "
999
999
1000
1000
msgid "Same as ``O``."
1001
1001
msgstr ""
1002
1002
1003
1003
msgid "``N`` (object) [PyObject \\ *]"
1004
- msgstr ""
1004
+ msgstr "``N`` (object) [PyObject \\ *] "
1005
1005
1006
1006
msgid ""
1007
1007
"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
@@ -1010,7 +1010,7 @@ msgid ""
1010
1010
msgstr ""
1011
1011
1012
1012
msgid "``O&`` (object) [*converter*, *anything*]"
1013
- msgstr ""
1013
+ msgstr "``O&`` (object) [*converter*, *anything*] "
1014
1014
1015
1015
msgid ""
1016
1016
"Convert *anything* to a Python object through a *converter* function. The "
@@ -1033,7 +1033,7 @@ msgid ""
1033
1033
msgstr ""
1034
1034
1035
1035
msgid "``{items}`` (:class:`dict`) [*matching-items*]"
1036
- msgstr ""
1036
+ msgstr "``{items}`` (:class:`dict`) [*matching-items*] "
1037
1037
1038
1038
msgid ""
1039
1039
"Convert a sequence of C values to a Python dictionary. Each pair of "
0 commit comments