Files
vic-user-react/src/locales/en-US.ts
2019-09-04 15:15:40 +08:00

121 lines
4.1 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': '第五维度',
'app.error': '加载失败,点击重新加载',
'index.start': 'Splash Screen',
'index.start1': '数字货币',
'index.start2': '财富管理平台',
'network.error': 'Network error',
'common.phoneHolder': 'Please input phone number',
'common.pwdHolder': 'Please input password',
'common.codeHolder': '请输入验证码',
'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': '复制成功',
'check.login': 'Sign In',
'check.register': 'Sign Up',
'check.forget': 'Forget?',
'check.reset': 'Reset Password',
'check.msgArea': 'Please select area',
'check.msgPhone': 'Please input correct phone number',
'check.msgPwd': '请输入正确的密码',
'check.msgCode': '请输入验证码',
'check.msgConfirm': '两次输入密码不一致',
'check.msgInviter': '请输入邀请码',
'check.titleRegister': '新用户注册',
'check.titleReset': '重置密码',
'check.getCode1': '获取验证码',
'check.getCode2': '{time}秒',
'check.getCode3': '重新获取',
'check.setPwd': '设置登录密码',
'check.confirmPwd': '确认登录密码',
'check.invite': '邀请码',
'home.tabHome': 'Home',
'home.tabEstate': '矿场',
'home.tabFund': 'Fund',
'home.tabMarket': '社区',
'home.tabProfile': 'Profile',
'home.home.statistic': 'Total',
'home.home.header': '精选市场',
'home.mine.lastday': '昨日挖矿收益',
'home.mine.acc': '累计挖矿收益:',
'home.mine.valid': '当前有效矿晶:',
'home.mine.retrieve': '获取矿晶',
'home.mine.refresh': 'refresh',
'home.mine.validTime': '获赠日期:',
'home.mine.invalidTime': '有效期至:',
'home.mine.status': 'status: ',
'home.mine.status0': 'Pending',
'home.mine.status1': '正在挖矿',
'home.mine.status2': '已耗尽能源',
'home.fund.total': 'Total',
'home.fund.totalVIC': '当前VIC余额',
'home.fund.totalUSDT': '当前USDT余额',
'home.fund.draw': 'Draw',
'home.fund.journal': 'Journals',
'home.fund.type1': '挖矿收益',
'home.fund.type2': '社区奖励',
'home.fund.type3': '提币',
'home.community.total': '累计社区奖励',
'home.community.totalInvited': '成功邀请:{num}人',
'home.community.totalAll': '社区总数:{num}人',
'home.community.invite': '邀请新人加入我的社区',
'home.community.title': '成功直推名单',
'home.community.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': '请选择来源币种',
'mine.calc': '汇率计算器:',
'mine.mine': '矿晶',
'mine.addressTitle': '充值 {label} 到您的专属地址,即可获得矿晶。扫描二维码或点击地址复制:',
'mine.info': '当你完成充值后,必须回到上一页矿场,点击刷新矿晶列表,平台查账确认后,您才能获赠矿晶。',
'profile.account': 'Account Settings',
'profile.system': 'System Settings',
'profile.identity': '实名认证',
'profile.share': '社区推广',
'profile.msg': 'Message Center',
'profile.about': 'About',
'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?',
'system.title': 'Settings',
'system.language': 'Language',
'system.currency': 'Currency',
'system.chooseLang': 'Choose Language',
}