Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d27c781

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 4bfd87f commit d27c781

File tree

179 files changed

+23869
-1854
lines changed

Some content is hidden

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

179 files changed

+23869
-1854
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![71.50% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-71.50%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.62%25-0.svg)
20-
![6 tłumaczy](https://img.shields.io/badge/tłumaczy-6-0.svg)
18+
![75.80% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-75.80%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.93%25-0.svg)
20+
![5 tłumaczy](https://img.shields.io/badge/tłumaczy-5-0.svg)
2121
<!-- [[[end]]] -->
2222

2323
Jeśli znalazłeś(-aś) błąd lub masz sugestię,

c-api/arg.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2023
7+
# Rafael Fontenelle <[email protected]>, 2024
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-29 15:23+0000\n"
14+
"POT-Creation-Date: 2024-12-13 15:30+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
16-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
16+
"Last-Translator: Rafael Fontenelle <[email protected]>, 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"
@@ -641,7 +641,7 @@ msgstr ""
641641
"wystąpić wewnątrz zagnieżdżonych nawiasach okrągłych. Są to:"
642642

643643
msgid "``|``"
644-
msgstr ""
644+
msgstr "``|``"
645645

646646
msgid ""
647647
"Indicates that the remaining arguments in the Python argument list are "
@@ -652,7 +652,7 @@ msgid ""
652652
msgstr ""
653653

654654
msgid "``$``"
655-
msgstr ""
655+
msgstr "``$``"
656656

657657
msgid ""
658658
":c:func:`PyArg_ParseTupleAndKeywords` only: Indicates that the remaining "
@@ -662,7 +662,7 @@ msgid ""
662662
msgstr ""
663663

664664
msgid "``:``"
665-
msgstr ""
665+
msgstr "``:``"
666666

667667
msgid ""
668668
"The list of format units ends here; the string after the colon is used as "
@@ -671,7 +671,7 @@ msgid ""
671671
msgstr ""
672672

673673
msgid "``;``"
674-
msgstr ""
674+
msgstr "``;``"
675675

676676
msgid ""
677677
"The list of format units ends here; the string after the semicolon is used "

c-api/buffer.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-12-06 15:29+0000\n"
14+
"POT-Creation-Date: 2024-12-13 15:30+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -353,7 +353,7 @@ msgid "if needed"
353353
msgstr ""
354354

355355
msgid "NULL"
356-
msgstr ""
356+
msgstr "NULL"
357357

358358
msgid "contiguity requests"
359359
msgstr ""
@@ -377,7 +377,7 @@ msgid "C or F"
377377
msgstr ""
378378

379379
msgid ":c:macro:`PyBUF_ND`"
380-
msgstr ""
380+
msgstr ":c:macro:`PyBUF_ND`"
381381

382382
msgid "compound requests"
383383
msgstr ""

c-api/bytearray.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-15 15:27+0000\n"
14+
"POT-Creation-Date: 2024-12-06 15:29+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/call.po

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-12-06 15:29+0000\n"
14+
"POT-Creation-Date: 2024-12-13 15:30+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -227,7 +227,7 @@ msgid ""
227227
msgstr ""
228228

229229
msgid "Function"
230-
msgstr ""
230+
msgstr "Funkcja"
231231

232232
msgid "callable"
233233
msgstr ""
@@ -239,76 +239,76 @@ msgid "kwargs"
239239
msgstr ""
240240

241241
msgid ":c:func:`PyObject_Call`"
242-
msgstr ""
242+
msgstr ":c:func:`PyObject_Call`"
243243

244244
msgid "``PyObject *``"
245245
msgstr ""
246246

247247
msgid "tuple"
248-
msgstr ""
248+
msgstr "tuple"
249249

250250
msgid "dict/``NULL``"
251251
msgstr ""
252252

253253
msgid ":c:func:`PyObject_CallNoArgs`"
254-
msgstr ""
254+
msgstr ":c:func:`PyObject_CallNoArgs`"
255255

256256
msgid "---"
257257
msgstr ""
258258

259259
msgid ":c:func:`PyObject_CallOneArg`"
260-
msgstr ""
260+
msgstr ":c:func:`PyObject_CallOneArg`"
261261

262262
msgid "1 object"
263263
msgstr ""
264264

265265
msgid ":c:func:`PyObject_CallObject`"
266-
msgstr ""
266+
msgstr ":c:func:`PyObject_CallObject`"
267267

268268
msgid "tuple/``NULL``"
269269
msgstr ""
270270

271271
msgid ":c:func:`PyObject_CallFunction`"
272-
msgstr ""
272+
msgstr ":c:func:`PyObject_CallFunction`"
273273

274274
msgid "format"
275275
msgstr "format"
276276

277277
msgid ":c:func:`PyObject_CallMethod`"
278-
msgstr ""
278+
msgstr ":c:func:`PyObject_CallMethod`"
279279

280280
msgid "obj + ``char*``"
281281
msgstr ""
282282

283283
msgid ":c:func:`PyObject_CallFunctionObjArgs`"
284-
msgstr ""
284+
msgstr ":c:func:`PyObject_CallFunctionObjArgs`"
285285

286286
msgid "variadic"
287287
msgstr ""
288288

289289
msgid ":c:func:`PyObject_CallMethodObjArgs`"
290-
msgstr ""
290+
msgstr ":c:func:`PyObject_CallMethodObjArgs`"
291291

292292
msgid "obj + name"
293293
msgstr ""
294294

295295
msgid ":c:func:`PyObject_CallMethodNoArgs`"
296-
msgstr ""
296+
msgstr ":c:func:`PyObject_CallMethodNoArgs`"
297297

298298
msgid ":c:func:`PyObject_CallMethodOneArg`"
299-
msgstr ""
299+
msgstr ":c:func:`PyObject_CallMethodOneArg`"
300300

301301
msgid ":c:func:`PyObject_Vectorcall`"
302-
msgstr ""
302+
msgstr ":c:func:`PyObject_Vectorcall`"
303303

304304
msgid "vectorcall"
305305
msgstr ""
306306

307307
msgid ":c:func:`PyObject_VectorcallDict`"
308-
msgstr ""
308+
msgstr ":c:func:`PyObject_VectorcallDict`"
309309

310310
msgid ":c:func:`PyObject_VectorcallMethod`"
311-
msgstr ""
311+
msgstr ":c:func:`PyObject_VectorcallMethod`"
312312

313313
msgid "arg + name"
314314
msgstr ""

c-api/capsule.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-19 02:05+0000\n"
14+
"POT-Creation-Date: 2024-12-06 15:29+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/concrete.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-15 15:27+0000\n"
15+
"POT-Creation-Date: 2024-12-06 15:29+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1717
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/contextvars.po

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
# Translators:
7+
# Rafael Fontenelle <[email protected]>, 2024
8+
#
9+
#, fuzzy
10+
msgid ""
11+
msgstr ""
12+
"Project-Id-Version: Python 3.11\n"
13+
"Report-Msgid-Bugs-To: \n"
14+
"POT-Creation-Date: 2024-12-13 15:30+0000\n"
15+
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
16+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
17+
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
18+
"MIME-Version: 1.0\n"
19+
"Content-Type: text/plain; charset=UTF-8\n"
20+
"Content-Transfer-Encoding: 8bit\n"
21+
"Language: pl\n"
22+
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
23+
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
24+
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
25+
26+
msgid "Context Variables Objects"
27+
msgstr ""
28+
29+
msgid ""
30+
"In Python 3.7.1 the signatures of all context variables C APIs were "
31+
"**changed** to use :c:type:`PyObject` pointers instead of :c:type:"
32+
"`PyContext`, :c:type:`PyContextVar`, and :c:type:`PyContextToken`, e.g.::"
33+
msgstr ""
34+
35+
msgid "See :issue:`34762` for more details."
36+
msgstr ""
37+
38+
msgid ""
39+
"This section details the public C API for the :mod:`contextvars` module."
40+
msgstr ""
41+
42+
msgid ""
43+
"The C structure used to represent a :class:`contextvars.Context` object."
44+
msgstr ""
45+
46+
msgid ""
47+
"The C structure used to represent a :class:`contextvars.ContextVar` object."
48+
msgstr ""
49+
50+
msgid "The C structure used to represent a :class:`contextvars.Token` object."
51+
msgstr ""
52+
53+
msgid "The type object representing the *context* type."
54+
msgstr ""
55+
56+
msgid "The type object representing the *context variable* type."
57+
msgstr ""
58+
59+
msgid "The type object representing the *context variable token* type."
60+
msgstr ""
61+
62+
msgid "Type-check macros:"
63+
msgstr ""
64+
65+
msgid ""
66+
"Return true if *o* is of type :c:data:`PyContext_Type`. *o* must not be "
67+
"``NULL``. This function always succeeds."
68+
msgstr ""
69+
70+
msgid ""
71+
"Return true if *o* is of type :c:data:`PyContextVar_Type`. *o* must not be "
72+
"``NULL``. This function always succeeds."
73+
msgstr ""
74+
75+
msgid ""
76+
"Return true if *o* is of type :c:data:`PyContextToken_Type`. *o* must not be "
77+
"``NULL``. This function always succeeds."
78+
msgstr ""
79+
80+
msgid "Context object management functions:"
81+
msgstr ""
82+
83+
msgid ""
84+
"Create a new empty context object. Returns ``NULL`` if an error has "
85+
"occurred."
86+
msgstr ""
87+
88+
msgid ""
89+
"Create a shallow copy of the passed *ctx* context object. Returns ``NULL`` "
90+
"if an error has occurred."
91+
msgstr ""
92+
93+
msgid ""
94+
"Create a shallow copy of the current thread context. Returns ``NULL`` if an "
95+
"error has occurred."
96+
msgstr ""
97+
98+
msgid ""
99+
"Set *ctx* as the current context for the current thread. Returns ``0`` on "
100+
"success, and ``-1`` on error."
101+
msgstr ""
102+
103+
msgid ""
104+
"Deactivate the *ctx* context and restore the previous context as the current "
105+
"context for the current thread. Returns ``0`` on success, and ``-1`` on "
106+
"error."
107+
msgstr ""
108+
109+
msgid "Context variable functions:"
110+
msgstr ""
111+
112+
msgid ""
113+
"Create a new ``ContextVar`` object. The *name* parameter is used for "
114+
"introspection and debug purposes. The *def* parameter specifies a default "
115+
"value for the context variable, or ``NULL`` for no default. If an error has "
116+
"occurred, this function returns ``NULL``."
117+
msgstr ""
118+
119+
msgid ""
120+
"Get the value of a context variable. Returns ``-1`` if an error has "
121+
"occurred during lookup, and ``0`` if no error occurred, whether or not a "
122+
"value was found."
123+
msgstr ""
124+
125+
msgid ""
126+
"If the context variable was found, *value* will be a pointer to it. If the "
127+
"context variable was *not* found, *value* will point to:"
128+
msgstr ""
129+
130+
msgid "*default_value*, if not ``NULL``;"
131+
msgstr ""
132+
133+
msgid "the default value of *var*, if not ``NULL``;"
134+
msgstr ""
135+
136+
msgid "``NULL``"
137+
msgstr "``NULL``"
138+
139+
msgid "Except for ``NULL``, the function returns a new reference."
140+
msgstr ""
141+
142+
msgid ""
143+
"Set the value of *var* to *value* in the current context. Returns a new "
144+
"token object for this change, or ``NULL`` if an error has occurred."
145+
msgstr ""
146+
147+
msgid ""
148+
"Reset the state of the *var* context variable to that it was in before :c:"
149+
"func:`PyContextVar_Set` that returned the *token* was called. This function "
150+
"returns ``0`` on success and ``-1`` on error."
151+
msgstr ""

c-api/dict.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-19 02:05+0000\n"
15+
"POT-Creation-Date: 2024-12-06 15:29+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)