'Addons', 'names' => 'Addons', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Addons', 'sub' => 'Addons', 'list' => 'List of addons', 'edit' => 'Edit addons', 'create' => 'Create new addons' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'admin_user_login' => 'Admin User login', 'add_bank' => 'Add bank ', 'add_google_authenticator' => 'Add Google Authenticator', 'withdrawal_cancel' => 'Withdrawal Cancel', 'remove_compound_rate' => 'Remove Compound Rate', ], /** * Labels for inputs. */ 'label' => [ 'admin_user_login' => 'Admin User login', 'add_bank' => 'Add bank ', 'add_google_authenticator' => 'Add Google Authenticator', 'withdrawal_cancel' => 'Withdrawal Cancel', 'remove_compound_rate' => 'Remove Compound Rate', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'admin_user_login' => ['name' => 'Admin User login', 'data-column' => 1, 'checked'], 'add_bank' => ['name' => 'Add bank ', 'data-column' => 2, 'checked'], 'add_google_authenticator' => ['name' => 'Add Google Authenticator', 'data-column' => 3, 'checked'], 'withdrawal_cancel' => ['name' => 'Withdrawal Cancel', 'data-column' => 4, 'checked'], 'remove_compound_rate' => ['name' => 'Remove Compound Rate', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Addons', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];