From 86f35a40f9c07a47d4e10073a7ec1213b4cb433b Mon Sep 17 00:00:00 2001 From: Muthiah Annamalai Date: Sat, 21 Nov 2015 16:38:16 -0500 Subject: [PATCH] 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 --- demos/code/msg/ta.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 demos/code/msg/ta.js diff --git a/demos/code/msg/ta.js b/demos/code/msg/ta.js new file mode 100644 index 000000000..2be9f9ee3 --- /dev/null +++ b/demos/code/msg/ta.js @@ -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' கிளிக் செய்யவும்." +};