You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
3.1 KiB
79 lines
3.1 KiB
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Shop_id' => '店铺ID',
|
|
'Name' => '模板名称',
|
|
'Delivery' => '发货时间',
|
|
'Delivery 0' => '4小时内',
|
|
'Delivery 1' => '8小时内',
|
|
'Delivery 2' => '12小时内',
|
|
'Delivery 3' => '16小时内',
|
|
'Delivery 4' => '20小时内',
|
|
'Delivery 5' => '1天内',
|
|
'Delivery 6' => '2天内',
|
|
'Delivery 7' => '3天内',
|
|
'Delivery 8' => '4天内',
|
|
'Delivery 9' => '5天内',
|
|
'Delivery 10' => '7天内',
|
|
'Delivery 11' => '8天内',
|
|
'Delivery 12' => '10天内',
|
|
'Delivery 13' => '12天内',
|
|
'Delivery 14' => '15天内',
|
|
'Delivery 15' => '17天内',
|
|
'Delivery 16' => '20天内',
|
|
'Delivery 17' => '25天内',
|
|
'Delivery 18' => '30天内',
|
|
'Isdelivery' => '是否包邮',
|
|
'Isdelivery 0' => '自定义运费',
|
|
'Isdelivery 1' => '卖家包邮',
|
|
'Valuation' => '计价方式',
|
|
'Valuation 0' => '按件数',
|
|
'Valuation 1' => '按重量',
|
|
'Valuation 2' => '按体积',
|
|
'Pricedata' => '快递价格',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间',
|
|
'Status' => '状态',
|
|
// 追加
|
|
'All' => '全部',
|
|
'Import' => '导入',
|
|
'Recycle bin' => '回收站',
|
|
'Click to search %s' => '点击搜索 %s',
|
|
'Toggle menu visible' => '点击切换菜单显示',
|
|
'Toggle sub menu' => '点击切换子菜单显示',
|
|
'Click to search %s' => '点击搜索 %s',
|
|
'Click to toggle' => '点击切换',
|
|
'Del' => '删除',
|
|
'Drag to sort' => '拖动进行排序',
|
|
// 发货
|
|
'State' => '类型',
|
|
'Createtime' => '创建时间',
|
|
'Paymenttime' => '付款时间',
|
|
'Delivertime' => '发货时间',
|
|
'Dealtime' => '成交时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间',
|
|
'Order_no' => '订单号',
|
|
'Address_id' => '地址ID',
|
|
'Express_no' => '快递号',
|
|
'User.username' => '买家',
|
|
'User.nickname' => '买家',
|
|
'State 2' => '待发货订单',
|
|
'State 3' => '发货中订单',
|
|
'State 4' => '待评论订单',
|
|
'State 5' => '退款订单',
|
|
'State 6' => '已完成订单',
|
|
'State 7' => '已取消订单',
|
|
'Are you sure you want to delete the %s selected item?' => '确定删除选中的 %s 项?',
|
|
'Are you sure you want to delete this item?' => '确定删除此项?',
|
|
'Are you sure you want to delete or turncate?' => '确定删除或清空?',
|
|
'Are you sure you want to truncate?' => '确定清空?',
|
|
'Set to normal' => '正常',
|
|
'Set to hidden' => '隐藏',
|
|
|
|
|
|
|
|
|
|
];
|
|
|