mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Ran ./build.py
This commit is contained in:
@@ -310,7 +310,6 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.PROCEDURES_MUTATORARG_TOOLTIP = "ক্রিয়াতে একটি ইনপুট যোগ করুন।";
|
||||
/** @export */ Blockly.Msg.PROCEDURES_MUTATORCONTAINER_TITLE = "inputs"; // untranslated
|
||||
/** @export */ Blockly.Msg.PROCEDURES_MUTATORCONTAINER_TOOLTIP = "Add, remove, or reorder inputs to this function."; // untranslated
|
||||
/** @export */ Blockly.Msg.PROCEDURE_ALREADY_EXISTS = "A procedure named '%1' already exists."; // untranslated
|
||||
/** @export */ Blockly.Msg.REDO = "পুনরায় করুন";
|
||||
/** @export */ Blockly.Msg.REMOVE_COMMENT = "মন্তব্য সরাও";
|
||||
/** @export */ Blockly.Msg.RENAME_VARIABLE = "চলকের নাম পরিবর্তন...";
|
||||
@@ -423,4 +422,5 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.VARIABLES_HUE = "330";
|
||||
/** @export */ Blockly.Msg.TEXTS_HUE = "160";
|
||||
/** @export */ Blockly.Msg.PROCEDURES_HUE = "290";
|
||||
/** @export */ Blockly.Msg.COLOUR_HUE = "20";
|
||||
/** @export */ Blockly.Msg.COLOUR_HUE = "20";
|
||||
/** @export */ Blockly.Msg.VARIABLES_DYNAMIC_HUE = "310";
|
||||
Reference in New Issue
Block a user