Skip to content

Commit 0d75e14

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 81cea23 commit 0d75e14

25 files changed

Lines changed: 344 additions & 263 deletions

README.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1616
''')
1717
]]] -->
1818
[![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)
19-
[![core 100.00%](https://img.shields.io/badge/core-100.00%25-0.svg)](https://translations.python.org/#pl)
20-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.81%25-0.svg)](https://translations.python.org/#pl)
21-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.68%25-0.svg)](https://translations.python.org/#pl)
19+
[![core 99.88%](https://img.shields.io/badge/core-99.88%25-0.svg)](https://translations.python.org/#pl)
20+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.80%25-0.svg)](https://translations.python.org/#pl)
21+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.65%25-0.svg)](https://translations.python.org/#pl)
2222
[![lint errors count](https://shields.io/badge/dynamic/xml?url=https%3A%2F%2Ftranslations.python.org%2Fbuild-details.html&query=%2F%2Ftr%5Btd%5B%40data-label%3D%27language%27%20and%20contains%28.%2C%20%27%28pl%29%27%29%5D%5D%20%20%20%2F%2Ftd%5B%40data-label%3D%27lint%27%5D%2Fa%2Ftext()&label=lint%20errors)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
2323

2424
<!-- [[[end]]] -->

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1616
''')
1717
]]] -->
1818
[![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)
19-
[![podstawowe artykuły 100.00%](https://img.shields.io/badge/podstawowe_artykuły-100.00%25-0.svg)](https://translations.python.org/#pl)
20-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.81%25-0.svg)](https://translations.python.org/#pl)
21-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.68%25-0.svg)](https://translations.python.org/#pl)
19+
[![podstawowe artykuły 99.88%](https://img.shields.io/badge/podstawowe_artykuły-99.88%25-0.svg)](https://translations.python.org/#pl)
20+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.80%25-0.svg)](https://translations.python.org/#pl)
21+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.65%25-0.svg)](https://translations.python.org/#pl)
2222
[![liczba błędów lintowania](https://shields.io/badge/dynamic/xml?url=https%3A%2F%2Ftranslations.python.org%2Fbuild-details.html&query=%2F%2Ftr%5Btd%5B%40data-label%3D%27language%27%20and%20contains%28.%2C%20%27%28pl%29%27%29%5D%5D%20%20%20%2F%2Ftd%5B%40data-label%3D%27lint%27%5D%2Fa%2Ftext()&label=b%C5%82%C4%99dy%20lintowania)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
2323

2424
<!-- [[[end]]] -->

c-api/memory.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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"
@@ -120,8 +120,8 @@ msgid ""
120120
"certain circumstances, the Python memory manager may or may not trigger "
121121
"appropriate actions, like garbage collection, memory compaction or other "
122122
"preventive procedures. Note that by using the C library allocator as shown "
123-
"in the previous example, the allocated memory for the I/O buffer escapes "
124-
"completely the Python memory manager."
123+
"in the previous example, the allocated memory for the I/O buffer completely "
124+
"escapes the Python memory manager."
125125
msgstr ""
126126

127127
msgid ""
@@ -218,9 +218,9 @@ msgid ""
218218
msgstr ""
219219

220220
msgid ""
221-
"Allocates *nelem* elements each whose size in bytes is *elsize* and returns "
222-
"a pointer of type :c:expr:`void*` to the allocated memory, or ``NULL`` if "
223-
"the request fails. The memory is initialized to zeros."
221+
"Allocates *nelem* elements each of size *elsize* bytes and returns a pointer "
222+
"of type :c:expr:`void*` to the allocated memory, or ``NULL`` if the request "
223+
"fails. The memory is initialized to zeros."
224224
msgstr ""
225225

226226
msgid ""

howto/annotations.po

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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"
@@ -26,12 +26,6 @@ msgstr ""
2626
msgid "Annotations Best Practices"
2727
msgstr "Najlepsze praktyki dotyczące adnotacji"
2828

29-
msgid "author"
30-
msgstr "autor"
31-
32-
msgid "Larry Hastings"
33-
msgstr "Larry Hastings"
34-
3529
msgid "Abstract"
3630
msgstr "Streszczenie"
3731

howto/argparse.po

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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"
@@ -26,12 +26,6 @@ msgstr ""
2626
msgid "Argparse Tutorial"
2727
msgstr ""
2828

29-
msgid "author"
30-
msgstr "autor"
31-
32-
msgid "Tshepang Mbambo"
33-
msgstr ""
34-
3529
msgid ""
3630
"This tutorial is intended to be a gentle introduction to :mod:`argparse`, "
3731
"the recommended command-line parsing module in the Python standard library."

howto/curses.po

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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"
@@ -26,18 +26,6 @@ msgstr ""
2626
msgid "Curses Programming with Python"
2727
msgstr ""
2828

29-
msgid "Author"
30-
msgstr "Autor"
31-
32-
msgid "A.M. Kuchling, Eric S. Raymond"
33-
msgstr ""
34-
35-
msgid "Release"
36-
msgstr "wydanie"
37-
38-
msgid "2.04"
39-
msgstr "2.04"
40-
4129
msgid "Abstract"
4230
msgstr "Streszczenie"
4331

howto/descriptor.po

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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"
@@ -26,18 +26,6 @@ msgstr ""
2626
msgid "Descriptor Guide"
2727
msgstr ""
2828

29-
msgid "Author"
30-
msgstr "Autor"
31-
32-
msgid "Raymond Hettinger"
33-
msgstr "Raymond Hettinger"
34-
35-
msgid "Contact"
36-
msgstr ""
37-
38-
msgid "<python at rcn dot com>"
39-
msgstr ""
40-
4129
msgid "Contents"
4230
msgstr "Zawartość"
4331

howto/functional.po

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-09 16:27+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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"
@@ -26,18 +26,6 @@ msgstr ""
2626
msgid "Functional Programming HOWTO"
2727
msgstr ""
2828

29-
msgid "Author"
30-
msgstr "Autor"
31-
32-
msgid "\\A. M. Kuchling"
33-
msgstr ""
34-
35-
msgid "Release"
36-
msgstr "wydanie"
37-
38-
msgid "0.32"
39-
msgstr "0.32"
40-
4129
msgid ""
4230
"In this document, we'll take a tour of Python's features suitable for "
4331
"implementing programs in a functional style. After an introduction to the "
@@ -1481,10 +1469,11 @@ msgid "Revision History and Acknowledgements"
14811469
msgstr ""
14821470

14831471
msgid ""
1484-
"The author would like to thank the following people for offering "
1485-
"suggestions, corrections and assistance with various drafts of this article: "
1486-
"Ian Bicking, Nick Coghlan, Nick Efford, Raymond Hettinger, Jim Jewett, Mike "
1487-
"Krell, Leandro Lameiro, Jussi Salmela, Collin Winter, Blake Winton."
1472+
"This HOWTO was originally written by A. M. Kuchling. The author would like "
1473+
"to thank the following people for offering suggestions, corrections and "
1474+
"assistance with various drafts of this article: Ian Bicking, Nick Coghlan, "
1475+
"Nick Efford, Raymond Hettinger, Jim Jewett, Mike Krell, Leandro Lameiro, "
1476+
"Jussi Salmela, Collin Winter, Blake Winton."
14881477
msgstr ""
14891478

14901479
msgid "Version 0.1: posted June 30 2006."
@@ -1558,9 +1547,11 @@ msgstr ""
15581547

15591548
msgid ""
15601549
"Mertz also wrote a 3-part series of articles on functional programming for "
1561-
"IBM's DeveloperWorks site; see `part 1 <https://developer.ibm.com/articles/l-"
1562-
"prog/>`__, `part 2 <https://developer.ibm.com/tutorials/l-prog2/>`__, and "
1563-
"`part 3 <https://developer.ibm.com/tutorials/l-prog3/>`__,"
1550+
"IBM's DeveloperWorks site; see `part 1 <https://web.archive.org/"
1551+
"web/20211006103639/https://developer.ibm.com/articles/l-prog/>`__, `part 2 "
1552+
"<https://web.archive.org/web/20211205224606/https://developer.ibm.com/"
1553+
"tutorials/l-prog2/>`__, and `part 3 <https://web.archive.org/"
1554+
"web/20211127083846/https://developer.ibm.com/tutorials/l-prog3/>`__."
15641555
msgstr ""
15651556

15661557
msgid "Python documentation"

howto/instrumentation.po

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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"
@@ -26,15 +26,6 @@ msgstr ""
2626
msgid "Instrumenting CPython with DTrace and SystemTap"
2727
msgstr ""
2828

29-
msgid "author"
30-
msgstr "autor"
31-
32-
msgid "David Malcolm"
33-
msgstr "David Malcolm"
34-
35-
msgid "Łukasz Langa"
36-
msgstr "Łukasz Langa"
37-
3829
msgid ""
3930
"DTrace and SystemTap are monitoring tools, each providing a way to inspect "
4031
"what the processes on a computer system are doing. They both use domain-"

howto/ipaddress.po

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
14+
"POT-Creation-Date: 2026-06-11 17:33+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"
@@ -26,15 +26,6 @@ msgstr ""
2626
msgid "An introduction to the ipaddress module"
2727
msgstr ""
2828

29-
msgid "author"
30-
msgstr "autor"
31-
32-
msgid "Peter Moody"
33-
msgstr ""
34-
35-
msgid "Nick Coghlan"
36-
msgstr ""
37-
3829
msgid "Overview"
3930
msgstr "Skorowidz"
4031

0 commit comments

Comments
 (0)