diff --git a/frontend/src/lang/en.json b/frontend/src/lang/en.json
index 37a8853..80267b5 100644
--- a/frontend/src/lang/en.json
+++ b/frontend/src/lang/en.json
@@ -112,5 +112,16 @@
     "agentAddedSuccessfully": "Agent added successfully.",
     "agentRemovedSuccessfully": "Agent removed successfully.",
     "removeAgent": "Remove Agent",
-    "removeAgentMsg": "Are you sure you want to remove this agent?"
+    "removeAgentMsg": "Are you sure you want to remove this agent?",
+    "LongSyntaxNotSupported": "Long syntax is not supported here. Please use the YAML editor.",
+    "Saved": "Saved",
+    "Deployed": "Deployed",
+    "Deleted": "Deleted",
+    "Updated": "Updated",
+    "Started": "Started",
+    "Stopped": "Stopped",
+    "Restarted": "Restarted",
+    "Downed": "Downed",
+    "Switch to sh": "Switch to sh",
+    "terminal": "terminal"
 }