Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 576956c

Browse filesBrowse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent d5b74d7 commit 576956c
Copy full SHA for 576956c

File tree

Expand file treeCollapse file tree

1 file changed

+15
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-4
lines changed

‎library/turtle.po

Copy file name to clipboardExpand all lines: library/turtle.po
+15-4Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
# Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2021
88
# Stefan Ocetkiewicz <stefan.ocetkiewicz@gmail.com>, 2023
99
# Stanislaw Ulbrych, 2024
10-
# Maciej Olko <maciej.olko@gmail.com>, 2024
10+
# Maciej Olko <maciej.olko@gmail.com>, 2025
1111
#
1212
#, fuzzy
1313
msgid ""
1414
msgstr ""
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 <maciej.olko@gmail.com>, 2024\n"
19+
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 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."
21042104
msgstr "Zwraca ``True`` jeśli żółw jest widoczny, ``False`` jeśli jest ukryty."
21052105

21062106
msgid "a string which is a valid shapename"
2107-
msgstr ""
2107+
msgstr "ciąg znaków, który jest prawidłową nazwą kształtu"
21082108

21092109
msgid ""
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`."
21162116
msgstr ""
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

21182124
msgid ""
21192125
">>> turtle.shape()\n"
@@ -2122,6 +2128,11 @@ msgid ""
21222128
">>> turtle.shape()\n"
21232129
"'turtle'"
21242130
msgstr ""
2131+
">>> turtle.shape()\n"
2132+
"'classic'\n"
2133+
">>> turtle.shape(\"turtle\")\n"
2134+
">>> turtle.shape()\n"
2135+
"'turtle'"
21252136

21262137
msgid "one of the strings \"auto\", \"user\", \"noresize\""
21272138
msgstr ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.