feat: 添加国际化支持,更新 RWA 申购页面和相关文本,优化用户体验

This commit is contained in:
2025-12-19 23:02:09 +07:00
parent fb8cec3027
commit 384b0855d3
5 changed files with 87 additions and 22 deletions

View File

@@ -227,6 +227,36 @@
"issueDate": "Issue Date",
"subscriptionPrice": "Subscription Price"
},
"tradeRwa": {
"tabs": {
"overview": "Overview",
"moment": "Moment"
},
"fields": {
"productCode": "Product Code",
"valuation": "Valuation",
"unitPrice": "Unit Price",
"totalSupply": "Total Supply",
"perUserLimit": "Per User Limit",
"launchDate": "Launch Date",
"subscriptionDeadline": "Subscription Deadline"
},
"units": {
"shares": "shares"
},
"about": "About",
"noDescription": "No description available.",
"subscribe": "Subscribe",
"subscribeSuccess": "Subscription successful"
},
"subscribeRwa": {
"title": "Subscribe RWA",
"maxSubscribePlaceholder": "Max quantity: {max}",
"unitPrice": "Unit Price",
"availableBalance": "Available Balance",
"confirmSubscribe": "Confirm Subscribe",
"enterQuantityError": "Please enter quantity"
},
"loading": {
"loadingMore": "Loading more..."
}