litestoregoods.php 1.9 KB
<?php

return [
    'Goods_id'             => 'ID',
    'Goods_name'           => '商品名称',
    'Category_id'          => '商品类别',
    'Image'                => '商品封面',
    'Images'               => '商品轮播图片',
    'Spec_type'            => '商品规格',
    'Spec_type 10'         => '单规格',
    'Spec_type 20'         => '多规格',
    'Deduct_stock_type'    => '库存计算方式',
    'Deduct_stock_type 10' => '下单减库存',
    'Deduct_stock_type 20' => '付款减库存',
    'Content'              => '描述详情',
    'Sales_initial'        => '初始销量',
    'Sales_actual'         => '实际销量',
    'Goods_sort'           => '权重',
    'Delivery_id'          => '运费模板ID',
    'Goods_status'         => '商品状态',
    'Goods_status 10'      => '上架',
    'Goods_status 20'      => '下架',
    'Is_delete'            => '是否删除',
    'Is_delete 0'          => '未删除',
    'Is_delete 1'          => '已删除',
    'Createtime'           => '创建时间',
    'Updatetime'           => '更新时间',
    'Category.name'        => '分类名称',
    'Activity.name'        => '活动名称',
    'Freight.name'         => '运费模版名称',
    'Makefor'              => '产地',
    'Makefor 1'            => '国产',
    'Makefor 2'            => '进口',
    'Number'               => '编号',
    'Keep'                 => '保存条件',
    'Packing'              => '包装方式',
    'Brand'                => '品牌',
    'Four_images'          => '四宫格图',
    'Down_image'           => '底部图',
    'Detail_images'        => '详情图',
    'Is_index'             => '首页展示',
    'Is_index 1'           => '已展示',
    'Is_index 0'           => '未展示',
    'Activity_id'          => '活动类型',
    'Price_description'    => '价格说明',
    'Keywords'             => '搜索关键词',
];