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 사용량이 임계값을 초과할 때 트리거됩니다."