商户后台

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,17 @@
export default {
"merchant.portal.store.page.title": "Store Info",
"merchant.portal.store.page.description": "View and edit your store information",
"merchant.portal.store.name": "Store Name",
"merchant.portal.store.name.required": "Store name is required",
"merchant.portal.store.logo": "Logo",
"merchant.portal.store.banner": "Banner",
"merchant.portal.store.description": "Description",
"merchant.portal.store.contact_name": "Contact Name",
"merchant.portal.store.contact_mobile": "Contact Phone",
"merchant.portal.store.province": "Province",
"merchant.portal.store.city": "City",
"merchant.portal.store.district": "District",
"merchant.portal.store.address": "Address",
"merchant.portal.store.business_hours": "Business Hours",
"merchant.portal.store.min_price": "Min. Order Price",
};