feat(groups): show upload/download breakdown in group traffic

Add per-group up/down to GroupSummary (backend + schema), surface them
as Upload/Download columns in the groups table, and fold upload/download
into the Total traffic summary card. Rename the group "Clients in group"
column to just "Clients" across all locales.
This commit is contained in:
MHSanaei
2026-06-12 15:30:30 +02:00
parent 7c698c4bcf
commit 1c5cb84492
16 changed files with 79 additions and 19 deletions
+3 -1
View File
@@ -812,10 +812,12 @@
"groups": {
"title": "群組",
"name": "名稱",
"clientCount": "群組中的客戶端",
"clientCount": "客戶端",
"totalGroups": "群組總數",
"totalGroupedClients": "有群組的客戶端",
"trafficUsed": "已用流量",
"upload": "上傳",
"download": "下載",
"totalTraffic": "總流量",
"addGroup": "新增群組",
"createSuccess": "已建立群組「{name}」。",