feat: 添加资产相关的国际化支持,更新资产余额、发行资产、我的收益和购买资产组件的文本

This commit is contained in:
2025-12-15 00:44:21 +07:00
parent 8d0ba768a9
commit f30fda5002
7 changed files with 90 additions and 22 deletions

View File

@@ -5,5 +5,35 @@
"withdraw": "Withdraw",
"transfer": "Transfer",
"balance": "Balance"
},
"asset": {
"issue": {
"issuingAsset": "Issuing Asset",
"myCompany": "My Company",
"issuingApply": "Issuing Apply",
"audit": "Audit",
"supervision": "Supervision"
},
"purchase": {
"purchaseAsset": "Purchase Assets",
"fiatPurchase": "Fiat Purchase",
"cryptoPurchase": "Crypto Purchase",
"realEstate": "Real Estate",
"assetExchange": "Asset Exchange"
},
"balance": {
"assetBalance": "Asset Balance",
"fiat": "Fiat",
"onChain": "On-Chain",
"wallet": "Wallet",
"recharge": "Recharge"
},
"revenue": {
"myRevenue": "My Revenue",
"totalRevenue": "Total Revenue",
"monthlyRevenue": "Monthly Revenue",
"pendingRevenue": "Pending Revenue",
"revenueDetails": "Revenue Details"
}
}
}