feat(alerts): add CPU state notifications (#2249)

This commit is contained in:
spatiumstas
2026-09-02 02:10:31 +03:00
committed by GitHub
parent b670224ed8
commit ed88e6efae
37 changed files with 615 additions and 3 deletions

View File

@@ -507,10 +507,18 @@ msgstr ""
msgid "CPU Cores"
msgstr "Nhân CPU"
#: src/lib/alerts.ts
msgid "CPU I/O Wait"
msgstr "Thời gian CPU chờ I/O (IOWait)"
#: src/components/systemd-table/systemd-table-columns.tsx
msgid "CPU Peak"
msgstr "Đỉnh CPU"
#: src/lib/alerts.ts
msgid "CPU Steal Time"
msgstr "Thời gian CPU bị hypervisor chiếm dụng (Steal)"
#: src/components/systemd-table/systemd-table.tsx
msgid "CPU time"
msgstr "Thời gian CPU"
@@ -1753,6 +1761,14 @@ msgstr "Kích hoạt khi mức pin giảm xuống dưới ngưỡng"
msgid "Triggers when combined up/down exceeds a threshold"
msgstr "Kích hoạt khi kết hợp lên/xuống vượt quá ngưỡng"
#: src/lib/alerts.ts
msgid "Triggers when CPU I/O wait exceeds a threshold"
msgstr "Kích hoạt khi thời gian CPU chờ I/O vượt ngưỡng"
#: src/lib/alerts.ts
msgid "Triggers when CPU steal time exceeds a threshold"
msgstr "Kích hoạt khi thời gian CPU bị chiếm dụng vượt ngưỡng"
#: src/lib/alerts.ts
msgid "Triggers when CPU usage exceeds a threshold"
msgstr "Kích hoạt khi sử dụng CPU vượt quá ngưỡng"