car4s/application/admin/lang/zh-cn/user4s/goods.php

24 lines
620 B
PHP

<?php
return [
'Id' => 'ID',
'Title' => '标题',
'Content' => '内容',
'Image' => '图片',
'Images' => '图片组',
'Keywords' => '关键字',
'Price' => '价格',
'Integral' => '积分',
'Inventory' => '库存',
'Sales' => '销量',
'Starttime' => '开始时间',
'Endtime' => '结束时间',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Deletetime' => '删除时间',
'Weigh' => '权重',
'State' => '状态',
'State 0' => '下架',
'State 1' => '上架'
];