687 lines
27 KiB
Dart
687 lines
27 KiB
Dart
const Map<String, String> zhCN = {
|
||
// ============ Common ============
|
||
'common.confirm': '确认',
|
||
'common.cancel': '取消',
|
||
'common.save': '保存',
|
||
'common.delete': '删除',
|
||
'common.edit': '编辑',
|
||
'common.search': '搜索',
|
||
'common.loading': '加载中...',
|
||
'common.retry': '重试',
|
||
'common.done': '完成',
|
||
'common.next': '下一步',
|
||
'common.back': '返回',
|
||
'common.close': '关闭',
|
||
'common.more': '更多',
|
||
'common.all': '全部',
|
||
'common.filter': '筛选',
|
||
'common.sort': '排序',
|
||
'common.copy': '复制',
|
||
'common.copied': '已复制到剪贴板',
|
||
'common.today': '今日',
|
||
'common.thisWeek': '本周',
|
||
'common.thisMonth': '本月',
|
||
|
||
// ============ Navigation ============
|
||
'nav.home': '首页',
|
||
'nav.market': '市场',
|
||
'nav.myCoupons': '我的券',
|
||
'nav.messages': '消息',
|
||
'nav.profile': '我的',
|
||
|
||
// ============ Welcome / Auth ============
|
||
'welcome.slogan': '让每一张券都有价值',
|
||
'welcome.phoneRegister': '手机号注册',
|
||
'welcome.emailRegister': '邮箱注册',
|
||
'welcome.otherLogin': '其他方式登录',
|
||
'welcome.hasAccount': '已有账号?',
|
||
'welcome.login': '登录',
|
||
'welcome.agreement': '注册即表示同意《用户协议》和《隐私政策》',
|
||
|
||
'login.title': '欢迎回来',
|
||
'login.subtitle': '登录 Genex 管理你的券资产',
|
||
'login.passwordTab': '密码登录',
|
||
'login.codeTab': '验证码登录',
|
||
'login.phoneOrEmail': '手机号或邮箱',
|
||
'login.password': '密码',
|
||
'login.forgotPassword': '忘记密码?',
|
||
'login.submit': '登录',
|
||
'login.phone': '手机号',
|
||
'login.verifyCode': '验证码',
|
||
'login.getCode': '获取验证码',
|
||
|
||
'register.title': '创建账号',
|
||
'register.emailSubtitle': '使用邮箱注册 Genex 账号',
|
||
'register.phoneSubtitle': '使用手机号注册 Genex 账号',
|
||
'register.email': '邮箱地址',
|
||
'register.phone': '手机号',
|
||
'register.emailHint': '请输入邮箱地址',
|
||
'register.phoneHint': '请输入手机号',
|
||
'register.code': '验证码',
|
||
'register.codeHint': '请输入6位验证码',
|
||
'register.getCode': '获取验证码',
|
||
'register.setPassword': '设置密码',
|
||
'register.passwordHint': '8-20位,含字母和数字',
|
||
'register.agreement': '我已阅读并同意',
|
||
'register.userAgreement': '《用户协议》',
|
||
'register.privacyPolicy': '《隐私政策》',
|
||
'register.submit': '注册',
|
||
'register.stepVerify': '验证',
|
||
'register.stepPassword': '设密码',
|
||
'register.stepDone': '完成',
|
||
'register.rule8chars': '8位以上',
|
||
'register.ruleLetter': '含字母',
|
||
'register.ruleNumber': '含数字',
|
||
|
||
'forgot.title': '找回密码',
|
||
'forgot.inputAccount': '输入手机号或邮箱',
|
||
'forgot.sendHint': '我们将向您发送验证码',
|
||
'forgot.accountHint': '手机号 / 邮箱地址',
|
||
'forgot.getCode': '获取验证码',
|
||
'forgot.inputCode': '输入验证码',
|
||
'forgot.codeSentTo': '验证码已发送至',
|
||
'forgot.codeHint': '6位验证码',
|
||
'forgot.resend': '重新发送',
|
||
'forgot.next': '下一步',
|
||
'forgot.setNewPassword': '设置新密码',
|
||
'forgot.newPasswordHint': '请输入新密码(8位以上)',
|
||
'forgot.newPassword': '新密码',
|
||
'forgot.confirmPassword': '确认新密码',
|
||
'forgot.confirmChange': '确认修改',
|
||
'forgot.success': '密码修改成功',
|
||
'forgot.successHint': '请使用新密码登录',
|
||
'forgot.backToLogin': '返回登录',
|
||
|
||
// ============ Home ============
|
||
'home.searchHint': '搜索券、品牌、分类...',
|
||
'home.dining': '餐饮',
|
||
'home.shopping': '购物',
|
||
'home.entertainment': '娱乐',
|
||
'home.travel': '出行',
|
||
'home.lifestyle': '生活',
|
||
'home.brand': '品牌',
|
||
'home.discount': '折扣',
|
||
'home.allCategories': '全部',
|
||
'home.featuredCoupons': '精选好券',
|
||
'home.viewAllCoupons': '查看全部',
|
||
'home.aiRecommend': 'AI 推荐',
|
||
'home.aiRecommendDesc': '根据你的偏好,发现了3张高性价比券',
|
||
'home.bannerNewUser': '新用户专享',
|
||
'home.bannerNewUserDesc': '首单立减 \$10',
|
||
'home.bannerDiscount': '限时折扣',
|
||
'home.bannerDiscountDesc': '全场低至7折',
|
||
'home.bannerHot': '热门推荐',
|
||
'home.bannerHotDesc': '精选高折扣券',
|
||
|
||
// ============ Market ============
|
||
'market.title': '交易市场',
|
||
'market.primary': '一级市场(全新)',
|
||
'market.secondary': '二级市场(转售)',
|
||
'market.dining': '餐饮',
|
||
'market.shopping': '购物',
|
||
'market.entertainment': '娱乐',
|
||
'market.travel': '出行',
|
||
'market.lifestyle': '生活',
|
||
'market.sports': '运动',
|
||
'market.discountRate': '折扣率',
|
||
'market.priceUp': '价格↑',
|
||
'market.priceDown': '价格↓',
|
||
'market.expiryDate': '到期时间',
|
||
'market.issuePrice': '发行价',
|
||
'market.faceValue': '面值',
|
||
'market.discount': '折扣',
|
||
'market.totalSupply': '发行量',
|
||
'market.salesProgress': '销售进度',
|
||
'market.upcoming': '即将开始',
|
||
'market.subscribing': '申购中',
|
||
'market.ended': '已结束',
|
||
'market.timeToStart': '距开始',
|
||
'market.couponBrand': '券名/品牌',
|
||
'market.latestPrice': '最新价',
|
||
'market.change24h': '24h涨跌',
|
||
'market.discountSuffix': '折',
|
||
|
||
// ============ My Coupons ============
|
||
'myCoupons.title': '我的券',
|
||
'myCoupons.usable': '可使用',
|
||
'myCoupons.pendingRedeem': '待核销',
|
||
'myCoupons.expired': '已过期',
|
||
'myCoupons.faceValue': '面值',
|
||
'myCoupons.transfer': '转赠',
|
||
'myCoupons.sell': '出售',
|
||
'myCoupons.expiredText': '已过期',
|
||
'myCoupons.expiringToday': '今天到期',
|
||
'myCoupons.daysToExpiry': '天后到期',
|
||
|
||
// ============ Coupon Detail ============
|
||
'couponDetail.title': '券详情',
|
||
'couponDetail.favorite': '收藏',
|
||
'couponDetail.buyNow': '立即购买',
|
||
'couponDetail.saveBadge': '比面值节省',
|
||
'couponDetail.faceValue': '面值',
|
||
'couponDetail.validUntil': '有效期',
|
||
'couponDetail.type': '类型',
|
||
'couponDetail.issuer': '发行方',
|
||
'couponDetail.consumeCoupon': '消费券',
|
||
'couponDetail.usageNote': '使用说明',
|
||
'couponDetail.allStores': '全国门店通用',
|
||
'couponDetail.canTransfer': '可转赠给好友',
|
||
'couponDetail.useAnytime': '有效期内随时使用',
|
||
'couponDetail.noStack': '不可叠加使用',
|
||
'couponDetail.noCash': '不可兑换现金',
|
||
'couponDetail.stores': '使用门店',
|
||
'couponDetail.storeCount': '全国 12,800+ 门店',
|
||
'couponDetail.storeDesc': '支持全国所有直营门店使用',
|
||
'couponDetail.priceTrend': '价格走势',
|
||
'couponDetail.last30Days': '近30天',
|
||
'couponDetail.highest': '最高',
|
||
'couponDetail.lowest': '最低',
|
||
'couponDetail.average': '均价',
|
||
'couponDetail.tradeHistory': '历史成交',
|
||
'couponDetail.nearbyStores': '附近可用门店',
|
||
'couponDetail.distance': '距离',
|
||
'couponDetail.open': '营业中',
|
||
'couponDetail.similar': '同类券推荐',
|
||
|
||
// ============ My Coupon Detail ============
|
||
'myCoupon.title': '券详情',
|
||
'myCoupon.active': '可使用',
|
||
'myCoupon.showQrHint': '出示此二维码给商户扫描核销',
|
||
'myCoupon.switchBarcode': '切换条形码',
|
||
'myCoupon.faceValue': '面值',
|
||
'myCoupon.purchasePrice': '购买价格',
|
||
'myCoupon.validUntil': '有效期',
|
||
'myCoupon.orderNo': '订单号',
|
||
'myCoupon.resellCount': '剩余可转售次数',
|
||
'myCoupon.transfer': '转赠',
|
||
'myCoupon.sell': '出售',
|
||
'myCoupon.usageNote': '使用说明',
|
||
'myCoupon.useInStore': '全国门店通用',
|
||
'myCoupon.useInTime': '请在有效期内使用',
|
||
'myCoupon.onePerVisit': '每次消费仅可使用一张',
|
||
'myCoupon.noCash': '不可兑换现金',
|
||
'myCoupon.extractToWallet': '提取到外部钱包',
|
||
'myCoupon.requireKycL2': '需KYC L2+认证',
|
||
'myCoupon.viewTrades': '查看交易记录',
|
||
'myCoupon.help': '使用帮助',
|
||
|
||
// ============ Order Confirm ============
|
||
'orderConfirm.title': '确认订单',
|
||
'orderConfirm.quantity': '购买数量',
|
||
'orderConfirm.paymentMethod': '支付方式',
|
||
'orderConfirm.bankCard': '银行卡/信用卡',
|
||
'orderConfirm.priceDetail': '价格明细',
|
||
'orderConfirm.buyingNote': '您正在购买消费券用于消费',
|
||
'orderConfirm.total': '合计',
|
||
'orderConfirm.confirmPay': '确认支付',
|
||
'orderConfirm.unitPrice': '单价',
|
||
'orderConfirm.count': '数量',
|
||
'orderConfirm.saveBadge': '比面值节省',
|
||
'orderConfirm.biometricHint': '请验证指纹或面容以完成支付',
|
||
'orderConfirm.usePasswordPay': '使用密码支付',
|
||
|
||
// ============ Payment ============
|
||
'payment.title': '选择支付方式',
|
||
'payment.addNew': '添加新支付方式',
|
||
'payment.confirmPay': '确认支付',
|
||
'payment.bankTransfer': '银行转账',
|
||
|
||
'paymentSuccess.title': '支付成功',
|
||
'paymentSuccess.hint': '券已到账,可在「我的券」中查看',
|
||
'paymentSuccess.couponName': '券名称',
|
||
'paymentSuccess.payAmount': '支付金额',
|
||
'paymentSuccess.orderNo': '订单号',
|
||
'paymentSuccess.payTime': '支付时间',
|
||
'paymentSuccess.viewMyCoupon': '查看我的券',
|
||
'paymentSuccess.continueBrowse': '继续逛',
|
||
|
||
// ============ Search ============
|
||
'search.hint': '搜索券、品牌、分类...',
|
||
'search.cancel': '取消',
|
||
'search.hotSearch': '热门搜索',
|
||
'search.history': '搜索历史',
|
||
'search.clear': '清空',
|
||
'search.diningCoupon': '餐饮券',
|
||
'search.discountCoupon': '折扣券',
|
||
'search.travel': '旅游',
|
||
|
||
// ============ Redeem ============
|
||
'redeem.title': '出示券码',
|
||
'redeem.faceValue': '面值',
|
||
'redeem.validTime': '有效时间',
|
||
'redeem.refresh': '刷新券码',
|
||
'redeem.showHint': '请将此码出示给商户扫描,屏幕已自动调至最高亮度',
|
||
|
||
// ============ Sell Order ============
|
||
'sellOrder.title': '挂单出售',
|
||
'sellOrder.faceValue': '面值',
|
||
'sellOrder.credit': '信用',
|
||
'sellOrder.setPrice': '设定售价',
|
||
'sellOrder.price': '售价',
|
||
'sellOrder.aiSuggest': 'AI建议售价',
|
||
'sellOrder.bestDealRate': '此价格成交概率最高',
|
||
'sellOrder.discountRate': '折扣率',
|
||
'sellOrder.platformFee': '平台手续费 (1.5%)',
|
||
'sellOrder.estimatedReceive': '预计到账',
|
||
'sellOrder.marketAvg': '当前市场均价',
|
||
'sellOrder.recent24hTrades': '最近24小时成交',
|
||
'sellOrder.tradesUnit': '笔',
|
||
'sellOrder.confirmList': '确认挂单',
|
||
'sellOrder.success': '挂单成功',
|
||
'sellOrder.successHint': '您的券已挂到市场,当有买家下单时将自动成交。',
|
||
'sellOrder.ok': '确定',
|
||
|
||
// ============ Trading Page (My Trades) ============
|
||
'tradingPage.title': '我的交易',
|
||
'tradingPage.pendingOrders': '我的挂单',
|
||
'tradingPage.tradeRecords': '交易记录',
|
||
'tradingPage.listPrice': '挂单价',
|
||
'tradingPage.listTime': '挂单时间',
|
||
'tradingPage.cancelOrder': '撤单',
|
||
'tradingPage.buy': '买入',
|
||
'tradingPage.sell': '卖出',
|
||
|
||
// ============ Transfer ============
|
||
'transfer.title': '转赠给好友',
|
||
'transfer.searchFriend': '搜索好友(手机号/用户名)',
|
||
'transfer.confirmTransfer': '确认转赠',
|
||
'transfer.success': '转赠成功',
|
||
'transfer.confirm': '确定',
|
||
'transfer.cancel': '取消',
|
||
|
||
// ============ Wallet ============
|
||
'wallet.myBalance': '我的余额',
|
||
'wallet.totalBalance': '总余额',
|
||
'wallet.withdrawable': '可提现',
|
||
'wallet.frozen': '冻结中',
|
||
'wallet.deposit': '充值',
|
||
'wallet.withdraw': '提现',
|
||
'wallet.records': '交易记录',
|
||
'wallet.filter': '筛选',
|
||
'wallet.buyIn': '买入',
|
||
'wallet.sellOut': '卖出',
|
||
'wallet.giftTransfer': '转赠',
|
||
'wallet.redeemUse': '核销',
|
||
|
||
'deposit.title': '充值',
|
||
'deposit.currentBalance': '当前余额',
|
||
'deposit.amount': '充值金额',
|
||
'deposit.custom': '自定义金额',
|
||
'deposit.paymentMethod': '支付方式',
|
||
'deposit.submit': '充值',
|
||
|
||
'withdraw.title': '提现',
|
||
'withdraw.availableBalance': '可提现余额',
|
||
'withdraw.amount': '提现金额',
|
||
'withdraw.all': '全部',
|
||
'withdraw.to': '提现到',
|
||
'withdraw.savingsAccount': '储蓄账户',
|
||
'withdraw.fee': '手续费 (0.5%)',
|
||
'withdraw.actualReceive': '实际到账',
|
||
'withdraw.estimateTime': '预计 1-2 个工作日到账',
|
||
'withdraw.submit': '确认提现',
|
||
|
||
'txRecords.title': '交易记录',
|
||
'txRecords.all': '全部',
|
||
'txRecords.buy': '购买',
|
||
'txRecords.sell': '出售',
|
||
'txRecords.transfer': '转赠',
|
||
'txRecords.noRecords': '暂无记录',
|
||
'txRecords.orderNo': '订单号',
|
||
'txRecords.transferTo': '转赠给',
|
||
|
||
// ============ Profile ============
|
||
'profile.favorites': '收藏',
|
||
'profile.orders': '订单',
|
||
'profile.coupons': '券',
|
||
'profile.wallet': '钱包',
|
||
'profile.account': '账户',
|
||
'profile.trade': '交易',
|
||
'profile.settings': '设置',
|
||
'profile.holdCoupons': '持券',
|
||
'profile.saved': '节省',
|
||
'profile.credit': '信用',
|
||
'profile.creditScore': '信用积分',
|
||
'profile.myTrades': '我的交易',
|
||
'profile.walletBalance': '钱包余额',
|
||
'profile.paymentManage': '支付管理',
|
||
'profile.kyc': '身份认证',
|
||
'profile.proMode': '高级模式',
|
||
'profile.myFavorites': '我的收藏',
|
||
'profile.securitySettings': '安全设置',
|
||
'profile.advancedSettings': '高级设置',
|
||
'profile.aboutGenex': '关于 Genex',
|
||
'profile.helpCenter': '帮助中心',
|
||
'profile.issuerPortal': '发行方入口',
|
||
'profile.merchantPortal': '商户入口',
|
||
'profile.simplifiedChinese': '简体中文',
|
||
'profile.logout': '退出登录',
|
||
|
||
// ============ Settings ============
|
||
'settings.title': '设置',
|
||
'settings.accountSecurity': '账号与安全',
|
||
'settings.phone': '手机号',
|
||
'settings.email': '邮箱',
|
||
'settings.changePassword': '修改密码',
|
||
'settings.identity': '身份认证',
|
||
'settings.paymentManage': '支付管理',
|
||
'settings.paymentMethod': '支付方式',
|
||
'settings.bankAccount': '银行账户',
|
||
'settings.paymentPassword': '支付密码',
|
||
'settings.notifications': '通知设置',
|
||
'settings.tradeNotify': '交易通知',
|
||
'settings.expiryRemind': '到期提醒',
|
||
'settings.marketChange': '行情变动',
|
||
'settings.marketingPush': '营销推送',
|
||
'settings.general': '通用',
|
||
'settings.language': '语言',
|
||
'settings.currency': '货币',
|
||
'settings.clearCache': '清除缓存',
|
||
'settings.about': '关于',
|
||
'settings.version': '版本',
|
||
'settings.userAgreement': '用户协议',
|
||
'settings.privacyPolicy': '隐私政策',
|
||
'settings.helpCenter': '帮助中心',
|
||
'settings.logout': '退出登录',
|
||
'settings.selectCurrency': '选择计价货币',
|
||
'settings.currencyNote': '此设置影响交易页面中所有价格的计价货币显示',
|
||
'settings.selectLanguage': '选择语言',
|
||
'settings.currencySymbol': '符号',
|
||
|
||
// ============ KYC ============
|
||
'kyc.title': '身份认证',
|
||
'kyc.currentLevel': '当前认证等级',
|
||
'kyc.l1Title': 'L1 基础认证',
|
||
'kyc.l1Desc': '手机号 + 邮箱验证',
|
||
'kyc.l1Limit': '每日购买限额 \$500',
|
||
'kyc.l1Feature': '可购买券、出示核销',
|
||
'kyc.l2Title': 'L2 身份认证',
|
||
'kyc.l2Desc': '身份证/护照验证',
|
||
'kyc.l2Limit': '每日购买限额 \$5,000',
|
||
'kyc.l2Feature': '解锁二级市场交易、P2P转赠',
|
||
'kyc.l3Title': 'L3 高级认证',
|
||
'kyc.l3Desc': '视频面审 + 地址证明',
|
||
'kyc.l3Limit': '无限额',
|
||
'kyc.l3Feature': '解锁大额交易、提现无限制',
|
||
'kyc.completed': '已完成',
|
||
'kyc.goVerify': '去认证',
|
||
'kyc.badgeLabel': '认证',
|
||
|
||
// ============ Payment Management ============
|
||
'payManage.title': '支付管理',
|
||
'payManage.myCards': '我的银行卡',
|
||
'payManage.addCard': '添加新银行卡',
|
||
'payManage.bankAccount': '银行账户(提现用)',
|
||
'payManage.paymentSecurity': '支付安全',
|
||
'payManage.paymentPassword': '支付密码',
|
||
'payManage.passwordSet': '已设置',
|
||
'payManage.biometricPay': '指纹/面容支付',
|
||
'payManage.biometricEnabled': '已开启',
|
||
'payManage.noPasswordPay': '免密支付',
|
||
'payManage.noPasswordLimit': '单笔≤\$10',
|
||
|
||
// ============ AI Chat ============
|
||
'aiChat.title': 'AI 助手',
|
||
'aiChat.greeting': '你好!我是 Genex AI 助手,可以帮你发现高性价比好券、比价分析、组合推荐。试试问我:',
|
||
'aiChat.suggest1': '推荐适合我的券',
|
||
'aiChat.suggest2': '星巴克券值不值得买?',
|
||
'aiChat.suggest3': '帮我做比价分析',
|
||
'aiChat.suggest4': '我的券快到期了怎么办?',
|
||
'aiChat.inputHint': '问我任何关于券的问题...',
|
||
'aiChat.confirmAction': '确认执行',
|
||
'aiChat.riskLow': '低风险',
|
||
'aiChat.riskNormal': '需确认',
|
||
'aiChat.riskHigh': '高风险',
|
||
|
||
// ============ AI Fab ============
|
||
'aiFab.title': 'AI 助手',
|
||
'aiFab.greeting': '你好!我是 Genex AI 助手,可以帮你管理券资产、查找优惠、分析价格。有什么需要帮助的吗?',
|
||
'aiFab.inputHint': '输入消息...',
|
||
'aiFab.suggest1': '帮我找高折扣券',
|
||
'aiFab.suggest2': '我的券快到期了吗?',
|
||
'aiFab.suggest3': '推荐今日好券',
|
||
'aiFab.suggest4': '分析我的券资产',
|
||
|
||
// ============ Messages ============
|
||
'message.title': '消息',
|
||
'message.markAllRead': '全部已读',
|
||
'message.tabTrade': '交易',
|
||
'message.tabExpiry': '到期',
|
||
'message.tabAnnouncement': '公告',
|
||
'message.detailTitle': '消息详情',
|
||
'message.tradeNotify': '交易通知',
|
||
'message.expiryRemind': '到期提醒',
|
||
'message.systemNotify': '系统通知',
|
||
'message.promoNotify': '活动推送',
|
||
'message.tradeSuccess': '交易成功通知',
|
||
'message.couponName': '券名称',
|
||
'message.faceValue': '面值',
|
||
'message.payAmount': '支付金额',
|
||
'message.orderNo': '订单号',
|
||
'message.payMethod': '支付方式',
|
||
'message.viewCouponDetail': '查看券详情',
|
||
|
||
// ============ Status Tags ============
|
||
'status.active': '可使用',
|
||
'status.pending': '待核销',
|
||
'status.expired': '已过期',
|
||
'status.used': '已使用',
|
||
'status.processing': '处理中',
|
||
'status.completed': '已完成',
|
||
'status.cancelled': '已取消',
|
||
'status.refunding': '退款中',
|
||
'status.onSale': '出售中',
|
||
|
||
// ============ Empty States ============
|
||
'empty.noCoupons': '还没有券',
|
||
'empty.noCouponsHint': '去市场看看有什么好券吧',
|
||
'empty.browse': '去逛逛',
|
||
'empty.noTrades': '暂无交易记录',
|
||
'empty.noTradesHint': '完成首笔交易后这里会显示记录',
|
||
'empty.noResults': '没有找到结果',
|
||
'empty.noResultsHint': '换个关键词试试',
|
||
'empty.noMessages': '暂无消息',
|
||
'empty.noMessagesHint': '交易通知和系统公告会显示在这里',
|
||
'empty.networkError': '网络连接失败',
|
||
'empty.networkErrorHint': '请检查网络设置后重试',
|
||
|
||
// ============ Coupon Card (shared widget) ============
|
||
'couponCard.expiredText': '已过期',
|
||
'couponCard.expiringToday': '今天到期',
|
||
'couponCard.daysToExpiry': '天后到期',
|
||
'couponCard.expiryFormat': '到期',
|
||
|
||
// ============ Issuer ============
|
||
'issuer.title': '发行方管理',
|
||
'issuer.verified': '已认证发行方',
|
||
'issuer.overview': '总览',
|
||
'issuer.issue': '发券',
|
||
'issuer.redeem': '核销',
|
||
'issuer.finance': '财务',
|
||
'issuer.more': '更多',
|
||
'issuer.totalIssued': '发行总量',
|
||
'issuer.totalSold': '已售出',
|
||
'issuer.totalRedeemed': '已核销',
|
||
'issuer.redeemRate': '核销率',
|
||
'issuer.quickActions': '快捷操作',
|
||
'issuer.createCoupon': '创建券',
|
||
'issuer.storeManage': '门店管理',
|
||
'issuer.salesAnalysis': '销售分析',
|
||
'issuer.statement': '对账单',
|
||
'issuer.myCoupons': '我的券',
|
||
'issuer.listed': '已上架',
|
||
'issuer.underReview': '审核中',
|
||
'issuer.soldOut': '已售罄',
|
||
'issuer.unlisted': '已下架',
|
||
'issuer.issuedSlash': '发行',
|
||
'issuer.sold': '已售',
|
||
'issuer.issueCenter': '发券中心',
|
||
'issuer.selectTemplate': '选择券模板',
|
||
'issuer.voucherType': '满减券',
|
||
'issuer.discountType': '折扣券',
|
||
'issuer.giftCardType': '礼品卡',
|
||
'issuer.storedValueType': '储值券',
|
||
'issuer.couponManage': '券管理',
|
||
'issuer.viewAll': '查看全部',
|
||
'issuer.couponEvents': '券活动',
|
||
'issuer.createNew': '创建新券',
|
||
'issuer.redeemManage': '核销管理',
|
||
'issuer.redeemTrend': '核销趋势',
|
||
'issuer.allStores': '全部门店',
|
||
'issuer.employees': '名员工',
|
||
'issuer.financeManage': '财务管理',
|
||
'issuer.totalSales': '总销售额',
|
||
'issuer.settled': '已到账',
|
||
'issuer.pendingSettle': '待结算',
|
||
'issuer.breakage': 'Breakage',
|
||
'issuer.withdrawBtn': '提现',
|
||
'issuer.reportBtn': '对账报表',
|
||
'issuer.settleDetail': '结算明细',
|
||
'issuer.creditLevel': '信用等级',
|
||
'issuer.issueQuota': '发行额度',
|
||
'issuer.usedQuota': '已用额度',
|
||
'issuer.dataCenter': '数据中心',
|
||
'issuer.issueSalesRate': '发行量/销量/兑付率',
|
||
'issuer.userProfile': '用户画像',
|
||
'issuer.userProfileDesc': '购买用户分布分析',
|
||
'issuer.creditDetail': '信用详情',
|
||
'issuer.creditDetailDesc': '评分详情与提升建议',
|
||
'issuer.quotaChange': '额度变动',
|
||
'issuer.quotaChangeDesc': '历史额度调整记录',
|
||
'issuer.companyInfo': '企业信息',
|
||
'issuer.companyInfoDesc': '营业执照/联系人',
|
||
'issuer.settingsItem': '设置',
|
||
'issuer.settingsItemDesc': '通知/安全/语言',
|
||
'issuer.helpItem': '帮助中心',
|
||
'issuer.helpItemDesc': '常见问题与客服',
|
||
|
||
// ============ Merchant ============
|
||
'merchant.today': '今日',
|
||
'merchant.onlineMode': '在线模式',
|
||
'merchant.offlineMode': '离线模式',
|
||
'merchant.pendingSync': '待同步',
|
||
'merchant.syncUnit': '笔',
|
||
'merchant.scanHint': '将券二维码对准扫描框',
|
||
'merchant.flashlight': '手电筒',
|
||
'merchant.manualInput': '手动输码',
|
||
'merchant.redeemRecords': '核销记录',
|
||
'merchant.storeData': '门店数据',
|
||
'merchant.inputCode': '手动输入券码',
|
||
'merchant.inputCodeHint': '请输入券码',
|
||
'merchant.query': '查询',
|
||
'merchant.userNickname': '用户昵称',
|
||
'merchant.consumer': '消费者',
|
||
'merchant.couponName': '券名称',
|
||
'merchant.faceValue': '面值',
|
||
'merchant.validUntil': '有效期',
|
||
'merchant.useCondition': '使用条件',
|
||
'merchant.noMinSpend': '无最低消费',
|
||
'merchant.confirmRedeem': '确认核销',
|
||
'merchant.redeemSuccess': '核销成功',
|
||
'merchant.continueRedeem': '继续核销',
|
||
'merchant.synced': '已同步',
|
||
'merchant.pendingSyncLabel': '待同步',
|
||
'merchant.redeemOperator': '核销员',
|
||
'merchant.todayRedeem': '今日核销',
|
||
'merchant.redeemAmount': '核销金额',
|
||
'merchant.weekTrend': '本周趋势',
|
||
'merchant.operatorRank': '核销员排行',
|
||
|
||
// ============ Merchant AI ============
|
||
'merchantAi.title': 'AI 智能助手',
|
||
'merchantAi.redeemAssist': '核销辅助',
|
||
'merchantAi.trafficForecast': '客流预测',
|
||
'merchantAi.anomalyAlert': '异常预警',
|
||
'merchantAi.verifyAuth': '验券真伪',
|
||
'merchantAi.checkStatus': '查券状态',
|
||
'merchantAi.batchRedeem': '批量核销',
|
||
'merchantAi.feedback': '问题反馈',
|
||
'merchantAi.quickActions': 'AI 快捷操作',
|
||
'merchantAi.redeemTips': '核销提示',
|
||
'merchantAi.todayHotRedeem': '今日热门核销',
|
||
'merchantAi.countUnit': '笔',
|
||
'merchantAi.aiMarketing': 'AI 营销建议',
|
||
'merchantAi.crossSellTitle': '推荐搭配销售',
|
||
'merchantAi.crossSellDesc': '购买咖啡券的顾客同时对糕点券感兴趣,建议推荐组合',
|
||
'merchantAi.weekendPromoTitle': '周末促销建议',
|
||
'merchantAi.weekendPromoDesc': '历史数据显示周六核销量+30%,建议推出周末限时活动',
|
||
'merchantAi.todayForecast': '今日客流预测',
|
||
'merchantAi.expectedRedeem': '预计核销',
|
||
'merchantAi.peakHours': '高峰时段',
|
||
'merchantAi.expectedRevenue': '预计收入',
|
||
'merchantAi.trafficInsight': '较上周同期增长12%,建议午间增加1名收银员',
|
||
'merchantAi.hourlyForecast': '分时段预测',
|
||
'merchantAi.weeklyForecast': '本周预测',
|
||
'merchantAi.staffSuggestion': '排班建议',
|
||
'merchantAi.pendingCount': '待处理',
|
||
'merchantAi.resolvedToday': '今日已处理',
|
||
'merchantAi.riskIndex': '风险指数',
|
||
'merchantAi.riskLow': '低',
|
||
'merchantAi.activeAlerts': '活跃预警',
|
||
'merchantAi.highFreqRedeem': '高频核销检测',
|
||
'merchantAi.suspectFakeCode': '疑似伪造券码',
|
||
'merchantAi.suspiciousPatterns': '可疑模式检测',
|
||
'merchantAi.consecutiveRedeem': '同一用户连续核销',
|
||
'merchantAi.offHoursRedeem': '非营业时间核销尝试',
|
||
'merchantAi.expiredRedeemAttempt': '过期券核销尝试',
|
||
'merchantAi.statusAbnormal': '异常',
|
||
'merchantAi.statusWarning': '注意',
|
||
'merchantAi.statusNormal': '正常',
|
||
'merchantAi.expiredBlock': '过期券核销拦截',
|
||
'merchantAi.duplicateBlock': '重复核销拦截',
|
||
'merchantAi.wrongStoreAlert': '非本店券提醒',
|
||
'merchantAi.insufficientBalance': '余额不足核销',
|
||
'merchantAi.systemRetry': '系统超时重试',
|
||
'merchantAi.monday': '周一',
|
||
'merchantAi.tuesday': '周二',
|
||
'merchantAi.wednesday': '周三',
|
||
'merchantAi.thursday': '周四',
|
||
'merchantAi.friday': '周五',
|
||
'merchantAi.saturday': '周六',
|
||
'merchantAi.sunday': '周日',
|
||
|
||
// ============ Pro Mode ============
|
||
'proMode.title': '高级模式',
|
||
'proMode.toggleDesc': '开启后可查看链上信息和连接外部钱包',
|
||
'proMode.requireKycL2': '需要 KYC L2 及以上认证',
|
||
'proMode.connected': '已连接',
|
||
'proMode.disconnect': '断开',
|
||
'proMode.connectWallet': '连接外部钱包',
|
||
'proMode.walletDesc': '连接外部钱包后可将平台资产提取至自有地址',
|
||
'proMode.showChainAddress': '显示链上地址',
|
||
'proMode.showChainAddressDesc': '在券详情中展示合约地址',
|
||
'proMode.showTxHash': '显示交易Hash',
|
||
'proMode.showTxHashDesc': '在交易记录中展示链上Hash',
|
||
'proMode.txExplorer': '交易浏览器',
|
||
'proMode.txBuyExample': '购买 星巴克 \$25 礼品卡',
|
||
'proMode.txSellExample': '出售 Amazon \$100 券',
|
||
'proMode.confirmed': '已确认',
|
||
'proMode.confirming': '确认中',
|
||
'proMode.viewAllTx': '查看全部链上交易',
|
||
'proMode.chainAssets': '链上资产',
|
||
'proMode.custodialWallet': '平台托管钱包',
|
||
'proMode.externalWallet': '外部钱包 (MetaMask)',
|
||
'proMode.couponCount5': '5 张券',
|
||
'proMode.couponCount0': '0 张券',
|
||
'proMode.extractToWallet': '提取至外部钱包',
|
||
'proMode.tradeTrack': '交易轨道',
|
||
'proMode.utilityTrackDesc': '券有效期≤12个月,无需证券牌照',
|
||
'proMode.securitiesTrackDesc': '长期投资型券产品(即将推出)',
|
||
'proMode.trackNote': '当前仅支持Utility Track',
|
||
'proMode.comingSoon': '敬请期待',
|
||
'proMode.whatIsTitle': '什么是高级模式?',
|
||
'proMode.whatIsDesc': '高级模式面向有区块链经验的用户,开启后可以:\n'
|
||
'• 连接外部钱包(MetaMask等)\n'
|
||
'• 查看链上地址和交易Hash\n'
|
||
'• 将资产提取至自有钱包\n'
|
||
'• 查看底层链上数据\n\n'
|
||
'需要完成 KYC L2 认证后方可开启。',
|
||
|
||
// ============ Receive Coupon ============
|
||
'receiveCoupon.title': '接收券',
|
||
'receiveCoupon.hint': '向他人展示下方二维码或接收ID,对方可通过扫码或输入ID将券转赠到你的钱包。',
|
||
'receiveCoupon.id': '接收ID',
|
||
'receiveCoupon.idCopied': '接收ID已复制到剪贴板',
|
||
'receiveCoupon.note': '接收的券将自动存入你的钱包,可在首页钱包中查看和管理。',
|
||
};
|