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

32 lines
1.3 KiB
TypeScript

export default {
"merchant.store.page.title": "Merchant Management",
"merchant.store.page.description": "Manage campus merchants/stores, support review, enable, disable and more",
"merchant.store.id": "ID",
"merchant.store.user_id": "Owner",
"merchant.store.user_id.required": "Owner is required",
"merchant.store.category_id": "Category",
"merchant.store.name": "Store Name",
"merchant.store.name.required": "Store name is required",
"merchant.store.logo": "Logo",
"merchant.store.banner": "Banner",
"merchant.store.description": "Description",
"merchant.store.contact_name": "Contact",
"merchant.store.contact_mobile": "Phone",
"merchant.store.province": "Province",
"merchant.store.city": "City",
"merchant.store.district": "District",
"merchant.store.address": "Address",
"merchant.store.business_hours": "Business Hours",
"merchant.store.balance": "Balance",
"merchant.store.total_income": "Total Income",
"merchant.store.min_price": "Min Price",
"merchant.store.status": "Status",
"merchant.store.status.0": "Pending",
"merchant.store.status.1": "Active",
"merchant.store.status.2": "Disabled",
"merchant.store.status.3": "Closed",
"merchant.store.reject_reason": "Reject Reason",
"merchant.store.created_at": "Joined At",
"merchant.store.updated_at": "Updated At",
};