// 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) { return '
un entorn visual de programacióBlocklyVeure el codi JavaScript generat.Desa i enllaça als blocs.Executa el programa definit pels blocs de l\'àrea \\nde treball. Executa el programaReinicialitzaD\'acordCancel·laLògicaBuclesMatemàtiquesTextLlistesColorVariablesProcedimentsHi ha hagut un problema amb la sol·licitud.Comparteix els teus blocs amb aquest enllaç: %1Ho sentim, \'%1\' no es correspon amb cap fitxer desat de Blockly.No s\'ha pogut carregar el teu fitxer desat. Potser va ser creat amb una versió diferent de Blockly?llistatext
'; }; apps.dialog = function(opt_data, opt_ignored) { return '
'; }; apps.codeDialog = function(opt_data, opt_ignored) { return '
' + apps.ok(null) + '
'; }; apps.storageDialog = function(opt_data, opt_ignored) { return '
' + apps.ok(null) + '
'; }; apps.ok = function(opt_data, opt_ignored) { return '
'; }; ; // This file was automatically generated from template.soy. // Please don't edit this file by hand. if (typeof appsIndex == 'undefined') { var appsIndex = {}; } appsIndex.messages = function(opt_data, opt_ignored) { return apps.messages(null) + '
Blockly AppsBlockly is free and open source. To contribute code or translations to Blockly, or to use Blockly in your own app, visit %1.
'; }; appsIndex.start = function(opt_data, opt_ignored) { return appsIndex.messages(null) + '

Blockly Apps

Blockly is a graphical programming environment. Below are some sample applications that use Blockly.
Learn to use Blockly\'s interface.
Use Blockly to solve a maze.
Use Blockly to draw.
Plot functions with Blockly.
Export a Blockly program into JavaScript, Python or XML.
Solve a math problem with one or two variables.
Build custom blocks using Blockly.

blockly.googlecode.com'; };