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 "CPU"
msgid "CPU Cores"
msgstr "CPU 核心"
#: src/lib/alerts.ts
msgid "CPU I/O Wait"
msgstr "CPU I/O 等待时间 (IOWait)"
#: src/components/systemd-table/systemd-table-columns.tsx
msgid "CPU Peak"
msgstr "CPU 峰值"
#: src/lib/alerts.ts
msgid "CPU Steal Time"
msgstr "CPU 被虚拟机监控程序占用的时间 (Steal)"
#: src/components/systemd-table/systemd-table.tsx
msgid "CPU time"
msgstr "CPU 时间"
@@ -1753,6 +1761,14 @@ msgstr "当电池电量降至阈值以下时触发"
msgid "Triggers when combined up/down exceeds a threshold"
msgstr "当网络的上/下行速度超过阈值时触发"
#: src/lib/alerts.ts
msgid "Triggers when CPU I/O wait exceeds a threshold"
msgstr "当 CPU I/O 等待时间超过阈值时触发"
#: src/lib/alerts.ts
msgid "Triggers when CPU steal time exceeds a threshold"
msgstr "当 CPU 窃取时间超过阈值时触发"
#: src/lib/alerts.ts
msgid "Triggers when CPU usage exceeds a threshold"
msgstr "当 CPU 使用率超过阈值时触发"