'Survey', 'names' => 'Surveys', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Surveys', 'sub' => 'Surveys', 'list' => 'List of surveys', 'edit' => 'Edit survey', 'create' => 'Create new survey' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'title' => '', 'status' => '', ], /** * Labels for inputs. */ 'label' => [ 'title' => 'Survey Title', 'status' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => 'Survey Title', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Surveys', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];