'Trader', 'names' => 'Traders', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Traders', 'sub' => 'Traders', 'list' => 'List of traders', 'edit' => 'Edit trader', 'create' => 'Create new trader' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'username' => '', 'description' => '', 'account_type' => '', 'f_name' => '', 'l_name' => '', 'country' => '', 'user_id' => '', 'acc_role_id' => '', 'broker_ids' => '', 'base_currency' => '', 'is_exist_acc_broker' => '', 'is_retr_trade_his' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'username' => '', 'description' => '', 'account_type' => '', 'f_name' => '', 'l_name' => '', 'country' => '', 'user_id' => '', 'acc_role_id' => '', 'broker_ids' => '', 'base_currency' => '', 'is_exist_acc_broker' => '', 'is_retr_trade_his' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Traders', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];