'Pet', 'names' => 'Pets', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Pets', 'sub' => 'Pets', 'list' => 'List of pets', 'edit' => 'Edit pet', 'create' => 'Create new pet' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Please select name', 'owner' => 'Please select owner', 'species' => 'Please select species', 'sex' => 'Please select sex', 'birth' => 'Please select birth', 'death' => 'Please select death', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'owner' => 'Owner', 'species' => 'Species', 'sex' => 'Sex', 'birth' => 'Birth', 'death' => 'Death', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'owner' => ['name' => 'Owner', 'data-column' => 2, 'checked'], 'species' => ['name' => 'Species', 'data-column' => 3, 'checked'], 'sex' => ['name' => 'Sex', 'data-column' => 4, 'checked'], 'birth' => ['name' => 'Birth', 'data-column' => 5, 'checked'], 'death' => ['name' => 'Death', 'data-column' => 6, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Pets', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];