[en-US.ts] update

This commit is contained in:
Luk Lu
2019-09-07 15:05:17 +08:00
3 changed files with 6 additions and 4 deletions

View File

@@ -113,10 +113,11 @@ export default {
'draw.drawHint': '提币金额最低1000起/提币每周仅限一次',
'draw.draw': 'Withdraw',
'draw.qrPrompt': 'Please install App to scan QR code',
'draw.qrError': 'Scanning QR code fails',
'draw.targetPrompt': 'Please input destination address',
'draw.amountLt': '提币金额最低1000',
'draw.amountGt': '提币金额超出余额',
'draw.summary': '你正在提取 {num} {coin} {address}',
'draw.amountLt': 'Withdrawal amount can\'t be less than 10000',
'draw.amountGt': 'Withdrawal amount exceeds your balance',
'draw.summary': 'You are withdrawing {num} {coin} to {address}',
'draw.pwdPrompt': 'Please input asset password',
'draw.success': 'Your withdrawal is in progress. Please check your blockchain wallet.',