feat: 添加划转功能,更新相关路由和国际化支持
This commit is contained in:
@@ -365,5 +365,26 @@
|
||||
"themeLight": "Light",
|
||||
"themeDark": "Dark",
|
||||
"themeAuto": "Auto"
|
||||
},
|
||||
"transfer": {
|
||||
"title": "Transfer",
|
||||
"chooseCurrency": "Choose Currency",
|
||||
"from": "From",
|
||||
"to": "To",
|
||||
"fundingAccount": "Funding Account",
|
||||
"tradingAccount": "Trading Account",
|
||||
"available": "Available",
|
||||
"amount": "Amount",
|
||||
"enterAmount": "Enter amount",
|
||||
"all": "All",
|
||||
"submit": "Confirm Transfer",
|
||||
"submitting": "Transferring...",
|
||||
"successMessage": "Transfer successful!",
|
||||
"assetCodeRequired": "Please select a currency",
|
||||
"amountRequired": "Please enter amount",
|
||||
"amountMinError": "Amount must be greater than 0",
|
||||
"amountMaxError": "Amount cannot exceed available balance {amount}",
|
||||
"fromAccountRequired": "Please select from account",
|
||||
"toAccountRequired": "Please select to account"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user