Files
yycea/application/admin/lang/zh-cn/wdsxh/points/goods.php
2026-03-17 09:56:06 +08:00

19 lines
558 B
PHP

<?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' => '删除时间'
];