// 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 '
Visuelle ProgrammierumgebungBlocklyErzeugten JavaScript-Code ansehen.Speichern und auf Bausteine verlinken.Das Programm ausführen, das von den Bausteinen \\nim Arbeitsbereich definiert ist. Programm ausführenZurücksetzenOkayAbbrechenLogikSchleifenMathematikTextListenFarbeVariablenFunktionenMit der Anfrage gab es ein Problem.Teile deine Bausteine mit diesem Link:\n\n%1„%1“ stimmt leider mit keinem gespeicherten Programm überein.Deine gespeicherte Datei konnte nicht geladen werden. Vielleicht wurde sie mit einer anderen Version von Blockly erstellt.ListeText
'; }; 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 appsIndex == 'undefined') { var appsIndex = {}; } appsIndex.messages = function(opt_data, opt_ignored, opt_ijData) { return apps.messages(null, null, opt_ijData) + '
Blockly-AnwendungenBlockly ist frei und Open Source. Um Code oder Übersetzungen für Blockly beizusteuern oder um Blockly in deiner eigenen Anwendung zu verwenden, besuche %1.
'; }; appsIndex.start = function(opt_data, opt_ignored, opt_ijData) { return appsIndex.messages(null, null, opt_ijData) + '

Blockly-Anwendungen

Blockly ist eine grafische Programmierumgebung. Unten sind einige Beispielanwendungen, die Blockly verwenden.
Puzzle
Lernen, wie man die Blockly-Oberfläche verwendet.
Labyrinth
Blockly zum Lösen eines Labyrinths verwenden.
Turtle-Grafiken
Blockly zum Zeichnen verwenden.
Grafikrechner
Plotfunktionen mit Blockly.
Code
Ein Blockly-Programm als JavaScript, Python oder XML exportieren.
Flugzeugsitzrechner
Ein mathematisches Problem mit einer oder zwei Variablen lösen.
Block-Fabrik
Benutzerdefinierte Blöcke mit Blockly bauen.

blockly.googlecode.com'; };