Skip to content

Commit 85c5630

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent b56afd5 commit 85c5630

Some content is hidden

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

91 files changed

+657
-332
lines changed

c-api/buffer.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-26 14:13+0000\n"
14+
"POT-Creation-Date: 2024-02-16 14:13+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://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -581,7 +581,7 @@ msgstr ""
581581
msgid "buffer object"
582582
msgstr ""
583583

584-
msgid "PyBufferProcs"
584+
msgid "PyBufferProcs (C type)"
585585
msgstr ""
586586

587587
msgid "contiguous"

c-api/call.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-26 14:13+0000\n"
14+
"POT-Creation-Date: 2024-02-09 14:13+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://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/code.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-26 14:13+0000\n"
14+
"POT-Creation-Date: 2024-02-16 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1616
"Last-Translator: haaritsubaki, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -38,13 +38,13 @@ msgid ""
3838
msgstr ""
3939

4040
msgid ""
41-
"This is an instance of :c:type:`PyTypeObject` representing the Python :class:"
42-
"`code` type."
41+
"This is an instance of :c:type:`PyTypeObject` representing the Python :ref:"
42+
"`code object <code-objects>`."
4343
msgstr ""
4444

4545
msgid ""
46-
"Return true if *co* is a :class:`code` object. This function always "
47-
"succeeds."
46+
"Return true if *co* is a :ref:`code object <code-objects>`. This function "
47+
"always succeeds."
4848
msgstr ""
4949

5050
msgid "Return the number of free variables in *co*."
@@ -286,17 +286,17 @@ msgstr ""
286286
msgid "code object"
287287
msgstr ""
288288

289-
msgid "PyCode_New"
289+
msgid "PyCode_New (C function)"
290290
msgstr ""
291291

292-
msgid "PyCode_NewWithPosOnlyArgs"
292+
msgid "PyCode_NewWithPosOnlyArgs (C function)"
293293
msgstr ""
294294

295-
msgid "_PyEval_RequestCodeExtraIndex"
295+
msgid "_PyEval_RequestCodeExtraIndex (C function)"
296296
msgstr ""
297297

298-
msgid "_PyCode_GetExtra"
298+
msgid "_PyCode_GetExtra (C function)"
299299
msgstr ""
300300

301-
msgid "_PyCode_SetExtra"
301+
msgid "_PyCode_SetExtra (C function)"
302302
msgstr ""

c-api/dict.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-01-26 14:13+0000\n"
16+
"POT-Creation-Date: 2024-02-09 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: haaritsubaki, 2023\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)