2015-06-08 15:54:18 -07:00
// This file was automatically generated. Do not modify.
'use strict' ;
goog . provide ( 'Blockly.Msg.bn' ) ;
goog . require ( 'Blockly.Msg' ) ;
Blockly . Msg . ADD _COMMENT = "মন্তব্য যোগ করুন" ;
Blockly . Msg . CHANGE _VALUE _TITLE = "মান পরিবর্তন করুন:" ;
2015-10-09 19:22:22 -07:00
Blockly . Msg . CLEAN _UP = "Clean up Blocks" ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . COLLAPSE _ALL = "Collapse Blocks" ; // untranslated
Blockly . Msg . COLLAPSE _BLOCK = "Collapse Block" ; // untranslated
Blockly . Msg . COLOUR _BLEND _COLOUR1 = "রং ১" ;
Blockly . Msg . COLOUR _BLEND _COLOUR2 = "রং ২" ;
Blockly . Msg . COLOUR _BLEND _HELPURL = "http://meyerweb.com/eric/tools/color-blend/" ; // untranslated
Blockly . Msg . COLOUR _BLEND _RATIO = "অনুপাত" ;
Blockly . Msg . COLOUR _BLEND _TITLE = "মিশ্রণ" ;
Blockly . Msg . COLOUR _BLEND _TOOLTIP = "প্রদত্ত অনুপাত(০ .০ - ১.০ ) অনুসারে দুটি রং একসাথে মিশ্রিত করুন।" ;
Blockly . Msg . COLOUR _PICKER _HELPURL = "https://en.wikipedia.org/wiki/Color" ; // untranslated
Blockly . Msg . COLOUR _PICKER _TOOLTIP = "প্যালেট থেকে একটি রং পছন্দ করুন" ;
Blockly . Msg . COLOUR _RANDOM _HELPURL = "http://randomcolour.com" ; // untranslated
Blockly . Msg . COLOUR _RANDOM _TITLE = "এলোমেলো রং" ;
Blockly . Msg . COLOUR _RANDOM _TOOLTIP = "এলোমেলোভাবে একটি রং পছন্দ করুন।" ;
Blockly . Msg . COLOUR _RGB _BLUE = "নীল" ;
Blockly . Msg . COLOUR _RGB _GREEN = "সবুজ" ;
Blockly . Msg . COLOUR _RGB _HELPURL = "http://www.december.com/html/spec/colorper.html" ; // untranslated
Blockly . Msg . COLOUR _RGB _RED = "লাল" ;
Blockly . Msg . COLOUR _RGB _TITLE = "রং সহ" ;
Blockly . Msg . COLOUR _RGB _TOOLTIP = "একটি রং তৈরি করুন নির্দিষ্ট পরিমাণে লাল, সবুজ এবং নীল রং মিশ্রিত করে। প্রত্যেকটির মান অবশ্যই ০ থেকে ১০০ এর মধ্যে হতে হবে।" ;
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _HELPURL = "https://github.com/google/blockly/wiki/Loops#loop-termination-blocks" ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _OPERATOR _BREAK = "break out of loop" ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _OPERATOR _CONTINUE = "continue with next iteration of loop" ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _TOOLTIP _BREAK = "Break out of the containing loop." ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _TOOLTIP _CONTINUE = "Skip the rest of this loop, and continue with the next iteration." ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _WARNING = "সর্তকীবার্তা: এই ব্লকটি শুধুমাত্র লুপের মধ্যে ব্যবহার করা যাবে।" ;
2015-06-10 18:45:15 -07:00
Blockly . Msg . CONTROLS _FOREACH _HELPURL = "https://github.com/google/blockly/wiki/Loops#for-each" ; // untranslated
Blockly . Msg . CONTROLS _FOREACH _TITLE = "প্রত্যেকটি পদের জন্য %1 তালিকার মধ্যে %2" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . CONTROLS _FOREACH _TOOLTIP = "For each item in a list, set the variable '%1' to the item, and then do some statements." ; // untranslated
Blockly . Msg . CONTROLS _FOR _HELPURL = "https://github.com/google/blockly/wiki/Loops#count-with" ; // untranslated
Blockly . Msg . CONTROLS _FOR _TITLE = "গণনা কর %1 %4 দিয়ে %2 থেকে %3" ;
2015-06-10 18:45:15 -07:00
Blockly . Msg . CONTROLS _FOR _TOOLTIP = "Have the variable '%1' take on the values from the start number to the end number, counting by the specified interval, and do the specified blocks." ; // untranslated
2016-11-11 17:05:13 -08:00
Blockly . Msg . CONTROLS _IFELSE _TITLE = "if %1 do %2 else %3" ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . CONTROLS _IF _ELSEIF _TOOLTIP = "যদি নামক ব্লক এ একটি শর্ত যোগ করুন।" ;
Blockly . Msg . CONTROLS _IF _ELSE _TOOLTIP = "Add a final, catch-all condition to the if block." ; // untranslated
Blockly . Msg . CONTROLS _IF _HELPURL = "https://github.com/google/blockly/wiki/IfElse" ; // untranslated
Blockly . Msg . CONTROLS _IF _IF _TOOLTIP = "Add, remove, or reorder sections to reconfigure this if block." ; // untranslated
Blockly . Msg . CONTROLS _IF _MSG _ELSE = "নতুবা" ;
Blockly . Msg . CONTROLS _IF _MSG _ELSEIF = "নতুবা যদি" ;
Blockly . Msg . CONTROLS _IF _MSG _IF = "যদি" ;
Blockly . Msg . CONTROLS _IF _TOOLTIP _1 = "If a value is true, then do some statements." ; // untranslated
Blockly . Msg . CONTROLS _IF _TOOLTIP _2 = "If a value is true, then do the first block of statements. Otherwise, do the second block of statements." ; // untranslated
Blockly . Msg . CONTROLS _IF _TOOLTIP _3 = "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements." ; // untranslated
Blockly . Msg . CONTROLS _IF _TOOLTIP _4 = "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements. If none of the values are true, do the last block of statements." ; // untranslated
Blockly . Msg . CONTROLS _REPEAT _HELPURL = "https://en.wikipedia.org/wiki/For_loop" ; // untranslated
Blockly . Msg . CONTROLS _REPEAT _INPUT _DO = "করুন" ;
Blockly . Msg . CONTROLS _REPEAT _TITLE = "%1 বার পুনরাবৃত্তি করো" ;
Blockly . Msg . CONTROLS _REPEAT _TOOLTIP = "Do some statements several times." ; // untranslated
Blockly . Msg . CONTROLS _WHILEUNTIL _HELPURL = "https://github.com/google/blockly/wiki/Loops#repeat" ; // untranslated
Blockly . Msg . CONTROLS _WHILEUNTIL _OPERATOR _UNTIL = "repeat until" ; // untranslated
Blockly . Msg . CONTROLS _WHILEUNTIL _OPERATOR _WHILE = "repeat while" ; // untranslated
Blockly . Msg . CONTROLS _WHILEUNTIL _TOOLTIP _UNTIL = "While a value is false, then do some statements." ; // untranslated
Blockly . Msg . CONTROLS _WHILEUNTIL _TOOLTIP _WHILE = "While a value is true, then do some statements." ; // untranslated
2015-12-02 22:10:09 -08:00
Blockly . Msg . DELETE _ALL _BLOCKS = "Delete all %1 blocks?" ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . DELETE _BLOCK = "ব্লকটি মুছে ফেল" ;
2016-06-22 17:19:49 -07:00
Blockly . Msg . DELETE _VARIABLE = "Delete the '%1' variable" ; // untranslated
2016-08-17 16:08:38 -07:00
Blockly . Msg . DELETE _VARIABLE _CONFIRMATION = "Delete %1 uses of the '%2' variable?" ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . DELETE _X _BLOCKS = "%1 ব্লক অপসারণ কর" ;
Blockly . Msg . DISABLE _BLOCK = "ব্লকটি বিকল কর" ;
Blockly . Msg . DUPLICATE _BLOCK = "প্রতিলিপি" ;
Blockly . Msg . ENABLE _BLOCK = "ব্লকটি সচল কর" ;
Blockly . Msg . EXPAND _ALL = "ব্লকগুলো সম্প্রসারিত কর" ;
Blockly . Msg . EXPAND _BLOCK = "ব্লকটি সম্প্রসারিত কর" ;
Blockly . Msg . EXTERNAL _INPUTS = "বহি:স্থ ইনপুট" ;
Blockly . Msg . HELP = "সাহায্য" ;
Blockly . Msg . INLINE _INPUTS = "সারি ইনপুট" ;
Blockly . Msg . LISTS _CREATE _EMPTY _HELPURL = "https://github.com/google/blockly/wiki/Lists#create-empty-list" ; // untranslated
Blockly . Msg . LISTS _CREATE _EMPTY _TITLE = "খালি তালিকা তৈরি করুন" ;
Blockly . Msg . LISTS _CREATE _EMPTY _TOOLTIP = "পাঠাবে একটি তালিকা, দের্ঘ্য হবে ০ , কোন উপাত্ত থাকবে না" ;
Blockly . Msg . LISTS _CREATE _WITH _CONTAINER _TITLE _ADD = "তালিকা" ;
Blockly . Msg . LISTS _CREATE _WITH _CONTAINER _TOOLTIP = "Add, remove, or reorder sections to reconfigure this list block." ; // untranslated
Blockly . Msg . LISTS _CREATE _WITH _HELPURL = "https://github.com/google/blockly/wiki/Lists#create-list-with" ; // untranslated
Blockly . Msg . LISTS _CREATE _WITH _INPUT _WITH = "create list with" ; // untranslated
2016-05-03 17:49:10 -07:00
Blockly . Msg . LISTS _CREATE _WITH _ITEM _TOOLTIP = "তালিকায় একটি পদ যোগ করুন।" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _CREATE _WITH _TOOLTIP = "যেকোন সংখ্যক পদ নিয়ে একটি তালিকা তৈরি করুন।" ;
Blockly . Msg . LISTS _GET _INDEX _FIRST = "প্রথম" ;
2016-04-18 03:14:55 -07:00
Blockly . Msg . LISTS _GET _INDEX _FROM _END = "# শেষ থেকে" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _GET _INDEX _FROM _START = "#" ; // untranslated
2016-04-18 03:14:55 -07:00
Blockly . Msg . LISTS _GET _INDEX _GET = "নিন" ;
Blockly . Msg . LISTS _GET _INDEX _GET _REMOVE = "নিন ও সরান" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _GET _INDEX _LAST = "শেষ" ;
Blockly . Msg . LISTS _GET _INDEX _RANDOM = "এলোমেলো" ;
Blockly . Msg . LISTS _GET _INDEX _REMOVE = "অপসারণ" ;
Blockly . Msg . LISTS _GET _INDEX _TAIL = "" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _FIRST = "তালিকার প্রথম পদটি পাঠাবে।" ;
2016-07-09 04:23:01 -07:00
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _FROM = "Returns the item at the specified position in a list." ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _LAST = "তালিকার শেষ পদটি পাঠাবে।" ;
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _RANDOM = "এলোমেলোভাবে তালিকার যেকোন একটি পদ পাঠাবে।" ;
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _FIRST = "অপসারণ করুন এবং তালিকার প্রথম পদটি পাঠান।" ;
2016-07-09 04:23:01 -07:00
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _FROM = "Removes and returns the item at the specified position in a list." ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _LAST = "অপসারণ করুন এবং তালিকার শেষ পদটি পাঠান।" ;
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _RANDOM = "অপসারণ করুন এবং তালিকার এলোমেলো একটি পদ পাঠান।" ;
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _FIRST = "তালিকার প্রথম পদটি অপসারণ করা হয়েছে।" ;
2016-07-09 04:23:01 -07:00
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _FROM = "Removes the item at the specified position in a list." ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _LAST = "তালিকার শেষ পদটি অপসারণ করা হয়েছে।" ;
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _RANDOM = "তালিকা থেকে এলোমেলো একটি পদ অপসারণ করা হয়েছে।" ;
Blockly . Msg . LISTS _GET _SUBLIST _END _FROM _END = "to # from end" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _END _FROM _START = "to #" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _END _LAST = "to last" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _HELPURL = "https://github.com/google/blockly/wiki/Lists#getting-a-sublist" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _START _FIRST = "get sub-list from first" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _START _FROM _END = "get sub-list from # from end" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _START _FROM _START = "get sub-list from #" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _TAIL = "" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _TOOLTIP = "Creates a copy of the specified portion of a list." ; // untranslated
2016-07-09 04:23:01 -07:00
Blockly . Msg . LISTS _INDEX _FROM _END _TOOLTIP = "%1 is the last item." ; // untranslated
Blockly . Msg . LISTS _INDEX _FROM _START _TOOLTIP = "%1 is the first item." ; // untranslated
2016-04-18 03:14:55 -07:00
Blockly . Msg . LISTS _INDEX _OF _FIRST = "আইটেমের প্রথম সংঘটন খুঁজুন" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _INDEX _OF _HELPURL = "https://github.com/google/blockly/wiki/Lists#getting-items-from-a-list" ; // untranslated
2016-04-18 03:14:55 -07:00
Blockly . Msg . LISTS _INDEX _OF _LAST = "আইটেমের শেষ সংঘটন খুঁজুন" ;
2016-07-08 18:58:28 -07:00
Blockly . Msg . LISTS _INDEX _OF _TOOLTIP = "Returns the index of the first/last occurrence of the item in the list. Returns %1 if item is not found." ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _INLIST = "তালিকার মধ্যে" ;
2015-06-08 18:38:33 -07:00
Blockly . Msg . LISTS _ISEMPTY _HELPURL = "https://github.com/google/blockly/wiki/Lists#is-empty" ; // untranslated
Blockly . Msg . LISTS _ISEMPTY _TITLE = "%1 খালি" ;
Blockly . Msg . LISTS _ISEMPTY _TOOLTIP = "পাঠাবে সত্য যদি তালিকাটি খালি হয়।" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _LENGTH _HELPURL = "https://github.com/google/blockly/wiki/Lists#length-of" ; // untranslated
2016-04-18 03:14:55 -07:00
Blockly . Msg . LISTS _LENGTH _TITLE = "%1-এর দৈর্ঘ্য" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _LENGTH _TOOLTIP = "একটি তালিকার দৈর্ঘ্য পাঠাবে।" ;
Blockly . Msg . LISTS _REPEAT _HELPURL = "https://github.com/google/blockly/wiki/Lists#create-list-with" ; // untranslated
Blockly . Msg . LISTS _REPEAT _TITLE = "create list with item %1 repeated %2 times" ; // untranslated
Blockly . Msg . LISTS _REPEAT _TOOLTIP = "Creates a list consisting of the given value repeated the specified number of times." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _HELPURL = "https://github.com/google/blockly/wiki/Lists#in-list--set" ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _INPUT _TO = "as" ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _INSERT = "insert at" ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _SET = "set" ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _FIRST = "Inserts the item at the start of a list." ; // untranslated
2016-07-09 04:23:01 -07:00
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _FROM = "Inserts the item at the specified position in a list." ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _LAST = "Append the item to the end of a list." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _RANDOM = "Inserts the item randomly in a list." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _FIRST = "Sets the first item in a list." ; // untranslated
2016-07-09 04:23:01 -07:00
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _FROM = "Sets the item at the specified position in a list." ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _LAST = "Sets the last item in a list." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _RANDOM = "Sets a random item in a list." ; // untranslated
2016-05-04 17:03:24 -04:00
Blockly . Msg . LISTS _SORT _HELPURL = "https://github.com/google/blockly/wiki/Lists#sorting-a-list" ; // untranslated
Blockly . Msg . LISTS _SORT _ORDER _ASCENDING = "ascending" ; // untranslated
Blockly . Msg . LISTS _SORT _ORDER _DESCENDING = "descending" ; // untranslated
Blockly . Msg . LISTS _SORT _TITLE = "sort %1 %2 %3" ; // untranslated
2016-05-06 10:35:05 -04:00
Blockly . Msg . LISTS _SORT _TOOLTIP = "Sort a copy of a list." ; // untranslated
2016-05-04 17:03:24 -04:00
Blockly . Msg . LISTS _SORT _TYPE _IGNORECASE = "alphabetic, ignore case" ; // untranslated
Blockly . Msg . LISTS _SORT _TYPE _NUMERIC = "numeric" ; // untranslated
Blockly . Msg . LISTS _SORT _TYPE _TEXT = "alphabetic" ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _SPLIT _HELPURL = "https://github.com/google/blockly/wiki/Lists#splitting-strings-and-joining-lists" ; // untranslated
Blockly . Msg . LISTS _SPLIT _LIST _FROM _TEXT = "লিখা থেকে তালিকা তৈরি করুন" ;
Blockly . Msg . LISTS _SPLIT _TEXT _FROM _LIST = "তালিকা থেকে লিখা তৈরি করুন" ;
Blockly . Msg . LISTS _SPLIT _TOOLTIP _JOIN = "Join a list of texts into one text, separated by a delimiter." ; // untranslated
Blockly . Msg . LISTS _SPLIT _TOOLTIP _SPLIT = "Split text into a list of texts, breaking at each delimiter." ; // untranslated
Blockly . Msg . LISTS _SPLIT _WITH _DELIMITER = "with delimiter" ; // untranslated
Blockly . Msg . LOGIC _BOOLEAN _FALSE = "মিথ্যা" ;
Blockly . Msg . LOGIC _BOOLEAN _HELPURL = "https://github.com/google/blockly/wiki/Logic#values" ; // untranslated
Blockly . Msg . LOGIC _BOOLEAN _TOOLTIP = "পাঠাবে হয় সত্য অথবা মিথ্যা।" ;
Blockly . Msg . LOGIC _BOOLEAN _TRUE = "সত্য" ;
Blockly . Msg . LOGIC _COMPARE _HELPURL = "https://en.wikipedia.org/wiki/Inequality_(mathematics)" ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _EQ = "পাঠাবে সত্য যদি উভয় ইনপুটই সমান হয়।" ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _GT = "পাঠাবে সত্য যদি প্রথম ইনপুট দ্বিতীয় ইনপুট থেকে বড় হয়।" ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _GTE = "পাঠাবে সত্য যদি প্রথম ইনপুট দ্বিতীয় ইনপুট থেকে বড় অথবা সমান হয়।" ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _LT = "পাঠাবে সত্য যদি প্রথম ইনপুট দ্বিতীয় ইনপুট থেকে ছোট হয়।" ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _LTE = "পাঠাবে সত্য যদি প্রথম ইনপুট দ্বিতীয় ইনপুট থেকে ছোট অথবা সমান হয়।" ;
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _NEQ = "পাঠাবে সত্য যদি উভয় ইনপুটই সমান না হয়।" ;
Blockly . Msg . LOGIC _NEGATE _HELPURL = "https://github.com/google/blockly/wiki/Logic#not" ; // untranslated
Blockly . Msg . LOGIC _NEGATE _TITLE = "%1 নয়" ;
Blockly . Msg . LOGIC _NEGATE _TOOLTIP = "পাঠাবে সত্য যদি ইনপুট মিথ্যা হয়। পাঠাবে মিথ্যা যদি ইনপুট সত্য হয়।" ;
2016-04-18 03:14:55 -07:00
Blockly . Msg . LOGIC _NULL = "কিছু না" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . LOGIC _NULL _HELPURL = "https://en.wikipedia.org/wiki/Nullable_type" ; // untranslated
2016-05-03 17:49:10 -07:00
Blockly . Msg . LOGIC _NULL _TOOLTIP = "কিছু ফেরত দিবে না।" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . LOGIC _OPERATION _AND = "এবং" ;
Blockly . Msg . LOGIC _OPERATION _HELPURL = "https://github.com/google/blockly/wiki/Logic#logical-operations" ; // untranslated
Blockly . Msg . LOGIC _OPERATION _OR = "অথবা" ;
Blockly . Msg . LOGIC _OPERATION _TOOLTIP _AND = "পাঠাবে সত্য যদি উভয় ইনপুটই সত্য হয়।" ;
Blockly . Msg . LOGIC _OPERATION _TOOLTIP _OR = "পাঠাবে সত্য যদি অন্ততপক্ষে যেকোন একটি ইনপুট সত্য হয়।" ;
Blockly . Msg . LOGIC _TERNARY _CONDITION = "পরীক্ষা" ;
Blockly . Msg . LOGIC _TERNARY _HELPURL = "https://en.wikipedia.org/wiki/%3F:" ; // untranslated
Blockly . Msg . LOGIC _TERNARY _IF _FALSE = "যদি মিথ্যা হয়" ;
Blockly . Msg . LOGIC _TERNARY _IF _TRUE = "যদি সত্য হয়" ;
Blockly . Msg . LOGIC _TERNARY _TOOLTIP = "Check the condition in 'test'. If the condition is true, returns the 'if true' value; otherwise returns the 'if false' value." ; // untranslated
Blockly . Msg . MATH _ADDITION _SYMBOL = "+" ; // untranslated
Blockly . Msg . MATH _ARITHMETIC _HELPURL = "https://en.wikipedia.org/wiki/Arithmetic" ; // untranslated
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _ADD = "পাঠাবে দুটি সংখ্যার যোগফল।" ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _DIVIDE = "পাঠাবে দুটি সংখ্যার ভাগফল।" ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _MINUS = "পাঠাবে দুটি সংখ্যার বিয়োগফল।" ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _MULTIPLY = "পাঠাবে দুটি সংখ্যার গুণফল।" ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _POWER = "Return the first number raised to the power of the second number." ; // untranslated
Blockly . Msg . MATH _CHANGE _HELPURL = "https://en.wikipedia.org/wiki/Programming_idiom#Incrementing_a_counter" ; // untranslated
2016-04-18 03:14:55 -07:00
Blockly . Msg . MATH _CHANGE _TITLE = "%2 দ্বারা %1 পরিবর্তন" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . MATH _CHANGE _TOOLTIP = "Add a number to variable '%1'." ; // untranslated
Blockly . Msg . MATH _CONSTANT _HELPURL = "https://en.wikipedia.org/wiki/Mathematical_constant" ; // untranslated
Blockly . Msg . MATH _CONSTANT _TOOLTIP = "Return one of the common constants: π (3.141…), e (2.718…), φ (1.618…), sqrt(2) (1.414…), sqrt(½) (0.707…), or ∞ (infinity)." ; // untranslated
Blockly . Msg . MATH _CONSTRAIN _HELPURL = "https://en.wikipedia.org/wiki/Clamping_%28graphics%29" ; // untranslated
Blockly . Msg . MATH _CONSTRAIN _TITLE = "constrain %1 low %2 high %3" ; // untranslated
Blockly . Msg . MATH _CONSTRAIN _TOOLTIP = "Constrain a number to be between the specified limits (inclusive)." ; // untranslated
Blockly . Msg . MATH _DIVISION _SYMBOL = "÷" ; // untranslated
Blockly . Msg . MATH _IS _DIVISIBLE _BY = "দ্বারা বিভাজ্য" ;
Blockly . Msg . MATH _IS _EVEN = "জোড় সংখ্যা" ;
Blockly . Msg . MATH _IS _NEGATIVE = "নেতিবাচক" ;
Blockly . Msg . MATH _IS _ODD = "বিজোড় সংখ্যা" ;
Blockly . Msg . MATH _IS _POSITIVE = "ইতিবাচক" ;
Blockly . Msg . MATH _IS _PRIME = "মৌলিক সংখ্যা" ;
Blockly . Msg . MATH _IS _TOOLTIP = "Check if a number is an even, odd, prime, whole, positive, negative, or if it is divisible by certain number. Returns true or false." ; // untranslated
Blockly . Msg . MATH _IS _WHOLE = "is whole" ; // untranslated
Blockly . Msg . MATH _MODULO _HELPURL = "https://en.wikipedia.org/wiki/Modulo_operation" ; // untranslated
Blockly . Msg . MATH _MODULO _TITLE = "%1 ÷ %2 এর ভাগশেষ" ;
Blockly . Msg . MATH _MODULO _TOOLTIP = "Return the remainder from dividing the two numbers." ; // untranslated
Blockly . Msg . MATH _MULTIPLICATION _SYMBOL = "× " ; // untranslated
Blockly . Msg . MATH _NUMBER _HELPURL = "https://bn.wikipedia.org/wiki/সংখ্যা" ;
Blockly . Msg . MATH _NUMBER _TOOLTIP = "একটি সংখ্যা।" ;
Blockly . Msg . MATH _ONLIST _HELPURL = "" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _AVERAGE = "তালিকার গড়" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MAX = "তালিকার মধ্যে সর্বোচ্চ" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MEDIAN = "তালিকার মধ্যমা" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MIN = "তালিকার মধ্যে সর্বনিম্ন" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MODE = "modes of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _RANDOM = "তালিকার এলোমেলো পদ" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _STD _DEV = "standard deviation of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _SUM = "তালিকার যোগফল" ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _AVERAGE = "পাঠাবে তালিকার সব সংখ্যার গড়।" ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _MAX = "তালিকার মধ্যে সর্বোচ্চ সংখ্যাটি পাঠাও" ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _MEDIAN = "তালিকার মধ্যমা সংখ্যাটি পাঠাবে।" ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _MIN = "তালিকার মধ্যে সর্বনিম্ন সংখ্যাটি পাঠাও" ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _MODE = "Return a list of the most common item(s) in the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _RANDOM = "তালিকা থেকে এলোমেলোভাবে একটি পদ পাঠাবে।" ;
Blockly . Msg . MATH _ONLIST _TOOLTIP _STD _DEV = "Return the standard deviation of the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _SUM = "পাঠাবে তালিকার সব সংখ্যার যোগফল।" ;
Blockly . Msg . MATH _POWER _SYMBOL = "^" ; // untranslated
Blockly . Msg . MATH _RANDOM _FLOAT _HELPURL = "https://en.wikipedia.org/wiki/Random_number_generation" ; // untranslated
Blockly . Msg . MATH _RANDOM _FLOAT _TITLE _RANDOM = "এলোমেলো ভগ্নাংশ" ;
Blockly . Msg . MATH _RANDOM _FLOAT _TOOLTIP = "Return a random fraction between 0.0 (inclusive) and 1.0 (exclusive)." ; // untranslated
Blockly . Msg . MATH _RANDOM _INT _HELPURL = "https://en.wikipedia.org/wiki/Random_number_generation" ; // untranslated
Blockly . Msg . MATH _RANDOM _INT _TITLE = "random integer from %1 to %2" ; // untranslated
Blockly . Msg . MATH _RANDOM _INT _TOOLTIP = "Return a random integer between the two specified limits, inclusive." ; // untranslated
Blockly . Msg . MATH _ROUND _HELPURL = "https://en.wikipedia.org/wiki/Rounding" ; // untranslated
Blockly . Msg . MATH _ROUND _OPERATOR _ROUND = "round" ; // untranslated
Blockly . Msg . MATH _ROUND _OPERATOR _ROUNDDOWN = "round down" ; // untranslated
Blockly . Msg . MATH _ROUND _OPERATOR _ROUNDUP = "round up" ; // untranslated
Blockly . Msg . MATH _ROUND _TOOLTIP = "Round a number up or down." ; // untranslated
Blockly . Msg . MATH _SINGLE _HELPURL = "https://en.wikipedia.org/wiki/Square_root" ; // untranslated
Blockly . Msg . MATH _SINGLE _OP _ABSOLUTE = "পরম" ;
Blockly . Msg . MATH _SINGLE _OP _ROOT = "বর্গমূল" ;
Blockly . Msg . MATH _SINGLE _TOOLTIP _ABS = "পাঠাবে সংখ্যার পরমমান।" ;
Blockly . Msg . MATH _SINGLE _TOOLTIP _EXP = "Return e to the power of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _LN = "Return the natural logarithm of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _LOG10 = "Return the base 10 logarithm of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _NEG = "Return the negation of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _POW10 = "Return 10 to the power of a number." ; // untranslated
Blockly . Msg . MATH _SINGLE _TOOLTIP _ROOT = "পাঠাবে একটি সংখ্যার বর্গমূল।" ;
Blockly . Msg . MATH _SUBTRACTION _SYMBOL = "-" ; // untranslated
Blockly . Msg . MATH _TRIG _ACOS = "acos" ; // untranslated
Blockly . Msg . MATH _TRIG _ASIN = "asin" ; // untranslated
Blockly . Msg . MATH _TRIG _ATAN = "atan" ; // untranslated
Blockly . Msg . MATH _TRIG _COS = "cos" ; // untranslated
Blockly . Msg . MATH _TRIG _HELPURL = "https://en.wikipedia.org/wiki/Trigonometric_functions" ; // untranslated
Blockly . Msg . MATH _TRIG _SIN = "sin" ; // untranslated
Blockly . Msg . MATH _TRIG _TAN = "tan" ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _ACOS = "Return the arccosine of a number." ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _ASIN = "Return the arcsine of a number." ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _ATAN = "Return the arctangent of a number." ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _COS = "Return the cosine of a degree (not radian)." ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _SIN = "Return the sine of a degree (not radian)." ; // untranslated
Blockly . Msg . MATH _TRIG _TOOLTIP _TAN = "Return the tangent of a degree (not radian)." ; // untranslated
2016-09-20 10:59:44 -07:00
Blockly . Msg . NEW _VARIABLE = "চলক তৈরি করুন..." ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . NEW _VARIABLE _TITLE = "নতুন চলকের নাম:" ;
Blockly . Msg . ORDINAL _NUMBER _SUFFIX = "" ; // untranslated
Blockly . Msg . PROCEDURES _ALLOW _STATEMENTS = "allow statements" ; // untranslated
Blockly . Msg . PROCEDURES _BEFORE _PARAMS = "with:" ; // untranslated
Blockly . Msg . PROCEDURES _CALLNORETURN _HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29" ; // untranslated
Blockly . Msg . PROCEDURES _CALLNORETURN _TOOLTIP = "Run the user-defined function '%1'." ; // untranslated
Blockly . Msg . PROCEDURES _CALLRETURN _HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29" ; // untranslated
Blockly . Msg . PROCEDURES _CALLRETURN _TOOLTIP = "Run the user-defined function '%1' and use its output." ; // untranslated
Blockly . Msg . PROCEDURES _CALL _BEFORE _PARAMS = "with:" ; // untranslated
Blockly . Msg . PROCEDURES _CREATE _DO = "Create '%1'" ; // untranslated
2015-12-17 15:34:23 -08:00
Blockly . Msg . PROCEDURES _DEFNORETURN _COMMENT = "Describe this function..." ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . PROCEDURES _DEFNORETURN _DO = "" ; // untranslated
Blockly . Msg . PROCEDURES _DEFNORETURN _HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29" ; // untranslated
Blockly . Msg . PROCEDURES _DEFNORETURN _PROCEDURE = "do something" ; // untranslated
Blockly . Msg . PROCEDURES _DEFNORETURN _TITLE = "এতে" ;
Blockly . Msg . PROCEDURES _DEFNORETURN _TOOLTIP = "আউটপুট ছাড়া একটি ক্রিয়া তৈরি করুন।" ;
Blockly . Msg . PROCEDURES _DEFRETURN _HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29" ; // untranslated
Blockly . Msg . PROCEDURES _DEFRETURN _RETURN = "পাঠাবে" ;
Blockly . Msg . PROCEDURES _DEFRETURN _TOOLTIP = "আউটপুট সহ একটি ক্রিয়া তৈরি করুন।" ;
Blockly . Msg . PROCEDURES _DEF _DUPLICATE _WARNING = "Warning: This function has duplicate parameters." ; // untranslated
Blockly . Msg . PROCEDURES _HIGHLIGHT _DEF = "ক্রিয়ার সংজ্ঞা উজ্জল করুন" ;
2015-12-17 15:34:23 -08:00
Blockly . Msg . PROCEDURES _IFRETURN _HELPURL = "http://c2.com/cgi/wiki?GuardClause" ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . PROCEDURES _IFRETURN _TOOLTIP = "যদি মান সত্য হয় তাহলে দ্বিতীয় মান পাঠাবে।" ;
Blockly . Msg . PROCEDURES _IFRETURN _WARNING = "Warning: This block may be used only within a function definition." ; // untranslated
Blockly . Msg . PROCEDURES _MUTATORARG _TITLE = "ইনপুটের নাম:" ;
Blockly . Msg . PROCEDURES _MUTATORARG _TOOLTIP = "ক্রিয়াতে একটি ইনপুট যোগ করুন।" ;
Blockly . Msg . PROCEDURES _MUTATORCONTAINER _TITLE = "inputs" ; // untranslated
Blockly . Msg . PROCEDURES _MUTATORCONTAINER _TOOLTIP = "Add, remove, or reorder inputs to this function." ; // untranslated
2016-03-28 15:41:05 -07:00
Blockly . Msg . REDO = "পুনরায় করুন" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . REMOVE _COMMENT = "মন্তব্য সরাও" ;
Blockly . Msg . RENAME _VARIABLE = "চলকের নাম পরিবর্তন..." ;
Blockly . Msg . RENAME _VARIABLE _TITLE = "Rename all '%1' variables to:" ; // untranslated
Blockly . Msg . TEXT _APPEND _APPENDTEXT = "append text" ; // untranslated
Blockly . Msg . TEXT _APPEND _HELPURL = "https://github.com/google/blockly/wiki/Text#text-modification" ; // untranslated
Blockly . Msg . TEXT _APPEND _TO = "এতে" ;
Blockly . Msg . TEXT _APPEND _TOOLTIP = "Append some text to variable '%1'." ; // untranslated
Blockly . Msg . TEXT _CHANGECASE _HELPURL = "https://github.com/google/blockly/wiki/Text#adjusting-text-case" ; // untranslated
Blockly . Msg . TEXT _CHANGECASE _OPERATOR _LOWERCASE = "ছোটহাতের অক্ষরে" ;
Blockly . Msg . TEXT _CHANGECASE _OPERATOR _TITLECASE = "to Title Case" ; // untranslated
Blockly . Msg . TEXT _CHANGECASE _OPERATOR _UPPERCASE = "বড়হাতের অক্ষরে" ;
Blockly . Msg . TEXT _CHANGECASE _TOOLTIP = "Return a copy of the text in a different case." ; // untranslated
Blockly . Msg . TEXT _CHARAT _FIRST = "get first letter" ; // untranslated
Blockly . Msg . TEXT _CHARAT _FROM _END = "get letter # from end" ; // untranslated
Blockly . Msg . TEXT _CHARAT _FROM _START = "get letter #" ; // untranslated
Blockly . Msg . TEXT _CHARAT _HELPURL = "https://github.com/google/blockly/wiki/Text#extracting-text" ; // untranslated
Blockly . Msg . TEXT _CHARAT _INPUT _INTEXT = "in text" ; // untranslated
Blockly . Msg . TEXT _CHARAT _LAST = "get last letter" ; // untranslated
Blockly . Msg . TEXT _CHARAT _RANDOM = "get random letter" ; // untranslated
Blockly . Msg . TEXT _CHARAT _TAIL = "" ; // untranslated
Blockly . Msg . TEXT _CHARAT _TOOLTIP = "Returns the letter at the specified position." ; // untranslated
Blockly . Msg . TEXT _CREATE _JOIN _ITEM _TOOLTIP = "লেখাটিতে একটি পদ যোগ করুন।" ;
2016-04-18 03:14:55 -07:00
Blockly . Msg . TEXT _CREATE _JOIN _TITLE _JOIN = "যোগ" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . TEXT _CREATE _JOIN _TOOLTIP = "Add, remove, or reorder sections to reconfigure this text block." ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _END _FROM _END = "to letter # from end" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _END _FROM _START = "to letter #" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _END _LAST = "to last letter" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _HELPURL = "https://github.com/google/blockly/wiki/Text#extracting-a-region-of-text" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _INPUT _IN _TEXT = "in text" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _START _FIRST = "get substring from first letter" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _START _FROM _END = "get substring from letter # from end" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _START _FROM _START = "get substring from letter #" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _TAIL = "" ; // untranslated
Blockly . Msg . TEXT _GET _SUBSTRING _TOOLTIP = "Returns a specified portion of the text." ; // untranslated
Blockly . Msg . TEXT _INDEXOF _HELPURL = "https://github.com/google/blockly/wiki/Text#finding-text" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _INPUT _INTEXT = "in text" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _OPERATOR _FIRST = "find first occurrence of text" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _OPERATOR _LAST = "find last occurrence of text" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _TAIL = "" ; // untranslated
2016-07-08 18:58:28 -07:00
Blockly . Msg . TEXT _INDEXOF _TOOLTIP = "Returns the index of the first/last occurrence of the first text in the second text. Returns %1 if text is not found." ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . TEXT _ISEMPTY _HELPURL = "https://github.com/google/blockly/wiki/Text#checking-for-empty-text" ; // untranslated
Blockly . Msg . TEXT _ISEMPTY _TITLE = "%1 খালি" ;
Blockly . Msg . TEXT _ISEMPTY _TOOLTIP = "পাঠাবে সত্য যদি সরবরাহকৃত লেখাটি খালি হয়।" ;
Blockly . Msg . TEXT _JOIN _HELPURL = "https://github.com/google/blockly/wiki/Text#text-creation" ; // untranslated
Blockly . Msg . TEXT _JOIN _TITLE _CREATEWITH = "create text with" ; // untranslated
Blockly . Msg . TEXT _JOIN _TOOLTIP = "Create a piece of text by joining together any number of items." ; // untranslated
Blockly . Msg . TEXT _LENGTH _HELPURL = "https://github.com/google/blockly/wiki/Text#text-modification" ; // untranslated
2016-04-18 03:14:55 -07:00
Blockly . Msg . TEXT _LENGTH _TITLE = "%1-এর দৈর্ঘ্য" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . TEXT _LENGTH _TOOLTIP = "Returns the number of letters (including spaces) in the provided text." ; // untranslated
Blockly . Msg . TEXT _PRINT _HELPURL = "https://github.com/google/blockly/wiki/Text#printing-text" ; // untranslated
2016-04-18 03:14:55 -07:00
Blockly . Msg . TEXT _PRINT _TITLE = "%1 মুদ্রণ করুন" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . TEXT _PRINT _TOOLTIP = "Print the specified text, number or other value." ; // untranslated
Blockly . Msg . TEXT _PROMPT _HELPURL = "https://github.com/google/blockly/wiki/Text#getting-input-from-the-user" ; // untranslated
Blockly . Msg . TEXT _PROMPT _TOOLTIP _NUMBER = "Prompt for user for a number." ; // untranslated
Blockly . Msg . TEXT _PROMPT _TOOLTIP _TEXT = "Prompt for user for some text." ; // untranslated
Blockly . Msg . TEXT _PROMPT _TYPE _NUMBER = "prompt for number with message" ; // untranslated
Blockly . Msg . TEXT _PROMPT _TYPE _TEXT = "prompt for text with message" ; // untranslated
Blockly . Msg . TEXT _TEXT _HELPURL = "https://en.wikipedia.org/wiki/String_(computer_science)" ; // untranslated
Blockly . Msg . TEXT _TEXT _TOOLTIP = "একটি অক্ষর, শব্দ অথবা বাক্য।" ;
Blockly . Msg . TEXT _TRIM _HELPURL = "https://github.com/google/blockly/wiki/Text#trimming-removing-spaces" ; // untranslated
Blockly . Msg . TEXT _TRIM _OPERATOR _BOTH = "উভয় পাশ থেকে খালি অংশ ছাটাই" ;
Blockly . Msg . TEXT _TRIM _OPERATOR _LEFT = "বামপাশ থেকে খালি অংশ ছাটাই" ;
Blockly . Msg . TEXT _TRIM _OPERATOR _RIGHT = "ডানপাশ থেকে খালি অংশ ছাটাই" ;
Blockly . Msg . TEXT _TRIM _TOOLTIP = "Return a copy of the text with spaces removed from one or both ends." ; // untranslated
Blockly . Msg . TODAY = "আজ" ;
2016-03-28 15:41:05 -07:00
Blockly . Msg . UNDO = "পূর্বাবস্থা" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . VARIABLES _DEFAULT _NAME = "পদ" ;
Blockly . Msg . VARIABLES _GET _CREATE _SET = "Create 'set %1'" ; // untranslated
Blockly . Msg . VARIABLES _GET _HELPURL = "https://github.com/google/blockly/wiki/Variables#get" ; // untranslated
Blockly . Msg . VARIABLES _GET _TOOLTIP = "Returns the value of this variable." ; // untranslated
Blockly . Msg . VARIABLES _SET = "set %1 to %2" ; // untranslated
2016-04-18 03:14:55 -07:00
Blockly . Msg . VARIABLES _SET _CREATE _GET = "'%1 নিন' তৈরি করুন" ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . VARIABLES _SET _HELPURL = "https://github.com/google/blockly/wiki/Variables#set" ; // untranslated
Blockly . Msg . VARIABLES _SET _TOOLTIP = "Sets this variable to be equal to the input." ; // untranslated
2016-08-17 16:08:38 -07:00
Blockly . Msg . VARIABLE _ALREADY _EXISTS = "A variable named '%1' already exists." ; // untranslated
2015-06-08 15:54:18 -07:00
Blockly . Msg . PROCEDURES _DEFRETURN _TITLE = Blockly . Msg . PROCEDURES _DEFNORETURN _TITLE ;
Blockly . Msg . CONTROLS _IF _IF _TITLE _IF = Blockly . Msg . CONTROLS _IF _MSG _IF ;
Blockly . Msg . CONTROLS _WHILEUNTIL _INPUT _DO = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . CONTROLS _IF _MSG _THEN = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . CONTROLS _IF _ELSE _TITLE _ELSE = Blockly . Msg . CONTROLS _IF _MSG _ELSE ;
2015-12-17 15:34:23 -08:00
Blockly . Msg . PROCEDURES _DEFRETURN _PROCEDURE = Blockly . Msg . PROCEDURES _DEFNORETURN _PROCEDURE ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . LISTS _GET _SUBLIST _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . LISTS _GET _INDEX _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . MATH _CHANGE _TITLE _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . PROCEDURES _DEFRETURN _DO = Blockly . Msg . PROCEDURES _DEFNORETURN _DO ;
Blockly . Msg . CONTROLS _IF _ELSEIF _TITLE _ELSEIF = Blockly . Msg . CONTROLS _IF _MSG _ELSEIF ;
Blockly . Msg . LISTS _GET _INDEX _HELPURL = Blockly . Msg . LISTS _INDEX _OF _HELPURL ;
Blockly . Msg . CONTROLS _FOREACH _INPUT _DO = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
2015-12-17 15:34:23 -08:00
Blockly . Msg . LISTS _SET _INDEX _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
2015-06-08 15:54:18 -07:00
Blockly . Msg . CONTROLS _FOR _INPUT _DO = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . LISTS _CREATE _WITH _ITEM _TITLE = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . TEXT _APPEND _VARIABLE = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . TEXT _CREATE _JOIN _ITEM _TITLE _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . LISTS _INDEX _OF _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
2015-12-17 15:34:23 -08:00
Blockly . Msg . PROCEDURES _DEFRETURN _COMMENT = Blockly . Msg . PROCEDURES _DEFNORETURN _COMMENT ;