Skip to content

Commit 2c947a5

Browse files
GitHub Action's update-translation jobciarbin
andcommitted
Update translation from Transifex
Co-Authored-By: Ciarbin <mrciarbin@gmail.com>
1 parent 500d261 commit 2c947a5

5 files changed

Lines changed: 33 additions & 13 deletions

File tree

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1717
]]] -->
1818
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml)
1919
[![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.75%25-0.svg)](https://translations.python.org/#pl)
21-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.49%25-0.svg)](https://translations.python.org/#pl)
20+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.76%25-0.svg)](https://translations.python.org/#pl)
21+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.50%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/lint.yml)
2323

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1717
]]] -->
1818
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml)
1919
[![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.75%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.49%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.76%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.50%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/lint.yml)
2323

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

howto/functional.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ msgid ""
104104
"known functional languages include the ML family (Standard ML, OCaml, and "
105105
"other variants) and Haskell."
106106
msgstr ""
107+
"Programowanie **funkcyjne** polega na rozłożeniu problemu na zbiór funkcji. "
108+
"W idealnym przypadku funkcje przyjmują jedynie dane wejściowe i generują "
109+
"wyniki, nie posiadając żadnego stanu wewnętrznego, który wpływałby na wynik "
110+
"generowany dla danego wejścia. Do dobrze znanych języków funkcyjnych należą "
111+
"języki z rodziny ML (Standard ML, OCaml i inne warianty) oraz Haskell."
107112

108113
msgid ""
109114
"The designers of some computer languages choose to emphasize one particular "
@@ -116,6 +121,15 @@ msgid ""
116121
"GUI might be object-oriented while the processing logic is procedural or "
117122
"functional, for example."
118123
msgstr ""
124+
"Twórcy niektórych języków programowania decydują się na podkreślenie jednego "
125+
"konkretnego podejścia do programowania. Często utrudnia to pisanie programów "
126+
"wykorzystujących inne podejście. Inne języki są językami "
127+
"wieloparadygmatycznymi, które obsługują kilka różnych podejść. Lisp, C++ i "
128+
"Python są językami wieloparadygmatycznymi; we wszystkich tych językach można "
129+
"pisać programy lub biblioteki, które są w dużej mierze proceduralne, "
130+
"obiektowe lub funkcyjne. W dużym programie różne sekcje mogą być napisane z "
131+
"wykorzystaniem różnych podejść; na przykład interfejs graficzny może być "
132+
"obiektowy, podczas gdy logika przetwarzania jest proceduralna lub funkcyjna."
119133

120134
msgid ""
121135
"In a functional program, input flows through a set of functions. Each "

howto/index.po

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Ciarbin <mrciarbin@gmail.com>, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.15\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-08-21 14:26+0000\n"
15+
"POT-Creation-Date: 2026-08-29 17:28+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Ciarbin <mrciarbin@gmail.com>, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -32,12 +33,16 @@ msgid ""
3233
"effort to foster documentation that's more detailed than the Python Library "
3334
"Reference."
3435
msgstr ""
36+
"Poradniki dotyczące języka Python to dokumenty, które dogłębnie omawiają "
37+
"konkretny temat. Zbiór ten, wzorowany na kolekcji poradników HOWTO w ramach "
38+
"projektu Linux Documentation Project, stanowi próbę stworzenia dokumentacji "
39+
"bardziej szczegółowej niż dokumentacja biblioteki standardowej Pythona."
3540

3641
msgid "General:"
37-
msgstr ""
42+
msgstr "Ogólne:"
3843

3944
msgid ":ref:`a-conceptual-overview-of-asyncio`"
40-
msgstr ""
45+
msgstr ":ref:`a-conceptual-overview-of-asyncio`"
4146

4247
msgid ":ref:`annotations-howto`"
4348
msgstr ":ref:`annotations-howto`"
@@ -76,7 +81,7 @@ msgid ":ref:`urllib-howto`"
7681
msgstr ":ref:`urllib-howto`"
7782

7883
msgid "Advanced development:"
79-
msgstr ""
84+
msgstr "Tematy bardziej zaawansowane:"
8085

8186
msgid ":ref:`curses-howto`"
8287
msgstr ":ref:`curses-howto`"
@@ -91,7 +96,7 @@ msgid ":ref:`isolating-extensions-howto`"
9196
msgstr ":ref:`isolating-extensions-howto`"
9297

9398
msgid ":ref:`abi3t-migration-howto`"
94-
msgstr ""
99+
msgstr ":ref:`abi3t-migration-howto`"
95100

96101
msgid ":ref:`python_2.3_mro`"
97102
msgstr ":ref:`python_2.3_mro`"

library/asyncio.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
# python-doc bot, 2025
88
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
99
# Maciej Olko, 2025
10+
# Ciarbin <mrciarbin@gmail.com>, 2026
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.15\n"
1516
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2026-08-19 14:25+0000\n"
17+
"POT-Creation-Date: 2026-08-29 17:28+0000\n"
1718
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
18-
"Last-Translator: Maciej Olko, 2025\n"
19+
"Last-Translator: Ciarbin <mrciarbin@gmail.com>, 2026\n"
1920
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -87,7 +88,7 @@ msgstr ""
8788
"kodu sieciowego."
8889

8990
msgid ":ref:`a-conceptual-overview-of-asyncio`"
90-
msgstr ""
91+
msgstr ":ref:`a-conceptual-overview-of-asyncio`"
9192

9293
msgid "Explanation of the fundamentals of asyncio."
9394
msgstr ""

0 commit comments

Comments
 (0)