59 lines
2.6 KiB
PHP
59 lines
2.6 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 [
|
|
'logistics_index' => 'Index',
|
|
'logistics_name' => 'Logistics Name',
|
|
'logistics_img' => 'Logistics Image',
|
|
'logistics_create' => 'Create',
|
|
'logistics_show' => 'Detail',
|
|
'logistics_update' => 'Edit',
|
|
'logistics_delete' => 'Delete',
|
|
'logistics_trashed' => 'Trashed',
|
|
'logistics_restore' => 'Restore',
|
|
'clear_restore' => 'Empty Recycle Bin',
|
|
'logistics_filter_index' => 'View Filters',
|
|
'logistics_filter_update' => 'Modify Filters',
|
|
|
|
'batch_delete' => 'Batch Delete',
|
|
'batch_active' => 'Batch Active',
|
|
'batch_inactive' => 'Batch Inactive',
|
|
|
|
'basic_information' => 'Basic Information',
|
|
'product_details' => 'Product details',
|
|
'product_relations' => 'Related Logistics',
|
|
'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',
|
|
'video_help' => 'If the prompt exceeds the system size limit, please modify the php.ini parameter post_max_size',
|
|
'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',
|
|
'weight_text' => 'weight',
|
|
'length_width_height' => 'Length, width and height',
|
|
'length' => 'Length',
|
|
'width' => 'Width',
|
|
'height' => 'Height',
|
|
'weight_class' => 'weight unit',
|
|
|
|
'confirm_batch_product' => 'Are you sure you want to delete the selected logistics in batches? ',
|
|
'confirm_batch_status' => 'Confirm to modify the status of the selected logistics in batches? ',
|
|
'confirm_batch_restore' => 'Confirm to restore the selected product? ',
|
|
'confirm_delete_restore' => 'Are you sure you want to empty the recycle bin? ',
|
|
];
|