Skip to content

Commit 61eb71e

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 20746ea commit 61eb71e

29 files changed

+315
-269
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
1818
![98.38% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-98.38%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.89%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.91%25-0.svg)
2020
![7 tłumaczy](https://img.shields.io/badge/tłumaczy-7-0.svg)
2121
<!-- [[[end]]] -->
2222

c-api/arg.po

+27-27
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
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
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"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"
1515
"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"
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 ""
220220
msgstr ""
221221

222222
msgid "``y*`` (:term:`bytes-like object`) [Py_buffer]"
223-
msgstr ""
223+
msgstr "``y*`` (:term:`bytes-like object`) [Py_buffer]"
224224

225225
msgid ""
226226
"This variant on ``s*`` doesn't accept Unicode objects, only bytes-like "
@@ -240,7 +240,7 @@ msgstr ""
240240
"obiekty."
241241

242242
msgid "``S`` (:class:`bytes`) [PyBytesObject \\*]"
243-
msgstr ""
243+
msgstr "``S`` (:class:`bytes`) [PyBytesObject \\*]"
244244

245245
msgid ""
246246
"Requires that the Python object is a :class:`bytes` object, without "
@@ -249,7 +249,7 @@ msgid ""
249249
msgstr ""
250250

251251
msgid "``Y`` (:class:`bytearray`) [PyByteArrayObject \\*]"
252-
msgstr ""
252+
msgstr "``Y`` (:class:`bytearray`) [PyByteArrayObject \\*]"
253253

254254
msgid ""
255255
"Requires that the Python object is a :class:`bytearray` object, without "
@@ -259,7 +259,7 @@ msgid ""
259259
msgstr ""
260260

261261
msgid "``U`` (:class:`str`) [PyObject \\*]"
262-
msgstr ""
262+
msgstr "``U`` (:class:`str`) [PyObject \\*]"
263263

264264
msgid ""
265265
"Requires that the Python object is a Unicode object, without attempting any "
@@ -408,23 +408,23 @@ msgid ""
408408
msgstr ""
409409

410410
msgid "``b`` (:class:`int`) [unsigned char]"
411-
msgstr ""
411+
msgstr "``b`` (:class:`int`) [unsigned char]"
412412

413413
msgid ""
414414
"Convert a nonnegative Python integer to an unsigned tiny integer, stored in "
415415
"a C :c:expr:`unsigned char`."
416416
msgstr ""
417417

418418
msgid "``B`` (:class:`int`) [unsigned char]"
419-
msgstr ""
419+
msgstr "``B`` (:class:`int`) [unsigned char]"
420420

421421
msgid ""
422422
"Convert a Python integer to a tiny integer without overflow checking, stored "
423423
"in a C :c:expr:`unsigned char`."
424424
msgstr ""
425425

426426
msgid "``h`` (:class:`int`) [short int]"
427-
msgstr ""
427+
msgstr "``h`` (:class:`int`) [short int]"
428428

429429
msgid "Convert a Python integer to a C :c:expr:`short int`."
430430
msgstr ""
@@ -438,35 +438,35 @@ msgid ""
438438
msgstr ""
439439

440440
msgid "``i`` (:class:`int`) [int]"
441-
msgstr ""
441+
msgstr "``i`` (:class:`int`) [int]"
442442

443443
msgid "Convert a Python integer to a plain C :c:expr:`int`."
444444
msgstr ""
445445

446446
msgid "``I`` (:class:`int`) [unsigned int]"
447-
msgstr ""
447+
msgstr "``I`` (:class:`int`) [unsigned int]"
448448

449449
msgid ""
450450
"Convert a Python integer to a C :c:expr:`unsigned int`, without overflow "
451451
"checking."
452452
msgstr ""
453453

454454
msgid "``l`` (:class:`int`) [long int]"
455-
msgstr ""
455+
msgstr "``l`` (:class:`int`) [long int]"
456456

457457
msgid "Convert a Python integer to a C :c:expr:`long int`."
458458
msgstr ""
459459

460460
msgid "``k`` (:class:`int`) [unsigned long]"
461-
msgstr ""
461+
msgstr "``k`` (:class:`int`) [unsigned long]"
462462

463463
msgid ""
464464
"Convert a Python integer to a C :c:expr:`unsigned long` without overflow "
465465
"checking."
466466
msgstr ""
467467

468468
msgid "``L`` (:class:`int`) [long long]"
469-
msgstr ""
469+
msgstr "``L`` (:class:`int`) [long long]"
470470

471471
msgid "Convert a Python integer to a C :c:expr:`long long`."
472472
msgstr ""
@@ -480,7 +480,7 @@ msgid ""
480480
msgstr ""
481481

482482
msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
483-
msgstr ""
483+
msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
484484

485485
msgid "Convert a Python integer to a C :c:type:`Py_ssize_t`."
486486
msgstr ""
@@ -505,19 +505,19 @@ msgid ""
505505
msgstr ""
506506

507507
msgid "``f`` (:class:`float`) [float]"
508-
msgstr ""
508+
msgstr "``f`` (:class:`float`) [float]"
509509

510510
msgid "Convert a Python floating-point number to a C :c:expr:`float`."
511511
msgstr ""
512512

513513
msgid "``d`` (:class:`float`) [double]"
514-
msgstr ""
514+
msgstr "``d`` (:class:`float`) [double]"
515515

516516
msgid "Convert a Python floating-point number to a C :c:expr:`double`."
517517
msgstr ""
518518

519519
msgid "``D`` (:class:`complex`) [Py_complex]"
520-
msgstr ""
520+
msgstr "``D`` (:class:`complex`) [Py_complex]"
521521

522522
msgid "Convert a Python complex number to a C :c:type:`Py_complex` structure."
523523
msgstr ""
@@ -526,7 +526,7 @@ msgid "Other objects"
526526
msgstr "Inne obiekty"
527527

528528
msgid "``O`` (object) [PyObject \\*]"
529-
msgstr ""
529+
msgstr "``O`` (object) [PyObject \\*]"
530530

531531
msgid ""
532532
"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."
585585
msgstr ""
586586

587587
msgid "``p`` (:class:`bool`) [int]"
588-
msgstr ""
588+
msgstr "``p`` (:class:`bool`) [int]"
589589

590590
msgid ""
591591
"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."
894894
msgstr ""
895895

896896
msgid "``b`` (:class:`int`) [char]"
897-
msgstr ""
897+
msgstr "``b`` (:class:`int`) [char]"
898898

899899
msgid "Convert a plain C :c:expr:`char` to a Python integer object."
900900
msgstr ""
@@ -946,7 +946,7 @@ msgid "Convert a C :c:expr:`float` to a Python floating-point number."
946946
msgstr ""
947947

948948
msgid "``D`` (:class:`complex`) [Py_complex \\*]"
949-
msgstr ""
949+
msgstr "``D`` (:class:`complex`) [Py_complex \\*]"
950950

951951
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
952952
msgstr ""
@@ -961,13 +961,13 @@ msgid ""
961961
msgstr ""
962962

963963
msgid "``S`` (object) [PyObject \\*]"
964-
msgstr ""
964+
msgstr "``S`` (object) [PyObject \\*]"
965965

966966
msgid "Same as ``O``."
967967
msgstr ""
968968

969969
msgid "``N`` (object) [PyObject \\*]"
970-
msgstr ""
970+
msgstr "``N`` (object) [PyObject \\*]"
971971

972972
msgid ""
973973
"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
@@ -976,7 +976,7 @@ msgid ""
976976
msgstr ""
977977

978978
msgid "``O&`` (object) [*converter*, *anything*]"
979-
msgstr ""
979+
msgstr "``O&`` (object) [*converter*, *anything*]"
980980

981981
msgid ""
982982
"Convert *anything* to a Python object through a *converter* function. The "
@@ -999,7 +999,7 @@ msgid ""
999999
msgstr ""
10001000

10011001
msgid "``{items}`` (:class:`dict`) [*matching-items*]"
1002-
msgstr ""
1002+
msgstr "``{items}`` (:class:`dict`) [*matching-items*]"
10031003

10041004
msgid ""
10051005
"Convert a sequence of C values to a Python dictionary. Each pair of "

c-api/bytes.po

+15-15
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
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
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"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"
1515
"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"
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"
@@ -80,7 +80,7 @@ msgid "Comment"
8080
msgstr "komentarz"
8181

8282
msgid "``%%``"
83-
msgstr ""
83+
msgstr "``%%``"
8484

8585
msgid "*n/a*"
8686
msgstr ""
@@ -89,7 +89,7 @@ msgid "The literal % character."
8989
msgstr ""
9090

9191
msgid "``%c``"
92-
msgstr ""
92+
msgstr "``%c``"
9393

9494
msgid "int"
9595
msgstr "int"
@@ -98,13 +98,13 @@ msgid "A single byte, represented as a C int."
9898
msgstr ""
9999

100100
msgid "``%d``"
101-
msgstr ""
101+
msgstr "``%d``"
102102

103103
msgid "Equivalent to ``printf(\"%d\")``. [1]_"
104104
msgstr ""
105105

106106
msgid "``%u``"
107-
msgstr ""
107+
msgstr "``%u``"
108108

109109
msgid "unsigned int"
110110
msgstr "nieoznaczony typ int"
@@ -113,7 +113,7 @@ msgid "Equivalent to ``printf(\"%u\")``. [1]_"
113113
msgstr ""
114114

115115
msgid "``%ld``"
116-
msgstr ""
116+
msgstr "``%ld``"
117117

118118
msgid "long"
119119
msgstr ""
@@ -122,7 +122,7 @@ msgid "Equivalent to ``printf(\"%ld\")``. [1]_"
122122
msgstr ""
123123

124124
msgid "``%lu``"
125-
msgstr ""
125+
msgstr "``%lu``"
126126

127127
msgid "unsigned long"
128128
msgstr "nieoznaczony typ długi"
@@ -131,7 +131,7 @@ msgid "Equivalent to ``printf(\"%lu\")``. [1]_"
131131
msgstr ""
132132

133133
msgid "``%zd``"
134-
msgstr ""
134+
msgstr "``%zd``"
135135

136136
msgid ":c:type:`\\ Py_ssize_t`"
137137
msgstr ""
@@ -140,7 +140,7 @@ msgid "Equivalent to ``printf(\"%zd\")``. [1]_"
140140
msgstr ""
141141

142142
msgid "``%zu``"
143-
msgstr ""
143+
msgstr "``%zu``"
144144

145145
msgid "size_t"
146146
msgstr ""
@@ -149,19 +149,19 @@ msgid "Equivalent to ``printf(\"%zu\")``. [1]_"
149149
msgstr ""
150150

151151
msgid "``%i``"
152-
msgstr ""
152+
msgstr "``%i``"
153153

154154
msgid "Equivalent to ``printf(\"%i\")``. [1]_"
155155
msgstr ""
156156

157157
msgid "``%x``"
158-
msgstr ""
158+
msgstr "``%x``"
159159

160160
msgid "Equivalent to ``printf(\"%x\")``. [1]_"
161161
msgstr ""
162162

163163
msgid "``%s``"
164-
msgstr ""
164+
msgstr "``%s``"
165165

166166
msgid "const char\\*"
167167
msgstr ""
@@ -170,7 +170,7 @@ msgid "A null-terminated C character array."
170170
msgstr ""
171171

172172
msgid "``%p``"
173-
msgstr ""
173+
msgstr "``%p``"
174174

175175
msgid "const void\\*"
176176
msgstr ""

0 commit comments

Comments
 (0)