Reinit project

This commit is contained in:
Limo Saplf
2019-08-31 20:44:15 +08:00
commit b51ae824c7
115 changed files with 20955 additions and 0 deletions

80
src/locales/zh-CN.ts Normal file
View 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': '请选择语言',
}