| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456 |
- import type { SupportedLocale } from './index'
- /** IDO 预售 / 空投页文案(各语言) */
- export const financePageByLocale: Record<SupportedLocale, Record<string, string>> = {
- 'zh-CN': {
- idoTitle: 'IDO 预售',
- idoRuleLabel: '规则:',
- idoRuleOnce: '会员购买一定量平台自己的主链币,自动进入锁仓账户。锁仓{lock}个月,到期一次性释放。',
- idoRuleBatch: '会员购买一定量平台自己的主链币,自动进入锁仓账户。锁仓{lock}个月,按{release}个月释放。',
- myTeam: '我的团队',
- joinPresale: '参与预售',
- subscribeQty: '认购数量',
- availableIbit: '可提现可用 iBit',
- availableIbitLine: '可用 iBit:{amount} {unit}',
- ibitUnitPrice: '当前价格',
- ibitUnitPriceLine: '当前价格:{price} USDT',
- correspondingPrice: '对应价格',
- ibitTransfer: '划转',
- confirmPresale: '确认参与预售',
- estimatedUnlock: '预计解锁日期',
- estimatedUnlockLine: '预计解锁日期:{date}',
- coin: '质押币种',
- lockDays: '锁定天数',
- days: '天',
- releaseRule: '释放规则',
- releaseOnce: '锁定 {days} 天后一次性释放',
- releaseBatch: '锁定 {days} 天后,每 {period} 天释放 {pct}%',
- minAmount: '最小质押',
- maxAmount: '最大质押',
- walletAvailable: '质押钱包可用',
- stakeAmount: '质押数量',
- stakeHint: '资金将从质押钱包可用余额扣减并转入锁仓;余额不足请先在资产页从可提现账户划入。',
- confirmStake: '确认质押',
- stakeSuccess: '质押成功',
- stakeFailed: '质押失败',
- amountRequired: '请输入质押数量',
- belowMin: '不得低于最小质押额 {min}',
- aboveMax: '不得超过最大质押额 {max}',
- configNotFound: '质押产品不存在或已下架',
- loginToStake: '登录后可参与 IDO 预售质押',
- airdropTitle: '领取空投',
- airdropRule:
- '规则:完成任务并申请领取空投后,平台会进行审核,并在一定工作日内完成发放。',
- airdropApplyTitle: '申请领取空投',
- task1Label: '任务1',
- task1Title: '邀请3个好友注册iBit',
- inviteProgress: '已邀请 ({current}/{required})',
- inviteDone: '已完成',
- goInvite: '去邀请',
- claimAirdropBtn: '领取空投',
- claimSuccess: '已成功领取,请等待平台审核',
- claimSuccessTitle: '成功领取',
- claimFailed: '领取失败',
- loginToClaim: '登录后可领取空投',
- noPendingAirdrop: '暂无待领取的空投',
- needActiveStaking: '需持有活跃质押订单',
- claimableAmountLabel: '可领取金额',
- airdropRecordsTitle: '空投领取记录',
- airdropRecordsEmpty: '暂无领取记录',
- airdropRecordStatus0: '待领取',
- airdropRecordStatus1: '已发放',
- airdropRecordStatus2: '审核中',
- airdropRecordStatus3: '已拒绝',
- airdropRecordTimeCreate: '分配时间',
- airdropRecordTimeSubmit: '提交时间',
- airdropRecordTimeAudit: '审核时间',
- airdropRecordRejectReason: '拒绝原因',
- airdropRecordsLoadMore: '加载更多',
- },
- 'zh-TW': {
- idoTitle: 'IDO 預售',
- idoRuleLabel: '規則:',
- idoRuleOnce: '會員購買一定量平台自己的主鏈幣,自動進入鎖倉帳戶。鎖倉{lock}個月,到期一次性釋放。',
- idoRuleBatch: '會員購買一定量平台自己的主鏈幣,自動進入鎖倉帳戶。鎖倉{lock}個月,按{release}個月釋放。',
- myTeam: '我的團隊',
- joinPresale: '參與預售',
- subscribeQty: '認購數量',
- availableIbit: '可提现可用 iBit',
- availableIbitLine: '可用 iBit:{amount} {unit}',
- ibitUnitPrice: '當前價格',
- ibitUnitPriceLine: '當前價格:{price} USDT',
- correspondingPrice: '對應價格',
- ibitTransfer: '劃轉',
- confirmPresale: '確認參與預售',
- estimatedUnlock: '預計解鎖日期',
- estimatedUnlockLine: '預計解鎖日期:{date}',
- coin: '質押幣種',
- lockDays: '鎖定天數',
- days: '天',
- releaseRule: '釋放規則',
- releaseOnce: '鎖定 {days} 天後一次性釋放',
- releaseBatch: '鎖定 {days} 天後,每 {period} 天釋放 {pct}%',
- minAmount: '最小質押',
- maxAmount: '最大質押',
- walletAvailable: '質押錢包可用',
- stakeAmount: '質押數量',
- stakeHint: '資金將從質押錢包可用餘額扣減並轉入鎖倉;餘額不足請先在資產頁從可提現帳戶劃入。',
- confirmStake: '確認質押',
- stakeSuccess: '質押成功',
- stakeFailed: '質押失敗',
- amountRequired: '請輸入質押數量',
- belowMin: '不得低於最小質押額 {min}',
- aboveMax: '不得超過最大質押額 {max}',
- configNotFound: '質押產品不存在或已下架',
- loginToStake: '登入後可參與 IDO 預售質押',
- airdropTitle: '領取空投',
- airdropRule: '規則:完成任務並申請領取空投後,平台會進行審核,並在一定工作日內完成發放。',
- airdropApplyTitle: '申請領取空投',
- task1Label: '任務1',
- task1Title: '邀請3個好友註冊iBit',
- inviteProgress: '已邀請 ({current}/{required})',
- inviteDone: '已完成',
- goInvite: '去邀請',
- claimAirdropBtn: '領取空投',
- claimSuccess: '已成功領取,請等待平台審核',
- claimSuccessTitle: '成功領取',
- claimFailed: '領取失敗',
- loginToClaim: '登入後可領取空投',
- noPendingAirdrop: '暫無待領取的空投',
- needActiveStaking: '需持有活躍質押訂單',
- claimableAmountLabel: '可領取金額',
- airdropRecordsTitle: '空投領取記錄',
- airdropRecordsEmpty: '暫無領取記錄',
- airdropRecordStatus0: '待領取',
- airdropRecordStatus1: '已發放',
- airdropRecordStatus2: '審核中',
- airdropRecordStatus3: '已拒絕',
- airdropRecordTimeCreate: '分配時間',
- airdropRecordTimeSubmit: '提交時間',
- airdropRecordTimeAudit: '審核時間',
- airdropRecordRejectReason: '拒絕原因',
- airdropRecordsLoadMore: '載入更多',
- },
- en: {
- idoTitle: 'IDO Presale',
- idoRuleLabel: 'Rules: ',
- idoRuleOnce: 'Members purchase a set amount of the platform main-chain token; funds are locked automatically. Locked for {lock} month(s), then released in full.',
- idoRuleBatch: 'Members purchase a set amount of the platform main-chain token; funds are locked automatically. Locked for {lock} month(s), released over {release} month(s).',
- myTeam: 'My Team',
- joinPresale: 'Join Presale',
- subscribeQty: 'Subscription Amount',
- availableIbit: 'Withdrawable iBit',
- availableIbitLine: 'Available iBit: {amount} {unit}',
- ibitUnitPrice: 'Current Price',
- ibitUnitPriceLine: 'Current price: {price} USDT',
- correspondingPrice: 'Price in USDT',
- ibitTransfer: 'Transfer',
- confirmPresale: 'Confirm Presale',
- estimatedUnlock: 'Estimated Unlock Date',
- estimatedUnlockLine: 'Estimated unlock date: {date}',
- coin: 'Staking Coin',
- lockDays: 'Lock Period (days)',
- days: 'days',
- releaseRule: 'Release Rule',
- releaseOnce: 'Full release after {days} days locked',
- releaseBatch: 'Every {period} days release {pct}% after {days} days locked',
- minAmount: 'Minimum Stake',
- maxAmount: 'Maximum Stake',
- walletAvailable: 'Staking Wallet Available',
- stakeAmount: 'Stake Amount',
- stakeHint: 'Deducted from staking wallet available balance. Transfer from withdrawable account on Assets page if insufficient.',
- confirmStake: 'Confirm Stake',
- stakeSuccess: 'Stake successful',
- stakeFailed: 'Stake failed',
- amountRequired: 'Please enter subscription amount',
- belowMin: 'Must be at least {min}',
- aboveMax: 'Must not exceed {max}',
- configNotFound: 'Product not found or disabled',
- loginToStake: 'Log in to join IDO presale',
- airdropTitle: 'Claim Airdrop',
- airdropRule:
- 'Rules: After completing tasks and applying, the platform will review and distribute within business days.',
- airdropApplyTitle: 'Apply for Airdrop',
- task1Label: 'Task 1',
- task1Title: 'Invite 3 friends to register on iBit',
- inviteProgress: 'Invited ({current}/{required})',
- inviteDone: 'Completed',
- goInvite: 'Invite',
- claimAirdropBtn: 'Claim Airdrop',
- claimSuccess: 'Submitted successfully. Please wait for platform review.',
- claimSuccessTitle: 'Claim submitted',
- claimFailed: 'Claim failed',
- loginToClaim: 'Log in to claim airdrop',
- noPendingAirdrop: 'No pending airdrop to claim',
- needActiveStaking: 'Active staking order required',
- claimableAmountLabel: 'Claimable amount',
- airdropRecordsTitle: 'Airdrop claim history',
- airdropRecordsEmpty: 'No records yet',
- airdropRecordStatus0: 'Pending',
- airdropRecordStatus1: 'Distributed',
- airdropRecordStatus2: 'Under review',
- airdropRecordStatus3: 'Rejected',
- airdropRecordTimeCreate: 'Allocated',
- airdropRecordTimeSubmit: 'Submitted',
- airdropRecordTimeAudit: 'Reviewed',
- airdropRecordRejectReason: 'Reason',
- airdropRecordsLoadMore: 'Load more',
- },
- ko: {
- idoTitle: 'IDO 프리세일',
- idoRuleLabel: '규칙: ',
- idoRuleOnce: '회원이 일정량의 플랫폼 메인체인 코인을 구매하면 자동으로 락업 계정에 들어갑니다. {lock}개월 락업 후 일괄 해제됩니다.',
- idoRuleBatch: '회원이 일정량의 플랫폼 메인체인 코인을 구매하면 자동으로 락업 계정에 들어갑니다. {lock}개월 락업 후 {release}개월에 걸쳐 해제됩니다.',
- myTeam: '내 팀',
- joinPresale: '프리세일 참여',
- subscribeQty: '청약 수량',
- availableIbit: '출금 가능 iBit',
- availableIbitLine: '사용 가능 iBit: {amount} {unit}',
- ibitUnitPrice: '현재 가격',
- ibitUnitPriceLine: '현재 가격: {price} USDT',
- correspondingPrice: 'USDT 환산 가격',
- ibitTransfer: '이체',
- confirmPresale: '프리세일 참여 확인',
- estimatedUnlock: '예상 해제일',
- estimatedUnlockLine: '예상 해제일: {date}',
- coin: '스테이킹 코인',
- lockDays: '락업 일수',
- days: '일',
- releaseRule: '해제 규칙',
- releaseOnce: '{days}일 락업 후 일괄 해제',
- releaseBatch: '{days}일 락업 후 {period}일마다 {pct}% 해제',
- minAmount: '최소 스테이킹',
- maxAmount: '최대 스테이킹',
- walletAvailable: '스테이킹 지갑 사용 가능',
- stakeAmount: '스테이킹 수량',
- stakeHint: '스테이킹 지갑 사용 가능 잔액에서 차감됩니다. 부족 시 자산 페이지에서 출금 가능 계정으로 이체하세요.',
- confirmStake: '스테이킹 확인',
- stakeSuccess: '스테이킹 성공',
- stakeFailed: '스테이킹 실패',
- amountRequired: '청약 수량을 입력하세요',
- belowMin: '최소 금액 {min} 이상이어야 합니다',
- aboveMax: '최대 금액 {max} 을(를) 초과할 수 없습니다',
- configNotFound: '상품이 없거나 비활성화되었습니다',
- loginToStake: '로그인 후 IDO 프리세일에 참여할 수 있습니다',
- airdropTitle: '에어드롭 받기',
- airdropRule: '규칙: 작업 완료 후 신청하면 플랫폼이 심사 후 영업일 내 지급합니다.',
- airdropApplyTitle: '에어드롭 신청',
- task1Label: '작업1',
- task1Title: '친구 3명 iBit 가입 초대',
- inviteProgress: '초대 ({current}/{required})',
- inviteDone: '완료',
- goInvite: '초대하기',
- claimAirdropBtn: '에어드롭 받기',
- claimSuccess: '신청 완료. 플랫폼 심사를 기다려 주세요.',
- claimSuccessTitle: '신청 완료',
- claimFailed: '수령 실패',
- loginToClaim: '로그인 후 에어드롭을 받을 수 있습니다',
- noPendingAirdrop: '받을 에어드롭이 없습니다',
- needActiveStaking: '활성 스테이킹 주문 필요',
- claimableAmountLabel: '수령 가능 금액',
- airdropRecordsTitle: '에어드롭 수령 기록',
- airdropRecordsEmpty: '기록 없음',
- airdropRecordStatus0: '수령 대기',
- airdropRecordStatus1: '지급 완료',
- airdropRecordStatus2: '심사 중',
- airdropRecordStatus3: '거절됨',
- airdropRecordTimeCreate: '배정 시간',
- airdropRecordTimeSubmit: '제출 시간',
- airdropRecordTimeAudit: '심사 시간',
- airdropRecordRejectReason: '거절 사유',
- airdropRecordsLoadMore: '더 보기',
- },
- ja: {
- idoTitle: 'IDOプレセール',
- idoRuleLabel: 'ルール:',
- idoRuleOnce: '会員が一定量のプラットフォーム主チェーンコインを購入すると、自動的にロック口座に入ります。{lock}ヶ月ロック後、一括解放されます。',
- idoRuleBatch: '会員が一定量のプラットフォーム主チェーンコインを購入すると、自動的にロック口座に入ります。{lock}ヶ月ロック後、{release}ヶ月かけて解放されます。',
- myTeam: 'マイチーム',
- joinPresale: 'プレセール参加',
- subscribeQty: '申込数量',
- availableIbit: '出金可能 iBit',
- availableIbitLine: '利用可能 iBit:{amount} {unit}',
- ibitUnitPrice: '現在価格',
- ibitUnitPriceLine: '現在価格:{price} USDT',
- correspondingPrice: 'USDT換算価格',
- ibitTransfer: '振替',
- confirmPresale: 'プレセール参加を確認',
- estimatedUnlock: '解除予定日',
- estimatedUnlockLine: '解除予定日:{date}',
- coin: 'ステーキング通貨',
- lockDays: 'ロック日数',
- days: '日',
- releaseRule: '解放ルール',
- releaseOnce: '{days}日ロック後に一括解放',
- releaseBatch: '{days}日ロック後、{period}日ごとに{pct}%解放',
- minAmount: '最小ステーキング',
- maxAmount: '最大ステーキング',
- walletAvailable: 'ステーキングウォレット利用可能',
- stakeAmount: 'ステーキング数量',
- stakeHint: 'ステーキングウォレットの利用可能残高から差し引かれます。不足時は資産ページから出金可能口座へ振替してください。',
- confirmStake: 'ステーキング確認',
- stakeSuccess: 'ステーキング成功',
- stakeFailed: 'ステーキング失敗',
- amountRequired: '申込数量を入力してください',
- belowMin: '最小額 {min} 以上である必要があります',
- aboveMax: '最大額 {max} を超えることはできません',
- configNotFound: '商品が存在しないか無効です',
- loginToStake: 'ログイン後にIDOプレセールに参加できます',
- airdropTitle: 'エアドロップ受取',
- airdropRule: 'ルール:タスク完了後に申請すると、プラットフォームが審査し営業日以内に配布します。',
- airdropApplyTitle: 'エアドロップ申請',
- task1Label: 'タスク1',
- task1Title: '友達3人をiBitに招待',
- inviteProgress: '招待 ({current}/{required})',
- inviteDone: '完了',
- goInvite: '招待する',
- claimAirdropBtn: 'エアドロップ受取',
- claimSuccess: '申請が完了しました。プラットフォームの審査をお待ちください。',
- claimSuccessTitle: '申請完了',
- claimFailed: '受け取り失敗',
- loginToClaim: 'ログイン後にエアドロップを受け取れます',
- noPendingAirdrop: '受け取り待ちのエアドロップはありません',
- needActiveStaking: 'アクティブなステーキング注文が必要です',
- claimableAmountLabel: '受取可能額',
- airdropRecordsTitle: 'エアドロップ受取履歴',
- airdropRecordsEmpty: '記録がありません',
- airdropRecordStatus0: '受取待ち',
- airdropRecordStatus1: '配布済み',
- airdropRecordStatus2: '審査中',
- airdropRecordStatus3: '却下',
- airdropRecordTimeCreate: '配布日時',
- airdropRecordTimeSubmit: '申請日時',
- airdropRecordTimeAudit: '審査日時',
- airdropRecordRejectReason: '却下理由',
- airdropRecordsLoadMore: 'もっと見る',
- },
- hi: {
- idoTitle: 'IDO प्रीसेल',
- idoRuleLabel: 'नियम: ',
- idoRuleOnce: 'सदस्य प्लेटफ़ॉर्म के मुख्य चेन सिक्के की निश्चित मात्रा खरीदते हैं, राशि स्वतः लॉक खाते में जाती है। {lock} महीने लॉक, फिर एकमुश्त रिलीज़।',
- idoRuleBatch: 'सदस्य प्लेटफ़ॉर्म के मुख्य चेन सिक्के की निश्चित मात्रा खरीदते हैं, राशि स्वतः लॉक खाते में जाती है। {lock} महीने लॉक, {release} महीनों में रिलीज़।',
- myTeam: 'मेरी टीम',
- joinPresale: 'प्रीसेल में शामिल हों',
- subscribeQty: 'सदस्यता राशि',
- availableIbit: 'निकासी योग्य iBit',
- availableIbitLine: 'उपलब्ध iBit: {amount} {unit}',
- ibitUnitPrice: 'वर्तमान मूल्य',
- ibitUnitPriceLine: 'वर्तमान मूल्य: {price} USDT',
- correspondingPrice: 'USDT में मूल्य',
- ibitTransfer: 'ट्रांसफर',
- confirmPresale: 'प्रीसेल की पुष्टि करें',
- estimatedUnlock: 'अनुमानित अनलॉक तिथि',
- estimatedUnlockLine: 'अनुमानित अनलॉक तिथि: {date}',
- coin: 'स्टेकिंग सिक्का',
- lockDays: 'लॉक अवधि (दिन)',
- days: 'दिन',
- releaseRule: 'रिलीज़ नियम',
- releaseOnce: '{days} दिन लॉक के बाद पूर्ण रिलीज़',
- releaseBatch: '{days} दिन लॉक के बाद हर {period} दिन {pct}% रिलीज़',
- minAmount: 'न्यूनतम स्टेक',
- maxAmount: 'अधिकतम स्टेक',
- walletAvailable: 'स्टेकिंग वॉलेट उपलब्ध',
- stakeAmount: 'स्टेक राशि',
- stakeHint: 'स्टेकिंग वॉलेट उपलब्ध शेष से कटेगी। कम हो तो संपत्ति पृष्ठ से निकासी योग्य खाते में ट्रांसफर करें।',
- confirmStake: 'स्टेक की पुष्टि',
- stakeSuccess: 'स्टेक सफल',
- stakeFailed: 'स्टेक विफल',
- amountRequired: 'कृपया सदस्यता राशि दर्ज करें',
- belowMin: 'न्यूनतम {min} से कम नहीं हो सकती',
- aboveMax: 'अधिकतम {max} से अधिक नहीं हो सकती',
- configNotFound: 'उत्पाद नहीं मिला या निष्क्रिय है',
- loginToStake: 'IDO प्रीसेल के लिए लॉग इन करें',
- airdropTitle: 'एयरड्रॉप प्राप्त करें',
- airdropRule: 'नियम: कार्य पूरा करके आवेदन करने पर प्लेटफ़ॉर्म समीक्षा कर व्यावसायिक दिनों में वितरित करेगा।',
- airdropApplyTitle: 'एयरड्रॉप के लिए आवेदन',
- task1Label: 'कार्य1',
- task1Title: '3 मित्रों को iBit पर पंजीकरण के लिए आमंत्रित करें',
- inviteProgress: 'आमंत्रित ({current}/{required})',
- inviteDone: 'पूर्ण',
- goInvite: 'आमंत्रित करें',
- claimAirdropBtn: 'एयरड्रॉप प्राप्त करें',
- claimSuccess: 'सफलतापूर्वक जमा किया गया। कृपया प्लेटफ़ॉर्म समीक्षा की प्रतीक्षा करें।',
- claimSuccessTitle: 'सफल',
- claimFailed: 'दावा विफल',
- loginToClaim: 'एयरड्रॉप के लिए लॉग इन करें',
- noPendingAirdrop: 'कोई लंबित एयरड्रॉप नहीं',
- needActiveStaking: 'सक्रिय स्टेकिंग ऑर्डर आवश्यक',
- claimableAmountLabel: 'दावा योग्य राशि',
- airdropRecordsTitle: 'एयरड्रॉप दावा इतिहास',
- airdropRecordsEmpty: 'कोई रिकॉर्ड नहीं',
- airdropRecordStatus0: 'लंबित',
- airdropRecordStatus1: 'वितरित',
- airdropRecordStatus2: 'समीक्षाधीन',
- airdropRecordStatus3: 'अस्वीकृत',
- airdropRecordTimeCreate: 'आवंटन समय',
- airdropRecordTimeSubmit: 'जमा समय',
- airdropRecordTimeAudit: 'समीक्षा समय',
- airdropRecordRejectReason: 'कारण',
- airdropRecordsLoadMore: 'और लोड करें',
- },
- id: {
- idoTitle: 'IDO Presale',
- idoRuleLabel: 'Aturan: ',
- idoRuleOnce: 'Anggota membeli token main-chain platform dalam jumlah tertentu dan otomatis masuk akun lock. Terkunci {lock} bulan, lalu dilepas sekaligus.',
- idoRuleBatch: 'Anggota membeli token main-chain platform dalam jumlah tertentu dan otomatis masuk akun lock. Terkunci {lock} bulan, dilepas selama {release} bulan.',
- myTeam: 'Tim Saya',
- joinPresale: 'Ikut Presale',
- subscribeQty: 'Jumlah Langganan',
- availableIbit: 'iBit dapat ditarik',
- availableIbitLine: 'iBit tersedia: {amount} {unit}',
- ibitUnitPrice: 'Harga Saat Ini',
- ibitUnitPriceLine: 'Harga saat ini: {price} USDT',
- correspondingPrice: 'Harga dalam USDT',
- ibitTransfer: 'Transfer',
- confirmPresale: 'Konfirmasi Presale',
- estimatedUnlock: 'Perkiraan Tanggal Unlock',
- estimatedUnlockLine: 'Perkiraan tanggal unlock: {date}',
- coin: 'Koin Staking',
- lockDays: 'Hari Lock',
- days: 'hari',
- releaseRule: 'Aturan Release',
- releaseOnce: 'Release penuh setelah lock {days} hari',
- releaseBatch: 'Setiap {period} hari release {pct}% setelah lock {days} hari',
- minAmount: 'Stake Minimum',
- maxAmount: 'Stake Maksimum',
- walletAvailable: 'Saldo Tersedia Dompet Staking',
- stakeAmount: 'Jumlah Stake',
- stakeHint: 'Dipotong dari saldo tersedia dompet staking. Transfer dari akun dapat ditarik di halaman Aset jika kurang.',
- confirmStake: 'Konfirmasi Stake',
- stakeSuccess: 'Stake berhasil',
- stakeFailed: 'Stake gagal',
- amountRequired: 'Masukkan jumlah langganan',
- belowMin: 'Minimal {min}',
- aboveMax: 'Tidak boleh melebihi {max}',
- configNotFound: 'Produk tidak ditemukan atau nonaktif',
- loginToStake: 'Masuk untuk ikut IDO presale',
- airdropTitle: 'Klaim Airdrop',
- airdropRule:
- 'Aturan: Setelah menyelesaikan tugas dan mengajukan, platform akan meninjau dan mendistribusikan dalam hari kerja.',
- airdropApplyTitle: 'Ajukan Klaim Airdrop',
- task1Label: 'Tugas 1',
- task1Title: 'Undang 3 teman daftar iBit',
- inviteProgress: 'Diundang ({current}/{required})',
- inviteDone: 'Selesai',
- goInvite: 'Undang',
- claimAirdropBtn: 'Klaim Airdrop',
- claimSuccess: 'Berhasil diajukan. Harap tunggu tinjauan platform.',
- claimSuccessTitle: 'Berhasil',
- claimFailed: 'Klaim gagal',
- loginToClaim: 'Masuk untuk klaim airdrop',
- noPendingAirdrop: 'Tidak ada airdrop tertunda',
- needActiveStaking: 'Perlu order staking aktif',
- claimableAmountLabel: 'Jumlah yang dapat diklaim',
- airdropRecordsTitle: 'Riwayat klaim airdrop',
- airdropRecordsEmpty: 'Belum ada catatan',
- airdropRecordStatus0: 'Menunggu',
- airdropRecordStatus1: 'Didistribusikan',
- airdropRecordStatus2: 'Ditinjau',
- airdropRecordStatus3: 'Ditolak',
- airdropRecordTimeCreate: 'Waktu alokasi',
- airdropRecordTimeSubmit: 'Waktu pengajuan',
- airdropRecordTimeAudit: 'Waktu tinjauan',
- airdropRecordRejectReason: 'Alasan penolakan',
- airdropRecordsLoadMore: 'Muat lebih banyak',
- },
- }
|