From af39ae8db9ea0ed1aa11eb58461dcc37bf295d71 Mon Sep 17 00:00:00 2001 From: ZhaiSoul <842607283@qq.com> Date: Thu, 8 Jan 2026 23:59:52 +0800 Subject: [PATCH] feat: add system processes info i18n --- web/public/locales/en/common.json | 3 ++- web/public/locales/en/views/system.json | 9 ++++++++- web/src/views/system/GeneralMetrics.tsx | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/web/public/locales/en/common.json b/web/public/locales/en/common.json index aa841c30b..2ae6297a1 100644 --- a/web/public/locales/en/common.json +++ b/web/public/locales/en/common.json @@ -101,7 +101,8 @@ "show": "Show {{item}}", "ID": "ID", "none": "None", - "all": "All" + "all": "All", + "other": "Other" }, "list": { "two": "{{0}} and {{1}}", diff --git a/web/public/locales/en/views/system.json b/web/public/locales/en/views/system.json index ada23cdc2..da774e302 100644 --- a/web/public/locales/en/views/system.json +++ b/web/public/locales/en/views/system.json @@ -86,7 +86,14 @@ "otherProcesses": { "title": "Other Processes", "processCpuUsage": "Process CPU Usage", - "processMemoryUsage": "Process Memory Usage" + "processMemoryUsage": "Process Memory Usage", + "series": { + "go2rtc": "go2rtc", + "recording": "recording", + "review_segment": "review segment", + "embeddings": "embeddings", + "audio_detector": "audio detector" + } } }, "storage": { diff --git a/web/src/views/system/GeneralMetrics.tsx b/web/src/views/system/GeneralMetrics.tsx index a05b1b82a..f8ce64851 100644 --- a/web/src/views/system/GeneralMetrics.tsx +++ b/web/src/views/system/GeneralMetrics.tsx @@ -855,7 +855,7 @@ export default function GeneralMetrics({