feat: 添加资产相关的国际化支持,更新资产余额、发行资产、我的收益和购买资产组件的文本
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user