Skip to content

Commit cf58a20

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 03fff05 commit cf58a20

File tree

121 files changed

+14463
-2730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+14463
-2730
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
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
![82.28% Language Switcher](https://img.shields.io/badge/language_switcher-82.28%25-0.svg)
19-
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.30%25-0.svg)
19+
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.40%25-0.svg)
2020
![25 Translators](https://img.shields.io/badge/Translators-25-0.svg)
2121
<!-- [[[end]]] -->
2222

README.md

Lines changed: 1 addition & 1 deletion
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
![82.28% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-82.28%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.29%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.40%25-0.svg)
2020
![25 tłumaczy](https://img.shields.io/badge/tłumaczy-25-0.svg)
2121
<!-- [[[end]]] -->
2222

c-api/call.po

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# Translators:
77
# Maciej Olko <[email protected]>, 2024
8-
# Stan U, 2024
98
# Rafael Fontenelle <[email protected]>, 2024
9+
# Stanislaw Ulbrych, 2024
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2024-11-29 14:18+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
18-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
18+
"Last-Translator: Stanislaw Ulbrych, 2024\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"
@@ -246,7 +246,7 @@ msgid "kwargs"
246246
msgstr ""
247247

248248
msgid ":c:func:`PyObject_Call`"
249-
msgstr ""
249+
msgstr ":c:func:`PyObject_Call`"
250250

251251
msgid "``PyObject *``"
252252
msgstr ""
@@ -258,64 +258,64 @@ msgid "dict/``NULL``"
258258
msgstr ""
259259

260260
msgid ":c:func:`PyObject_CallNoArgs`"
261-
msgstr ""
261+
msgstr ":c:func:`PyObject_CallNoArgs`"
262262

263263
msgid "---"
264264
msgstr ""
265265

266266
msgid ":c:func:`PyObject_CallOneArg`"
267-
msgstr ""
267+
msgstr ":c:func:`PyObject_CallOneArg`"
268268

269269
msgid "1 object"
270270
msgstr ""
271271

272272
msgid ":c:func:`PyObject_CallObject`"
273-
msgstr ""
273+
msgstr ":c:func:`PyObject_CallObject`"
274274

275275
msgid "tuple/``NULL``"
276276
msgstr ""
277277

278278
msgid ":c:func:`PyObject_CallFunction`"
279-
msgstr ""
279+
msgstr ":c:func:`PyObject_CallFunction`"
280280

281281
msgid "format"
282282
msgstr "format"
283283

284284
msgid ":c:func:`PyObject_CallMethod`"
285-
msgstr ""
285+
msgstr ":c:func:`PyObject_CallMethod`"
286286

287287
msgid "obj + ``char*``"
288288
msgstr ""
289289

290290
msgid ":c:func:`PyObject_CallFunctionObjArgs`"
291-
msgstr ""
291+
msgstr ":c:func:`PyObject_CallFunctionObjArgs`"
292292

293293
msgid "variadic"
294294
msgstr ""
295295

296296
msgid ":c:func:`PyObject_CallMethodObjArgs`"
297-
msgstr ""
297+
msgstr ":c:func:`PyObject_CallMethodObjArgs`"
298298

299299
msgid "obj + name"
300300
msgstr ""
301301

302302
msgid ":c:func:`PyObject_CallMethodNoArgs`"
303-
msgstr ""
303+
msgstr ":c:func:`PyObject_CallMethodNoArgs`"
304304

305305
msgid ":c:func:`PyObject_CallMethodOneArg`"
306-
msgstr ""
306+
msgstr ":c:func:`PyObject_CallMethodOneArg`"
307307

308308
msgid ":c:func:`PyObject_Vectorcall`"
309-
msgstr ""
309+
msgstr ":c:func:`PyObject_Vectorcall`"
310310

311311
msgid "vectorcall"
312312
msgstr ""
313313

314314
msgid ":c:func:`PyObject_VectorcallDict`"
315-
msgstr ""
315+
msgstr ":c:func:`PyObject_VectorcallDict`"
316316

317317
msgid ":c:func:`PyObject_VectorcallMethod`"
318-
msgstr ""
318+
msgstr ":c:func:`PyObject_VectorcallMethod`"
319319

320320
msgid "arg + name"
321321
msgstr ""

c-api/contextvars.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ msgid "The type object representing the *context variable token* type."
6868
msgstr ""
6969

7070
msgid "Type-check macros:"
71-
msgstr ""
71+
msgstr "Sprawdzanie typu makr:"
7272

7373
msgid ""
7474
"Return true if *o* is of type :c:data:`PyContext_Type`. *o* must not be "

c-api/datetime.po

Lines changed: 61 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Transifex Bot <>, 2023
7+
# Stanislaw Ulbrych, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.11\n"
12+
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-05-19 14:13+0000\n"
14+
"POT-Creation-Date: 2024-11-29 14:18+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
16-
"Last-Translator: Transifex Bot <>, 2023\n"
16+
"Last-Translator: Stanislaw Ulbrych, 2024\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"
@@ -30,12 +30,52 @@ msgid ""
3030
"Various date and time objects are supplied by the :mod:`datetime` module. "
3131
"Before using any of these functions, the header file :file:`datetime.h` must "
3232
"be included in your source (note that this is not included by :file:`Python."
33-
"h`), and the macro :c:macro:`PyDateTime_IMPORT` must be invoked, usually as "
33+
"h`), and the macro :c:macro:`!PyDateTime_IMPORT` must be invoked, usually as "
3434
"part of the module initialisation function. The macro puts a pointer to a C "
35-
"structure into a static variable, :c:data:`PyDateTimeAPI`, that is used by "
35+
"structure into a static variable, :c:data:`!PyDateTimeAPI`, that is used by "
3636
"the following macros."
3737
msgstr ""
3838

39+
msgid "This subtype of :c:type:`PyObject` represents a Python date object."
40+
msgstr ""
41+
42+
msgid "This subtype of :c:type:`PyObject` represents a Python datetime object."
43+
msgstr ""
44+
45+
msgid "This subtype of :c:type:`PyObject` represents a Python time object."
46+
msgstr ""
47+
48+
msgid ""
49+
"This subtype of :c:type:`PyObject` represents the difference between two "
50+
"datetime values."
51+
msgstr ""
52+
53+
msgid ""
54+
"This instance of :c:type:`PyTypeObject` represents the Python date type; it "
55+
"is the same object as :class:`datetime.date` in the Python layer."
56+
msgstr ""
57+
58+
msgid ""
59+
"This instance of :c:type:`PyTypeObject` represents the Python datetime type; "
60+
"it is the same object as :class:`datetime.datetime` in the Python layer."
61+
msgstr ""
62+
63+
msgid ""
64+
"This instance of :c:type:`PyTypeObject` represents the Python time type; it "
65+
"is the same object as :class:`datetime.time` in the Python layer."
66+
msgstr ""
67+
68+
msgid ""
69+
"This instance of :c:type:`PyTypeObject` represents Python type for the "
70+
"difference between two datetime values; it is the same object as :class:"
71+
"`datetime.timedelta` in the Python layer."
72+
msgstr ""
73+
74+
msgid ""
75+
"This instance of :c:type:`PyTypeObject` represents the Python time zone info "
76+
"type; it is the same object as :class:`datetime.tzinfo` in the Python layer."
77+
msgstr ""
78+
3979
msgid "Macro for access to the UTC singleton:"
4080
msgstr ""
4181

@@ -45,12 +85,12 @@ msgid ""
4585
msgstr ""
4686

4787
msgid "Type-check macros:"
48-
msgstr ""
88+
msgstr "Sprawdzanie typu makr:"
4989

5090
msgid ""
5191
"Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype "
52-
"of :c:data:`PyDateTime_DateType`. *ob* must not be ``NULL``. This function "
53-
"always succeeds."
92+
"of :c:data:`!PyDateTime_DateType`. *ob* must not be ``NULL``. This "
93+
"function always succeeds."
5494
msgstr ""
5595

5696
msgid ""
@@ -60,7 +100,7 @@ msgstr ""
60100

61101
msgid ""
62102
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
63-
"subtype of :c:data:`PyDateTime_DateTimeType`. *ob* must not be ``NULL``. "
103+
"subtype of :c:data:`!PyDateTime_DateTimeType`. *ob* must not be ``NULL``. "
64104
"This function always succeeds."
65105
msgstr ""
66106

@@ -71,8 +111,8 @@ msgstr ""
71111

72112
msgid ""
73113
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype "
74-
"of :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``. This function "
75-
"always succeeds."
114+
"of :c:data:`!PyDateTime_TimeType`. *ob* must not be ``NULL``. This "
115+
"function always succeeds."
76116
msgstr ""
77117

78118
msgid ""
@@ -82,7 +122,7 @@ msgstr ""
82122

83123
msgid ""
84124
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype "
85-
"of :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
125+
"of :c:data:`!PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
86126
"function always succeeds."
87127
msgstr ""
88128

@@ -93,7 +133,7 @@ msgstr ""
93133

94134
msgid ""
95135
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype "
96-
"of :c:data:`PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
136+
"of :c:data:`!PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
97137
"function always succeeds."
98138
msgstr ""
99139

@@ -149,7 +189,7 @@ msgstr ""
149189

150190
msgid ""
151191
"Macros to extract fields from date objects. The argument must be an "
152-
"instance of :c:data:`PyDateTime_Date`, including subclasses (such as :c:data:"
192+
"instance of :c:type:`PyDateTime_Date`, including subclasses (such as :c:type:"
153193
"`PyDateTime_DateTime`). The argument must not be ``NULL``, and the type is "
154194
"not checked:"
155195
msgstr ""
@@ -165,7 +205,7 @@ msgstr ""
165205

166206
msgid ""
167207
"Macros to extract fields from datetime objects. The argument must be an "
168-
"instance of :c:data:`PyDateTime_DateTime`, including subclasses. The "
208+
"instance of :c:type:`PyDateTime_DateTime`, including subclasses. The "
169209
"argument must not be ``NULL``, and the type is not checked:"
170210
msgstr ""
171211

@@ -189,13 +229,13 @@ msgstr ""
189229

190230
msgid ""
191231
"Macros to extract fields from time objects. The argument must be an "
192-
"instance of :c:data:`PyDateTime_Time`, including subclasses. The argument "
232+
"instance of :c:type:`PyDateTime_Time`, including subclasses. The argument "
193233
"must not be ``NULL``, and the type is not checked:"
194234
msgstr ""
195235

196236
msgid ""
197237
"Macros to extract fields from time delta objects. The argument must be an "
198-
"instance of :c:data:`PyDateTime_Delta`, including subclasses. The argument "
238+
"instance of :c:type:`PyDateTime_Delta`, including subclasses. The argument "
199239
"must not be ``NULL``, and the type is not checked:"
200240
msgstr ""
201241

@@ -213,10 +253,10 @@ msgstr ""
213253

214254
msgid ""
215255
"Create and return a new :class:`datetime.datetime` object given an argument "
216-
"tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp()`."
256+
"tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp`."
217257
msgstr ""
218258

219259
msgid ""
220260
"Create and return a new :class:`datetime.date` object given an argument "
221-
"tuple suitable for passing to :meth:`datetime.date.fromtimestamp()`."
261+
"tuple suitable for passing to :meth:`datetime.date.fromtimestamp`."
222262
msgstr ""

c-api/exceptions.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,10 +1127,10 @@ msgid ":exc:`ProcessLookupError`"
11271127
msgstr ":exc:`ProcessLookupError`"
11281128

11291129
msgid ":c:data:`PyExc_PythonFinalizationError`"
1130-
msgstr ""
1130+
msgstr ":c:data:`PyExc_PythonFinalizationError`"
11311131

11321132
msgid ":exc:`PythonFinalizationError`"
1133-
msgstr ""
1133+
msgstr ":exc:`PythonFinalizationError`"
11341134

11351135
msgid ":c:data:`PyExc_RecursionError`"
11361136
msgstr ":c:data:`PyExc_RecursionError`"
@@ -1261,13 +1261,13 @@ msgid "These are compatibility aliases to :c:data:`PyExc_OSError`:"
12611261
msgstr ""
12621262

12631263
msgid ":c:data:`!PyExc_EnvironmentError`"
1264-
msgstr ""
1264+
msgstr ":c:data:`!PyExc_EnvironmentError`"
12651265

12661266
msgid ":c:data:`!PyExc_IOError`"
1267-
msgstr ""
1267+
msgstr ":c:data:`!PyExc_IOError`"
12681268

12691269
msgid ":c:data:`!PyExc_WindowsError`"
1270-
msgstr ""
1270+
msgstr ":c:data:`!PyExc_WindowsError`"
12711271

12721272
msgid "[2]_"
12731273
msgstr ""

0 commit comments

Comments
 (0)