Skip to content

Commit 0b716fe

Browse files
committed
Add missing resource usage translations.
1 parent cb898ea commit 0b716fe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ui-ngx/src/assets/locale/locale.constant-en_US.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,13 @@
591591
"outdated-hint": "Updated over a week ago",
592592
"delete-resource": "Delete outdated service",
593593
"delete-resource-title": "Are you sure you want to delete the service '{{id}}'?",
594-
"delete-resource-text": "Be careful, after the confirmation the service will be removed and all related data will become unrecoverable."
594+
"delete-resource-text": "Be careful, after the confirmation the service will be removed and all related data will become unrecoverable.",
595+
"cpu-warning-text": "Running high on CPU usage. To avoid system failure, optimize system performance.",
596+
"cpu-critical-text": "Critically high CPU usage. To avoid system failure, optimize system performance.",
597+
"ram-warning-text": "Running low on reserve of RAM. To avoid system failure, optimize system performance or increase the size of RAM.",
598+
"ram-critical-text": "Critically low reserve of RAM. To avoid system failure, optimize system performance or increase the size of RAM.",
599+
"disk-warning-text": "Running low on disk space. To avoid data loss, free up or expand the disk space.",
600+
"disk-critical-text": "Critically low disk space. To avoid data loss, free up or expand the disk space."
595601
}
596602
},
597603
"mqtt-client": {

0 commit comments

Comments
 (0)