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", };