@@ -4,7 +4,7 @@ return [
'Id' => 'ID',
'No' => '编号',
'Name' => '名称',
- 'Type' => '类别',
+ 'Type' => '礼物分组',
'Value' => '价值',
'Price' => '价格',
'Image' => '图片',
@@ -19,5 +19,5 @@ return [
'Wallettype' => '花费类型',
'Wallettype 1' => '金币',
'Wallettype 2' => '钻石',
- 'Gifttype.name' => '礼物类型'
+ 'Gifttype.name' => '礼物分组'
];
@@ -1,7 +1,7 @@
<?php
return [
- 'Name' => '礼物类型',
+ 'Name' => '礼物分组',
'Is_show' => '是否显示',
'Is_show 1' => '是',
'Is_show 0' => '否',