This commit is contained in:
saplf
2019-09-08 21:48:48 +08:00
parent e493267a51
commit 9aa5d0d5bf
12 changed files with 88 additions and 32 deletions

View File

@@ -65,6 +65,7 @@ export default {
'home.mine.status0': 'Pending',
'home.mine.status1': 'Mining',
'home.mine.status2': 'Exhausted',
'home.mine.none': '还没有收益,快去获取矿晶吧',
'home.fund.total': 'Total',
'home.fund.totalVIC': 'VIC Balance: ',
@@ -114,6 +115,7 @@ export default {
'draw.draw': 'Withdraw',
'draw.qrPrompt': 'Please install App to scan QR code',
'draw.qrError': 'Scanning QR code fails',
'draw.coin': '请选择提币币种',
'draw.targetPrompt': 'Please input destination address',
'draw.amountLt': 'Withdrawal amount can\'t be less than 10000',
'draw.amountGt': 'Withdrawal amount exceeds your balance',

View File

@@ -65,6 +65,7 @@ export default {
'home.mine.status0': '等待确认',
'home.mine.status1': '正在挖矿',
'home.mine.status2': '已耗尽能源',
'home.mine.none': '还没有收益,快去获取矿晶吧',
'home.fund.total': '总资金',
'home.fund.totalVIC': '当前VIC余额',
@@ -114,6 +115,7 @@ export default {
'draw.draw': '提币',
'draw.qrPrompt': '请安装 App 扫描二维码',
'draw.qrError': '扫描二维码错误',
'draw.coin': '请选择提币币种',
'draw.targetPrompt': '请填写目标地址',
'draw.amountLt': '提币金额最低1000起',
'draw.amountGt': '提币金额超出余额',