Skip to content

Commit bae2487

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 a069acd commit bae2487

3 files changed

Lines changed: 18 additions & 5 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 100.00%](https://img.shields.io/badge/core-100.00%25-0.svg)](https://translations.python.org/#pl)
1818
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.72%25-0.svg)](https://translations.python.org/#pl)
19-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.60%25-0.svg)](https://translations.python.org/#pl)
19+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.61%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 100.00%](https://img.shields.io/badge/podstawowe_artykuły-100.00%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.72%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.60%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.61%25-0.svg)](https://translations.python.org/#pl)
2020
<!-- [[[end]]] -->
2121

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

library/turtle.po

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-05-27 16:58+0000\n"
15+
"POT-Creation-Date: 2026-06-02 00:16+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2026\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -2684,14 +2684,19 @@ msgid ""
26842684
"different color, you must use the helper class :class:`Shape` explicitly as "
26852685
"described below:"
26862686
msgstr ""
2687+
"Aby użyć złożonych kształtów żółwia, które składają się z kilku wielokątów o "
2688+
"różnych kolorach, należy użyć klasy pomocniczej :class:`Shape` w sposób "
2689+
"opisany poniżej:"
26872690

26882691
msgid "Create an empty Shape object of type \"compound\"."
2689-
msgstr ""
2692+
msgstr "Utwórz pusty obiekt Shape typu \"compound\"."
26902693

26912694
msgid ""
26922695
"Add as many components to this object as desired, using the :meth:`~Shape."
26932696
"addcomponent` method."
26942697
msgstr ""
2698+
"Dodaj dowolną liczbę komponentów do tego obiektu, korzystając z metody :meth:"
2699+
"`~Shape.addcomponent`."
26952700

26962701
msgid "For example:"
26972702
msgstr "Na przykład::"
@@ -2703,9 +2708,14 @@ msgid ""
27032708
">>> poly2 = ((0,0),(10,-5),(-10,-5))\n"
27042709
">>> s.addcomponent(poly2, \"blue\", \"red\")"
27052710
msgstr ""
2711+
">>> s = Shape(\"compound\")\n"
2712+
">>> poly1 = ((0,0),(10,-5),(0,10),(-10,-5))\n"
2713+
">>> s.addcomponent(poly1, \"red\", \"blue\")\n"
2714+
">>> poly2 = ((0,0),(10,-5),(-10,-5))\n"
2715+
">>> s.addcomponent(poly2, \"blue\", \"red\")"
27062716

27072717
msgid "Now add the Shape to the Screen's shapelist and use it:"
2708-
msgstr ""
2718+
msgstr "Teraz dodaj kształt do listy kształtów ekranu i użyj go:"
27092719

27102720
msgid ""
27112721
">>> register_shape(\"myshape\", s)\n"
@@ -2719,6 +2729,9 @@ msgid ""
27192729
"method in different ways. The application programmer has to deal with the "
27202730
"Shape class *only* when using compound shapes like shown above!"
27212731
msgstr ""
2732+
"Klasa :class:`Shape` jest używana wewnętrznie przez :func:`register_shape` "
2733+
"metoda na różne sposoby. Programista aplikacji powinien używać klasy Shape "
2734+
"*tylko* podczas korzystania z kształtów złożonych, jak pokazano powyżej!"
27222735

27232736
msgid "Methods of TurtleScreen/Screen and corresponding functions"
27242737
msgstr ""

0 commit comments

Comments
 (0)