@@ -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-12 16:53 +0000\n "
14
+ "POT-Creation-Date : 2024-01-19 16:40 +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 "
@@ -1161,36 +1161,48 @@ msgid ""
1161
1161
"tuple format (see example). May be used as input to another color/pencolor/"
1162
1162
"fillcolor call."
1163
1163
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."
1164
1167
1165
1168
msgid "``fillcolor(colorstring)``"
1166
- msgstr ""
1169
+ msgstr "``fillcolor(colorstring)`` "
1167
1170
1168
1171
msgid ""
1169
1172
"Set fillcolor to *colorstring*, which is a Tk color specification string, "
1170
1173
"such as ``\" red\" ``, ``\" yellow\" ``, or ``\" #33cc8c\" ``."
1171
1174
msgstr ""
1175
+ "Ustawia kolor wypełnienia na *colorstring*, który jest ciągiem specyfikacji "
1176
+ "koloru Tk, takim jak ``\" red\" ``, ``\" yellow\" ``, lub ``\" #33cc8c\" ``."
1172
1177
1173
1178
msgid "``fillcolor((r, g, b))``"
1174
- msgstr ""
1179
+ msgstr "``fillcolor((r, g, b))`` "
1175
1180
1176
1181
msgid ""
1177
1182
"Set fillcolor to the RGB color represented by the tuple of *r*, *g*, and "
1178
1183
"*b*. Each of *r*, *g*, and *b* must be in the range 0..colormode, where "
1179
1184
"colormode is either 1.0 or 255 (see :func:`colormode`)."
1180
1185
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`)."
1181
1189
1182
1190
msgid "``fillcolor(r, g, b)``"
1183
- msgstr ""
1191
+ msgstr "``fillcolor(r, g, b)`` "
1184
1192
1185
1193
msgid ""
1186
1194
"Set fillcolor to the RGB color represented by *r*, *g*, and *b*. Each of "
1187
1195
"*r*, *g*, and *b* must be in the range 0..colormode."
1188
1196
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."
1189
1199
1190
1200
msgid ""
1191
1201
"If turtleshape is a polygon, the interior of that polygon is drawn with the "
1192
1202
"newly set fillcolor."
1193
1203
msgstr ""
1204
+ "Jeśli turtleshape jest wielokątem, wnętrze tego wielokąta jest rysowane z "
1205
+ "nowo ustawionym kolorem wypełnienia."
1194
1206
1195
1207
msgid "Return or set pencolor and fillcolor."
1196
1208
msgstr ""
0 commit comments