'Playlist', 'names' => 'Playlists', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Playlists', 'sub' => 'Playlists', 'list' => 'List of playlists', 'edit' => 'Edit playlist', 'create' => 'Create new playlist' ], /** * Options for select/radio/check. */ 'options' => [ 'playlist_type' => ['manual','rule_based'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'channel_id' => 'Please enter channel id', 'category_id' => 'Please enter category id', 'user_id' => 'Please enter user id', 'name' => 'Please enter name', 'playlist_type' => 'Please select playlist type', 'videos' => 'Please enter videos', 'rules' => 'Please enter rules', 'description' => 'Please enter description', 'tags' => 'Please enter tags', 'slug' => 'Please enter slug', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'channel_id' => 'Channel id', 'category_id' => 'Category id', 'user_id' => 'User id', 'name' => 'Name', 'playlist_type' => 'Playlist type', 'videos' => 'Videos', 'rules' => 'Rules', 'description' => 'Description', 'tags' => 'Tags', 'slug' => 'Slug', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'channel_id' => ['name' => 'Channel id', 'data-column' => 1, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 2, 'checked'], 'playlist_type' => ['name' => 'Playlist type', 'data-column' => 3, 'checked'], 'tags' => ['name' => 'Tags', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Playlists', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];