Skip to content

Commit c2ce618

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 60fa598 commit c2ce618

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

library/turtle.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-26 16:43+0000\n"
14+
"POT-Creation-Date: 2024-02-02 18:15+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:21+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"
@@ -1221,23 +1221,31 @@ msgid ""
12211221
"specification strings or tuples as returned by :func:`pencolor` and :func:"
12221222
"`fillcolor`."
12231223
msgstr ""
1224+
"Zwraca bieżący kolor pióra i bieżący kolor wypełnienia jako parę ciągów "
1225+
"specyfikacji kolorów lub krotek zwracanych przez :func:`pencolor` i :func:"
1226+
"`fillcolor`."
12241227

12251228
msgid "``color(colorstring)``, ``color((r,g,b))``, ``color(r,g,b)``"
1226-
msgstr ""
1229+
msgstr "``color(colorstring)``, ``color((r,g,b))``, ``color(r,g,b)``"
12271230

12281231
msgid ""
12291232
"Inputs as in :func:`pencolor`, set both, fillcolor and pencolor, to the "
12301233
"given value."
12311234
msgstr ""
1235+
"Dane wejściowe jak w :func:`pencolor`, ustawiają zarówno kolor wypełnienia, "
1236+
"jak i kolor pióra na podaną wartość."
12321237

12331238
msgid ""
12341239
"``color(colorstring1, colorstring2)``, ``color((r1,g1,b1), (r2,g2,b2))``"
12351240
msgstr ""
1241+
"``color(colorstring1, colorstring2)``, ``color((r1,g1,b1), (r2,g2,b2))``"
12361242

12371243
msgid ""
12381244
"Equivalent to ``pencolor(colorstring1)`` and ``fillcolor(colorstring2)`` and "
12391245
"analogously if the other input format is used."
12401246
msgstr ""
1247+
"Odpowiednik dla ``pencolor(colorstring1)`` i ``fillcolor(colorstring2)`` "
1248+
"oraz analogicznie, jeśli używany jest inny format wejścia."
12411249

12421250
msgid ""
12431251
"If turtleshape is a polygon, outline and interior of that polygon is drawn "

tutorial/inputoutput.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-01-12 16:53+0000\n"
15+
"POT-Creation-Date: 2024-02-02 18:15+0000\n"
1616
"PO-Revision-Date: 2023-05-24 02:23+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)