Skip to content

Commit ce36b45

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

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

library/turtle.po

+16-4
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-12 16:53+0000\n"
14+
"POT-Creation-Date: 2024-01-19 16:40+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"
@@ -1161,36 +1161,48 @@ msgid ""
11611161
"tuple format (see example). May be used as input to another color/pencolor/"
11621162
"fillcolor call."
11631163
msgstr ""
1164+
"Zwraca bieżący kolor wypełnienia jako ciąg specyfikacji koloru, ewentualnie "
1165+
"w formacie krotki (patrz przykład). Może być użyty jako dane wejściowe do "
1166+
"innego wywołania color/pencolor/fillcolor."
11641167

11651168
msgid "``fillcolor(colorstring)``"
1166-
msgstr ""
1169+
msgstr "``fillcolor(colorstring)``"
11671170

11681171
msgid ""
11691172
"Set fillcolor to *colorstring*, which is a Tk color specification string, "
11701173
"such as ``\"red\"``, ``\"yellow\"``, or ``\"#33cc8c\"``."
11711174
msgstr ""
1175+
"Ustawia kolor wypełnienia na *colorstring*, który jest ciągiem specyfikacji "
1176+
"koloru Tk, takim jak ``\"red\"``, ``\"yellow\"``, lub ``\"#33cc8c\"``."
11721177

11731178
msgid "``fillcolor((r, g, b))``"
1174-
msgstr ""
1179+
msgstr "``fillcolor((r, g, b))``"
11751180

11761181
msgid ""
11771182
"Set fillcolor to the RGB color represented by the tuple of *r*, *g*, and "
11781183
"*b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, where "
11791184
"colormode is either 1.0 or 255 (see :func:`colormode`)."
11801185
msgstr ""
1186+
"Ustawia kolor wypełnienia na kolor RGB reprezentowany przez krotkę *r*, *g* "
1187+
"i *b*. Każdy z *r*, *g* i *b* musi należeć do zakresu 0..colormode, gdzie "
1188+
"colormode to 1.0 lub 255 (patrz :func:`colormode`)."
11811189

11821190
msgid "``fillcolor(r, g, b)``"
1183-
msgstr ""
1191+
msgstr "``fillcolor(r, g, b)``"
11841192

11851193
msgid ""
11861194
"Set fillcolor to the RGB color represented by *r*, *g*, and *b*. Each of "
11871195
"*r*, *g*, and *b* must be in the range 0..colormode."
11881196
msgstr ""
1197+
"Ustawia kolor wypełnienia na kolor RGB reprezentowany przez *r*, *g* i *b*. "
1198+
"Każde z *r*, *g* i *b* musi należeć do zakresu 0..colormode."
11891199

11901200
msgid ""
11911201
"If turtleshape is a polygon, the interior of that polygon is drawn with the "
11921202
"newly set fillcolor."
11931203
msgstr ""
1204+
"Jeśli turtleshape jest wielokątem, wnętrze tego wielokąta jest rysowane z "
1205+
"nowo ustawionym kolorem wypełnienia."
11941206

11951207
msgid "Return or set pencolor and fillcolor."
11961208
msgstr ""

0 commit comments

Comments
 (0)