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