校园商户
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
export default {
|
||||
"merchant.product.page.title": "商品管理",
|
||||
"merchant.product.page.description": "管理商户商品,支持上架、下架、推荐等操作",
|
||||
"merchant.product.id": "ID",
|
||||
"merchant.product.merchant_id": "所属商户",
|
||||
"merchant.product.merchant_id.required": "所属商户不能为空",
|
||||
"merchant.product.category_id": "商品分类",
|
||||
"merchant.product.name": "商品名称",
|
||||
"merchant.product.name.required": "商品名称不能为空",
|
||||
"merchant.product.description": "商品描述",
|
||||
"merchant.product.images": "商品图片",
|
||||
"merchant.product.price": "售价",
|
||||
"merchant.product.price.required": "售价不能为空",
|
||||
"merchant.product.original_price": "原价",
|
||||
"merchant.product.stock": "库存",
|
||||
"merchant.product.unit": "单位",
|
||||
"merchant.product.sales": "销量",
|
||||
"merchant.product.status": "状态",
|
||||
"merchant.product.status.0": "下架",
|
||||
"merchant.product.status.1": "上架",
|
||||
"merchant.product.is_recommend": "推荐",
|
||||
"merchant.product.is_recommend.0": "否",
|
||||
"merchant.product.is_recommend.1": "是",
|
||||
"merchant.product.sort": "排序",
|
||||
"merchant.product.created_at": "创建时间",
|
||||
"merchant.product.updated_at": "更新时间",
|
||||
};
|
||||
Reference in New Issue
Block a user