mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Add classes to svg groups.
This commit is contained in:
@@ -226,7 +226,7 @@ Blockly.Msg.MATH_RANDOM_FLOAT_HELPURL = "https://en.wikipedia.org/wiki/Random_nu
|
||||
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";
|
||||
Blockly.Msg.MATH_RANDOM_INT_TITLE = "%1 से % 2 तक रैन्डम पूर्णांक";
|
||||
Blockly.Msg.MATH_RANDOM_INT_TITLE = "%1 से %2 तक रैन्डम पूर्णांक";
|
||||
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 = "पूर्णांक बनाएँ";
|
||||
|
||||
@@ -62,7 +62,7 @@ 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 = "پاکسا کردن برشت";
|
||||
Blockly.Msg.DELETE_X_BLOCKS = "پاکسا کردن1% د برشتیا";
|
||||
Blockly.Msg.DELETE_X_BLOCKS = "پاکسا کردن%1 د برشتیا";
|
||||
Blockly.Msg.DISABLE_BLOCK = "ناکشتگر کردن برشت";
|
||||
Blockly.Msg.DUPLICATE_BLOCK = "کپی کردن";
|
||||
Blockly.Msg.ENABLE_BLOCK = "کنشتگر کردن برشت";
|
||||
|
||||
Reference in New Issue
Block a user