Files
xin-school/web/locales/zh_CN/merchant-portal/product.ts
T
2026-06-17 12:41:49 +08:00

26 lines
1.2 KiB
TypeScript

export default {
"merchant.portal.product.page.title": "商品列表",
"merchant.portal.product.page.description": "管理您的商品,支持上架、下架、推荐等操作",
"merchant.portal.product.id": "ID",
"merchant.portal.product.category_id": "商品分类",
"merchant.portal.product.name": "商品名称",
"merchant.portal.product.name.required": "商品名称不能为空",
"merchant.portal.product.description": "商品描述",
"merchant.portal.product.images": "商品图片",
"merchant.portal.product.price": "售价",
"merchant.portal.product.price.required": "售价不能为空",
"merchant.portal.product.original_price": "原价",
"merchant.portal.product.stock": "库存",
"merchant.portal.product.unit": "单位",
"merchant.portal.product.sales": "销量",
"merchant.portal.product.status": "状态",
"merchant.portal.product.status.0": "下架",
"merchant.portal.product.status.1": "上架",
"merchant.portal.product.is_recommend": "推荐",
"merchant.portal.product.is_recommend.0": "否",
"merchant.portal.product.is_recommend.1": "是",
"merchant.portal.product.sort": "排序",
"merchant.portal.product.created_at": "创建时间",
"merchant.portal.product.updated_at": "更新时间",
};