Routine recompile

Closure changed, this clears an error.
This commit is contained in:
Neil Fraser
2019-03-27 15:27:41 -07:00
committed by Neil Fraser
parent 405b1e4e78
commit 96cd8f95f3
92 changed files with 1789 additions and 701 deletions

View File

@@ -10,6 +10,7 @@ Blockly.Msg["ADD_COMMENT"] = "أضف تعليقًا";
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "لايمكن حذف متغير \"%1\" بسبب انه جزء من الدالة \"%2\"";
Blockly.Msg["CHANGE_VALUE_TITLE"] = "تغيير قيمة:";
Blockly.Msg["CLEAN_UP"] = "ترتيب القطع";
Blockly.Msg["COLLAPSED_WARNINGS_WARNING"] = "Collapsed blocks contain warnings."; // untranslated
Blockly.Msg["COLLAPSE_ALL"] = "إخفاء القطع";
Blockly.Msg["COLLAPSE_BLOCK"] = "إخفاء القطعة";
Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "اللون 1";
@@ -75,7 +76,7 @@ Blockly.Msg["EXPAND_BLOCK"] = "وسٌّع القطعة";
Blockly.Msg["EXTERNAL_INPUTS"] = "ادخال خارجي";
Blockly.Msg["HELP"] = "مساعدة";
Blockly.Msg["INLINE_INPUTS"] = "ادخال خطي";
Blockly.Msg["IOS_CANCEL"] = "ألغِ";
Blockly.Msg["IOS_CANCEL"] = "إلغاء";
Blockly.Msg["IOS_ERROR"] = "خطأ";
Blockly.Msg["IOS_OK"] = "أوافق";
Blockly.Msg["IOS_PROCEDURES_ADD_INPUT"] = "+اضافة ادخال";