mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-21 17:07:47 +02:00
feat(alerts): add CPU state notifications (#2249)
This commit is contained in:
@@ -507,10 +507,18 @@ msgstr "CPU"
|
||||
msgid "CPU Cores"
|
||||
msgstr "Núcleos de CPU"
|
||||
|
||||
#: src/lib/alerts.ts
|
||||
msgid "CPU I/O Wait"
|
||||
msgstr "Espera de E/S da CPU (IOWait)"
|
||||
|
||||
#: src/components/systemd-table/systemd-table-columns.tsx
|
||||
msgid "CPU Peak"
|
||||
msgstr "Pico de CPU"
|
||||
|
||||
#: src/lib/alerts.ts
|
||||
msgid "CPU Steal Time"
|
||||
msgstr "Tempo de CPU retirado (Steal)"
|
||||
|
||||
#: src/components/systemd-table/systemd-table.tsx
|
||||
msgid "CPU time"
|
||||
msgstr "Tempo de CPU"
|
||||
@@ -1753,6 +1761,14 @@ msgstr "Dispara quando a carga da bateria cai abaixo de um limite"
|
||||
msgid "Triggers when combined up/down exceeds a threshold"
|
||||
msgstr "Dispara quando a soma de subida/descida excede um limite"
|
||||
|
||||
#: src/lib/alerts.ts
|
||||
msgid "Triggers when CPU I/O wait exceeds a threshold"
|
||||
msgstr "Dispara quando a espera de E/S da CPU excede um limite"
|
||||
|
||||
#: src/lib/alerts.ts
|
||||
msgid "Triggers when CPU steal time exceeds a threshold"
|
||||
msgstr "Dispara quando o tempo roubado da CPU excede um limite"
|
||||
|
||||
#: src/lib/alerts.ts
|
||||
msgid "Triggers when CPU usage exceeds a threshold"
|
||||
msgstr "Dispara quando o uso de CPU excede um limite"
|
||||
|
||||
Reference in New Issue
Block a user