* @created 2022-08-02 14:22:41 * @modified 2022-08-02 14:22:41 */ return [ 'products_index' => 'Index', 'products_create' => 'Create', 'products_show' => 'Detail', 'products_update' => 'Edit', 'products_delete' => 'Delete', 'products_trashed' => 'Trashed', 'products_restore' => 'restore', 'clear_restore' => 'Empty Recycle Bin', 'batch_delete' => 'Batch Delete', 'batch_active' => 'Batch Active', 'batch_inactive' => 'Batch Inactive', 'basic_information' => 'basic information', 'product_details' => 'Product details', 'stocks' => 'goods inventory', 'model' => 'model', 'price' => 'price', 'origin_price' => 'original price', 'cost_price' => 'cost price', 'quantity' => 'quantity', 'enable_multi_spec' => 'Enable multi-spec', 'image_help' => 'The first picture will be used as the main picture of the product, and multiple pictures can be uploaded at the same time, and the position of multiple pictures can be adjusted at will', 'add_variable' => 'Add Specs', 'add_variable_value' => 'Add Specification Value', 'add_variable_image' => 'Add Spec Image', 'default_main_product' => 'Default main product', ];