55#
66# Translators:
77# Rafael Fontenelle <rffontenelle@gmail.com>, 2026
8+ # Barbara Mroczek, 2026
89#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.14\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-07-11 15:33 +0000\n "
15+ "POT-Creation-Date : 2026-07-29 16:48 +0000\n "
1516"PO-Revision-Date : 2026-05-08 17:18+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com> , 2026\n "
17+ "Last-Translator : Barbara Mroczek , 2026\n "
1718"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -361,7 +362,7 @@ msgstr ""
361362"sprawdź to z wyprzedzeniem, jeśli planujesz używać grafiki żółwia z uczniem."
362363
363364msgid "Automatically begin and end filling"
364- msgstr "Automatyczne rozpoczęcie i zakończenie napełniania "
365+ msgstr "Automatyczne rozpoczęcie i zakończenie wypełniania "
365366
366367msgid ""
367368"Starting with Python 3.14, you can use the :func:`fill` :term:`context "
@@ -2683,14 +2684,19 @@ msgid ""
26832684"different color, you must use the helper class :class:`Shape` explicitly as "
26842685"described below:"
26852686msgstr ""
2687+ "Aby korzystać ze złożonych kształtów żółwia, składających się z kilku "
2688+ "wielokątów o różnych kolorach, należy jawnie użyć klasy pomocniczej :class:"
2689+ "`Shape`, zgodnie z poniższym opisem:"
26862690
26872691msgid "Create an empty Shape object of type \" compound\" ."
2688- msgstr ""
2692+ msgstr "Utwórz pusty obiekt Shape o typie „compound”. "
26892693
26902694msgid ""
26912695"Add as many components to this object as desired, using the :meth:`~Shape."
26922696"addcomponent` method."
26932697msgstr ""
2698+ "Dodaj do tego obiektu dowolną liczbę komponentów, korzystając z metody :meth:"
2699+ "`~Shape.addcomponent`."
26942700
26952701msgid "For example:"
26962702msgstr "Na przykład::"
@@ -2702,9 +2708,14 @@ msgid ""
27022708">>> poly2 = ((0,0),(10,-5),(-10,-5))\n"
27032709">>> s.addcomponent(poly2, \" blue\" , \" red\" )"
27042710msgstr ""
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\" )"
27052716
27062717msgid "Now add the Shape to the Screen's shapelist and use it:"
2707- msgstr ""
2718+ msgstr "Teraz dodaj obiekt Shape do listy kształtów obiektu Screen i użyj go: "
27082719
27092720msgid ""
27102721">>> register_shape(\" myshape\" , s)\n"
@@ -2718,20 +2729,26 @@ msgid ""
27182729"method in different ways. The application programmer has to deal with the "
27192730"Shape class *only* when using compound shapes like shown above!"
27202731msgstr ""
2732+ "Klasa :class:`Shape` jest wykorzystywana wewnętrznie przez metodę :func:"
2733+ "`register_shape` na różne sposoby. Programista aplikacji ma do czynienia z "
2734+ "klasą Shape *wyłącznie* podczas korzystania z kształtów złożonych, takich "
2735+ "jak te pokazane powyżej!"
27212736
27222737msgid "Methods of TurtleScreen/Screen and corresponding functions"
2723- msgstr ""
2738+ msgstr "Metody klas TurtleScreen/Screen i odpowiadające im funkcje "
27242739
27252740msgid ""
27262741"Most of the examples in this section refer to a TurtleScreen instance called "
27272742"``screen``."
27282743msgstr ""
2744+ "Większość przykładów w tej sekcji odnosi się do instancji TurtleScreen o "
2745+ "nazwie ``screen``."
27292746
27302747msgid "Return or set the background color of the TurtleScreen."
2731- msgstr ""
2748+ msgstr "Zwraca lub ustawia kolor tła TurtleScreen. "
27322749
27332750msgid "``bgcolor()``"
2734- msgstr ""
2751+ msgstr "``bgcolor()`` "
27352752
27362753msgid ""
27372754"Return the current background color as color specification string or as a "
0 commit comments