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.
106 lines
5.3 KiB
106 lines
5.3 KiB
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Shop_category_id' => '店铺内类目',
|
|
'Shopsort.name' => '店铺内类目',
|
|
'Category_id' => '商品类目',
|
|
'Category.name' => '商品类目',
|
|
'Title' => '宝贝标题',
|
|
'Image' => '宝贝主图',
|
|
'Images' => '宝贝相册',
|
|
'Description' => '商品描述',
|
|
'Flag' => '标志(多选)',
|
|
'Flag hot' => '热门',
|
|
'Flag index' => '首页',
|
|
'Flag recommend' => '推荐',
|
|
'Stock' => '库存计算方式',
|
|
'Stock porder' => '下单减库存',
|
|
'Stock payment' => '付款减库存',
|
|
'Content' => '商品详情',
|
|
'Price' => '拼团价',
|
|
'Freight_id' => '运费模板',
|
|
'Grounding' => '上架状态',
|
|
'Specs' => '商品规格',
|
|
'Specs single' => '单规格',
|
|
'Specs multi' => '多规格',
|
|
'Distribution' => '是否独立分销',
|
|
'Distribution true' => '开启',
|
|
'Distribution false' => '关闭',
|
|
'Activity' => '是否活动中',
|
|
'Activity true' => '是',
|
|
'Activity false' => '否',
|
|
'Views' => '点击',
|
|
'Sales' => '销量',
|
|
'Comment' => '评论',
|
|
'Praise' => '好评',
|
|
'Like' => '收藏',
|
|
'Weigh' => '权重',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间',
|
|
'Status' => '上架状态',
|
|
|
|
|
|
'Group_no' => '拼团编号',
|
|
'User_id' => '团长ID',
|
|
'Shop_id' => '所属商家',
|
|
'Goods_id' => '所属商品',
|
|
'Group_type' => '拼团类型',
|
|
'Group_type alone' => '直购',
|
|
'Group_type group' => '拼团',
|
|
'Group_type ladder' => '阶梯拼团',
|
|
'Is_ladder' => '是否阶梯拼团',
|
|
'Is_alone' => '是否单购',
|
|
'Purchase_limit' => '限制购买',
|
|
'Ladder_id' => '阶梯ID',
|
|
'People_num' => '成团人数',
|
|
'Join_num' => '参团人数',
|
|
'State' => '拼团状态',
|
|
'State ready' => '准备中',
|
|
'State start' => '拼团中',
|
|
'State success' => '已成团',
|
|
'State fail' => '拼团失败',
|
|
'State auto' => '自动成团',
|
|
'Grouptime' => '成团时间',
|
|
'Validitytime' => '有效时间',
|
|
'Updatetime' => '更新时间',
|
|
|
|
// 追加数据
|
|
'All' => '全部宝贝',
|
|
'Del' => '删除',
|
|
'Normal' => '正常',
|
|
'Hidden' => '下架',
|
|
'Set to normal' => '上架宝贝',
|
|
'Set to hidden' => '下架宝贝',
|
|
'Import' => '导入',
|
|
'Export' => '导出',
|
|
'Recycle bin' => '宝贝回收站',
|
|
'Restore' => '还原',
|
|
'Restore all' => '还原全部',
|
|
'Destroy' => '销毁',
|
|
'Destroy all' => '清空回收站',
|
|
'Nothing need restore' => '没有需要还原的数据',
|
|
'Drag to sort' => '拖动进行排序',
|
|
'Redirect now' => '立即跳转',
|
|
'Key' => '键',
|
|
'Value' => '值',
|
|
'Common search' => '普通搜索',
|
|
'Search %s' => '搜索 %s',
|
|
'View %s' => '查看 %s',
|
|
'Click to search %s' => '点击搜索 %s',
|
|
'Operation completed' => '操作成功!',
|
|
'Operation failed' => '操作失败!',
|
|
'Unknown data format' => '未知的数据格式!',
|
|
'Network error' => '网络错误!',
|
|
'Invalid parameters' => '未知参数',
|
|
'No results were found' => '记录未找到',
|
|
'No rows were inserted' => '未插入任何行',
|
|
'No rows were deleted' => '未删除任何行',
|
|
'No rows were updated' => '未更新任何行',
|
|
'Parameter %s can not be empty' => '参数%s不能为空',
|
|
'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?' => '确定清空?'
|
|
];
|
|
|