64 lines
2.6 KiB
PHP
64 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' => '物流列表',
|
|
'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' => '根据数量设置价格',
|
|
]
|
|
];
|