Files
vic-user-react/src/locales/en-US.ts
2019-10-12 12:48:02 +08:00

201 lines
7.6 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
'app.name': 'VIC',
'app.error': 'Loading failed, click to reload',
'index.start': 'Splash Screen',
'index.start1': 'Activating Value of Individual',
'index.start2': 'Initial Mining Offering',
'network.error': 'Network error',
'common.phoneHolder': 'Phone number',
'common.pwdHolder': 'Password',
'common.codeHolder': 'Verification code',
'common.next': 'Next',
'common.pullToRefresh': 'Pull to refresh',
'common.releaseToRefresh': 'Release to refresh',
'common.refreshing': 'Refreshing',
'common.loading': 'Loading',
'common.loadError': 'Load Failed',
'common.loadFinished': 'Finished',
'common.cancel': 'Cancel',
'common.ok': 'Ok',
'common.modify': 'Modify',
'common.copied': 'Copied successfully',
'common.prompt': 'Prompt',
'common.iknow': 'I know',
'common.404': 'Resource unavailable',
'common.403': 'Session expired, please re-login',
'check.login': 'Sign In',
'check.register': 'Sign Up',
'check.forget': 'Forget Password?',
'check.reset': 'Reset Password',
'check.msgArea': 'Please select an area',
'check.msgPhone': 'Please input correct phone number',
'check.msgPwd': 'Please enter correct password',
'check.msgCode': 'Please enter verification code',
'check.msgConfirm': 'Passwords are differenct',
'check.msgInviter': 'Please input invitation code',
'check.titleRegister': 'New User Registration',
'check.titleReset': 'Reset Password',
'check.getCode1': 'Get code',
'check.getCode2': '{time} seconds',
'check.getCode3': 'Resend',
'check.setPwd': 'Input login password',
'check.confirmPwd': 'Confirm login password',
'check.invite': 'Invitation Code',
'check.resetSuccess': 'Password is reset. Please re-login with the new password',
'home.tabHome': 'Home',
'home.tabEstate': 'Mine',
'home.tabFund': 'Fund',
'home.tabMarket': 'Team',
'home.tabProfile': 'Profile',
'home.home.statistic': 'Total',
'home.home.header': 'My assets',
'home.mine.lastday': 'Yesterday\'s revenue',
'home.mine.acc': 'Accumulated revenue',
'home.mine.valid': 'Valid crystal',
'home.mine.retrieve': 'Get crystal',
'home.mine.refresh': 'refresh crystal list',
'home.mine.validTime': 'Valid since: ',
'home.mine.invalidTime': 'Valid until: ',
'home.mine.status': 'Status: ',
'home.mine.status0': 'Pending',
'home.mine.status1': 'Mining',
'home.mine.status2': 'Exhausted',
'home.mine.none': 'You have no revenue yet. Go to get some mining crystal now!',
'home.fund.total': 'Balance',
'home.fund.totalVIC': 'VIC Balance: ',
'home.fund.totalUSDT': 'USDT Balance: ',
'home.fund.draw': 'Withdraw',
'home.fund.journal': 'Journals',
'home.fund.type1': 'Mining revenue',
'home.fund.type2': 'Team reward',
'home.fund.type3': 'Withdraw',
'home.fund.prompt': 'Asset password unavailable. Go to set it?',
'home.community.total': 'Accumulated team awards',
'home.community.totalInvited': 'Direct invited: {num}',
'home.community.totalAll': 'Total amount: {num}',
'home.community.invite': 'Invite to join my team',
'home.community.title': 'My direct followers',
'home.community.time': 'Sign-up time: ',
'estate.tab1': '买卖记录',
'estate.tab2': '地块介绍',
'estate.title1': '买入信息',
'estate.title2': '卖出信息',
'estate.inPrice': '买入价格',
'estate.expectProfit': '预期收益',
'estate.inTime': '买入时间',
'estate.lockTime': '到期时间',
'estate.outPrice': '卖出价格',
'estate.taxfee': '税费',
'estate.actualProfit': '实际收益',
'estate.outTime': '卖出时间',
'mine.origin': 'Please choose coin type',
'mine.calc': 'Exchange Calculator',
'mine.mine': '[VIC]',
'mine.addressTitle': 'Deposit >20 {label} to your address. Please scan QR code or click url to copy: ',
'mine.info': 'After the deposit, please click "Refresh" on the previous page to inform the platform. Crystals will become valid after the platform gets informed and confirms your deposit',
'draw.title': 'Withdraw',
'draw.selection': 'Please choose coin type',
'draw.target': 'Input destination address',
'draw.placeholder': 'Destination address',
'draw.amount': 'Coin amount of withdrawal',
'draw.avaliable': 'Available balance{num} {coin}',
'draw.fee': 'Transfer fee {num} {coin}',
'draw.actual': 'Estimated amount of arrival {num} {coin}',
'draw.drawHint': 'at least 1000, at most 1.5 times of investment',
'draw.draw': 'Withdraw',
'draw.condition': 'Drawable for real users only. Please contact CSR for real-name authentication.',
'draw.qrPrompt': 'Please install App to scan QR code',
'draw.qrError': 'Scanning QR code fails',
'draw.coin': 'Please select currencies',
'draw.targetPrompt': 'Please input destination address',
'draw.amountLt': 'Withdrawal amount can\'t be less than 1000',
'draw.amountGt': 'Withdrawal amount exceeds your balance',
'draw.summary': 'You are withdrawing {num} {coin} to {address}',
'draw.pwdPrompt': 'Please input asset password',
'draw.success': 'Your withdrawal is in progress. Please check your blockchain wallet.',
'invite.title': 'Invite New Comers',
'invite.title2': 'Getting reward',
'invite.title3': 'My invitation code and link',
'invite.btn': 'Refer to other apps',
'invite.step1': 'Share with friends',
'invite.step2': 'Sign-up',
'invite.step3': 'Getting reward',
'chphone.title': 'Change phone number',
'chphone.new': 'Please input your new phone number',
'chphone.code': 'Input verification code',
'chphone.btn': 'Change',
'chphone.success': 'You\'ve successfully changed phone number. Please re-login with the new number.',
'fundpwd.title': 'Change assest password',
'fundpwd.origin': 'Original assess password',
'fundpwd.new': 'New asset password',
'fundpwd.confirm': 'Confirm the new asset password',
'fundpwd.btn': 'Submit',
'fundpwd.originPrompt': 'Please input your original asset password',
'fundpwd.success': 'Asset password is changed successfully',
'lgpwd.title': 'Change login password',
'lgpwd.origin': 'Original login password',
'lgpwd.new': 'New login password',
'lgpwd.confirm': 'Confirm the new login password',
'lgpwd.btn': 'Change',
'lgpwd.originPrompt': 'Please input your original login password',
'lgpwd.success': 'Login password is changed successfully',
'profile.account': 'My Account',
'profile.system': 'System Settings',
'profile.identity': 'KYC Authentication',
'profile.share': 'Promotion',
'profile.msg': 'Message Center',
'profile.about': 'About VIC',
'account.title': 'My Account',
'account.nickname': 'Nickname',
'account.phone': 'Phone',
'account.email': 'Email',
'account.loginPwd': 'Login password',
'account.fundPwd': 'Fund password',
'account.factor': '2FA',
'account.logout': 'Logout',
'account.confirm': 'Are you sure to logout?',
'account.modifyNickname': 'Change nickname',
'identity.title': 'KYC 1st Level',
'identity.realname': 'Real Name',
'identity.nationality': 'Nationality',
'identity.idtype': 'ID Type',
'identity.idcode': 'ID Code',
'identity.idphoto': 'ID Photo',
'identity.idtypes': {idcard:'id card', passport:'passport'},
'identity.chooseIdtype': 'Type of id cards',
'identity.kyc1btn': 'Submit',
'identity.kyc1btn2': 'Go to 2nd level of KYC',
'identity.kyc2btc': 'Submit',
'system.title': 'Settings',
'system.language': 'Language',
'system.currency': 'Currency',
'system.chooseLang': 'Choose Language',
'about.title': 'About VIC',
'about.desc': 'Activating Value of Individual',
'about.appTitle': 'Download APP',
'about.appDesc': ' ',
'about.comTitle': 'Join Community',
'about.comDesc': ' ',
'about.contact': 'Contact Us',
'about.copyright': 'Copyright ©2019 VIC',
}