Skip to content

Commit 39a9752

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 43b9d21 commit 39a9752

Some content is hidden

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

45 files changed

+259
-250
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.627%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.605%25-0.svg)
1717
![5 Translators](https://img.shields.io/badge/Translators-5-0.svg)
1818
<!-- [[[end]]] -->
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.627%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.605%25-0.svg)
1717
![5 tłumaczy](https://img.shields.io/badge/tłumaczy-5-0.svg)
1818
<!-- [[[end]]] -->
1919

bugs.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.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2026-02-17 15:27+0000\n"
16+
"POT-Creation-Date: 2026-03-09 15:33+0000\n"
1717
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1818
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2026\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/allocation.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.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-19 15:33+0000\n"
14+
"POT-Creation-Date: 2026-03-11 15:34+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/function.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.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-19 15:33+0000\n"
14+
"POT-Creation-Date: 2026-03-11 15:34+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/type.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-21 15:11+0000\n"
14+
"POT-Creation-Date: 2026-03-11 15:34+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -248,6 +248,12 @@ msgid ""
248248
"created using :c:func:`PyType_FromModuleAndSpec`."
249249
msgstr ""
250250

251+
msgid ""
252+
"The returned reference is :term:`borrowed <borrowed reference>` from *type*, "
253+
"and will be valid as long as you hold a reference to *type*. Do not release "
254+
"it with :c:func:`Py_DECREF` or similar."
255+
msgstr ""
256+
251257
msgid ""
252258
"If no module is associated with the given type, sets :py:class:`TypeError` "
253259
"and returns ``NULL``."
@@ -291,12 +297,6 @@ msgid ""
291297
"type:`PyCMethod` calling convention."
292298
msgstr ""
293299

294-
msgid ""
295-
"The returned reference is :term:`borrowed <borrowed reference>` from *type*, "
296-
"and will be valid as long as you hold a reference to *type*. Do not release "
297-
"it with :c:func:`Py_DECREF` or similar."
298-
msgstr ""
299-
300300
msgid "Attempt to assign a version tag to the given type."
301301
msgstr ""
302302

faq/general.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.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-17 15:27+0000\n"
14+
"POT-Creation-Date: 2026-03-09 15:33+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)