fix: 补充缺失的多语言key
修复内容: 1. copyTradingOrders 部分:添加 allFullyMatched 和 partiallyMatched(zh-CN、zh-TW) 2. filteredOrdersList 部分:添加 noFilteredOrders(所有语言文件) 影响范围: - frontend/src/locales/en/common.json - frontend/src/locales/zh-CN/common.json - frontend/src/locales/zh-TW/common.json
This commit is contained in:
@@ -938,7 +938,8 @@
|
||||
"marketEndDate": "Market End Date Exceeds Limit",
|
||||
"unknown": "Unknown Reason"
|
||||
},
|
||||
"noData": "No filtered orders"
|
||||
"noData": "No filtered orders",
|
||||
"noFilteredOrders": "No filtered orders"
|
||||
},
|
||||
"copyTradingList": {
|
||||
"title": "Copy Trading Config Management",
|
||||
|
||||
Reference in New Issue
Block a user