Files
xin-school/web/locales/en_US/merchant/product.ts
T
2026-06-17 09:13:49 +08:00

28 lines
1.2 KiB
TypeScript

export default {
"merchant.product.page.title": "Product Management",
"merchant.product.page.description": "Manage merchant products, support listing, delisting, recommend and more",
"merchant.product.id": "ID",
"merchant.product.merchant_id": "Merchant",
"merchant.product.merchant_id.required": "Merchant is required",
"merchant.product.category_id": "Category",
"merchant.product.name": "Name",
"merchant.product.name.required": "Product name is required",
"merchant.product.description": "Description",
"merchant.product.images": "Images",
"merchant.product.price": "Price",
"merchant.product.price.required": "Price is required",
"merchant.product.original_price": "Original Price",
"merchant.product.stock": "Stock",
"merchant.product.unit": "Unit",
"merchant.product.sales": "Sales",
"merchant.product.status": "Status",
"merchant.product.status.0": "Delisted",
"merchant.product.status.1": "Listed",
"merchant.product.is_recommend": "Recommended",
"merchant.product.is_recommend.0": "No",
"merchant.product.is_recommend.1": "Yes",
"merchant.product.sort": "Sort",
"merchant.product.created_at": "Created At",
"merchant.product.updated_at": "Updated At",
};