Skip to content

Commit fb40536

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: Blessing Oluronbi
1 parent 6a8091c commit fb40536

6 files changed

Lines changed: 21 additions & 12 deletions

File tree

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/actions/workflows/update-
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1717
[![core 97.60%](https://img.shields.io/badge/core-97.60%25-0.svg)](https://translations.python.org/#pl)
1818
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.62%25-0.svg)](https://translations.python.org/#pl)
19-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.55%25-0.svg)](https://translations.python.org/#pl)
19+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.56%25-0.svg)](https://translations.python.org/#pl)
2020
<!-- [[[end]]] -->
2121

2222
*Przeczytaj to w innym języku: [polski](README.md)*

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/actions/workflows/update-
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1717
[![podstawowe artykuły 97.60%](https://img.shields.io/badge/podstawowe_artykuły-97.60%25-0.svg)](https://translations.python.org/#pl)
1818
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.62%25-0.svg)](https://translations.python.org/#pl)
19-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.55%25-0.svg)](https://translations.python.org/#pl)
19+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.56%25-0.svg)](https://translations.python.org/#pl)
2020
<!-- [[[end]]] -->
2121

2222
*Read this in another language: [English](README.en.md)*

c-api/extension-modules.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,32 +120,41 @@ msgid ""
120120
"an entry with a slot ID of ``0``. These slots describe how the module should "
121121
"be created and initialized."
122122
msgstr ""
123+
"Hak eksportu zwracać tablica :c:type:`PySlot` wpisów zakończoną wpisem o "
124+
"identyfikatorze slotu równym ``0``. Sloty te opisują sposób tworzenia i "
125+
"inicjalizacji moduł."
123126

124127
msgid ""
125128
"This array must remain valid and constant until interpreter shutdown. "
126129
"Typically, it should use ``static`` storage. Prefer using the :c:macro:"
127130
"`Py_mod_create` and :c:macro:`Py_mod_exec` slots for any dynamic behavior."
128131
msgstr ""
132+
"Ta tablica musi ważny prawidłowa i stała do momentu zamknięcia ``static`` "
133+
"interpreter . Zazwyczaj powinna korzystać :c:macro:`Py_mod_create`z :c:macro:"
134+
"`Py_mod_exec` pamięci masowej. Preferowane jest używanie slotów i w "
135+
"przypadku wszelkich dynamicznych zachowanie."
129136

130137
msgid ""
131138
"The export hook may return ``NULL`` with an exception set to signal failure."
132-
msgstr ""
139+
msgstr "Hak eksportu może zwracać ``NULL`` wyjątek ustawiony na sygnał awarii."
133140

134141
msgid ""
135142
"It is recommended to define the export hook function using a helper macro:"
136143
msgstr ""
144+
"Zaleca się zdefiniowanie funkcja haka eksportu za pomocą makro pomocniczego:"
137145

138146
msgid "Declare an extension module export hook. This macro:"
139-
msgstr ""
147+
msgstr "Zadeklaruj hak eksportu moduł rozszerzenia. To makro:"
140148

141149
msgid "specifies the :c:expr:`PySlot*` return type,"
142-
msgstr ""
150+
msgstr "określa :c:expr:`PySlot*` typ zwracać,"
143151

144152
msgid "adds any special linkage declarations required by the platform, and"
145153
msgstr ""
154+
"dodaje wszelkie specjalne deklaracje połączeń wymagane przez platformę i"
146155

147156
msgid "for C++, declares the function as ``extern \"C\"``."
148-
msgstr ""
157+
msgstr "dla C++ deklaruje funkcja jako"
149158

150159
msgid "For example, a module called ``spam`` would be defined like this::"
151160
msgstr ""

c-api/refcounting.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.14\n"
12+
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-23 15:47+0000\n"
14+
"POT-Creation-Date: 2026-05-13 16:14+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

deprecations/pending-removal-in-3.13.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.14\n"
12+
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-23 15:47+0000\n"
14+
"POT-Creation-Date: 2026-05-13 16:14+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

howto/instrumentation.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.14\n"
12+
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-23 15:47+0000\n"
14+
"POT-Creation-Date: 2026-05-13 16:14+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)