fix: 优化买入订单分组的卖出状态文案显示

- 当完全成交数为0时,显示'未卖出'而不是'部分成交 (0/X)'
- 统一状态文案:'部分成交'改为'部分卖出','全部成交'改为'全部卖出'
- 更新中英文和繁体中文的多语言配置
- 优化筛选选项中的状态文案,与分组显示保持一致
This commit is contained in:
WrBug
2026-01-20 11:44:33 +08:00
parent db8471bb16
commit 45734c051e
4 changed files with 24 additions and 19 deletions
+3 -2
View File
@@ -1109,8 +1109,9 @@
"groupByMarket": "Group by Market",
"expandAll": "Expand All",
"collapseAll": "Collapse All",
"allFullyMatched": "All Fully Matched",
"partiallyMatched": "Partially Matched",
"allFullyMatched": "All Fully Sold",
"notSold": "Not Sold",
"partiallyMatched": "Partially Sold",
"orderCount": "Order Count",
"totalAmount": "Total Amount",
"totalPnl": "Total PnL",