feat: 添加划转功能,更新相关路由和国际化支持

This commit is contained in:
2025-12-24 18:39:49 +07:00
parent a3390f82b5
commit 6f43841b6e
8 changed files with 362 additions and 28 deletions

View File

@@ -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"
}
}