feat: 添加国际化支持,更新市场和交易视图中的文本,优化用户体验

This commit is contained in:
2025-12-18 22:30:25 +07:00
parent f570cbce84
commit 3b2eb67ad1
7 changed files with 71 additions and 13 deletions

View File

@@ -201,5 +201,30 @@
"pendingRevenue": "待确认收益",
"revenueDetails": "收益明细"
}
},
"market": {
"title": "市场",
"search": {
"placeholder": "搜索"
},
"category": {
"all": "全部"
},
"rwaList": {
"nameCode": "名称/代码",
"stage": "阶段",
"issueDate": "发行日期",
"subscriptionPrice": "申购单价"
},
"loading": {
"loadingMore": "加载更多..."
}
},
"tabs": {
"riwa": "Riwa",
"market": "市场",
"trade": "交易",
"chat": "聊天",
"user": "我的"
}
}