refactor(i18n): streamline localization for zh-CN and remove zh-HK
This commit is contained in:
@@ -342,41 +342,84 @@
|
||||
"search": {
|
||||
"placeholder": "搜索"
|
||||
},
|
||||
"tabs": {
|
||||
"rwa": "数字化",
|
||||
"tokenized": "代币化"
|
||||
},
|
||||
"orders": {
|
||||
"title": "持仓"
|
||||
},
|
||||
"category": {
|
||||
"all": "全部"
|
||||
},
|
||||
"rwaList": {
|
||||
"nameCode": "名称/代码",
|
||||
"stage": "阶段",
|
||||
"issueDate": "发行日期",
|
||||
"subscriptionPrice": "申购单价"
|
||||
"issueDate": "发行日",
|
||||
"subscriptionPrice": "价格"
|
||||
},
|
||||
"tokenizedList": {
|
||||
"nameCode": "名称/代码",
|
||||
"changeRate": "涨跌幅",
|
||||
"tradePrice": "估价"
|
||||
},
|
||||
"holdings": {
|
||||
"unitPrice": "单价",
|
||||
"quantity": "数量",
|
||||
"stage": "阶段",
|
||||
"totalAmount": "总额",
|
||||
"totalDividend": "分红",
|
||||
"tokenize": "资产化",
|
||||
"lock": "锁仓",
|
||||
"tokenizeConfirm": {
|
||||
"title": "确认资产化",
|
||||
"message": "转换为可交易资产将失去分红权,是否继续?",
|
||||
"cancel": "取消",
|
||||
"confirm": "确认"
|
||||
},
|
||||
"status": {
|
||||
"active": "持有中",
|
||||
"tokenized": "已资产化",
|
||||
"locked": "已锁仓"
|
||||
}
|
||||
},
|
||||
"lockOption": {
|
||||
"title": "锁仓期限",
|
||||
"description": "锁仓期间可获得相应奖励",
|
||||
"months": "个月",
|
||||
"reward": "收益",
|
||||
"confirm": "确定",
|
||||
"empty": "暂无锁仓选项",
|
||||
"success": "锁仓成功"
|
||||
},
|
||||
"tradeRwa": {
|
||||
"tabs": {
|
||||
"overview": "概览",
|
||||
"moment": "动态"
|
||||
"moment": "动态",
|
||||
"about": "相关文档"
|
||||
},
|
||||
"fields": {
|
||||
"productCode": "产品编号",
|
||||
"productCode": "编号",
|
||||
"valuation": "估值",
|
||||
"unitPrice": "单价",
|
||||
"totalSupply": "总发行量",
|
||||
"perUserLimit": "每人限量",
|
||||
"totalSupply": "总量",
|
||||
"perUserLimit": "限量",
|
||||
"launchDate": "预热时间",
|
||||
"subscriptionStartDate": "订阅开始时间",
|
||||
"subscriptionEndDate": "订阅结束时间"
|
||||
"subscriptionStartDate": "订阅开始",
|
||||
"subscriptionEndDate": "订阅结束"
|
||||
},
|
||||
"units": {
|
||||
"shares": "份"
|
||||
},
|
||||
"about": "About",
|
||||
"about": "介绍",
|
||||
"status": "资产状态",
|
||||
"noDescription": "暂无描述。",
|
||||
"subscribe": "申购",
|
||||
"subscribeSuccess": "申购成功"
|
||||
},
|
||||
"subscribeRwa": {
|
||||
"title": "申购RWA",
|
||||
"maxSubscribePlaceholder": "最大可申购数量: {max}",
|
||||
"maxSubscribePlaceholder": "最大可申购: {max}",
|
||||
"unitPrice": "单价",
|
||||
"availableBalance": "可用余额",
|
||||
"confirmSubscribe": "确认申购",
|
||||
|
||||
Reference in New Issue
Block a user