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": "المحفظة",
"recharge": "إيداع",
"withdraw": "سحب",
"transfer": "تحويل",
"transfer": {
"selectCurrency": "اختر العملة",
"all": "الكل"
},
"balance": "الرصيد",
"funding": {
"title": "حساب التمويل",

View File

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

View File

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

View File

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