'Kitchen', 'names' => 'Kitchens', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Kitchens', 'sub' => 'Kitchens', 'list' => 'List of kitchens', 'edit' => 'Edit kitchen', 'create' => 'Create new kitchen' ], /** * Options for select/radio/check. */ 'options' => [ 'published' => ['yes','no'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'category_id' => 'Please enter category id', 'title' => 'Please enter title', 'caption' => 'Please enter caption', 'description' => 'Please enter description', 'images' => 'Please enter images', 'tags' => 'Please enter tags', 'viewcount' => 'Please enter viewcount', 'slug' => 'Please enter slug', 'meta_title' => 'Please enter meta title', 'meta_description' => 'Please enter meta description', 'meta_keyword' => 'Please enter meta keyword', 'published' => 'Please select published', 'published_at' => 'Please select published at', 'user_type' => 'Please enter user type', 'user_id' => 'Please enter user id', 'upload_folder' => 'Please enter upload folder', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'PRIMARY' => 'Please select PRIMARY', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'category_id' => 'Category id', 'title' => 'Title', 'caption' => 'Caption', 'description' => 'Description', 'images' => 'Images', 'tags' => 'Tags', 'viewcount' => 'Viewcount', 'slug' => 'Slug', 'meta_title' => 'Meta title', 'meta_description' => 'Meta description', 'meta_keyword' => 'Meta keyword', 'published' => 'Published', 'published_at' => 'Published at', 'user_type' => 'User type', 'user_id' => 'User id', 'upload_folder' => 'Upload folder', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'PRIMARY' => 'PRIMARY', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'category_id' => ['name' => 'Category id', 'data-column' => 1, 'checked'], 'title' => ['name' => 'Title', 'data-column' => 2, 'checked'], 'caption' => ['name' => 'Caption', 'data-column' => 3, 'checked'], 'images' => ['name' => 'Images', 'data-column' => 4, 'checked'], 'tags' => ['name' => 'Tags', 'data-column' => 5, 'checked'], 'viewcount' => ['name' => 'Viewcount', 'data-column' => 6, 'checked'], 'meta_title' => ['name' => 'Meta title', 'data-column' => 7, 'checked'], 'meta_description' => ['name' => 'Meta description', 'data-column' => 8, 'checked'], 'meta_keyword' => ['name' => 'Meta keyword', 'data-column' => 9, 'checked'], 'published' => ['name' => 'Published', 'data-column' => 10, 'checked'], 'published_at' => ['name' => 'Published at', 'data-column' => 11, 'checked'], 'PRIMARY' => ['name' => 'PRIMARY', 'data-column' => 12, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Kitchens', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];