mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-03 08:57:15 +00:00
feat(dashboard): more System History metrics, persistence & localized labels
- Sample swap %, TCP/UDP connection counts and disk-usage % on the host ticker - System History: Swap overlaid on the RAM tab, plus new Connections and Disk Usage tabs - Persist the host time-series across restarts: gob snapshot beside the DB, written on a timer and at shutdown, restored on boot - Live-refresh the open chart (2s for short ranges, 10s for longer) - Localize CPU/RAM/Swap and the new tab/chart titles across all 13 languages and route legend series names through i18n
This commit is contained in:
@@ -128,12 +128,12 @@
|
||||
},
|
||||
"index": {
|
||||
"title": "نظرة عامة",
|
||||
"cpu": "CPU",
|
||||
"cpu": "المعالج",
|
||||
"logicalProcessors": "المعالجات المنطقية",
|
||||
"frequency": "التردد",
|
||||
"swap": "Swap",
|
||||
"swap": "التبديل",
|
||||
"storage": "تخزين",
|
||||
"memory": "RAM",
|
||||
"memory": "الذاكرة",
|
||||
"threads": "خيوط",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "إيقاف",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "إدخال/إخراج القرص",
|
||||
"historyTitleOnline": "العملاء المتصلون",
|
||||
"historyTitleLoad": "متوسط حمل النظام (1 / 5 / 15 دقيقة)",
|
||||
"historyTitleConnections": "الاتصالات النشطة (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "استخدام مساحة القرص",
|
||||
"historyTabBandwidth": "عرض النطاق",
|
||||
"historyTabPackets": "الحزم",
|
||||
"historyTabDisk": "Disk I/O",
|
||||
"historyTabDisk": "قرص I/O",
|
||||
"historyTabOnline": "متصل",
|
||||
"historyTabLoad": "الحِمل",
|
||||
"historyTabConnections": "الاتصالات",
|
||||
"historyTabDiskUsage": "استخدام القرص",
|
||||
"charts": "الرسوم البيانية",
|
||||
"xrayMetricsTitle": "مقاييس Xray",
|
||||
"xrayTitleHeap": "ذاكرة الكومة المخصصة",
|
||||
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "Disk I/O",
|
||||
"historyTitleOnline": "Online Clients",
|
||||
"historyTitleLoad": "System Load Average (1m / 5m / 15m)",
|
||||
"historyTitleConnections": "Active Connections (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "Disk Space Usage",
|
||||
"historyTabBandwidth": "Bandwidth",
|
||||
"historyTabPackets": "Packets",
|
||||
"historyTabDisk": "Disk I/O",
|
||||
"historyTabOnline": "Online",
|
||||
"historyTabLoad": "Load",
|
||||
"historyTabConnections": "Connections",
|
||||
"historyTabDiskUsage": "Disk Usage",
|
||||
"charts": "Charts",
|
||||
"xrayMetricsTitle": "Xray Metrics",
|
||||
"xrayTitleHeap": "Allocated Heap Memory",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"frequency": "Frecuencia",
|
||||
"swap": "Swap",
|
||||
"storage": "Almacenamiento",
|
||||
"memory": "RAM",
|
||||
"memory": "Memoria",
|
||||
"threads": "Hilos",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "Detener",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "E/S de Disco",
|
||||
"historyTitleOnline": "Clientes en Línea",
|
||||
"historyTitleLoad": "Carga Media del Sistema (1 / 5 / 15 min)",
|
||||
"historyTitleConnections": "Conexiones Activas (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "Uso del Espacio en Disco",
|
||||
"historyTabBandwidth": "Ancho de Banda",
|
||||
"historyTabPackets": "Paquetes",
|
||||
"historyTabDisk": "Disco I/O",
|
||||
"historyTabOnline": "En línea",
|
||||
"historyTabLoad": "Carga",
|
||||
"historyTabConnections": "Conexiones",
|
||||
"historyTabDiskUsage": "Uso de Disco",
|
||||
"charts": "Gráficos",
|
||||
"xrayMetricsTitle": "Métricas de Xray",
|
||||
"xrayTitleHeap": "Memoria Heap Asignada",
|
||||
|
||||
@@ -128,12 +128,12 @@
|
||||
},
|
||||
"index": {
|
||||
"title": "نمای کلی",
|
||||
"cpu": "CPU",
|
||||
"cpu": "پردازنده",
|
||||
"logicalProcessors": "پردازندههای منطقی",
|
||||
"frequency": "فرکانس",
|
||||
"swap": "Swap",
|
||||
"swap": "سواپ",
|
||||
"storage": "ذخیرهسازی",
|
||||
"memory": "RAM",
|
||||
"memory": "حافظه",
|
||||
"threads": "نخها",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "توقف",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "ورودی/خروجی دیسک",
|
||||
"historyTitleOnline": "کاربران آنلاین",
|
||||
"historyTitleLoad": "میانگین بار سیستم (۱ / ۵ / ۱۵ دقیقه)",
|
||||
"historyTitleConnections": "اتصالات فعال (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "مصرف فضای دیسک",
|
||||
"historyTabBandwidth": "پهنای باند",
|
||||
"historyTabPackets": "بستهها",
|
||||
"historyTabDisk": "Disk I/O",
|
||||
"historyTabDisk": "دیسک I/O",
|
||||
"historyTabOnline": "آنلاین",
|
||||
"historyTabLoad": "بار",
|
||||
"historyTabConnections": "اتصالات",
|
||||
"historyTabDiskUsage": "مصرف دیسک",
|
||||
"charts": "نمودارها",
|
||||
"xrayMetricsTitle": "متریکهای Xray",
|
||||
"xrayTitleHeap": "حافظهی Heap تخصیصیافته",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"frequency": "Frekuensi",
|
||||
"swap": "Swap",
|
||||
"storage": "Penyimpanan",
|
||||
"memory": "RAM",
|
||||
"memory": "Memori",
|
||||
"threads": "Thread",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "Hentikan",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "I/O Disk",
|
||||
"historyTitleOnline": "Klien Online",
|
||||
"historyTitleLoad": "Rata-rata Beban Sistem (1 / 5 / 15 mnt)",
|
||||
"historyTitleConnections": "Koneksi Aktif (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "Penggunaan Ruang Disk",
|
||||
"historyTabBandwidth": "Bandwidth",
|
||||
"historyTabPackets": "Paket",
|
||||
"historyTabDisk": "Disk I/O",
|
||||
"historyTabOnline": "Online",
|
||||
"historyTabLoad": "Beban",
|
||||
"historyTabConnections": "Koneksi",
|
||||
"historyTabDiskUsage": "Penggunaan Disk",
|
||||
"charts": "Grafik",
|
||||
"xrayMetricsTitle": "Metrik Xray",
|
||||
"xrayTitleHeap": "Memori Heap Teralokasi",
|
||||
|
||||
@@ -131,9 +131,9 @@
|
||||
"cpu": "CPU",
|
||||
"logicalProcessors": "論理プロセッサ",
|
||||
"frequency": "周波数",
|
||||
"swap": "Swap",
|
||||
"swap": "スワップ",
|
||||
"storage": "ストレージ",
|
||||
"memory": "RAM",
|
||||
"memory": "メモリ",
|
||||
"threads": "スレッド",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "停止",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "ディスク I/O",
|
||||
"historyTitleOnline": "オンラインクライアント",
|
||||
"historyTitleLoad": "システム平均負荷(1分 / 5分 / 15分)",
|
||||
"historyTitleConnections": "アクティブな接続 (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "ディスク使用率",
|
||||
"historyTabBandwidth": "帯域幅",
|
||||
"historyTabPackets": "パケット",
|
||||
"historyTabDisk": "ディスク I/O",
|
||||
"historyTabOnline": "オンライン",
|
||||
"historyTabLoad": "負荷",
|
||||
"historyTabConnections": "接続数",
|
||||
"historyTabDiskUsage": "ディスク使用量",
|
||||
"charts": "チャート",
|
||||
"xrayMetricsTitle": "Xray メトリクス",
|
||||
"xrayTitleHeap": "割り当て済みヒープメモリ",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"frequency": "Frequência",
|
||||
"swap": "Swap",
|
||||
"storage": "Armazenamento",
|
||||
"memory": "RAM",
|
||||
"memory": "Memória",
|
||||
"threads": "Threads",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "Parar",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "E/S de Disco",
|
||||
"historyTitleOnline": "Clientes Online",
|
||||
"historyTitleLoad": "Média de Carga do Sistema (1 / 5 / 15 min)",
|
||||
"historyTitleConnections": "Conexões Ativas (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "Uso do Espaço em Disco",
|
||||
"historyTabBandwidth": "Largura de Banda",
|
||||
"historyTabPackets": "Pacotes",
|
||||
"historyTabDisk": "Disco I/O",
|
||||
"historyTabOnline": "Online",
|
||||
"historyTabLoad": "Carga",
|
||||
"historyTabConnections": "Conexões",
|
||||
"historyTabDiskUsage": "Uso de Disco",
|
||||
"charts": "Gráficos",
|
||||
"xrayMetricsTitle": "Métricas do Xray",
|
||||
"xrayTitleHeap": "Memória Heap Alocada",
|
||||
|
||||
@@ -128,12 +128,12 @@
|
||||
},
|
||||
"index": {
|
||||
"title": "Дашборд",
|
||||
"cpu": "CPU",
|
||||
"cpu": "ЦП",
|
||||
"logicalProcessors": "Логические процессоры",
|
||||
"frequency": "Частота",
|
||||
"swap": "Swap",
|
||||
"swap": "Подкачка",
|
||||
"storage": "Диск",
|
||||
"memory": "RAM",
|
||||
"memory": "Память",
|
||||
"threads": "Потоки",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "Стоп",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "Дисковый ввод-вывод",
|
||||
"historyTitleOnline": "Клиенты онлайн",
|
||||
"historyTitleLoad": "Средняя нагрузка системы (1 / 5 / 15 мин)",
|
||||
"historyTitleConnections": "Активные соединения (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "Использование дискового пространства",
|
||||
"historyTabBandwidth": "Пропускная способность",
|
||||
"historyTabPackets": "Пакеты",
|
||||
"historyTabDisk": "Диск I/O",
|
||||
"historyTabOnline": "Онлайн",
|
||||
"historyTabLoad": "Нагрузка",
|
||||
"historyTabConnections": "Соединения",
|
||||
"historyTabDiskUsage": "Использование диска",
|
||||
"charts": "Графики",
|
||||
"xrayMetricsTitle": "Метрики Xray",
|
||||
"xrayTitleHeap": "Выделенная память кучи",
|
||||
|
||||
@@ -131,9 +131,9 @@
|
||||
"cpu": "CPU",
|
||||
"logicalProcessors": "Mantıksal işlemciler",
|
||||
"frequency": "Frekans",
|
||||
"swap": "Swap",
|
||||
"swap": "Takas",
|
||||
"storage": "Depolama",
|
||||
"memory": "RAM",
|
||||
"memory": "Bellek",
|
||||
"threads": "İş parçacığı",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "Durdur",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "Disk G/Ç",
|
||||
"historyTitleOnline": "Çevrimiçi İstemciler",
|
||||
"historyTitleLoad": "Sistem Yük Ortalaması (1d / 5d / 15d)",
|
||||
"historyTitleConnections": "Etkin Bağlantılar (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "Disk Alanı Kullanımı",
|
||||
"historyTabBandwidth": "Bant Genişliği",
|
||||
"historyTabPackets": "Paketler",
|
||||
"historyTabDisk": "Disk G/Ç",
|
||||
"historyTabOnline": "Çevrimiçi",
|
||||
"historyTabLoad": "Yük",
|
||||
"historyTabConnections": "Bağlantılar",
|
||||
"historyTabDiskUsage": "Disk Kullanımı",
|
||||
"charts": "Grafikler",
|
||||
"xrayMetricsTitle": "Xray Metrikleri",
|
||||
"xrayTitleHeap": "Ayrılan Yığın Belleği",
|
||||
|
||||
@@ -128,12 +128,12 @@
|
||||
},
|
||||
"index": {
|
||||
"title": "Огляд",
|
||||
"cpu": "CPU",
|
||||
"cpu": "ЦП",
|
||||
"logicalProcessors": "Логічні процесори",
|
||||
"frequency": "Частота",
|
||||
"swap": "Swap",
|
||||
"swap": "Підкачка",
|
||||
"storage": "Сховище",
|
||||
"memory": "RAM",
|
||||
"memory": "Пам’ять",
|
||||
"threads": "Потоки",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "Стоп",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "Дисковий ввід-вивід",
|
||||
"historyTitleOnline": "Клієнти онлайн",
|
||||
"historyTitleLoad": "Середнє навантаження системи (1 / 5 / 15 хв)",
|
||||
"historyTitleConnections": "Активні з’єднання (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "Використання дискового простору",
|
||||
"historyTabBandwidth": "Пропускна здатність",
|
||||
"historyTabPackets": "Пакети",
|
||||
"historyTabDisk": "Диск I/O",
|
||||
"historyTabOnline": "Онлайн",
|
||||
"historyTabLoad": "Навантаження",
|
||||
"historyTabConnections": "З’єднання",
|
||||
"historyTabDiskUsage": "Використання диска",
|
||||
"charts": "Графіки",
|
||||
"xrayMetricsTitle": "Метрики Xray",
|
||||
"xrayTitleHeap": "Виділена пам’ять купи",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"frequency": "Tần số",
|
||||
"swap": "Swap",
|
||||
"storage": "Lưu trữ",
|
||||
"memory": "RAM",
|
||||
"memory": "Bộ nhớ",
|
||||
"threads": "Luồng",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "Dừng",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "I/O đĩa",
|
||||
"historyTitleOnline": "Máy khách trực tuyến",
|
||||
"historyTitleLoad": "Tải trung bình hệ thống (1 / 5 / 15 phút)",
|
||||
"historyTitleConnections": "Kết nối đang hoạt động (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "Sử dụng dung lượng đĩa",
|
||||
"historyTabBandwidth": "Băng thông",
|
||||
"historyTabPackets": "Gói tin",
|
||||
"historyTabDisk": "Đĩa I/O",
|
||||
"historyTabOnline": "Trực tuyến",
|
||||
"historyTabLoad": "Tải",
|
||||
"historyTabConnections": "Kết nối",
|
||||
"historyTabDiskUsage": "Sử dụng đĩa",
|
||||
"charts": "Biểu đồ",
|
||||
"xrayMetricsTitle": "Chỉ số Xray",
|
||||
"xrayTitleHeap": "Bộ nhớ Heap đã cấp phát",
|
||||
|
||||
@@ -131,9 +131,9 @@
|
||||
"cpu": "CPU",
|
||||
"logicalProcessors": "逻辑处理器",
|
||||
"frequency": "频率",
|
||||
"swap": "Swap",
|
||||
"swap": "交换空间",
|
||||
"storage": "存储",
|
||||
"memory": "RAM",
|
||||
"memory": "内存",
|
||||
"threads": "线程",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "停止",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "磁盘 I/O",
|
||||
"historyTitleOnline": "在线客户端",
|
||||
"historyTitleLoad": "系统平均负载(1 分钟 / 5 分钟 / 15 分钟)",
|
||||
"historyTitleConnections": "活动连接 (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "磁盘空间使用率",
|
||||
"historyTabBandwidth": "带宽",
|
||||
"historyTabPackets": "数据包",
|
||||
"historyTabDisk": "磁盘 I/O",
|
||||
"historyTabOnline": "在线",
|
||||
"historyTabLoad": "负载",
|
||||
"historyTabConnections": "连接数",
|
||||
"historyTabDiskUsage": "磁盘使用量",
|
||||
"charts": "图表",
|
||||
"xrayMetricsTitle": "Xray 指标",
|
||||
"xrayTitleHeap": "已分配的堆内存",
|
||||
|
||||
@@ -131,9 +131,9 @@
|
||||
"cpu": "CPU",
|
||||
"logicalProcessors": "邏輯處理器",
|
||||
"frequency": "頻率",
|
||||
"swap": "Swap",
|
||||
"swap": "交換空間",
|
||||
"storage": "儲存",
|
||||
"memory": "RAM",
|
||||
"memory": "記憶體",
|
||||
"threads": "執行緒",
|
||||
"xrayStatus": "Xray",
|
||||
"stopXray": "停止",
|
||||
@@ -162,11 +162,15 @@
|
||||
"historyTitleDisk": "磁碟 I/O",
|
||||
"historyTitleOnline": "線上用戶端",
|
||||
"historyTitleLoad": "系統平均負載(1 分鐘 / 5 分鐘 / 15 分鐘)",
|
||||
"historyTitleConnections": "使用中的連線 (TCP / UDP)",
|
||||
"historyTitleDiskUsage": "磁碟空間使用率",
|
||||
"historyTabBandwidth": "頻寬",
|
||||
"historyTabPackets": "封包",
|
||||
"historyTabDisk": "磁碟 I/O",
|
||||
"historyTabOnline": "線上",
|
||||
"historyTabLoad": "負載",
|
||||
"historyTabConnections": "連線數",
|
||||
"historyTabDiskUsage": "磁碟使用量",
|
||||
"charts": "圖表",
|
||||
"xrayMetricsTitle": "Xray 指標",
|
||||
"xrayTitleHeap": "已配置的堆積記憶體",
|
||||
|
||||
Reference in New Issue
Block a user