'Set', 'names' => 'Sets', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Sets', 'sub' => 'Sets', 'list' => 'List of sets', 'edit' => 'Edit set', 'create' => 'Create new set' ], /** * 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' => 'Sets', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];