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