'Game', 'names' => 'Games', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Games', 'sub' => 'Games', 'list' => 'List of games', 'edit' => 'Edit game', 'create' => 'Create new game' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => '', 'slug' => '', 'thumbnail' => '', 'description' => '', 'images' => '', 'status' => '', 'featured' => '', 'game_path' => '', 'play_count' => '', 'category_id' => '', 'user_id' => '', 'user_type' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'slug' => 'Slug', 'thumbnail' => 'Thumbnail', 'description' => 'Descriptions', 'images' => 'Images', 'status' => 'Status', 'featured' => 'Featured ?', 'game_path' => 'Game Path', 'play_count' => 'Play count', 'category_id' => 'Category', 'user_id' => '', 'user_type' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'slug' => ['name' => 'Slug', 'data-column' => 2, 'checked'], 'thumbnail' => ['name' => 'Thumbnail', 'data-column' => 3, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 4, 'checked'], 'featured' => ['name' => 'Featured ?', 'data-column' => 5, 'checked'], 'game_path' => ['name' => 'Game Path', 'data-column' => 6, 'checked'], 'play_count' => ['name' => 'Play count', 'data-column' => 7, 'checked'], 'category_id' => ['name' => 'Category', 'data-column' => 8, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Games', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];