商户后台

This commit is contained in:
liu
2026-06-17 12:41:49 +08:00
parent 845bea4b81
commit f63a7db58f
46 changed files with 2215 additions and 43 deletions
@@ -0,0 +1,25 @@
export default {
"merchant.portal.product.page.title": "Products",
"merchant.portal.product.page.description": "Manage your products, including listing, delisting, and recommendations",
"merchant.portal.product.id": "ID",
"merchant.portal.product.category_id": "Category",
"merchant.portal.product.name": "Product Name",
"merchant.portal.product.name.required": "Product name is required",
"merchant.portal.product.description": "Description",
"merchant.portal.product.images": "Images",
"merchant.portal.product.price": "Price",
"merchant.portal.product.price.required": "Price is required",
"merchant.portal.product.original_price": "Original Price",
"merchant.portal.product.stock": "Stock",
"merchant.portal.product.unit": "Unit",
"merchant.portal.product.sales": "Sales",
"merchant.portal.product.status": "Status",
"merchant.portal.product.status.0": "Offline",
"merchant.portal.product.status.1": "Online",
"merchant.portal.product.is_recommend": "Recommended",
"merchant.portal.product.is_recommend.0": "No",
"merchant.portal.product.is_recommend.1": "Yes",
"merchant.portal.product.sort": "Sort",
"merchant.portal.product.created_at": "Created At",
"merchant.portal.product.updated_at": "Updated At",
};