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",
+4 -1
View File
@@ -938,7 +938,8 @@
"marketEndDate": "市场截止时间超出限制",
"unknown": "未知原因"
},
"noData": "暂无已过滤订单"
"noData": "暂无已过滤订单",
"noFilteredOrders": "暂无已过滤订单"
},
"copyTradingList": {
"title": "跟单配置管理",
@@ -1116,6 +1117,8 @@
"orderCount": "订单数",
"totalAmount": "总金额",
"statusBreakdown": "状态",
"allFullyMatched": "全部卖出",
"partiallyMatched": "部分卖出",
"markets": "个市场",
"fetchBuyOrdersFailed": "获取买入订单列表失败",
"fetchSellOrdersFailed": "获取卖出订单列表失败",
+5 -2
View File
@@ -938,7 +938,8 @@
"marketEndDate": "市場截止時間超出限制",
"unknown": "未知原因"
},
"noData": "暫無已過濾訂單"
"noData": "暫無已過濾訂單",
"noFilteredOrders": "暫無已過濾訂單"
},
"copyTradingList": {
"title": "跟單配置管理",
@@ -1115,8 +1116,10 @@
"partiallySold": "部分賣出",
"orderCount": "訂單數",
"totalAmount": "總金額",
"totalPnl": "總盈虧",
"statusBreakdown": "狀態",
"allFullyMatched": "全部賣出",
"partiallyMatched": "部分賣出",
"totalPnl": "總盈虧",
"markets": "個市場",
"fetchBuyOrdersFailed": "獲取買入訂單列表失敗",
"fetchSellOrdersFailed": "獲取賣出訂單列表失敗",