汪总电商平台
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.

35 lines
1.2 KiB

3 months ago
<?php
return [
'Id' => 'ID',
'User_id' => '用员ID',
'Shop_id' => '店铺ID',
'Goods_id' => '商品ID',
'States' => '评价',
'States 0' => '好评',
'States 1' => '中评',
'States 2' => '差评',
'Content' => '内容',
'Tag' => '评论标签',
'Suk' => '所购买商品SUK',
'Images' => '图片组',
'Score' => '综合评分',
'Score_describe' => '描述相符',
'Score_service' => '服务相符',
'Score_deliver' => '发货相符',
'Score_logistics' => '物流相符',
'Switch' => '匿名评论',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Deletetime' => '删除时间',
'Status' => '状态',
'User.username' => '用户名',
'User.nickname' => '用户',
'goods.title' => '商品标题' ,
'Click to search %s' => '点击搜索 %s',
'Common search' => '普通搜索',
];