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

View File

@@ -371,5 +371,26 @@
"themeLight": "浅色",
"themeDark": "深色",
"themeAuto": "跟随系统"
},
"transfer": {
"title": "划转",
"chooseCurrency": "选择币种",
"from": "从",
"to": "到",
"fundingAccount": "资金账户",
"tradingAccount": "交易账户",
"available": "可用",
"amount": "划转数量",
"enterAmount": "请输入划转数量",
"all": "全部",
"submit": "确认划转",
"submitting": "划转中...",
"successMessage": "划转成功!",
"assetCodeRequired": "请选择币种",
"amountRequired": "请输入划转数量",
"amountMinError": "划转数量必须大于0",
"amountMaxError": "划转数量不能超过可用余额 {amount}",
"fromAccountRequired": "请选择转出账户",
"toAccountRequired": "请选择转入账户"
}
}