Reinit project
This commit is contained in:
80
src/locales/en-US.ts
Normal file
80
src/locales/en-US.ts
Normal file
@@ -0,0 +1,80 @@
|
||||
export default {
|
||||
'app.name': '第五维度',
|
||||
'index.start': 'Splash Screen',
|
||||
'index.start1': '数字货币',
|
||||
'index.start2': '财富管理平台',
|
||||
'network.error': 'Network error',
|
||||
|
||||
'common.phoneHolder': 'Please input phone number',
|
||||
'common.pwdHolder': 'Please input password',
|
||||
'common.next': 'Next',
|
||||
'common.pullToRefresh': 'Pull to refresh',
|
||||
'common.releaseToRefresh': 'Release to refresh',
|
||||
'common.refreshing': 'Refreshing',
|
||||
'common.loading': 'Loading',
|
||||
'common.loadFinished': 'Finished',
|
||||
'common.cancel': 'Cancel',
|
||||
'common.ok': 'Ok',
|
||||
|
||||
'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': '请输入正确的密码',
|
||||
|
||||
'home.tabHome': 'Home',
|
||||
'home.tabEstate': '矿场',
|
||||
'home.tabFund': 'Fund',
|
||||
'home.tabMarket': '社区',
|
||||
'home.tabProfile': 'Profile',
|
||||
|
||||
'home.home.statistic': 'Total',
|
||||
'home.home.header': '精选市场',
|
||||
|
||||
'home.estate.hold': 'Hold',
|
||||
'home.estate.sold': 'Sold',
|
||||
'home.estate.holdTitle': 'Hold amount: {num}',
|
||||
'home.estate.soldTitle': 'Sold amount: {num}',
|
||||
'home.estate.timeDue': 'Due {time}',
|
||||
'home.estate.timeSold': 'Sold {time}',
|
||||
'home.estate.cost': 'Cost',
|
||||
'home.estate.profit': 'Profit',
|
||||
'home.estate.profit2': 'Profit: ',
|
||||
|
||||
'estate.tab1': '买卖记录',
|
||||
'estate.tab2': '地块介绍',
|
||||
'estate.title1': '买入信息',
|
||||
'estate.title2': '卖出信息',
|
||||
'estate.inPrice': '买入价格',
|
||||
'estate.expectProfit': '预期收益',
|
||||
'estate.inTime': '买入时间',
|
||||
'estate.lockTime': '到期时间',
|
||||
'estate.outPrice': '卖出价格',
|
||||
'estate.taxfee': '税费',
|
||||
'estate.actualProfit': '实际收益',
|
||||
'estate.outTime': '卖出时间',
|
||||
|
||||
'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',
|
||||
}
|
||||
Reference in New Issue
Block a user