2013-12-02 11:06:19 -08:00
// This file was automatically generated. Do not modify.
'use strict' ;
goog . provide ( 'Blockly.Msg.lrc' ) ;
goog . require ( 'Blockly.Msg' ) ;
Blockly . Msg . ADD _COMMENT = "نظرتونه اضاف بکید" ;
Blockly . Msg . CHANGE _VALUE _TITLE = "ارزشت آلشت کو:" ;
Blockly . Msg . COLLAPSE _ALL = "Collapse Blocks" ; // untranslated
Blockly . Msg . COLLAPSE _BLOCK = "Collapse Block" ; // untranslated
Blockly . Msg . COLOUR _BLEND _COLOUR1 = "رن 1" ;
Blockly . Msg . COLOUR _BLEND _COLOUR2 = "رن 2" ;
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 = "هر کوم د رنگیانه وا نسوت دائه بیه به شیون(0.0 - 1.0)." ;
Blockly . Msg . COLOUR _PICKER _HELPURL = "https://en.wikipedia.org/wiki/Color" ;
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 = "Create a colour with the specified amount of red, green, and blue. All values must be between 0 and 100." ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _HELPURL = "https://code.google.com/p/blockly/wiki/Loops#Loop_Termination_Blocks" ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _OPERATOR _BREAK = "حلقه نه خراو کو" ;
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _OPERATOR _CONTINUE = "continue with next iteration of loop" ; // untranslated
Blockly . Msg . CONTROLS _FLOW _STATEMENTS _TOOLTIP _BREAK = "حلقه شومل بیه نه خراو کو" ;
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 = "Warning: This block may only be used within a loop." ; // untranslated
Blockly . Msg . CONTROLS _FOREACH _HELPURL = "https://code.google.com/p/blockly/wiki/Loops#for_each for each block" ; // untranslated
Blockly . Msg . CONTROLS _FOREACH _INPUT _INLIST = "د نوم گه" ;
Blockly . Msg . CONTROLS _FOREACH _INPUT _INLIST _TAIL = "" ; // untranslated
Blockly . Msg . CONTROLS _FOREACH _INPUT _ITEM = "سی هر قلم" ;
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://code.google.com/p/blockly/wiki/Loops#count_with" ; // untranslated
Blockly . Msg . CONTROLS _FOR _INPUT _FROM _TO _BY = "from %1 to %2 by %3" ; // untranslated
Blockly . Msg . CONTROLS _FOR _INPUT _WITH = "اشماردن وا" ;
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
Blockly . Msg . CONTROLS _IF _ELSEIF _TOOLTIP = "Add a condition to the if block." ; // untranslated
Blockly . Msg . CONTROLS _IF _ELSE _TOOLTIP = "Add a final, catch-all condition to the if block." ; // untranslated
2013-12-20 16:25:26 -08:00
Blockly . Msg . CONTROLS _IF _HELPURL = "https://code.google.com/p/blockly/wiki/If_Then" ; // untranslated
2013-12-02 11:06:19 -08:00
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" ;
Blockly . Msg . CONTROLS _REPEAT _INPUT _DO = "انجوم بئه" ;
Blockly . Msg . CONTROLS _REPEAT _TITLE = "%1 تکرار کو چن بار" ;
Blockly . Msg . CONTROLS _REPEAT _TITLE _REPEAT = "د نو انجوم دئن" ;
Blockly . Msg . CONTROLS _REPEAT _TITLE _TIMES = "وختیا" ;
Blockly . Msg . CONTROLS _REPEAT _TOOLTIP = "Do some statements several times." ; // untranslated
2013-12-20 16:25:26 -08:00
Blockly . Msg . CONTROLS _WHILEUNTIL _HELPURL = "https://code.google.com/p/blockly/wiki/Repeat" ; // untranslated
2013-12-02 11:06:19 -08:00
Blockly . Msg . CONTROLS _WHILEUNTIL _OPERATOR _UNTIL = "تا تکرار کو" ;
Blockly . Msg . CONTROLS _WHILEUNTIL _OPERATOR _WHILE = "تا تکرار کو" ;
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
Blockly . Msg . DELETE _BLOCK = "Delete Block" ; // untranslated
Blockly . Msg . DELETE _X _BLOCKS = "Delete %1 Blocks" ; // untranslated
Blockly . Msg . DISABLE _BLOCK = "Disable Block" ; // untranslated
Blockly . Msg . DUPLICATE _BLOCK = "کپی کردن" ;
Blockly . Msg . ENABLE _BLOCK = "Enable Block" ; // untranslated
Blockly . Msg . EXPAND _ALL = "Expand Blocks" ; // untranslated
Blockly . Msg . EXPAND _BLOCK = "Expand Block" ; // untranslated
Blockly . Msg . EXTERNAL _INPUTS = "داده یا وه دری" ;
Blockly . Msg . HELP = "هومياری" ;
Blockly . Msg . INLINE _INPUTS = "داده یا مئنجا" ;
Blockly . Msg . LISTS _CREATE _EMPTY _HELPURL = "https://en.wikipedia.org/wiki/Linked_list#Empty_lists" ; // untranslated
Blockly . Msg . LISTS _CREATE _EMPTY _TITLE = "یه گل نوم گه حالی راس بکیت" ;
Blockly . Msg . LISTS _CREATE _EMPTY _TOOLTIP = "Returns a list, of length 0, containing no data records" ; // untranslated
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 _INPUT _WITH = "create list with" ; // untranslated
Blockly . Msg . LISTS _CREATE _WITH _ITEM _TOOLTIP = "Add an item to the list." ; // untranslated
Blockly . Msg . LISTS _CREATE _WITH _TOOLTIP = "Create a list with any number of items." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _FIRST = "اولی" ;
Blockly . Msg . LISTS _GET _INDEX _FROM _END = "# تا آخر" ;
Blockly . Msg . LISTS _GET _INDEX _FROM _START = "#" ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _GET = "گرتن" ;
Blockly . Msg . LISTS _GET _INDEX _GET _REMOVE = "گرتن و جاوه جا بیئن" ;
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 = "Returns the first item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _FROM _END = "Returns the item at the specified position in a list. #1 is the last item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _FROM _START = "Returns the item at the specified position in a list. #1 is the first item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _LAST = "Returns the last item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _RANDOM = "Returns a random item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _FIRST = "Removes and returns the first item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _FROM _END = "Removes and returns the item at the specified position in a list. #1 is the last item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _FROM _START = "Removes and returns the item at the specified position in a list. #1 is the first item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _LAST = "Removes and returns the last item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _GET _REMOVE _RANDOM = "Removes and returns a random item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _FIRST = "Removes the first item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _FROM _END = "Removes the item at the specified position in a list. #1 is the last item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _FROM _START = "Removes the item at the specified position in a list. #1 is the first item." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _LAST = "Removes the last item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _INDEX _TOOLTIP _REMOVE _RANDOM = "Removes a random item in a list." ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _END _FROM _END = "to # from end" ; // untranslated
Blockly . Msg . LISTS _GET _SUBLIST _END _FROM _START = "سی#" ;
Blockly . Msg . LISTS _GET _SUBLIST _END _LAST = "سی آخر" ;
Blockly . Msg . LISTS _GET _SUBLIST _HELPURL = "https://code.google.com/p/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
Blockly . Msg . LISTS _INDEX _OF _FIRST = "find first occurrence of item" ; // untranslated
Blockly . Msg . LISTS _INDEX _OF _HELPURL = "https://code.google.com/p/blockly/wiki/Lists#Getting_Items_from_a_List" ; // untranslated
Blockly . Msg . LISTS _INDEX _OF _LAST = "find last occurrence of item" ; // untranslated
Blockly . Msg . LISTS _INDEX _OF _TOOLTIP = "Returns the index of the first/last occurrence of the item in the list. Returns 0 if text is not found." ; // untranslated
Blockly . Msg . LISTS _INLIST = "د نوم گه" ;
Blockly . Msg . LISTS _IS _EMPTY _HELPURL = "https://code.google.com/p/blockly/wiki/Lists#is_empty" ; // untranslated
Blockly . Msg . LISTS _IS _EMPTY _TITLE = "%1 حالیه" ;
Blockly . Msg . LISTS _LENGTH _HELPURL = "https://code.google.com/p/blockly/wiki/Lists#length_of" ; // untranslated
Blockly . Msg . LISTS _LENGTH _TITLE = "length of %1" ; // untranslated
Blockly . Msg . LISTS _LENGTH _TOOLTIP = "Returns the length of a list." ; // untranslated
Blockly . Msg . LISTS _REPEAT _HELPURL = "https://code.google.com/p/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://code.google.com/p/blockly/wiki/Lists#in_list_..._set" ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _INPUT _TO = "چی" ;
Blockly . Msg . LISTS _SET _INDEX _INSERT = "بنه د" ;
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
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _FROM _END = "Inserts the item at the specified position in a list. #1 is the last item." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _INSERT _FROM _START = "Inserts the item at the specified position in a list. #1 is the first item." ; // untranslated
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
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _FROM _END = "Sets the item at the specified position in a list. #1 is the last item." ; // untranslated
Blockly . Msg . LISTS _SET _INDEX _TOOLTIP _SET _FROM _START = "Sets the item at the specified position in a list. #1 is the first item." ; // untranslated
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
Blockly . Msg . LISTS _TOOLTIP = "Returns true if the list is empty." ; // untranslated
Blockly . Msg . LOGIC _BOOLEAN _FALSE = "غلط" ;
2013-12-20 16:25:26 -08:00
Blockly . Msg . LOGIC _BOOLEAN _HELPURL = "https://code.google.com/p/blockly/wiki/True_False" ; // untranslated
2013-12-02 11:06:19 -08:00
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 = "Return true if both inputs equal each other." ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _GT = "Return true if the first input is greater than the second input." ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _GTE = "Return true if the first input is greater than or equal to the second input." ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _LT = "Return true if the first input is smaller than the second input." ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _LTE = "Return true if the first input is smaller than or equal to the second input." ; // untranslated
Blockly . Msg . LOGIC _COMPARE _TOOLTIP _NEQ = "Return true if both inputs are not equal to each other." ; // untranslated
2013-12-20 16:25:26 -08:00
Blockly . Msg . LOGIC _NEGATE _HELPURL = "https://code.google.com/p/blockly/wiki/Not" ; // untranslated
2013-12-02 11:06:19 -08:00
Blockly . Msg . LOGIC _NEGATE _TITLE = "نه %1" ;
Blockly . Msg . LOGIC _NEGATE _TOOLTIP = "Returns true if the input is false. Returns false if the input is true." ; // untranslated
Blockly . Msg . LOGIC _NULL = "خمثی" ;
Blockly . Msg . LOGIC _NULL _HELPURL = "https://en.wikipedia.org/wiki/Nullable_type" ; // untranslated
Blockly . Msg . LOGIC _NULL _TOOLTIP = "Returns null." ; // untranslated
Blockly . Msg . LOGIC _OPERATION _AND = "و" ;
2013-12-20 16:25:26 -08:00
Blockly . Msg . LOGIC _OPERATION _HELPURL = "https://code.google.com/p/blockly/wiki/And_Or" ; // untranslated
2013-12-02 11:06:19 -08:00
Blockly . Msg . LOGIC _OPERATION _OR = "یا" ;
Blockly . Msg . LOGIC _OPERATION _TOOLTIP _AND = "Return true if both inputs are true." ; // untranslated
Blockly . Msg . LOGIC _OPERATION _TOOLTIP _OR = "Return true if at least one of the inputs is true." ; // untranslated
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" ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _ADD = "وه انازه دو گل شماره ورگن." ;
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _DIVIDE = "Return the quotient of the two numbers." ; // untranslated
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _MINUS = "Return the difference of the two numbers." ; // untranslated
Blockly . Msg . MATH _ARITHMETIC _TOOLTIP _MULTIPLY = "Return the product of the two numbers." ; // untranslated
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" ;
Blockly . Msg . MATH _CHANGE _INPUT _BY = "وا" ;
Blockly . Msg . MATH _CHANGE _TITLE _CHANGE = "آلشت بكيد" ;
Blockly . Msg . MATH _CHANGE _TOOLTIP = "Add a number to variable '%1'." ; // untranslated
Blockly . Msg . MATH _CONSTANT _HELPURL = "https://en.wikipedia.org/wiki/Mathematical_constant" ;
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 = "is prime" ; // untranslated
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 = "همشه" ;
Blockly . Msg . MATH _MODULO _HELPURL = "https://en.wikipedia.org/wiki/Modulo_operation" ;
Blockly . Msg . MATH _MODULO _TITLE = "remainder of %1 ÷ %2" ; // untranslated
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://en.wikipedia.org/wiki/Number" ;
Blockly . Msg . MATH _NUMBER _TOOLTIP = "یه شماره." ;
Blockly . Msg . MATH _ONLIST _HELPURL = "" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _AVERAGE = "مینجاگه نوم گه" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MAX = "max of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _MEDIAN = "مینجا نوم گه" ;
Blockly . Msg . MATH _ONLIST _OPERATOR _MIN = "min of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _MODE = "modes of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _RANDOM = "random item of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _STD _DEV = "standard deviation of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _OPERATOR _SUM = "sum of list" ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _AVERAGE = "Return the average (arithmetic mean) of the numeric values in the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _MAX = "Return the largest number in the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _MEDIAN = "Return the median number in the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _MIN = "Return the smallest number in the list." ; // untranslated
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 = "Return a random element from the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _STD _DEV = "Return the standard deviation of the list." ; // untranslated
Blockly . Msg . MATH _ONLIST _TOOLTIP _SUM = "Return the sum of all the numbers in the list." ; // untranslated
Blockly . Msg . MATH _POWER _SYMBOL = "^" ; // untranslated
Blockly . Msg . MATH _RANDOM _FLOAT _HELPURL = "https://en.wikipedia.org/wiki/Random_number_generation" ;
Blockly . Msg . MATH _RANDOM _FLOAT _TITLE _RANDOM = "random fraction" ; // untranslated
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" ;
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" ;
Blockly . Msg . MATH _ROUND _OPERATOR _ROUND = "گرد کردن" ;
Blockly . Msg . MATH _ROUND _OPERATOR _ROUNDDOWN = "وه هار گرد کردن" ;
Blockly . Msg . MATH _ROUND _OPERATOR _ROUNDUP = "وه رو گرد کردن" ;
Blockly . Msg . MATH _ROUND _TOOLTIP = "Round a number up or down." ; // untranslated
Blockly . Msg . MATH _SINGLE _HELPURL = "https://en.wikipedia.org/wiki/Square_root" ;
Blockly . Msg . MATH _SINGLE _OP _ABSOLUTE = "تموم و کمال" ;
Blockly . Msg . MATH _SINGLE _OP _ROOT = "چارسوک ریشه" ;
Blockly . Msg . MATH _SINGLE _TOOLTIP _ABS = "Return the absolute value of a number." ; // untranslated
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 = "Return the square root of a number." ; // untranslated
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" ;
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
Blockly . Msg . NEW _VARIABLE = "New variable..." ; // untranslated
Blockly . Msg . NEW _VARIABLE _TITLE = "New variable name:" ; // untranslated
Blockly . Msg . ORDINAL _NUMBER _SUFFIX = "" ; // untranslated
Blockly . Msg . PROCEDURES _BEFORE _PARAMS = "وا:" ;
Blockly . Msg . PROCEDURES _CALLNORETURN _CALL = "" ; // untranslated
Blockly . Msg . PROCEDURES _CALLNORETURN _HELPURL = "https://en.wikipedia.org/wiki/Procedure_%28computer_science%29" ;
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" ;
Blockly . Msg . PROCEDURES _CALLRETURN _TOOLTIP = "Run the user-defined function '%1' and use its output." ; // untranslated
Blockly . Msg . PROCEDURES _CREATE _DO = "راس کردن%1" ;
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 = "Creates a function with no output." ; // untranslated
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 = "Creates a function with an output." ; // untranslated
Blockly . Msg . PROCEDURES _DEF _DUPLICATE _WARNING = "Warning: This function has duplicate parameters." ; // untranslated
Blockly . Msg . PROCEDURES _HIGHLIGHT _DEF = "Highlight function definition" ; // untranslated
Blockly . Msg . PROCEDURES _IFRETURN _TOOLTIP = "If a value is true, then return a second value." ; // untranslated
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 _MUTATORCONTAINER _TITLE = "داده یا" ;
Blockly . Msg . REMOVE _COMMENT = "نظر جا وه جا کو" ;
Blockly . Msg . RENAME _VARIABLE = "Rename variable..." ; // untranslated
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://code.google.com/p/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://code.google.com/p/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://code.google.com/p/blockly/wiki/Text#Extracting_text" ; // untranslated
Blockly . Msg . TEXT _CHARAT _INPUT _INTEXT = "د متن" ;
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 = "Add an item to the text." ; // untranslated
Blockly . Msg . TEXT _CREATE _JOIN _TITLE _JOIN = "پیوسن" ;
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 = "سی واج# تا آخر" ;
Blockly . Msg . TEXT _GET _SUBSTRING _END _FROM _START = "سی واج#" ;
Blockly . Msg . TEXT _GET _SUBSTRING _END _LAST = "سی آخرین واج" ;
2013-12-20 16:25:26 -08:00
Blockly . Msg . TEXT _GET _SUBSTRING _HELPURL = "https://code.google.com/p/blockly/wiki/Text#Extracting_a_region_of_text" ; // untranslated
2013-12-02 11:06:19 -08:00
Blockly . Msg . TEXT _GET _SUBSTRING _INPUT _IN _TEXT = "د متن" ;
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://code.google.com/p/blockly/wiki/Text#Finding_text" ; // untranslated
Blockly . Msg . TEXT _INDEXOF _INPUT _INTEXT = "د متن" ;
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
Blockly . Msg . TEXT _INDEXOF _TOOLTIP = "Returns the index of the first/last occurrence of first text in the second text. Returns 0 if text is not found." ; // untranslated
Blockly . Msg . TEXT _ISEMPTY _HELPURL = "https://code.google.com/p/blockly/wiki/Text#Checking_for_empty_text" ; // untranslated
Blockly . Msg . TEXT _ISEMPTY _TITLE = "%1 حالیه" ;
Blockly . Msg . TEXT _ISEMPTY _TOOLTIP = "Returns true if the provided text is empty." ; // untranslated
Blockly . Msg . TEXT _JOIN _HELPURL = "https://code.google.com/p/blockly/wiki/Text#Text_creation" ; // untranslated
Blockly . Msg . TEXT _JOIN _TITLE _CREATEWITH = "راس کردن متن وا" ;
Blockly . Msg . TEXT _JOIN _TOOLTIP = "Create a piece of text by joining together any number of items." ; // untranslated
Blockly . Msg . TEXT _LENGTH _HELPURL = "https://code.google.com/p/blockly/wiki/Text#Text_modification" ; // untranslated
Blockly . Msg . TEXT _LENGTH _TITLE = "length of %1" ; // untranslated
Blockly . Msg . TEXT _LENGTH _TOOLTIP = "Returns the number of letters (including spaces) in the provided text." ; // untranslated
Blockly . Msg . TEXT _PRINT _HELPURL = "https://code.google.com/p/blockly/wiki/Text#Printing_text" ; // untranslated
Blockly . Msg . TEXT _PRINT _TITLE = "print %1" ; // untranslated
Blockly . Msg . TEXT _PRINT _TOOLTIP = "Print the specified text, number or other value." ; // untranslated
Blockly . Msg . TEXT _PROMPT _HELPURL = "https://code.google.com/p/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)" ;
Blockly . Msg . TEXT _TEXT _TOOLTIP = "A letter, word, or line of text." ; // untranslated
Blockly . Msg . TEXT _TRIM _HELPURL = "https://code.google.com/p/blockly/wiki/Text#Trimming_%28removing%29_spaces" ; // untranslated
2013-12-20 16:25:26 -08:00
Blockly . Msg . TEXT _TRIM _OPERATOR _BOTH = "trim spaces from both sides of" ; // untranslated
Blockly . Msg . TEXT _TRIM _OPERATOR _LEFT = "trim spaces from left side of" ; // untranslated
Blockly . Msg . TEXT _TRIM _OPERATOR _RIGHT = "trim spaces from right side of" ; // untranslated
2013-12-02 11:06:19 -08:00
Blockly . Msg . TEXT _TRIM _TOOLTIP = "Return a copy of the text with spaces removed from one or both ends." ; // untranslated
Blockly . Msg . VARIABLES _DEFAULT _NAME = "item" ; // untranslated
Blockly . Msg . VARIABLES _GET _CREATE _SET = "Create 'set %1'" ; // untranslated
2013-12-20 16:25:26 -08:00
Blockly . Msg . VARIABLES _GET _HELPURL = "https://code.google.com/p/blockly/wiki/Variables#Get" ; // untranslated
2013-12-02 11:06:19 -08:00
Blockly . Msg . VARIABLES _GET _TAIL = "" ; // untranslated
Blockly . Msg . VARIABLES _GET _TITLE = "" ; // untranslated
Blockly . Msg . VARIABLES _GET _TOOLTIP = "Returns the value of this variable." ; // untranslated
Blockly . Msg . VARIABLES _SET _CREATE _GET = "Create 'get %1'" ; // untranslated
2013-12-20 16:25:26 -08:00
Blockly . Msg . VARIABLES _SET _HELPURL = "https://code.google.com/p/blockly/wiki/Variables#Set" ; // untranslated
2013-12-02 11:06:19 -08:00
Blockly . Msg . VARIABLES _SET _TAIL = "سی" ;
Blockly . Msg . VARIABLES _SET _TITLE = "set" ; // untranslated
Blockly . Msg . VARIABLES _SET _TOOLTIP = "Sets this variable to be equal to the input." ; // untranslated
Blockly . Msg . PROCEDURES _DEFRETURN _TITLE = Blockly . Msg . PROCEDURES _DEFNORETURN _TITLE ;
Blockly . Msg . LISTS _GET _SUBLIST _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . LISTS _SET _INDEX _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . PROCEDURES _DEFRETURN _PROCEDURE = Blockly . Msg . PROCEDURES _DEFNORETURN _PROCEDURE ;
Blockly . Msg . VARIABLES _SET _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . LISTS _CREATE _WITH _ITEM _TITLE = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . MATH _CHANGE _TITLE _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . VARIABLES _GET _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . PROCEDURES _DEFRETURN _DO = Blockly . Msg . PROCEDURES _DEFNORETURN _DO ;
Blockly . Msg . LISTS _GET _INDEX _HELPURL = Blockly . Msg . LISTS _INDEX _OF _HELPURL ;
Blockly . Msg . TEXT _CREATE _JOIN _ITEM _TITLE _ITEM = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . CONTROLS _IF _MSG _THEN = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . LISTS _INDEX _OF _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . PROCEDURES _CALLRETURN _CALL = Blockly . Msg . PROCEDURES _CALLNORETURN _CALL ;
Blockly . Msg . LISTS _GET _INDEX _INPUT _IN _LIST = Blockly . Msg . LISTS _INLIST ;
Blockly . Msg . CONTROLS _FOR _INPUT _DO = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
Blockly . Msg . CONTROLS _FOREACH _INPUT _DO = Blockly . Msg . CONTROLS _REPEAT _INPUT _DO ;
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 _ELSEIF _TITLE _ELSEIF = Blockly . Msg . CONTROLS _IF _MSG _ELSEIF ;
Blockly . Msg . TEXT _APPEND _VARIABLE = Blockly . Msg . VARIABLES _DEFAULT _NAME ;
Blockly . Msg . CONTROLS _IF _ELSE _TITLE _ELSE = Blockly . Msg . CONTROLS _IF _MSG _ELSE ;