This commit is contained in:
Rachel Fenichel
2019-04-08 19:21:02 -07:00
parent 9c0e138e22
commit e264105a78
78 changed files with 244 additions and 249 deletions

View File

@@ -15,7 +15,7 @@ Blockly.Msg["COLLAPSE_ALL"] = "بلاک کٹھے کرو";
Blockly.Msg["COLLAPSE_BLOCK"] = "بلا ک کٹھے کرو";
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_HELPURL"] = "https://meyerweb.com/eric/tools/color-blend/#:::rgbp"; // untranslated
Blockly.Msg["COLOUR_BLEND_RATIO"] = "نسبت";
Blockly.Msg["COLOUR_BLEND_TITLE"] = "مرکب";
Blockly.Msg["COLOUR_BLEND_TOOLTIP"] = "Blends two colours together with a given ratio (0.0 - 1.0)."; // untranslated
@@ -26,7 +26,7 @@ Blockly.Msg["COLOUR_RANDOM_TITLE"] = "بنا ترتيب رنگ";
Blockly.Msg["COLOUR_RANDOM_TOOLTIP"] = "Choose a colour at random."; // untranslated
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_HELPURL"] = "https://www.december.com/html/spec/colorpercompact.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