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