1) Tamil translations to Blockly from generally accepted conventions of ezhillang.org and other implementations of Tamil programming scripts.

2) Resolves issue #144 on google/blockly
This commit is contained in:
Muthiah Annamalai 2015-11-21 16:38:16 -05:00
parent d702808f71
commit 86f35a40f9

25
demos/code/msg/ta.js Normal file
View file

@ -0,0 +1,25 @@
var MSG = {
title: "கணினி நிரல்", //Code
blocks: "நிரல் துண்டு", //block
linkTooltip: "சேமித்து நிரல் துண்டிற்கு இணைக்க", //save and link to block
runTooltip: "பணிமனை நினைவகத்தில் இயக்குக", //Run the program defined by the blocks in the workspace.
badCode: "கணினி நிரல் கோளாறு:\n%1",
timeout: "அதிகபட்ச அடுக்கின் அளவை மீரியது", //max iters reached/exceeded
discard: "அனைத்து %1 நிரல் துண்டுகளையும் அழிக்கவா??",
trashTooltip: "நீக்கு",
catLogic: "தர்க வகை",
catLoops: "மடக்கு வாக்கியம்",
catMath: "கணிதம்",
catText: "உரை",
catLists: "பட்டியல்",
catColour: "வண்ணம்",
catVariables: "மாறிகள்",
catFunctions: "சார்புகள்",
listVariable: "பட்டியல் மாறி",
textVariable: "உரை சரம்",
httpRequestError: "இந்த செயலை இயக்குவதில் கோளாறு ஏற்பட்டது",
linkAlert: "இந்த சுட்டி வழியாக நிரல் துண்டுகளை பகிரவும்:\n\n%1",
hashError: "'%1' : இது சேமித்த நிரலாக தெரியவில்லை.",
xmlError: "உங்களது நிரலை காணவில்லை; வேறு Blockly அத்தியாயத்தில் சேமித்தீரா?",
badXml: "XML பகுப்பதில் கோளாறு:\n%1\n\nOK' கிளிக் செய்தால் மாற்றங்கள் இழப்பீர்கள்; பிழைகளுடன் தொடர 'Cancel' கிளிக் செய்யவும்."
};