This commit is contained in:
Baobhan Sith
2025-04-25 00:54:37 +08:00
parent 5c946e5095
commit 625a01b7d2
3 changed files with 34 additions and 20 deletions
+10 -3
View File
@@ -709,6 +709,12 @@
"commandHistory": "Command History",
"quickCommands": "Quick Commands",
"dockerManager": "Docker Manager"
},
"noActiveSession": {
"title": "No Active Session",
"message": "Please connect to a session first",
"fileManagerSidebar": "File Manager requires an active session",
"statusMonitorSidebar": "Status Monitor requires an active session"
}
},
"header": {
@@ -775,7 +781,8 @@
"commandInput": "Command Input",
"terminalSearch": "Terminal Search",
"connectionListSearch": "Connection List Search",
"fileEditorActive": "File Editor"
"fileEditorActive": "File Editor",
"fileManagerPathInput": "File Manager Path Input"
},
"confirmClose": "You have unsaved changes. Are you sure you want to close?",
"shortcutPlaceholder": "e.g., Alt+K",
@@ -790,8 +797,8 @@
"fetchFailed": "Failed to fetch remote container status",
"commandFailed": "Failed to execute remote command '{command}'",
"invalidResponse": "Received invalid response from server",
"noActiveSession": "No active session.",
"connectFirst": "Please connect to an session first.",
"noActiveSession": "No active session",
"connectFirst": "Please connect to a session first",
"sshDisconnected": "SSH session disconnected.",
"sshError": "SSH Connection Error",
"sshNotConnected": "SSH session is not connected."