feat(admin,shop-admin): content/brand management + merchant shop profile (add-content-admin-ui)

This commit is contained in:
Chengdong Zhang
2026-09-23 14:27:00 +08:00
parent 9a749e2551
commit 93e5a05d48
22 changed files with 930 additions and 22 deletions
+26
View File
@@ -8,8 +8,21 @@ export const enExtra = {
coupons: "Coupons",
flashSales: "Flash sales",
groupBuying: "Group buying",
shopProfile: "Shop profile",
},
shop: {
profileSaved: "Shop profile saved.",
bilingualRequired: "Both English and Chinese text are required.",
profileLogo: "Logo URL",
profileBanner: "Banner URL",
profileCompany: "Company",
profileRegion: "Region",
profileAddressEn: "Address (English)",
profileAddressZh: "Address (中文)",
profileNoticeEn: "Notice (English)",
profileNoticeZh: "Notice (中文)",
profileAfterSaleEn: "After-sale policy (English)",
profileAfterSaleZh: "After-sale policy (中文)",
dashboardTitle: "Merchant dashboard",
profile: "Shop profile",
shopStatus: "Shop status",
@@ -156,8 +169,21 @@ export const zhExtra = {
coupons: "优惠券",
flashSales: "秒杀",
groupBuying: "拼团",
shopProfile: "店铺资料",
},
shop: {
profileSaved: "店铺资料已保存。",
bilingualRequired: "中英文内容均为必填项。",
profileLogo: "Logo 链接",
profileBanner: "横幅链接",
profileCompany: "公司",
profileRegion: "地区",
profileAddressEn: "地址(英文)",
profileAddressZh: "地址(中文)",
profileNoticeEn: "公告(英文)",
profileNoticeZh: "公告(中文)",
profileAfterSaleEn: "售后政策(英文)",
profileAfterSaleZh: "售后政策(中文)",
dashboardTitle: "商家仪表盘",
profile: "店铺信息",
shopStatus: "店铺状态",