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:
WrBug
2026-01-28 15:11:19 +08:00
parent 2b20f4b2e2
commit 2efc04a3c3
3 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -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",