Skip to content

Commit 9349344

Browse files
GitHub Action's update-translation jobm-aciek
andcommitted
Update translation from Transifex
Co-Authored-By: Maciej Olko <maciej.olko@gmail.com>
1 parent 8d7ee48 commit 9349344

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

library/turtle.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,16 +1284,22 @@ msgid ""
12841284
"Bind *fun* to mouse-button-release events on this turtle. If *fun* is "
12851285
"``None``, existing bindings are removed."
12861286
msgstr ""
1287+
"Powiąż *fun* ze zdarzeniami zwolnienia przycisku myszy na tym żółwiu. Jeśli "
1288+
"*fun* to ``None``, istniejące powiązania są usuwane."
12871289

12881290
msgid ""
12891291
"Bind *fun* to mouse-move events on this turtle. If *fun* is ``None``, "
12901292
"existing bindings are removed."
12911293
msgstr ""
1294+
"Powiąż *fun* ze zdarzeniami ruchu myszy na tym żółwiu. Jeśli *fun* to "
1295+
"``None``, istniejące powiązania są usuwane."
12921296

12931297
msgid ""
12941298
"Remark: Every sequence of mouse-move-events on a turtle is preceded by a "
12951299
"mouse-click event on that turtle."
12961300
msgstr ""
1301+
"Uwaga: Każda sekwencja zdarzeń ruchu myszą na żółwiu jest poprzedzona "
1302+
"zdarzeniem kliknięcia myszą na tym żółwiu."
12971303

12981304
msgid ""
12991305
"Subsequently, clicking and dragging the Turtle will move it across the "
@@ -1304,11 +1310,16 @@ msgid ""
13041310
"Start recording the vertices of a polygon. Current turtle position is first "
13051311
"vertex of polygon."
13061312
msgstr ""
1313+
"Rozpoczyna rejestrowanie wierzchołków wielokąta. Bieżąca pozycja żółwia to "
1314+
"pierwszy wierzchołek wielokąta."
13071315

13081316
msgid ""
13091317
"Stop recording the vertices of a polygon. Current turtle position is last "
13101318
"vertex of polygon. This will be connected with the first vertex."
13111319
msgstr ""
1320+
"Zatrzymuje rejestrowanie wierzchołków wielokąta. Bieżąca pozycja żółwia to "
1321+
"ostatni wierzchołek wielokąta. Zostanie on połączony z pierwszym "
1322+
"wierzchołkiem."
13121323

13131324
msgid "Return the last recorded polygon."
13141325
msgstr ""
@@ -1317,16 +1328,21 @@ msgid ""
13171328
"Create and return a clone of the turtle with same position, heading and "
13181329
"turtle properties."
13191330
msgstr ""
1331+
"Utwórz i zwróć klona żółwia z tą samą pozycją, kursem i właściwościami."
13201332

13211333
msgid ""
13221334
"Return the Turtle object itself. Only reasonable use: as a function to "
13231335
"return the \"anonymous turtle\":"
13241336
msgstr ""
1337+
"Zwraca sam obiekt Turtle. Jedyne rozsądne zastosowanie: jako funkcja do "
1338+
"zwracania \"anonimowego żółwia\":"
13251339

13261340
msgid ""
13271341
"Return the :class:`TurtleScreen` object the turtle is drawing on. "
13281342
"TurtleScreen methods can then be called for that object."
13291343
msgstr ""
1344+
"Zwraca obiekt :class:`TurtleScreen`, na którym żółw rysuje. Następnie można "
1345+
"wywoływać metody TurtleScreen na tym obiekcie."
13301346

13311347
msgid "an integer or ``None``"
13321348
msgstr ""

0 commit comments

Comments
 (0)