Skip to content

Commit fc4e0ae

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

7 files changed

Lines changed: 56 additions & 13 deletions

File tree

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1515
]]] -->
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)
18-
[![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.56%25-0.svg)](https://translations.python.org/#pl)
18+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.64%25-0.svg)](https://translations.python.org/#pl)
19+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.57%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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1515
]]] -->
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)
18-
[![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.56%25-0.svg)](https://translations.python.org/#pl)
18+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.64%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.57%25-0.svg)](https://translations.python.org/#pl)
2020
<!-- [[[end]]] -->
2121

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

c-api/abstract.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"

c-api/bool.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"

c-api/contextvars.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"

c-api/extension-modules.po

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ msgstr "dla C++ deklaruje funkcja jako"
158158

159159
msgid "For example, a module called ``spam`` would be defined like this::"
160160
msgstr ""
161+
"Na przykład moduł o ``spam`` nazwie zostałby zdefiniowany w następujący "
162+
"sposób:"
161163

162164
msgid ""
163165
"PyABIInfo_VAR(abi_info);\n"
@@ -176,18 +178,39 @@ msgid ""
176178
" return spam_slots;\n"
177179
"}"
178180
msgstr ""
181+
"PyABIInfo_VAR(abi_info);\n"
182+
"\n"
183+
"static PySlot spam_slots[] = {\n"
184+
"PySlot_STATIC_DATA(Py_mod_abi, &abi_info),\n"
185+
"PySlot_STATIC_DATA(Py_mod_name, \"spam\"),\n"
186+
"PySlot_FUNC(Py_mod_init, spam_init_function),\n"
187+
"...\n"
188+
"PySlot_END\n"
189+
"};\n"
190+
"\n"
191+
"PyMODEXPORT_FUNC\n"
192+
"PyModExport_spam(void)\n"
193+
"{\n"
194+
"zwracać spam_slots;\n"
195+
"}"
179196

180197
msgid ""
181198
"The export hook is typically the only non-\\ ``static`` item defined in the "
182199
"module's C source."
183200
msgstr ""
201+
"Hak eksportu jest zazwyczaj jedynym elementem innym niż \\ ``static`` "
202+
"zdefiniowanym w kodzie źródłowym moduł C."
184203

185204
msgid ""
186205
"The hook should be kept short -- ideally, one line as above. If you do need "
187206
"to use Python C API in this function, it is recommended to call "
188207
"``PyABIInfo_Check(&abi_info, \"modulename\")`` first to raise an exception, "
189208
"rather than crash, in common cases of ABI mismatch."
190209
msgstr ""
210+
"Hak powinien być krótki – najlepiej jeden wiersz, jak powyżej. Jeśli jednak "
211+
"musisz użyć API Python C API w tej funkcja, zaleca się najpierw wywołać ją, "
212+
"aby zgłosić rzucić wyjątek, zamiast spowodować awarię, w typowych "
213+
"przypadkach niezgodności ABI."
191214

192215
msgid ""
193216
"It is possible to export multiple modules from a single shared library by "
@@ -198,17 +221,29 @@ msgid ""
198221
"pep-0489/#multiple-modules-in-one-library>`__ section in :pep:`489` for "
199222
"details."
200223
msgstr ""
224+
"Możliwe jest eksportowanie wielu moduł z jednej biblioteki współdzielona "
225+
"biblioteka poprzez zdefiniowanie wielu haków eksportu. Ich importowanie "
226+
"wymaga jednak użycia niestandardowego importera lub odpowiednio nazwanych "
227+
"kopii/linków pliku rozszerzenia, ponieważ mechanizm importu Pythona znajduje "
228+
"tylko funkcja odpowiadającą nazwie pliku. Szczegółowe informacje moduł "
229+
"można znaleźć w sekcji „Wiele modułów w jednej biblioteka”. <https://peps."
230+
"python.org/pep-0489/#multiple-modules-in-one-library>`__ section in :pep:"
231+
"`489` for details."
201232

202233
msgid "Multi-phase initialization"
203-
msgstr ""
234+
msgstr "Inicjalizacja wielofazowa"
204235

205236
msgid "The process of creating an extension module follows several phases:"
206237
msgstr ""
238+
"przetwarzanie/proces przetwarzanie tworzenia moduł rozszerzenia przebiega w "
239+
"kilku fazach:"
207240

208241
msgid ""
209242
"Python finds and calls the export hook to get information on how to create "
210243
"the module."
211244
msgstr ""
245+
"Python wyszukuje i wywołuje hak eksportu, aby uzyskać informacje o sposobie "
246+
"tworzenia moduł."
212247

213248
msgid ""
214249
"Before any substantial code is executed, Python can determine which "
@@ -217,12 +252,20 @@ msgid ""
217252
"c:data:`Py_mod_gil` and :c:data:`Py_mod_multiple_interpreters` influence "
218253
"this step."
219254
msgstr ""
255+
"Zanim zostanie wykonany jakikolwiek istotny kod, Python może określić, jakie "
256+
"możliwości obsługuje moduł, i dostosować środowisko lub odmówić załadowania "
257+
"niekompatybilnego rozszerzenia. Na ten krok wpływają sloty takie jak :c:"
258+
"data:`Py_mod_abi` , :c:data:`Py_mod_gil`i :c:data:"
259+
"`Py_mod_multiple_interpreters` ."
220260

221261
msgid ""
222262
"By default, Python itself then creates the module object -- that is, it does "
223263
"the equivalent of calling :py:meth:`~object.__new__` when creating an "
224264
"object. This step can be overridden using the :c:data:`Py_mod_create` slot."
225265
msgstr ""
266+
"domyślny Python sam tworzy obiekt moduł – czyli wykonuje czynność "
267+
"odpowiadającą wywołaniu :py:meth:`~object.__new__` podczas tworzenia "
268+
"obiektu. Ten krok można pominąć za pomocą :c:data:`Py_mod_create` slotu."
226269

227270
msgid ""
228271
"Python sets initial module attributes like :attr:`~module.__package__` and :"

c-api/method.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"

0 commit comments

Comments
 (0)