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

View File

@@ -6,6 +6,41 @@
"transfer": "转账",
"balance": "余额"
},
"recharge": {
"channel": {
"chainRecharge": "链上充值",
"chainRechargeDesc": "从链上钱包或交易所转入加密货币",
"fiatCurrency": "法币充值",
"fiatCurrencyDesc": "通过银行或其他金融机构转入法币"
},
"fiat": {
"title": "法币充值",
"bankAccount": "充值银行卡账户",
"chooseCurrency": "选择货币",
"amount": "金额",
"enterAmount": "请输入金额",
"validAmountError": "请输入有效的金额。",
"note": "请确保输入正确的金额。提交后,资金将在后台审核后计入您的账户。",
"submit": "提交",
"submitSuccess": "提交成功!"
}
},
"withdraw": {
"title": "提现",
"chooseCurrency": "选择货币",
"chooseMethod": "选择提现方式",
"amount": "金额",
"enterAmountMax": "请输入金额(最大:{amount}",
"validAmountError": "请输入有效的金额。",
"bankAccountId": "银行账户ID",
"enterBankAccountId": "请输入银行账户ID",
"validBankAccountError": "请输入有效的银行账户ID。",
"chooseChain": "选择链",
"cryptoAddress": "加密货币地址",
"enterCryptoAddress": "请输入加密货币地址",
"validCryptoAddressError": "请输入有效的加密货币地址。",
"submit": "提交"
},
"asset": {
"issue": {
"issuingAsset": "发行资产",