update
This commit is contained in:
@@ -781,5 +781,38 @@
|
||||
"commandInput": "Enter command...",
|
||||
"terminalSearch": "Search terminal..."
|
||||
}
|
||||
},
|
||||
"dockerManager": {
|
||||
"loading": "Loading Docker Containers...",
|
||||
"notAvailable": "Docker Not Available on Remote Host",
|
||||
"installHint": "Please ensure Docker is installed and running on the remote host.",
|
||||
"installHintRemote": "Please ensure Docker is installed and running on the remote host.",
|
||||
"error": {
|
||||
"fetchFailed": "Failed to fetch remote container status",
|
||||
"commandFailed": "Failed to execute remote command '{command}'",
|
||||
"invalidResponse": "Received invalid response from server",
|
||||
"noActiveSession": "No active SSH session.",
|
||||
"connectFirst": "Please connect to an SSH session first.",
|
||||
"sshDisconnected": "SSH session disconnected.",
|
||||
"sshError": "SSH Connection Error",
|
||||
"sshNotConnected": "SSH session is not connected."
|
||||
},
|
||||
"noContainers": "No running or stopped containers found on remote host.",
|
||||
"header": {
|
||||
"name": "Name",
|
||||
"image": "Image",
|
||||
"status": "Status",
|
||||
"ports": "Ports",
|
||||
"actions": "Actions"
|
||||
},
|
||||
"action": {
|
||||
"up": "Start/Up",
|
||||
"down": "Remove/Down",
|
||||
"restart": "Restart",
|
||||
"stop": "Stop",
|
||||
"start": "Start",
|
||||
"remove": "Remove"
|
||||
},
|
||||
"waitingForSsh": "Waiting for SSH connection..."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user