'Bots', 'names' => 'Bots', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Bots', 'sub' => 'Bots', 'list' => 'List of bots', 'edit' => 'Edit bots', 'create' => 'Create new bots' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'bot_name' => '', 'bot_inputs' => '', 'bot_code' => '', 'bot_instructions' => '', ], /** * Labels for inputs. */ 'label' => [ 'bot_name' => '', 'bot_inputs' => '', 'bot_code' => '', 'bot_instructions' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Bots', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];