mirror of
https://github.com/google/blockly.git
synced 2026-01-19 14:57:12 +01:00
57 lines
2.8 KiB
JSON
57 lines
2.8 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"John Reid"
|
|
]
|
|
},
|
|
"Apps.subtitle": "ae veesual programin environment",
|
|
"Apps.blocklyMessage": "Blockly (Blocklie)",
|
|
"Apps.codeTooltip": "See generated JavaScript code.",
|
|
"Apps.linkTooltip": "Hain n airt til blocks.",
|
|
"Apps.runTooltip": "Rin the program defined bi the blocks in the wairkspace.",
|
|
"Apps.runProgram": "Rin Program",
|
|
"Apps.resetProgram": "Reset",
|
|
"Apps.dialogOk": "OK",
|
|
"Apps.dialogCancel": "Cancel",
|
|
"Apps.catLogic": "Logeec",
|
|
"Apps.catLoops": "Luips",
|
|
"Apps.catMath": "Maths",
|
|
"Apps.catText": "Tex",
|
|
"Apps.catLists": "Leets",
|
|
"Apps.catColour": "Colour",
|
|
"Apps.catVariables": "Variables",
|
|
"Apps.catProcedures": "Functions",
|
|
"Apps.httpRequestError": "Thaur wis ae problem wi the request.",
|
|
"Apps.linkAlert": "Shair yer blocks wi this airtin:\n\n%1",
|
|
"Apps.hashError": "Sairrie, '%1' disna correspond wi onie hained program.",
|
|
"Apps.xmlError": "Coudnae laid yer hained file. Perhaps it wis makit wi ae deefferent version o Blockly?",
|
|
"Apps.listVariable": "leet",
|
|
"Apps.textVariable": "tex",
|
|
"Code.badXml": "Mistak parsin XML:\n%1\n\nSelect 'OK' tae hiff yer chynges or 'Cancel' tae further eedit the XML.",
|
|
"Code.badCode": "Program mistak:\n%1",
|
|
"Code.timeout": "Mucklest execution iterations exceedit.",
|
|
"Code.discard": "Delyte aw %1 blocks?",
|
|
"Code.title": "Code",
|
|
"Code.blocks": "Blocks",
|
|
"Code.trashTooltip": "Hiff aw blocks.",
|
|
"Apps.indexTitle": "Blockly Apps",
|
|
"Apps.indexFooter": "Blockly is free n apen soorce. Tae contreebute code or owersets til Blockly, or tae uise Blockly in yer ain app, veesit %1.",
|
|
"Apps.choiceIntro": "Blockly is ae grapheecal programin environment. Ablo is some sample appleecations that uise Blockly.",
|
|
"Apps.codeSubtitle": "Export ae Blockly program intae JavaScript, Python, Dart or XML.",
|
|
"Plane.plane": "Airplane Seat Calculater",
|
|
"Apps.planeSubtitle": "Solve ae maths problem wi yin or twa vareeables.",
|
|
"Plane.rows": "Rows: %1",
|
|
"Plane.getRows": "rows (%1)",
|
|
"Plane.rows1": "1st claiss rows: %1",
|
|
"Plane.getRows1": "1st claiss rows (%1)",
|
|
"Plane.rows2": "2nt claiss rows: %1",
|
|
"Plane.getRows2": "2nt claiss rows (%1)",
|
|
"Plane.seats": "Seats: %1",
|
|
"Plane.placeholder": "?",
|
|
"Plane.setSeats": "seats =",
|
|
"Plane.description1": "Aen airplane haes ae nummer o rows o passenger seats. Ilka row contains fower seats.",
|
|
"Plane.description2": "Aen airplane haes twa seats in the flicht deck (fer the pilot n co-pilot), n ae nummer o rows o passenger seats. Ilka row contains fower seats.",
|
|
"Plane.description3": "Aen airplane haes twa seats oan the flicht deck (fer the pilot n co-pilot), n ae nummer o rows o 1st claiss n 2nt claiss passenger seats. Ilka 1st claiss row contains fower seats. Ilka 2nt claiss row contains five seats.",
|
|
"Plane.instructions": "Big ae formula (ablo) that calculates the total nummer o seats oan the airplane aes the rows ar chynged (abuin)."
|
|
}
|