@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
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:"
26862686msgstr ""
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
26882691msgid "Create an empty Shape object of type \" compound\" ."
2689- msgstr ""
2692+ msgstr "Utwórz pusty obiekt Shape typu \" compound \" . "
26902693
26912694msgid ""
26922695"Add as many components to this object as desired, using the :meth:`~Shape."
26932696"addcomponent` method."
26942697msgstr ""
2698+ "Dodaj dowolną liczbę komponentów do tego obiektu, korzystając z metody :meth:"
2699+ "`~Shape.addcomponent`."
26952700
26962701msgid "For example:"
26972702msgstr "Na przykład::"
@@ -2703,9 +2708,14 @@ msgid ""
27032708">>> poly2 = ((0,0),(10,-5),(-10,-5))\n"
27042709">>> s.addcomponent(poly2, \" blue\" , \" red\" )"
27052710msgstr ""
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
27072717msgid "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
27102720msgid ""
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!"
27212731msgstr ""
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
27232736msgid "Methods of TurtleScreen/Screen and corresponding functions"
27242737msgstr ""
0 commit comments