mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
26 lines
955 B
JavaScript
26 lines
955 B
JavaScript
var MSG = {
|
|
title: "Code",
|
|
blocks: "Blocks",
|
|
linkTooltip: "Hain n airt til blocks.",
|
|
runTooltip: "Rin the program defined bi the blocks in the wairkspace.",
|
|
badCode: "Program mistak:\n%1",
|
|
timeout: "Mucklest execution iterations exceedit.",
|
|
discard: "Delyte aw %1 blocks?",
|
|
trashTooltip: "Hiff aw blocks.",
|
|
catLogic: "Logeec",
|
|
catLoops: "Luips",
|
|
catMath: "Maths",
|
|
catText: "Tex",
|
|
catLists: "Leets",
|
|
catColour: "Colour",
|
|
catVariables: "Variables",
|
|
catFunctions: "Functions",
|
|
listVariable: "leet",
|
|
textVariable: "tex",
|
|
httpRequestError: "Thaur wis ae problem wi the request.",
|
|
linkAlert: "Shair yer blocks wi this airtin:\n\n%1",
|
|
hashError: "Sairrie, '%1' disna correspond wi onie hained program.",
|
|
xmlError: "Coudnae laid yer hained file. Perhaps it wis makit wi ae deefferent version o Blockly?",
|
|
badXml: "Mistak parsin XML:\n%1\n\nSelect 'OK' tae hiff yer chynges or 'Cancel' tae further eedit the XML."
|
|
};
|