81 lines
3.7 KiB
PHP
81 lines
3.7 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' => '物流列表',
|
|
'logistics_name' => '物流名称',
|
|
'logistics_img' => '物流图片',
|
|
'logistics_create' => '创建物流',
|
|
'logistics_show' => '物流详情',
|
|
'logistics_update' => '更新物流',
|
|
'logistics_delete' => '删除物流',
|
|
'logistics_trashed' => '回收站',
|
|
'logistics_restore' => '恢复回收站',
|
|
'clear_restore' => '清空回收站',
|
|
'logistics_filter_index' => '查看高级筛选',
|
|
'logistics_filter_update' => '修改高级筛选',
|
|
'batch_delete' => '批量删除',
|
|
'batch_active' => '批量上架',
|
|
'batch_inactive' => '批量下架',
|
|
'basic_information' => '基础信息',
|
|
'product_details' => '物流详情',
|
|
'product_relations' => '相关物流',
|
|
'stocks' => '物流库存',
|
|
'model' => '型号',
|
|
'price' => '价格',
|
|
'origin_price' => '原价',
|
|
'cost_price' => '成本价',
|
|
'quantity' => '数量',
|
|
'enable_multi_spec' => '启用多规格',
|
|
'image_help' => '第一张图片将作为物流主图,支持同时上传多张图片,多张图片之间可随意调整位置',
|
|
'video_help' => '如果提示超出系统大小限制,请修改 php.ini 参数 post_max_size',
|
|
'add_variable' => '添加规格',
|
|
'add_variable_value' => '添加规格值',
|
|
'add_variable_image' => '添加规格图片',
|
|
'default_main_product' => '默认主物流',
|
|
'modify_order' => '双击修改、拖动调整顺序',
|
|
'weight_text' => '重量',
|
|
'length_width_height' => '长宽高',
|
|
'length' => '长',
|
|
'width' => '宽',
|
|
'height' => '高',
|
|
'weight_class' => '重量单位',
|
|
'confirm_batch_product' => '确认要批量删除选中的物流吗?',
|
|
'confirm_batch_status' => '确认要批量修改选中的物流的状态吗?',
|
|
'confirm_batch_restore' => '确认要恢复选中的物流吗?',
|
|
'confirm_delete_restore' => '确认要清空回收站吗?',
|
|
'price_setting' => '价格设置',
|
|
'price_setting_by' => [
|
|
'sku' => '根据规格设置价格',
|
|
'num' => '根据数量设置价格',
|
|
],
|
|
'warehouse_name' => '仓库名称',
|
|
'type' => '类型',
|
|
'first_weight' => '首重',
|
|
'first_weight_fee' => '首重运费',
|
|
'continuation_weight_max' => '续重范围',
|
|
'add_weight' => '每增加重量',
|
|
'continuation_weight_fee' => '续重运费',
|
|
'num_fee' => '一件价格',
|
|
'throwing_ratio' => '计抛比',
|
|
'day_min' => '最短时间',
|
|
'day_max' => '最长时间',
|
|
'day' => '时效',
|
|
'work_day' => '工作天',
|
|
'type_weight' => '按重量计费',
|
|
'type_num' => '按数量计费',
|
|
'type_free' => '商家包邮',
|
|
'first_num' => '首件数量',
|
|
'first_num_fee' => '首件运费',
|
|
'add_num' => '每增加件',
|
|
'continuation_num_fee' => '续件运费',
|
|
'freight_calculation_method' => '运费计算方式',
|
|
'logistics_duration' => '发货后:day个工作日内交货',
|
|
];
|