@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2023-05-24 02:21+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 "
@@ -1221,23 +1221,31 @@ msgid ""
1221
1221
"specification strings or tuples as returned by :func:`pencolor` and :func:"
1222
1222
"`fillcolor`."
1223
1223
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`."
1224
1227
1225
1228
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)`` "
1227
1230
1228
1231
msgid ""
1229
1232
"Inputs as in :func:`pencolor`, set both, fillcolor and pencolor, to the "
1230
1233
"given value."
1231
1234
msgstr ""
1235
+ "Dane wejściowe jak w :func:`pencolor`, ustawiają zarówno kolor wypełnienia, "
1236
+ "jak i kolor pióra na podaną wartość."
1232
1237
1233
1238
msgid ""
1234
1239
"``color(colorstring1, colorstring2)``, ``color((r1,g1,b1), (r2,g2,b2))``"
1235
1240
msgstr ""
1241
+ "``color(colorstring1, colorstring2)``, ``color((r1,g1,b1), (r2,g2,b2))``"
1236
1242
1237
1243
msgid ""
1238
1244
"Equivalent to ``pencolor(colorstring1)`` and ``fillcolor(colorstring2)`` and "
1239
1245
"analogously if the other input format is used."
1240
1246
msgstr ""
1247
+ "Odpowiednik dla ``pencolor(colorstring1)`` i ``fillcolor(colorstring2)`` "
1248
+ "oraz analogicznie, jeśli używany jest inny format wejścia."
1241
1249
1242
1250
msgid ""
1243
1251
"If turtleshape is a polygon, outline and interior of that polygon is drawn "
0 commit comments