feat: 更新转账功能,添加币种选择和全部选项

This commit is contained in:
2026-01-15 06:40:09 +07:00
parent 704706c643
commit a5c56f7541
4 changed files with 16 additions and 4 deletions

View File

@@ -3,7 +3,10 @@
"wallet": "المحفظة", "wallet": "المحفظة",
"recharge": "إيداع", "recharge": "إيداع",
"withdraw": "سحب", "withdraw": "سحب",
"transfer": "تحويل", "transfer": {
"selectCurrency": "اختر العملة",
"all": "الكل"
},
"balance": "الرصيد", "balance": "الرصيد",
"funding": { "funding": {
"title": "حساب التمويل", "title": "حساب التمويل",

View File

@@ -3,7 +3,10 @@
"wallet": "Wallet", "wallet": "Wallet",
"recharge": "Deposit", "recharge": "Deposit",
"withdraw": "Withdraw", "withdraw": "Withdraw",
"transfer": "Transfer", "transfer": {
"selectCurrency": "Select Currency",
"all": "All"
},
"balance": "Balance", "balance": "Balance",
"funding": { "funding": {
"title": "Funding Account", "title": "Funding Account",

View File

@@ -3,7 +3,10 @@
"wallet": "钱包", "wallet": "钱包",
"recharge": "充值", "recharge": "充值",
"withdraw": "提现", "withdraw": "提现",
"transfer": "转账", "transfer": {
"selectCurrency": "选择币种",
"all": "全部"
},
"balance": "余额", "balance": "余额",
"funding": { "funding": {
"title": "资金账户", "title": "资金账户",

View File

@@ -3,7 +3,10 @@
"wallet": "錢包", "wallet": "錢包",
"recharge": "充值", "recharge": "充值",
"withdraw": "提現", "withdraw": "提現",
"transfer": "轉賬", "transfer": {
"selectCurrency": "選擇幣種",
"all": "全部"
},
"balance": "餘額", "balance": "餘額",
"funding": { "funding": {
"title": "資金賬戶", "title": "資金賬戶",