Files
blockly/demos/code/msg/hrx.js
Beka Westberg ee221520a9 fix: update code demo to include JSON (#5444)
* fix: update code demo to include JSON

* fix: do property renames

* fix: change XML to place holder

* fix: PR comments
2021-09-20 13:08:35 -07:00

25 lines
1.0 KiB
JavaScript

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.",
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.",
loadError: "Dein gespeicherte Datei könnt net gelood sin. Vielleicht woard se mit ener annre Version von Blockly erstellt.",
parseError: "Fehler beim Parse von %1:\n%2\n\nWähle 'OK' zum Verwerfe von deiner Ändrunge orrer 'Abbreche' zum %1 weiter beoorbeite."
};