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',
|
||||
}
|
||||
80
src/locales/zh-CN.ts
Normal file
80
src/locales/zh-CN.ts
Normal file
@@ -0,0 +1,80 @@
|
||||
export default {
|
||||
'app.name': '第五维度',
|
||||
'index.start': '启动页',
|
||||
'index.start1': '数字货币',
|
||||
'index.start2': '财富管理平台',
|
||||
'network.error': '网络错误',
|
||||
|
||||
'common.phoneHolder': '请输入手机号',
|
||||
'common.pwdHolder': '请输入密码',
|
||||
'common.next': '下一步',
|
||||
'common.pullToRefresh': '下拉刷新',
|
||||
'common.releaseToRefresh': '释放以刷新',
|
||||
'common.refreshing': '刷新中',
|
||||
'common.loading': '加载中',
|
||||
'common.loadFinished': '已经到底了~',
|
||||
'common.cancel': '取消',
|
||||
'common.ok': '确定',
|
||||
|
||||
'check.login': '登录',
|
||||
'check.register': '注册',
|
||||
'check.forget': '忘记密码?',
|
||||
'check.reset': '重置密码',
|
||||
'check.msgArea': '请选择区号',
|
||||
'check.msgPhone': '请输入正确的手机号',
|
||||
'check.msgPwd': '请输入正确的密码',
|
||||
|
||||
'home.tabHome': '首页',
|
||||
'home.tabEstate': '矿场',
|
||||
'home.tabFund': '资金',
|
||||
'home.tabMarket': '社区',
|
||||
'home.tabProfile': '我的',
|
||||
|
||||
'home.home.statistic': '累计收益',
|
||||
'home.home.header': '精选市场',
|
||||
|
||||
'home.estate.hold': '当前持有',
|
||||
'home.estate.sold': '已经卖出',
|
||||
'home.estate.holdTitle': '当前持有地产数:{num}',
|
||||
'home.estate.soldTitle': '已经卖出地产数:{num}',
|
||||
'home.estate.timeDue': '{time} 将到期',
|
||||
'home.estate.timeSold': '{time} 已卖出',
|
||||
'home.estate.cost': '成本',
|
||||
'home.estate.profit': '收益',
|
||||
'home.estate.profit2': '预期收益:',
|
||||
|
||||
'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': '账户管理',
|
||||
'profile.system': '系统设置',
|
||||
'profile.identity': '实名认证',
|
||||
'profile.share': '社区推广',
|
||||
'profile.msg': '消息中心',
|
||||
'profile.about': '关于洛格',
|
||||
|
||||
'account.title': '我的账户',
|
||||
'account.nickname': '昵称',
|
||||
'account.phone': '手机号',
|
||||
'account.email': '邮箱',
|
||||
'account.loginPwd': '登录密码',
|
||||
'account.fundPwd': '资金密码',
|
||||
'account.factor': '双因子验证(2FA)',
|
||||
'account.logout': '退出登录',
|
||||
'account.confirm': '是否确认退出登录?',
|
||||
|
||||
'system.title': '我的设置',
|
||||
'system.language': '语言偏好',
|
||||
'system.currency': '法币偏好',
|
||||
'system.chooseLang': '请选择语言',
|
||||
}
|
||||
Reference in New Issue
Block a user