File tree Expand file tree Collapse file tree 5 files changed +21
-8
lines changed
Expand file tree Collapse file tree 5 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2024 , Python Software Foundation
2+ # Copyright (C) 2001-2025 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-12-27 14:16+0000\n "
14+ "POT-Creation-Date : 2025-01-17 14:16+0000\n "
1515"PO-Revision-Date : 2021-06-28 00:50+0000\n "
1616"Last-Translator : haaritsubaki, 2023\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change 11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2024 , Python Software Foundation
2+ # Copyright (C) 2001-2025 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-12-27 14:16+0000\n "
14+ "POT-Creation-Date : 2025-01-17 14:16+0000\n "
1515"PO-Revision-Date : 2021-06-28 00:52+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change 11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2024 , Python Software Foundation
2+ # Copyright (C) 2001-2025 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-12-27 14:16+0000\n "
14+ "POT-Creation-Date : 2025-01-17 14:16+0000\n "
1515"PO-Revision-Date : 2021-06-28 00:54+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -1562,6 +1562,19 @@ msgid ""
15621562">>> turtle.heading()\n"
15631563"90.0"
15641564msgstr ""
1565+ ">>> turtle.home()\n"
1566+ ">>> turtle.left(90)\n"
1567+ ">>> turtle.heading()\n"
1568+ "90.0\n"
1569+ "\n"
1570+ ">>> # Zmień jednostkę miary kąta na grad (inaczej gon\n"
1571+ ">>> # lub gradus; jest on równy 1/100 kąta prostego).\n"
1572+ ">>> turtle.degrees(400.0)\n"
1573+ ">>> turtle.heading()\n"
1574+ "100.0\n"
1575+ ">>> turtle.degrees(360)\n"
1576+ ">>> turtle.heading()\n"
1577+ "90.0"
15651578
15661579msgid ""
15671580"Set the angle measurement units to radians. Equivalent to ``degrees(2*math."
Original file line number Diff line number Diff line change 11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2024 , Python Software Foundation
2+ # Copyright (C) 2001-2025 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
@@ -16,7 +16,7 @@ msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.13\n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2024-12-27 14:16+0000\n "
19+ "POT-Creation-Date : 2025-01-17 14:16+0000\n "
2020"PO-Revision-Date : 2021-06-28 01:50+0000\n "
2121"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2024\n "
2222"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
You can’t perform that action at this time.
0 commit comments