This commit is contained in:
Baobhan Sith
2025-04-20 17:05:30 +08:00
parent 80a461d337
commit e2fbdb3bd9
10 changed files with 1055 additions and 7 deletions
+33
View File
@@ -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..."
}
}