mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
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:
parent
d702808f71
commit
86f35a40f9
1 changed files with 25 additions and 0 deletions
25
demos/code/msg/ta.js
Normal file
25
demos/code/msg/ta.js
Normal 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' கிளிக் செய்யவும்."
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue