diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 297ab62..fbf1d76 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -39,7 +39,7 @@ export default { 'check.titleReset': 'Reset Password', 'check.getCode1': 'Get code', 'check.getCode2': '{time} seconds', - 'check.getCode3': '重新获取', + 'check.getCode3': 'Resend', 'check.setPwd': 'Input login password', 'check.confirmPwd': 'Confirm login password', 'check.invite': 'Invitation Code', @@ -65,7 +65,7 @@ export default { 'home.mine.status0': 'Pending', 'home.mine.status1': 'Mining', 'home.mine.status2': 'Exhausted', - 'home.mine.none': '还没有收益,快去获取矿晶吧', + 'home.mine.none': 'You have no revenue yet. Go to get some mining crystal now!', 'home.fund.total': 'Total', 'home.fund.totalVIC': 'VIC Balance: ', @@ -111,11 +111,11 @@ export default { 'draw.avaliable': 'Available balance:{num} {coin}', 'draw.fee': 'Transfer fee {num} {coin}', 'draw.actual': 'Estimated amount of arrival {num} {coin}', - 'draw.drawHint': '提币金额最低1000起/提币每周仅限一次', + 'draw.drawHint': 'at least 1000 VIC, or once per week for USDT', 'draw.draw': 'Withdraw', 'draw.qrPrompt': 'Please install App to scan QR code', 'draw.qrError': 'Scanning QR code fails', - 'draw.coin': '请选择提币币种', + 'draw.coin': 'Please select currencies', 'draw.targetPrompt': 'Please input destination address', 'draw.amountLt': 'Withdrawal amount can\'t be less than 10000', 'draw.amountGt': 'Withdrawal amount exceeds your balance', @@ -175,12 +175,12 @@ export default { 'system.currency': 'Currency', 'system.chooseLang': 'Choose Language', - 'about.title': '关于第五维度', - 'about.desc': '数字货币财富管理平台', - 'about.appTitle': '下载 APP', - 'about.appDesc': '(点击相应图标获取 APP 下载地址)', - 'about.comTitle': '加入社区', - 'about.comDesc': '(点击相应图标获取社区地址)', - 'about.contact': '联系我们', - 'about.copyright': 'Copyright ©2019 第五维度', + 'about.title': 'About FIV', + 'about.desc': 'Digital Wealth Management Platform', + 'about.appTitle': 'Download APP', + 'about.appDesc': '(Click to get download link)', + 'about.comTitle': 'Join in Community', + 'about.comDesc': '(Click to get community link)', + 'about.contact': 'Contact Us', + 'about.copyright': 'Copyright ©2019 FIV', }