Skip to content

Commit 702a3b5

Browse files
GitHub Action's update-translation jobm-aciek
andcommitted
Update translation from Transifex
Co-Authored-By: Maciej Olko <maciej.olko@gmail.com>
1 parent 70cae82 commit 702a3b5

5 files changed

Lines changed: 20 additions & 8 deletions

File tree

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1414
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-{total_strings:.2f}%25-0.svg)](https://translations.python.org/#pl)''')
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)
17-
[![core 97.36%](https://img.shields.io/badge/core-97.36%25-0.svg)](https://translations.python.org/#pl)
18-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.10%25-0.svg)](https://translations.python.org/#pl)
17+
[![core 97.56%](https://img.shields.io/badge/core-97.56%25-0.svg)](https://translations.python.org/#pl)
18+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.11%25-0.svg)](https://translations.python.org/#pl)
1919
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-11.73%25-0.svg)](https://translations.python.org/#pl)
2020
<!-- [[[end]]] -->
2121

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1414
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-{total_strings:.2f}%25-0.svg)](https://translations.python.org/#pl)''')
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)
17-
[![podstawowe artykuły 97.36%](https://img.shields.io/badge/podstawowe_artykuły-97.36%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.10%25-0.svg)](https://translations.python.org/#pl)
17+
[![podstawowe artykuły 97.56%](https://img.shields.io/badge/podstawowe_artykuły-97.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.11%25-0.svg)](https://translations.python.org/#pl)
1919
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-11.73%25-0.svg)](https://translations.python.org/#pl)
2020
<!-- [[[end]]] -->
2121

tutorial/datastructures.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ msgstr ""
586586
"linii."
587587

588588
msgid "Unpacking in Lists and List Comprehensions"
589-
msgstr ""
589+
msgstr "Rozpakowywanie w listach i list comprehensions"
590590

591591
msgid ""
592592
"The section on :ref:`tut-unpacking-arguments` describes the use of ``*`` to "
@@ -596,6 +596,12 @@ msgid ""
596596
"prefixing an expression by a ``*`` will unpack the result of that "
597597
"expression, adding each of its elements to the list we're creating::"
598598
msgstr ""
599+
"Sekcja dotycząca :ref:`tut-rozpakować-argument` opisuje użycie ``*`` do "
600+
"\"rozpakować\" elementów obiektu iterable, dostarczając każdy z nich osobno "
601+
"jako argument do funkcja. rozpakować może być również używany w innych "
602+
"kontekstach, na przykład podczas tworzenia list. Podczas określania "
603+
"elementów listy, poprzedzenie wyrażenia przez ``*`` spowoduje rozpakować "
604+
"wynik tego wyrażenia, dodając każdy z jego elementów do tworzonej listy::"
599605

600606
msgid ""
601607
">>> x = [1, 2, 3]\n"

tutorial/index.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
13-
"Project-Id-Version: Python 3.14\n"
13+
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-04-17 14:50+0000\n"
15+
"POT-Creation-Date: 2026-05-08 18:34+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/interpreter.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ msgstr ""
4242
"uniksowego shella umożliwia jego uruchomienie przez wpisanie komendy:"
4343

4444
msgid "python3.15"
45-
msgstr ""
45+
msgstr "python3.15"
4646

4747
msgid ""
4848
"to the shell. [#]_ Since the choice of the directory where the interpreter "
@@ -204,6 +204,12 @@ msgid ""
204204
"information.\n"
205205
">>>"
206206
msgstr ""
207+
"$ python3.15\n"
208+
"Python 3.15 (default, May 7 2025, 15:46:04)\n"
209+
"[GCC 10.2.0] on linux\n"
210+
"Type \"help\", \"copyright\", \"credits\" or \"license\" for more "
211+
"information.\n"
212+
">>>"
207213

208214
msgid ""
209215
"Continuation lines are needed when entering a multi-line construct. As an "

0 commit comments

Comments
 (0)