fix: 优化买入订单分组的卖出状态文案显示
- 当完全成交数为0时,显示'未卖出'而不是'部分成交 (0/X)' - 统一状态文案:'部分成交'改为'部分卖出','全部成交'改为'全部卖出' - 更新中英文和繁体中文的多语言配置 - 优化筛选选项中的状态文案,与分组显示保持一致
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user