@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
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."
25852585msgstr ""
2586+ "Dodaj dowolną liczbę komponentów do tego obiektu, korzystając z metody :meth:"
2587+ "`~Shape.addcomponent`."
25862588
25872589msgid "For example:"
25882590msgstr "Na przykład::"
@@ -2594,6 +2596,11 @@ msgid ""
25942596">>> poly2 = ((0,0),(10,-5),(-10,-5))\n"
25952597">>> s.addcomponent(poly2, \" blue\" , \" red\" )"
25962598msgstr ""
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
25982605msgid "Now add the Shape to the Screen's shapelist and use it:"
25992606msgstr ""
@@ -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!"
26122619msgstr ""
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
26142624msgid "Methods of TurtleScreen/Screen and corresponding functions"
26152625msgstr ""
0 commit comments