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": "提现",
"transfer": "转账",
"balance": "余额"
},
"asset": {
"issue": {
"issuingAsset": "发行资产",
"myCompany": "我的企业",
"issuingApply": "发行申请",
"audit": "审核审计",
"supervision": "委托监管"
},
"purchase": {
"purchaseAsset": "购买资产",
"fiatPurchase": "法币购买",
"cryptoPurchase": "数字货币购买",
"realEstate": "房地产",
"assetExchange": "资产交换"
},
"balance": {
"assetBalance": "资产余额",
"fiat": "法币",
"onChain": "链上",
"wallet": "钱包",
"recharge": "充值"
},
"revenue": {
"myRevenue": "我的收益",
"totalRevenue": "总收益",
"monthlyRevenue": "月度收益",
"pendingRevenue": "待确认收益",
"revenueDetails": "收益明细"
}
}
}