77# Seweryn Piórkowski <[email protected] >, 202188# Stefan Ocetkiewicz <[email protected] >, 202399# Stanislaw Ulbrych, 2024
10- # Maciej Olko <[email protected] >, 2024 10+ # Maciej Olko <[email protected] >, 2025 1111#
1212#, fuzzy
1313msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.13\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2025-01-03 14:16 +0000\n "
17+ "POT-Creation-Date : 2025-01-10 14:17 +0000\n "
1818"PO-Revision-Date : 2021-06-28 01:16+0000\n "
19- "
Last-Translator :
Maciej Olko <[email protected] >, 2024 \n "
19+ "
Last-Translator :
Maciej Olko <[email protected] >, 2025 \n "
2020"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
2121"MIME-Version : 1.0\n "
2222"Content-Type : text/plain; charset=UTF-8\n "
@@ -2104,7 +2104,7 @@ msgid "Return ``True`` if the Turtle is shown, ``False`` if it's hidden."
21042104msgstr "Zwraca ``True`` jeśli żółw jest widoczny, ``False`` jeśli jest ukryty."
21052105
21062106msgid "a string which is a valid shapename"
2107- msgstr ""
2107+ msgstr "ciąg znaków, który jest prawidłową nazwą kształtu "
21082108
21092109msgid ""
21102110"Set turtle shape to shape with given *name* or, if name is not given, return "
@@ -2114,6 +2114,12 @@ msgid ""
21142114"To learn about how to deal with shapes see Screen method :func:"
21152115"`register_shape`."
21162116msgstr ""
2117+ "Ustawia kształt żółwia na kształt o podanej nazwie *name* lub, jeśli nazwa "
2118+ "nie została podana, zwraca nazwę bieżącego kształtu. Kształt o nazwie *name* "
2119+ "musi istnieć w słowniku kształtów TurtleScreen. Początkowo dostępne są "
2120+ "następujące kształty wielokątów: \" arrow\" , \" turtle\" , \" circle\" , "
2121+ "\" square\" , \" triangle\" , \" classic\" . Aby dowiedzieć się, jak radzić sobie "
2122+ "z kształtami, zobacz metodę Screen :func:`register_shape`."
21172123
21182124msgid ""
21192125">>> turtle.shape()\n"
@@ -2122,6 +2128,11 @@ msgid ""
21222128">>> turtle.shape()\n"
21232129"'turtle'"
21242130msgstr ""
2131+ ">>> turtle.shape()\n"
2132+ "'classic'\n"
2133+ ">>> turtle.shape(\" turtle\" )\n"
2134+ ">>> turtle.shape()\n"
2135+ "'turtle'"
21252136
21262137msgid "one of the strings \" auto\" , \" user\" , \" noresize\" "
21272138msgstr ""
0 commit comments