export default { en: { marketing: { seckillTitle: "Flash sale", seckillBreadcrumb: "Flash sale", currentSession: "Now", upcoming: "Coming soon", ended: "Ended", countdown: "Ends in {time}", seckillPrice: "Flash price", originalPrice: "Original price", progress: "Sold {n}%", buyNow: "Grab now", noSeckillProducts: "No flash-sale products right now.", collectiveTitle: "Group deals", collectiveBreadcrumb: "Group deals", collectiveBannerAlt: "Group deal promotion", peopleGroup: "{n} people group", peopleJoined: "{n} people joined", joinGroup: "View deal", noCollectiveProducts: "No group deals right now.", integralTitle: "Points mall", integralBreadcrumb: "Points mall", integralBannerAlt: "Points mall promotion", loginPrompt: "Sign in to see your points", pointsBalance: "My points", customize: "Personal customization", shipping: "Ships within 24 hours", support: "Priority support", recommendation: "Popular rewards", points: "{n} points", marketPrice: "Market price", stock: "Stock {n}", redeem: "Redeem now", redeemed: "Redeemed", mockNotice: "Demo redemption completed", login: "Sign in", register: "Create account", noIntegralProducts: "No rewards available right now.", }, }, zh: { marketing: { seckillTitle: "限时秒杀", seckillBreadcrumb: "秒杀活动", currentSession: "正在进行", upcoming: "即将开始", ended: "已结束", countdown: "距结束 {time}", seckillPrice: "秒杀价", originalPrice: "原价", progress: "已抢 {n}%", buyNow: "马上抢", noSeckillProducts: "当前暂无秒杀商品。", collectiveTitle: "拼团购", collectiveBreadcrumb: "拼团", collectiveBannerAlt: "拼团活动", peopleGroup: "{n}人团", peopleJoined: "{n}人已拼", joinGroup: "查看详情", noCollectiveProducts: "当前暂无拼团商品。", integralTitle: "积分商城", integralBreadcrumb: "积分商城", integralBannerAlt: "积分商城活动", loginPrompt: "登录后查看您的积分", pointsBalance: "我的积分", customize: "私人定制", shipping: "24小时发货", support: "优先客服", recommendation: "热门推荐", points: "{n}积分", marketPrice: "市场价", stock: "库存 {n}", redeem: "立即兑换", redeemed: "已兑换", mockNotice: "模拟兑换成功", login: "登录", register: "注册", noIntegralProducts: "当前暂无积分商品。", }, }, } as const;