'Video', 'names' => 'Videos', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Videos', 'sub' => 'Videos', 'list' => 'List of videos', 'edit' => 'Edit video', 'create' => 'Create new video' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'title' => 'Please enter title', 'url' => 'Please enter url', 'description' => 'Please enter description', 'slug' => 'Please enter slug', 'created_at' => 'Please select created at', 'deleted_at' => 'Please select deleted at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'title' => 'Title', 'url' => 'Url', 'description' => 'Description', 'slug' => 'Slug', 'created_at' => 'Created at', 'deleted_at' => 'Deleted at', 'updated_at' => 'Updated at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => 'Title', 'data-column' => 1, 'checked'], 'url' => ['name' => 'Url', 'data-column' => 2, 'checked'], 'description' => ['name' => 'Description', 'data-column' => 3, 'checked'], 'slug' => ['name' => 'Slug', 'data-column' => 4, 'checked'], 'created_at' => ['name' => 'Created at', 'data-column' => 5, 'checked'], 'deleted_at' => ['name' => 'Deleted at', 'data-column' => 6, 'checked'], 'updated_at' => ['name' => 'Updated at', 'data-column' => 7, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Videos', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];