'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' => [ 'type' => ['live'], 'plays' => ['High','Medium','Low'], 'status' => ['Ready','Processing'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'category_id' => 'Please enter category id', 'user_id' => 'Please enter user id', 'channel_id' => 'Please enter channel id', 'reference_id' => 'Please enter reference id', 'name' => 'Please enter name', 'type' => 'Please select type', 'duration' => 'Please select duration', 'dimension' => 'Please enter dimension', 'tags' => 'Please enter tags', 'plays' => 'Please select plays', 'files' => 'Please enter files', 'thumbnail' => 'Please enter thumbnail', 'transcoding_profile' => 'Please enter transcoding profile', 'distribution_profile' => 'Please enter distribution profile', 'uploads' => 'Please enter uploads', 'meta_title' => 'Please enter meta title', 'meta_description' => 'Please enter meta description', 'meta_tags' => 'Please enter meta tags', 'size' => 'Please enter size', 'status' => 'Please select status', 'slug' => 'Please enter slug', 'published_at' => 'Please select published at', 'created_at' => 'Please select created at', 'deleted_at' => 'Please select deleted at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'category_id' => 'Category id', 'user_id' => 'User id', 'channel_id' => 'Channel id', 'reference_id' => 'Reference id', 'name' => 'Name', 'type' => 'Type', 'duration' => 'Duration', 'dimension' => 'Dimension', 'tags' => 'Tags', 'plays' => 'Plays', 'files' => 'Files', 'thumbnail' => 'Thumbnail', 'transcoding_profile' => 'Transcoding profile', 'distribution_profile' => 'Distribution profile', 'uploads' => 'Uploads', 'meta_title' => 'Meta title', 'meta_description' => 'Meta description', 'meta_tags' => 'Meta tags', 'size' => 'Size', 'status' => 'Status', 'slug' => 'Slug', 'published_at' => 'Published at', 'created_at' => 'Created at', 'deleted_at' => 'Deleted at', 'updated_at' => 'Updated at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'category_id' => ['name' => 'Category id', 'data-column' => 1, 'checked'], 'channel_id' => ['name' => 'Channel id', 'data-column' => 2, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 3, 'checked'], 'type' => ['name' => 'Type', 'data-column' => 4, 'checked'], 'duration' => ['name' => 'Duration', 'data-column' => 5, 'checked'], 'plays' => ['name' => 'Plays', 'data-column' => 6, 'checked'], 'size' => ['name' => 'Size', 'data-column' => 7, 'checked'], 'published_at' => ['name' => 'Published at', 'data-column' => 8, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Videos', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];