// This file was automatically generated from common.soy. // Please don't edit this file by hand. if (typeof apps == 'undefined') { var apps = {}; } apps.messages = function(opt_data, opt_ignored, opt_ijData) { return '
סביבת תיכנות חזותיBlocklyהצגת קוד ה־JavaScript שנוצר.שמירה וקישור לבלוקים.הרצת התכנית שהוגדרה על ידי הבלוקים שבמרחב העבודה.הרצת תכניתאיפוסאישורביטוללוגיקהלולאותמתמטיקהטקסטרשימותצבעמשתניםפרוצדורותהבקשה נכשלה.ניתן לשתף את הבלוקים שלך באמצעות קישור זה:\n\n%1Sorry, \'%1\' doesn\'t correspond with any saved program.Could not load your saved file. Perhaps it was created with a different version of Blockly?רשימהטקסט
'; }; apps.dialog = function(opt_data, opt_ignored, opt_ijData) { return '
'; }; apps.codeDialog = function(opt_data, opt_ignored, opt_ijData) { return '
' + apps.ok(null, null, opt_ijData) + '
'; }; apps.storageDialog = function(opt_data, opt_ignored, opt_ijData) { return '
' + apps.ok(null, null, opt_ijData) + '
'; }; apps.ok = function(opt_data, opt_ignored, opt_ijData) { return '
'; }; ; // This file was automatically generated from template.soy. // Please don't edit this file by hand. if (typeof turtlepage == 'undefined') { var turtlepage = {}; } turtlepage.messages = function(opt_data, opt_ignored, opt_ijData) { return apps.messages(null, null, opt_ijData) + '
Moves the turtle forward or backward by the specified amount.move forward bymove backward byTurns the turtle left or right by the specified number of degrees.turn right byturn left byשינוי הרוחב של העט.set width toChanges the colour of the pen.set colour toLifts or lowers the pen, to stop or start drawing.pen uppen downMakes the turtle (circle and arrow) visible or invisible.הסתרת הצבהצגת הצבhttp://en.wikipedia.org/wiki/PrintingDraws text in the turtle\'s direction at its location.printhttp://en.wikipedia.org/wiki/FontSets the font used by the print block.גופןגודל הגופןרגילמודגשנטויLeaving this page will result in the loss of your work.
'; }; turtlepage.start = function(opt_data, opt_ignored, opt_ijData) { return turtlepage.messages(null, null, opt_ijData) + '

Blockly : Turtle Graphics