Skip to content

Commit b63aadb

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent de608a5 commit b63aadb

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

library/turtle.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,26 +1200,33 @@ msgstr ""
12001200
"koloru Tk, takim jak ``\"red\"``, ``\"yellow\"``, lub ``\"#33cc8c\"``."
12011201

12021202
msgid "``fillcolor((r, g, b))``"
1203-
msgstr ""
1203+
msgstr "``fillcolor((r, g, b))``"
12041204

12051205
msgid ""
12061206
"Set fillcolor to the RGB color represented by the tuple of *r*, *g*, and "
12071207
"*b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, where "
12081208
"colormode is either 1.0 or 255 (see :func:`colormode`)."
12091209
msgstr ""
1210+
"Ustawia kolor wypełnienia na kolor RGB reprezentowany przez krotkę *r*, *g* "
1211+
"i *b*. Każdy z *r*, *g* i *b* musi należeć do zakresu 0..colormode, gdzie "
1212+
"colormode to 1.0 lub 255 (patrz :func:`colormode`)."
12101213

12111214
msgid "``fillcolor(r, g, b)``"
1212-
msgstr ""
1215+
msgstr "``fillcolor(r, g, b)``"
12131216

12141217
msgid ""
12151218
"Set fillcolor to the RGB color represented by *r*, *g*, and *b*. Each of "
12161219
"*r*, *g*, and *b* must be in the range 0..colormode."
12171220
msgstr ""
1221+
"Ustawia kolor wypełnienia na kolor RGB reprezentowany przez *r*, *g* i *b*. "
1222+
"Każde z *r*, *g* i *b* musi należeć do zakresu 0..colormode."
12181223

12191224
msgid ""
12201225
"If turtleshape is a polygon, the interior of that polygon is drawn with the "
12211226
"newly set fillcolor."
12221227
msgstr ""
1228+
"Jeśli turtleshape jest wielokątem, wnętrze tego wielokąta jest rysowane z "
1229+
"nowo ustawionym kolorem wypełnienia."
12231230

12241231
msgid "Return or set pencolor and fillcolor."
12251232
msgstr ""

0 commit comments

Comments
 (0)