mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Move Code app to demos directory.
This commit is contained in:
25
demos/code/msg/hrx.js
Normal file
25
demos/code/msg/hrx.js
Normal file
@@ -0,0 +1,25 @@
|
||||
var MSG = {
|
||||
title: "Code",
|
||||
blocks: "Bausten",
|
||||
linkTooltip: "Speichre und auf Bausten verlinke.",
|
||||
runTooltip: "Das Programm ausfüahre, das von den Bausten im Oorweitsbereich definiert ist.",
|
||||
badCode: "Programmfehler:\n%1",
|
||||
timeout: "Die maximale Ausführungswiederholunge woore üwerschritt.",
|
||||
discard: "All %1 Bausten lösche?",
|
||||
trashTooltip: "All Bausten verwerfe.",
|
||||
catLogic: "Logik",
|
||||
catLoops: "Schleife",
|
||||
catMath: "Mathematik",
|
||||
catText: "Text",
|
||||
catLists: "Liste",
|
||||
catColour: "Farreb",
|
||||
catVariables: "Variable",
|
||||
catFunctions: "Funktione",
|
||||
listVariable: "List",
|
||||
textVariable: "Text",
|
||||
httpRequestError: "Mit der Oonfroch hots en Problem geb.",
|
||||
linkAlert: "Tel von dein Bausten mit dem Link:\n\n%1",
|
||||
hashError: "„%1“ stimmt leider mit kenem üweren gespeicherte Programm.",
|
||||
xmlError: "Dein gespeicherte Datei könnt net gelood sin. Vielleicht woard se mit ener annre Version von Blockly erstellt.",
|
||||
badXml: "Fehler beim Parse von XML:\n%1\n\nWähle 'OK' zum Verwerfe von deiner Ändrunge orrer 'Abbreche' zum XML weiter beoorbeite."
|
||||
};
|
||||
Reference in New Issue
Block a user