Skip to content

Commit 4beafca

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 3b26bf3 commit 4beafca

2 files changed

Lines changed: 23 additions & 35 deletions

File tree

c-api/apiabiversion.po

Lines changed: 4 additions & 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: 2022-12-15 16:17+0000\n"
14+
"POT-Creation-Date: 2022-12-17 16:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -135,6 +135,9 @@ msgid ""
135135
"``0x030a00f0``."
136136
msgstr ""
137137

138+
msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``."
139+
msgstr ""
140+
138141
msgid "This version is also available via the symbol :data:`Py_Version`."
139142
msgstr ""
140143

c-api/structures.po

Lines changed: 19 additions & 34 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: 2022-12-08 04:15+0000\n"
14+
"POT-Creation-Date: 2022-12-17 16:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -203,50 +203,20 @@ msgid ""
203203
"has four fields:"
204204
msgstr ""
205205

206-
msgid "Field"
207-
msgstr ""
208-
209-
msgid "C Type"
210-
msgstr "typ języka C"
211-
212-
msgid "Meaning"
213-
msgstr "Znaczenie"
214-
215-
msgid ":attr:`ml_name`"
216-
msgstr ""
217-
218-
msgid "const char \\*"
219-
msgstr ""
220-
221206
msgid "name of the method"
222207
msgstr ""
223208

224-
msgid ":attr:`ml_meth`"
225-
msgstr ""
226-
227-
msgid "PyCFunction"
228-
msgstr ""
229-
230209
msgid "pointer to the C implementation"
231210
msgstr ""
232211

233-
msgid ":attr:`ml_flags`"
234-
msgstr ""
235-
236-
msgid "int"
237-
msgstr "int"
238-
239-
msgid "flag bits indicating how the call should be constructed"
240-
msgstr ""
241-
242-
msgid ":attr:`ml_doc`"
212+
msgid "flags bits indicating how the call should be constructed"
243213
msgstr ""
244214

245215
msgid "points to the contents of the docstring"
246216
msgstr ""
247217

248218
msgid ""
249-
"The :attr:`ml_meth` is a C function pointer. The functions may be of "
219+
"The :c:member:`ml_meth` is a C function pointer. The functions may be of "
250220
"different types, but they always return :c:expr:`PyObject*`. If the "
251221
"function is not of the :c:type:`PyCFunction`, the compiler will require a "
252222
"cast in the method table. Even though :c:type:`PyCFunction` defines the "
@@ -255,7 +225,7 @@ msgid ""
255225
msgstr ""
256226

257227
msgid ""
258-
"The :attr:`ml_flags` field is a bitfield which can include the following "
228+
"The :c:member:`ml_flags` field is a bitfield which can include the following "
259229
"flags. The individual flags indicate either a calling convention or a "
260230
"binding convention."
261231
msgstr ""
@@ -397,15 +367,30 @@ msgid ""
397367
"struct member. Its fields are:"
398368
msgstr ""
399369

370+
msgid "Field"
371+
msgstr ""
372+
373+
msgid "C Type"
374+
msgstr "typ języka C"
375+
376+
msgid "Meaning"
377+
msgstr "Znaczenie"
378+
400379
msgid ":attr:`name`"
401380
msgstr ""
402381

382+
msgid "const char \\*"
383+
msgstr ""
384+
403385
msgid "name of the member"
404386
msgstr ""
405387

406388
msgid ":attr:`!type`"
407389
msgstr ""
408390

391+
msgid "int"
392+
msgstr "int"
393+
409394
msgid "the type of the member in the C struct"
410395
msgstr ""
411396

0 commit comments

Comments
 (0)