feat(admin,shop-admin): content/brand management + merchant shop profile (add-content-admin-ui)
This commit is contained in:
@@ -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: "店铺状态",
|
||||
|
||||
Reference in New Issue
Block a user