{{ t('withdraw_title') }}
{{ t('withdraw_available') }}
{{ Number(user.balance).toFixed(2) }} USDT
{{ net.name }}
{{ t('min_withdraw') || '最低提币' }}: {{ currentNetwork.minWithdraw }} USDT ({{ t('amount_too_low') || '金额过低' }})
{{ t('withdraw_fee') || '手续费' }} ({{ feePercentLabel }}%): -{{ fee }} USDT
{{ t('actual_arrival') || 'Actual Amount' }}: {{ actualAmount }} USDT
{{ stripWithdrawAddress(user.withdrawAddress) }}
{{ t('fund_password_hint') || '用于提现验证,与登录密码不同' }}

{{ t('withdraw_notice_title') || 'Withdrawal Notice' }}:

{{ localizedWithdrawNote }}

{{ msg }}