wyyl/resources/lang/en/admin/product.php

50 lines
2.2 KiB
PHP

<?php
/**
* order.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-02 14:22:41
* @modified 2022-08-02 14:22:41
*/
return [
'products_index' => 'Index',
'products_name' => 'Products Name',
'products_img' => 'Products Image',
'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',
'product_relations' => 'Related Products',
'stocks' => 'Product 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',
'modify_order' => 'Double-click to modify, drag to adjust the order',
'confirm_batch_product' => 'Are you sure you want to delete the selected products in batches? ',
'confirm_batch_status' => 'Confirm to modify the status of the selected products in batches? ',
'confirm_batch_restore' => 'Confirm to restore the selected product? ',
'confirm_delete_restore' => 'Are you sure you want to empty the recycle bin? ',
];