init commit
This commit is contained in:
8
application/admin/lang/zh-cn/wdsxh/points/config.php
Normal file
8
application/admin/lang/zh-cn/wdsxh/points/config.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Source' => '积分来源',
|
||||
'Source 1' => '参加活动',
|
||||
'Source 2' => '购买商品',
|
||||
'Source 3' => '发布供需'
|
||||
];
|
||||
8
application/admin/lang/zh-cn/wdsxh/points/express.php
Normal file
8
application/admin/lang/zh-cn/wdsxh/points/express.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'id',
|
||||
'Name' => '快递公司全称',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间'
|
||||
];
|
||||
18
application/admin/lang/zh-cn/wdsxh/points/goods.php
Normal file
18
application/admin/lang/zh-cn/wdsxh/points/goods.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Name' => '商品名称',
|
||||
'Image' => '缩略图',
|
||||
'Slider_images' => '轮播图',
|
||||
'Points' => '积分',
|
||||
'Content' => '商品详情',
|
||||
'Weigh' => '权重',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '正常',
|
||||
'Set status to normal'=> '设为正常',
|
||||
'Status hidden' => '隐藏',
|
||||
'Set status to hidden'=> '设为隐藏',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Deletetime' => '删除时间'
|
||||
];
|
||||
23
application/admin/lang/zh-cn/wdsxh/points/order.php
Normal file
23
application/admin/lang/zh-cn/wdsxh/points/order.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Order_no' => '订单编号',
|
||||
'Goods_id' => '商品id',
|
||||
'Wechat_id' => '用户id',
|
||||
'Number' => '兑换数量',
|
||||
'User_address' => '详细地址',
|
||||
'User_phone' => '用户电话',
|
||||
'Real_name' => '用户姓名',
|
||||
'State' => '订单状态',
|
||||
'State 2' => '待发货',
|
||||
'State 3' => '待收货',
|
||||
'State 4' => '已完成',
|
||||
'Points' => '商品积分',
|
||||
'Total_points' => '积分消耗',
|
||||
'Createtime' => '创建时间',
|
||||
'Complete_time' => '完成时间',
|
||||
'Redemption_time' => '兑换时间',
|
||||
'Goods_info.name' => '商品名称',
|
||||
'Goods_info.image'=> '商品图片',
|
||||
'Goods_info.points'=> '商品积分',
|
||||
];
|
||||
13
application/admin/lang/zh-cn/wdsxh/points/ranking.php
Normal file
13
application/admin/lang/zh-cn/wdsxh/points/ranking.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Name' => '姓名',
|
||||
'Level.name' => '级别',
|
||||
'Mobile' => '手机号',
|
||||
'Wechat_id' => '微信用户ID',
|
||||
'Points' => '积分',
|
||||
'Before' => '变更前积分',
|
||||
'After' => '变更后积分',
|
||||
'Memo' => '备注',
|
||||
'Createtime' => '创建时间'
|
||||
];
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Wechat_id' => '微信用户ID',
|
||||
'Points' => '变更积分',
|
||||
'Before' => '变更前积分',
|
||||
'After' => '变更后积分',
|
||||
'Memo' => '备注',
|
||||
'Createtime' => '添加时间',
|
||||
'Change' => '变更类型',
|
||||
'Change 1' => '增加',
|
||||
'Change 2' => '减少',
|
||||
'Activity_id' => '活动ID',
|
||||
'Source' => '积分来源',
|
||||
'Source 1' => '参加活动',
|
||||
'Source 2' => '购买商品',
|
||||
'Source 3' => '需求发布',
|
||||
'Source 4' => '入会成功',
|
||||
'Source 5' => '邀请会员',
|
||||
];
|
||||
Reference in New Issue
Block a user