update
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user