80 lines
4.3 KiB
PHP
80 lines
4.3 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? ',
|
||
'warehouse_name' => 'Warehouse name',
|
||
'type' => 'Type',
|
||
'first_weight' => 'First weight',
|
||
'first_weight_fee' => 'First weight fee',
|
||
'continuation_weight_max' => 'Continuation weight max',
|
||
'add_weight' => 'Add weight',
|
||
'continuation_weight_fee' => 'Continuation weight fee',
|
||
'num_fee' => 'Num fee',
|
||
'throwing_ratio' => 'Throwing ratio',
|
||
'day_min' => 'Day min',
|
||
'day_max' => 'Day max',
|
||
'day' => 'Day',
|
||
'work_day' => 'Work day',
|
||
'type_weight' => 'Billing by weight',
|
||
'type_num' => 'Quantity based billing',
|
||
'type_free' => 'Merchant package shipping',
|
||
'first_num' => 'First num',
|
||
'first_num_fee' => 'First num fee',
|
||
'add_num' => 'Add num',
|
||
'continuation_num_fee' => 'Continuation num fee',
|
||
'freight_calculation_method' => 'Freight calculation method',
|
||
'logistics_duration' => 'Delivery within :day working days after shipment',
|
||
'unit' => 'unit::unit',
|
||
'default_countries' => 'Default display country for the front desk',
|
||
'choose_logistics' => 'Select Shipping Service',
|
||
'estimated_time' => 'Shipping Time(After Shipment)',
|
||
];
|