feat: 添加法币充值和提现功能的国际化支持,更新相关组件文本

This commit is contained in:
2025-12-15 00:50:44 +07:00
parent f30fda5002
commit 3111b922fa
5 changed files with 102 additions and 27 deletions

View File

@@ -6,6 +6,41 @@
"transfer": "Transfer",
"balance": "Balance"
},
"recharge": {
"channel": {
"chainRecharge": "Chain recharge",
"chainRechargeDesc": "Transfer crypto from on-chain wallet or exchange.",
"fiatCurrency": "Fiat currency",
"fiatCurrencyDesc": "Transfer fiat currency through bank or other financial institutions."
},
"fiat": {
"title": "Fiat Recharge",
"bankAccount": "Recharge bank card account",
"chooseCurrency": "Choose Currency",
"amount": "Amount",
"enterAmount": "Enter the amount",
"validAmountError": "Please enter a valid amount.",
"note": "Please make sure to enter the correct amount. After submission, the funds will be credited to your account after review in the background.",
"submit": "Submit",
"submitSuccess": "Submission successful!"
}
},
"withdraw": {
"title": "Withdraw",
"chooseCurrency": "Choose Currency",
"chooseMethod": "Choose Withdraw Method",
"amount": "Amount",
"enterAmountMax": "Enter the amount (Max: {{amount}})",
"validAmountError": "Please enter a valid amount.",
"bankAccountId": "Bank Account ID",
"enterBankAccountId": "Enter the bank account ID",
"validBankAccountError": "Please enter a valid bank account ID.",
"chooseChain": "Choose Chain",
"cryptoAddress": "Crypto Address",
"enterCryptoAddress": "Enter the crypto address",
"validCryptoAddressError": "Please enter a valid crypto address.",
"submit": "Submit"
},
"asset": {
"issue": {
"issuingAsset": "Issuing Asset",