financePage.i18n.ts 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. import type { SupportedLocale } from './index'
  2. /** IDO 预售 / 空投页文案(各语言) */
  3. export const financePageByLocale: Record<SupportedLocale, Record<string, string>> = {
  4. 'zh-CN': {
  5. idoTitle: 'IDO 预售',
  6. idoRuleLabel: '规则:',
  7. idoRuleOnce: '会员购买一定量平台自己的主链币,自动进入锁仓账户。锁仓{lock}个月,到期一次性释放。',
  8. idoRuleBatch: '会员购买一定量平台自己的主链币,自动进入锁仓账户。锁仓{lock}个月,按{release}个月释放。',
  9. myTeam: '我的团队',
  10. joinPresale: '参与预售',
  11. subscribeQty: '认购数量',
  12. availableIbit: '可提现可用 iBit',
  13. availableIbitLine: '可用 iBit:{amount} {unit}',
  14. ibitUnitPrice: '当前价格',
  15. ibitUnitPriceLine: '当前价格:{price} USDT',
  16. correspondingPrice: '对应价格',
  17. ibitTransfer: '划转',
  18. confirmPresale: '确认参与预售',
  19. estimatedUnlock: '预计解锁日期',
  20. estimatedUnlockLine: '预计解锁日期:{date}',
  21. coin: '质押币种',
  22. lockDays: '锁定天数',
  23. days: '天',
  24. releaseRule: '释放规则',
  25. releaseOnce: '锁定 {days} 天后一次性释放',
  26. releaseBatch: '锁定 {days} 天后,每 {period} 天释放 {pct}%',
  27. minAmount: '最小质押',
  28. maxAmount: '最大质押',
  29. walletAvailable: '质押钱包可用',
  30. stakeAmount: '质押数量',
  31. stakeHint: '资金将从质押钱包可用余额扣减并转入锁仓;余额不足请先在资产页从可提现账户划入。',
  32. confirmStake: '确认质押',
  33. stakeSuccess: '质押成功',
  34. stakeFailed: '质押失败',
  35. amountRequired: '请输入质押数量',
  36. belowMin: '不得低于最小质押额 {min}',
  37. aboveMax: '不得超过最大质押额 {max}',
  38. configNotFound: '质押产品不存在或已下架',
  39. loginToStake: '登录后可参与 IDO 预售质押',
  40. airdropTitle: '领取空投',
  41. airdropRule:
  42. '规则:完成任务并申请领取空投后,平台会进行审核,并在一定工作日内完成发放。',
  43. airdropApplyTitle: '申请领取空投',
  44. task1Label: '任务1',
  45. task1Title: '邀请3个好友注册iBit',
  46. inviteProgress: '已邀请 ({current}/{required})',
  47. inviteDone: '已完成',
  48. goInvite: '去邀请',
  49. claimAirdropBtn: '领取空投',
  50. claimSuccess: '已成功领取,请等待平台审核',
  51. claimSuccessTitle: '成功领取',
  52. claimFailed: '领取失败',
  53. loginToClaim: '登录后可领取空投',
  54. noPendingAirdrop: '暂无待领取的空投',
  55. needActiveStaking: '需持有活跃质押订单',
  56. claimableAmountLabel: '可领取金额',
  57. airdropRecordsTitle: '空投领取记录',
  58. airdropRecordsEmpty: '暂无领取记录',
  59. airdropRecordStatus0: '待领取',
  60. airdropRecordStatus1: '已发放',
  61. airdropRecordStatus2: '审核中',
  62. airdropRecordStatus3: '已拒绝',
  63. airdropRecordTimeCreate: '分配时间',
  64. airdropRecordTimeSubmit: '提交时间',
  65. airdropRecordTimeAudit: '审核时间',
  66. airdropRecordRejectReason: '拒绝原因',
  67. airdropRecordsLoadMore: '加载更多',
  68. },
  69. 'zh-TW': {
  70. idoTitle: 'IDO 預售',
  71. idoRuleLabel: '規則:',
  72. idoRuleOnce: '會員購買一定量平台自己的主鏈幣,自動進入鎖倉帳戶。鎖倉{lock}個月,到期一次性釋放。',
  73. idoRuleBatch: '會員購買一定量平台自己的主鏈幣,自動進入鎖倉帳戶。鎖倉{lock}個月,按{release}個月釋放。',
  74. myTeam: '我的團隊',
  75. joinPresale: '參與預售',
  76. subscribeQty: '認購數量',
  77. availableIbit: '可提现可用 iBit',
  78. availableIbitLine: '可用 iBit:{amount} {unit}',
  79. ibitUnitPrice: '當前價格',
  80. ibitUnitPriceLine: '當前價格:{price} USDT',
  81. correspondingPrice: '對應價格',
  82. ibitTransfer: '劃轉',
  83. confirmPresale: '確認參與預售',
  84. estimatedUnlock: '預計解鎖日期',
  85. estimatedUnlockLine: '預計解鎖日期:{date}',
  86. coin: '質押幣種',
  87. lockDays: '鎖定天數',
  88. days: '天',
  89. releaseRule: '釋放規則',
  90. releaseOnce: '鎖定 {days} 天後一次性釋放',
  91. releaseBatch: '鎖定 {days} 天後,每 {period} 天釋放 {pct}%',
  92. minAmount: '最小質押',
  93. maxAmount: '最大質押',
  94. walletAvailable: '質押錢包可用',
  95. stakeAmount: '質押數量',
  96. stakeHint: '資金將從質押錢包可用餘額扣減並轉入鎖倉;餘額不足請先在資產頁從可提現帳戶劃入。',
  97. confirmStake: '確認質押',
  98. stakeSuccess: '質押成功',
  99. stakeFailed: '質押失敗',
  100. amountRequired: '請輸入質押數量',
  101. belowMin: '不得低於最小質押額 {min}',
  102. aboveMax: '不得超過最大質押額 {max}',
  103. configNotFound: '質押產品不存在或已下架',
  104. loginToStake: '登入後可參與 IDO 預售質押',
  105. airdropTitle: '領取空投',
  106. airdropRule: '規則:完成任務並申請領取空投後,平台會進行審核,並在一定工作日內完成發放。',
  107. airdropApplyTitle: '申請領取空投',
  108. task1Label: '任務1',
  109. task1Title: '邀請3個好友註冊iBit',
  110. inviteProgress: '已邀請 ({current}/{required})',
  111. inviteDone: '已完成',
  112. goInvite: '去邀請',
  113. claimAirdropBtn: '領取空投',
  114. claimSuccess: '已成功領取,請等待平台審核',
  115. claimSuccessTitle: '成功領取',
  116. claimFailed: '領取失敗',
  117. loginToClaim: '登入後可領取空投',
  118. noPendingAirdrop: '暫無待領取的空投',
  119. needActiveStaking: '需持有活躍質押訂單',
  120. claimableAmountLabel: '可領取金額',
  121. airdropRecordsTitle: '空投領取記錄',
  122. airdropRecordsEmpty: '暫無領取記錄',
  123. airdropRecordStatus0: '待領取',
  124. airdropRecordStatus1: '已發放',
  125. airdropRecordStatus2: '審核中',
  126. airdropRecordStatus3: '已拒絕',
  127. airdropRecordTimeCreate: '分配時間',
  128. airdropRecordTimeSubmit: '提交時間',
  129. airdropRecordTimeAudit: '審核時間',
  130. airdropRecordRejectReason: '拒絕原因',
  131. airdropRecordsLoadMore: '載入更多',
  132. },
  133. en: {
  134. idoTitle: 'IDO Presale',
  135. idoRuleLabel: 'Rules: ',
  136. 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.',
  137. 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).',
  138. myTeam: 'My Team',
  139. joinPresale: 'Join Presale',
  140. subscribeQty: 'Subscription Amount',
  141. availableIbit: 'Withdrawable iBit',
  142. availableIbitLine: 'Available iBit: {amount} {unit}',
  143. ibitUnitPrice: 'Current Price',
  144. ibitUnitPriceLine: 'Current price: {price} USDT',
  145. correspondingPrice: 'Price in USDT',
  146. ibitTransfer: 'Transfer',
  147. confirmPresale: 'Confirm Presale',
  148. estimatedUnlock: 'Estimated Unlock Date',
  149. estimatedUnlockLine: 'Estimated unlock date: {date}',
  150. coin: 'Staking Coin',
  151. lockDays: 'Lock Period (days)',
  152. days: 'days',
  153. releaseRule: 'Release Rule',
  154. releaseOnce: 'Full release after {days} days locked',
  155. releaseBatch: 'Every {period} days release {pct}% after {days} days locked',
  156. minAmount: 'Minimum Stake',
  157. maxAmount: 'Maximum Stake',
  158. walletAvailable: 'Staking Wallet Available',
  159. stakeAmount: 'Stake Amount',
  160. stakeHint: 'Deducted from staking wallet available balance. Transfer from withdrawable account on Assets page if insufficient.',
  161. confirmStake: 'Confirm Stake',
  162. stakeSuccess: 'Stake successful',
  163. stakeFailed: 'Stake failed',
  164. amountRequired: 'Please enter subscription amount',
  165. belowMin: 'Must be at least {min}',
  166. aboveMax: 'Must not exceed {max}',
  167. configNotFound: 'Product not found or disabled',
  168. loginToStake: 'Log in to join IDO presale',
  169. airdropTitle: 'Claim Airdrop',
  170. airdropRule:
  171. 'Rules: After completing tasks and applying, the platform will review and distribute within business days.',
  172. airdropApplyTitle: 'Apply for Airdrop',
  173. task1Label: 'Task 1',
  174. task1Title: 'Invite 3 friends to register on iBit',
  175. inviteProgress: 'Invited ({current}/{required})',
  176. inviteDone: 'Completed',
  177. goInvite: 'Invite',
  178. claimAirdropBtn: 'Claim Airdrop',
  179. claimSuccess: 'Submitted successfully. Please wait for platform review.',
  180. claimSuccessTitle: 'Claim submitted',
  181. claimFailed: 'Claim failed',
  182. loginToClaim: 'Log in to claim airdrop',
  183. noPendingAirdrop: 'No pending airdrop to claim',
  184. needActiveStaking: 'Active staking order required',
  185. claimableAmountLabel: 'Claimable amount',
  186. airdropRecordsTitle: 'Airdrop claim history',
  187. airdropRecordsEmpty: 'No records yet',
  188. airdropRecordStatus0: 'Pending',
  189. airdropRecordStatus1: 'Distributed',
  190. airdropRecordStatus2: 'Under review',
  191. airdropRecordStatus3: 'Rejected',
  192. airdropRecordTimeCreate: 'Allocated',
  193. airdropRecordTimeSubmit: 'Submitted',
  194. airdropRecordTimeAudit: 'Reviewed',
  195. airdropRecordRejectReason: 'Reason',
  196. airdropRecordsLoadMore: 'Load more',
  197. },
  198. ko: {
  199. idoTitle: 'IDO 프리세일',
  200. idoRuleLabel: '규칙: ',
  201. idoRuleOnce: '회원이 일정량의 플랫폼 메인체인 코인을 구매하면 자동으로 락업 계정에 들어갑니다. {lock}개월 락업 후 일괄 해제됩니다.',
  202. idoRuleBatch: '회원이 일정량의 플랫폼 메인체인 코인을 구매하면 자동으로 락업 계정에 들어갑니다. {lock}개월 락업 후 {release}개월에 걸쳐 해제됩니다.',
  203. myTeam: '내 팀',
  204. joinPresale: '프리세일 참여',
  205. subscribeQty: '청약 수량',
  206. availableIbit: '출금 가능 iBit',
  207. availableIbitLine: '사용 가능 iBit: {amount} {unit}',
  208. ibitUnitPrice: '현재 가격',
  209. ibitUnitPriceLine: '현재 가격: {price} USDT',
  210. correspondingPrice: 'USDT 환산 가격',
  211. ibitTransfer: '이체',
  212. confirmPresale: '프리세일 참여 확인',
  213. estimatedUnlock: '예상 해제일',
  214. estimatedUnlockLine: '예상 해제일: {date}',
  215. coin: '스테이킹 코인',
  216. lockDays: '락업 일수',
  217. days: '일',
  218. releaseRule: '해제 규칙',
  219. releaseOnce: '{days}일 락업 후 일괄 해제',
  220. releaseBatch: '{days}일 락업 후 {period}일마다 {pct}% 해제',
  221. minAmount: '최소 스테이킹',
  222. maxAmount: '최대 스테이킹',
  223. walletAvailable: '스테이킹 지갑 사용 가능',
  224. stakeAmount: '스테이킹 수량',
  225. stakeHint: '스테이킹 지갑 사용 가능 잔액에서 차감됩니다. 부족 시 자산 페이지에서 출금 가능 계정으로 이체하세요.',
  226. confirmStake: '스테이킹 확인',
  227. stakeSuccess: '스테이킹 성공',
  228. stakeFailed: '스테이킹 실패',
  229. amountRequired: '청약 수량을 입력하세요',
  230. belowMin: '최소 금액 {min} 이상이어야 합니다',
  231. aboveMax: '최대 금액 {max} 을(를) 초과할 수 없습니다',
  232. configNotFound: '상품이 없거나 비활성화되었습니다',
  233. loginToStake: '로그인 후 IDO 프리세일에 참여할 수 있습니다',
  234. airdropTitle: '에어드롭 받기',
  235. airdropRule: '규칙: 작업 완료 후 신청하면 플랫폼이 심사 후 영업일 내 지급합니다.',
  236. airdropApplyTitle: '에어드롭 신청',
  237. task1Label: '작업1',
  238. task1Title: '친구 3명 iBit 가입 초대',
  239. inviteProgress: '초대 ({current}/{required})',
  240. inviteDone: '완료',
  241. goInvite: '초대하기',
  242. claimAirdropBtn: '에어드롭 받기',
  243. claimSuccess: '신청 완료. 플랫폼 심사를 기다려 주세요.',
  244. claimSuccessTitle: '신청 완료',
  245. claimFailed: '수령 실패',
  246. loginToClaim: '로그인 후 에어드롭을 받을 수 있습니다',
  247. noPendingAirdrop: '받을 에어드롭이 없습니다',
  248. needActiveStaking: '활성 스테이킹 주문 필요',
  249. claimableAmountLabel: '수령 가능 금액',
  250. airdropRecordsTitle: '에어드롭 수령 기록',
  251. airdropRecordsEmpty: '기록 없음',
  252. airdropRecordStatus0: '수령 대기',
  253. airdropRecordStatus1: '지급 완료',
  254. airdropRecordStatus2: '심사 중',
  255. airdropRecordStatus3: '거절됨',
  256. airdropRecordTimeCreate: '배정 시간',
  257. airdropRecordTimeSubmit: '제출 시간',
  258. airdropRecordTimeAudit: '심사 시간',
  259. airdropRecordRejectReason: '거절 사유',
  260. airdropRecordsLoadMore: '더 보기',
  261. },
  262. ja: {
  263. idoTitle: 'IDOプレセール',
  264. idoRuleLabel: 'ルール:',
  265. idoRuleOnce: '会員が一定量のプラットフォーム主チェーンコインを購入すると、自動的にロック口座に入ります。{lock}ヶ月ロック後、一括解放されます。',
  266. idoRuleBatch: '会員が一定量のプラットフォーム主チェーンコインを購入すると、自動的にロック口座に入ります。{lock}ヶ月ロック後、{release}ヶ月かけて解放されます。',
  267. myTeam: 'マイチーム',
  268. joinPresale: 'プレセール参加',
  269. subscribeQty: '申込数量',
  270. availableIbit: '出金可能 iBit',
  271. availableIbitLine: '利用可能 iBit:{amount} {unit}',
  272. ibitUnitPrice: '現在価格',
  273. ibitUnitPriceLine: '現在価格:{price} USDT',
  274. correspondingPrice: 'USDT換算価格',
  275. ibitTransfer: '振替',
  276. confirmPresale: 'プレセール参加を確認',
  277. estimatedUnlock: '解除予定日',
  278. estimatedUnlockLine: '解除予定日:{date}',
  279. coin: 'ステーキング通貨',
  280. lockDays: 'ロック日数',
  281. days: '日',
  282. releaseRule: '解放ルール',
  283. releaseOnce: '{days}日ロック後に一括解放',
  284. releaseBatch: '{days}日ロック後、{period}日ごとに{pct}%解放',
  285. minAmount: '最小ステーキング',
  286. maxAmount: '最大ステーキング',
  287. walletAvailable: 'ステーキングウォレット利用可能',
  288. stakeAmount: 'ステーキング数量',
  289. stakeHint: 'ステーキングウォレットの利用可能残高から差し引かれます。不足時は資産ページから出金可能口座へ振替してください。',
  290. confirmStake: 'ステーキング確認',
  291. stakeSuccess: 'ステーキング成功',
  292. stakeFailed: 'ステーキング失敗',
  293. amountRequired: '申込数量を入力してください',
  294. belowMin: '最小額 {min} 以上である必要があります',
  295. aboveMax: '最大額 {max} を超えることはできません',
  296. configNotFound: '商品が存在しないか無効です',
  297. loginToStake: 'ログイン後にIDOプレセールに参加できます',
  298. airdropTitle: 'エアドロップ受取',
  299. airdropRule: 'ルール:タスク完了後に申請すると、プラットフォームが審査し営業日以内に配布します。',
  300. airdropApplyTitle: 'エアドロップ申請',
  301. task1Label: 'タスク1',
  302. task1Title: '友達3人をiBitに招待',
  303. inviteProgress: '招待 ({current}/{required})',
  304. inviteDone: '完了',
  305. goInvite: '招待する',
  306. claimAirdropBtn: 'エアドロップ受取',
  307. claimSuccess: '申請が完了しました。プラットフォームの審査をお待ちください。',
  308. claimSuccessTitle: '申請完了',
  309. claimFailed: '受け取り失敗',
  310. loginToClaim: 'ログイン後にエアドロップを受け取れます',
  311. noPendingAirdrop: '受け取り待ちのエアドロップはありません',
  312. needActiveStaking: 'アクティブなステーキング注文が必要です',
  313. claimableAmountLabel: '受取可能額',
  314. airdropRecordsTitle: 'エアドロップ受取履歴',
  315. airdropRecordsEmpty: '記録がありません',
  316. airdropRecordStatus0: '受取待ち',
  317. airdropRecordStatus1: '配布済み',
  318. airdropRecordStatus2: '審査中',
  319. airdropRecordStatus3: '却下',
  320. airdropRecordTimeCreate: '配布日時',
  321. airdropRecordTimeSubmit: '申請日時',
  322. airdropRecordTimeAudit: '審査日時',
  323. airdropRecordRejectReason: '却下理由',
  324. airdropRecordsLoadMore: 'もっと見る',
  325. },
  326. hi: {
  327. idoTitle: 'IDO प्रीसेल',
  328. idoRuleLabel: 'नियम: ',
  329. idoRuleOnce: 'सदस्य प्लेटफ़ॉर्म के मुख्य चेन सिक्के की निश्चित मात्रा खरीदते हैं, राशि स्वतः लॉक खाते में जाती है। {lock} महीने लॉक, फिर एकमुश्त रिलीज़।',
  330. idoRuleBatch: 'सदस्य प्लेटफ़ॉर्म के मुख्य चेन सिक्के की निश्चित मात्रा खरीदते हैं, राशि स्वतः लॉक खाते में जाती है। {lock} महीने लॉक, {release} महीनों में रिलीज़।',
  331. myTeam: 'मेरी टीम',
  332. joinPresale: 'प्रीसेल में शामिल हों',
  333. subscribeQty: 'सदस्यता राशि',
  334. availableIbit: 'निकासी योग्य iBit',
  335. availableIbitLine: 'उपलब्ध iBit: {amount} {unit}',
  336. ibitUnitPrice: 'वर्तमान मूल्य',
  337. ibitUnitPriceLine: 'वर्तमान मूल्य: {price} USDT',
  338. correspondingPrice: 'USDT में मूल्य',
  339. ibitTransfer: 'ट्रांसफर',
  340. confirmPresale: 'प्रीसेल की पुष्टि करें',
  341. estimatedUnlock: 'अनुमानित अनलॉक तिथि',
  342. estimatedUnlockLine: 'अनुमानित अनलॉक तिथि: {date}',
  343. coin: 'स्टेकिंग सिक्का',
  344. lockDays: 'लॉक अवधि (दिन)',
  345. days: 'दिन',
  346. releaseRule: 'रिलीज़ नियम',
  347. releaseOnce: '{days} दिन लॉक के बाद पूर्ण रिलीज़',
  348. releaseBatch: '{days} दिन लॉक के बाद हर {period} दिन {pct}% रिलीज़',
  349. minAmount: 'न्यूनतम स्टेक',
  350. maxAmount: 'अधिकतम स्टेक',
  351. walletAvailable: 'स्टेकिंग वॉलेट उपलब्ध',
  352. stakeAmount: 'स्टेक राशि',
  353. stakeHint: 'स्टेकिंग वॉलेट उपलब्ध शेष से कटेगी। कम हो तो संपत्ति पृष्ठ से निकासी योग्य खाते में ट्रांसफर करें।',
  354. confirmStake: 'स्टेक की पुष्टि',
  355. stakeSuccess: 'स्टेक सफल',
  356. stakeFailed: 'स्टेक विफल',
  357. amountRequired: 'कृपया सदस्यता राशि दर्ज करें',
  358. belowMin: 'न्यूनतम {min} से कम नहीं हो सकती',
  359. aboveMax: 'अधिकतम {max} से अधिक नहीं हो सकती',
  360. configNotFound: 'उत्पाद नहीं मिला या निष्क्रिय है',
  361. loginToStake: 'IDO प्रीसेल के लिए लॉग इन करें',
  362. airdropTitle: 'एयरड्रॉप प्राप्त करें',
  363. airdropRule: 'नियम: कार्य पूरा करके आवेदन करने पर प्लेटफ़ॉर्म समीक्षा कर व्यावसायिक दिनों में वितरित करेगा।',
  364. airdropApplyTitle: 'एयरड्रॉप के लिए आवेदन',
  365. task1Label: 'कार्य1',
  366. task1Title: '3 मित्रों को iBit पर पंजीकरण के लिए आमंत्रित करें',
  367. inviteProgress: 'आमंत्रित ({current}/{required})',
  368. inviteDone: 'पूर्ण',
  369. goInvite: 'आमंत्रित करें',
  370. claimAirdropBtn: 'एयरड्रॉप प्राप्त करें',
  371. claimSuccess: 'सफलतापूर्वक जमा किया गया। कृपया प्लेटफ़ॉर्म समीक्षा की प्रतीक्षा करें।',
  372. claimSuccessTitle: 'सफल',
  373. claimFailed: 'दावा विफल',
  374. loginToClaim: 'एयरड्रॉप के लिए लॉग इन करें',
  375. noPendingAirdrop: 'कोई लंबित एयरड्रॉप नहीं',
  376. needActiveStaking: 'सक्रिय स्टेकिंग ऑर्डर आवश्यक',
  377. claimableAmountLabel: 'दावा योग्य राशि',
  378. airdropRecordsTitle: 'एयरड्रॉप दावा इतिहास',
  379. airdropRecordsEmpty: 'कोई रिकॉर्ड नहीं',
  380. airdropRecordStatus0: 'लंबित',
  381. airdropRecordStatus1: 'वितरित',
  382. airdropRecordStatus2: 'समीक्षाधीन',
  383. airdropRecordStatus3: 'अस्वीकृत',
  384. airdropRecordTimeCreate: 'आवंटन समय',
  385. airdropRecordTimeSubmit: 'जमा समय',
  386. airdropRecordTimeAudit: 'समीक्षा समय',
  387. airdropRecordRejectReason: 'कारण',
  388. airdropRecordsLoadMore: 'और लोड करें',
  389. },
  390. id: {
  391. idoTitle: 'IDO Presale',
  392. idoRuleLabel: 'Aturan: ',
  393. idoRuleOnce: 'Anggota membeli token main-chain platform dalam jumlah tertentu dan otomatis masuk akun lock. Terkunci {lock} bulan, lalu dilepas sekaligus.',
  394. idoRuleBatch: 'Anggota membeli token main-chain platform dalam jumlah tertentu dan otomatis masuk akun lock. Terkunci {lock} bulan, dilepas selama {release} bulan.',
  395. myTeam: 'Tim Saya',
  396. joinPresale: 'Ikut Presale',
  397. subscribeQty: 'Jumlah Langganan',
  398. availableIbit: 'iBit dapat ditarik',
  399. availableIbitLine: 'iBit tersedia: {amount} {unit}',
  400. ibitUnitPrice: 'Harga Saat Ini',
  401. ibitUnitPriceLine: 'Harga saat ini: {price} USDT',
  402. correspondingPrice: 'Harga dalam USDT',
  403. ibitTransfer: 'Transfer',
  404. confirmPresale: 'Konfirmasi Presale',
  405. estimatedUnlock: 'Perkiraan Tanggal Unlock',
  406. estimatedUnlockLine: 'Perkiraan tanggal unlock: {date}',
  407. coin: 'Koin Staking',
  408. lockDays: 'Hari Lock',
  409. days: 'hari',
  410. releaseRule: 'Aturan Release',
  411. releaseOnce: 'Release penuh setelah lock {days} hari',
  412. releaseBatch: 'Setiap {period} hari release {pct}% setelah lock {days} hari',
  413. minAmount: 'Stake Minimum',
  414. maxAmount: 'Stake Maksimum',
  415. walletAvailable: 'Saldo Tersedia Dompet Staking',
  416. stakeAmount: 'Jumlah Stake',
  417. stakeHint: 'Dipotong dari saldo tersedia dompet staking. Transfer dari akun dapat ditarik di halaman Aset jika kurang.',
  418. confirmStake: 'Konfirmasi Stake',
  419. stakeSuccess: 'Stake berhasil',
  420. stakeFailed: 'Stake gagal',
  421. amountRequired: 'Masukkan jumlah langganan',
  422. belowMin: 'Minimal {min}',
  423. aboveMax: 'Tidak boleh melebihi {max}',
  424. configNotFound: 'Produk tidak ditemukan atau nonaktif',
  425. loginToStake: 'Masuk untuk ikut IDO presale',
  426. airdropTitle: 'Klaim Airdrop',
  427. airdropRule:
  428. 'Aturan: Setelah menyelesaikan tugas dan mengajukan, platform akan meninjau dan mendistribusikan dalam hari kerja.',
  429. airdropApplyTitle: 'Ajukan Klaim Airdrop',
  430. task1Label: 'Tugas 1',
  431. task1Title: 'Undang 3 teman daftar iBit',
  432. inviteProgress: 'Diundang ({current}/{required})',
  433. inviteDone: 'Selesai',
  434. goInvite: 'Undang',
  435. claimAirdropBtn: 'Klaim Airdrop',
  436. claimSuccess: 'Berhasil diajukan. Harap tunggu tinjauan platform.',
  437. claimSuccessTitle: 'Berhasil',
  438. claimFailed: 'Klaim gagal',
  439. loginToClaim: 'Masuk untuk klaim airdrop',
  440. noPendingAirdrop: 'Tidak ada airdrop tertunda',
  441. needActiveStaking: 'Perlu order staking aktif',
  442. claimableAmountLabel: 'Jumlah yang dapat diklaim',
  443. airdropRecordsTitle: 'Riwayat klaim airdrop',
  444. airdropRecordsEmpty: 'Belum ada catatan',
  445. airdropRecordStatus0: 'Menunggu',
  446. airdropRecordStatus1: 'Didistribusikan',
  447. airdropRecordStatus2: 'Ditinjau',
  448. airdropRecordStatus3: 'Ditolak',
  449. airdropRecordTimeCreate: 'Waktu alokasi',
  450. airdropRecordTimeSubmit: 'Waktu pengajuan',
  451. airdropRecordTimeAudit: 'Waktu tinjauan',
  452. airdropRecordRejectReason: 'Alasan penolakan',
  453. airdropRecordsLoadMore: 'Muat lebih banyak',
  454. },
  455. }