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 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2024 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2021-06-28 00:50+0000\n "
16
16
"Last-Translator : haaritsubaki, 2023\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2024 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2021-06-28 00:52+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2024 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2021-06-28 00:54+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
17
17
"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 ""
1562
1562
">>> turtle.heading()\n"
1563
1563
"90.0"
1564
1564
msgstr ""
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"
1565
1578
1566
1579
msgid ""
1567
1580
"Set the angle measurement units to radians. Equivalent to ``degrees(2*math."
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2024 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -16,7 +16,7 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.13\n "
18
18
"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 "
20
20
"PO-Revision-Date : 2021-06-28 01:50+0000\n "
21
21
"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2024\n "
22
22
"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