Skip to content

Commit b57557c

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 efad1c6 commit b57557c

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.871%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.875%25-0.svg)
1717
![6 Translators](https://img.shields.io/badge/Translators-6-0.svg)
1818
<!-- [[[end]]] -->
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.871%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.875%25-0.svg)
1717
![6 tłumaczy](https://img.shields.io/badge/tłumaczy-6-0.svg)
1818
<!-- [[[end]]] -->
1919

library/turtle.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-05-23 16:35+0000\n"
15+
"POT-Creation-Date: 2026-06-02 01:52+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:05+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"
@@ -2583,6 +2583,8 @@ msgid ""
25832583
"Add as many components to this object as desired, using the :meth:`~Shape."
25842584
"addcomponent` method."
25852585
msgstr ""
2586+
"Dodaj dowolną liczbę komponentów do tego obiektu, korzystając z metody :meth:"
2587+
"`~Shape.addcomponent`."
25862588

25872589
msgid "For example:"
25882590
msgstr "Na przykład::"
@@ -2594,6 +2596,11 @@ msgid ""
25942596
">>> poly2 = ((0,0),(10,-5),(-10,-5))\n"
25952597
">>> s.addcomponent(poly2, \"blue\", \"red\")"
25962598
msgstr ""
2599+
">>> s = Shape(\"compound\")\n"
2600+
">>> poly1 = ((0,0),(10,-5),(0,10),(-10,-5))\n"
2601+
">>> s.addcomponent(poly1, \"red\", \"blue\")\n"
2602+
">>> poly2 = ((0,0),(10,-5),(-10,-5))\n"
2603+
">>> s.addcomponent(poly2, \"blue\", \"red\")"
25972604

25982605
msgid "Now add the Shape to the Screen's shapelist and use it:"
25992606
msgstr ""
@@ -2610,6 +2617,9 @@ msgid ""
26102617
"method in different ways. The application programmer has to deal with the "
26112618
"Shape class *only* when using compound shapes like shown above!"
26122619
msgstr ""
2620+
"Klasa :class:`Shape` jest używana wewnętrznie przez :func:`register_shape` "
2621+
"metoda na różne sposoby. Programista aplikacji powinien używać klasy Shape "
2622+
"*tylko* podczas korzystania z kształtów złożonych, jak pokazano powyżej!"
26132623

26142624
msgid "Methods of TurtleScreen/Screen and corresponding functions"
26152625
msgstr ""

0 commit comments

Comments
 (0)