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": "输入命令...",
"terminalSearch": "搜索终端..."
}
},
"dockerManager": {
"loading": "正在加载 Docker 容器...",
"notAvailable": "远程主机 Docker 不可用",
"installHint": "请确保远程主机上已安装并运行 Docker。",
"installHintRemote": "请确保远程主机上已安装并运行 Docker。",
"error": {
"fetchFailed": "获取远程容器状态失败",
"commandFailed": "执行远程命令 '{command}' 失败",
"invalidResponse": "收到无效的服务器响应",
"noActiveSession": "无活动的 SSH 会话。",
"connectFirst": "请先连接到一个 SSH 会话。",
"sshDisconnected": "SSH 会话已断开。",
"sshError": "SSH 连接错误",
"sshNotConnected": "SSH 会话未连接。"
},
"noContainers": "在远程主机上未找到正在运行或已停止的容器。",
"header": {
"name": "名称",
"image": "镜像",
"status": "状态",
"ports": "端口",
"actions": "操作"
},
"action": {
"up": "启动/Up",
"down": "移除/Down",
"restart": "重启",
"stop": "停止",
"start": "启动",
"remove": "移除"
},
"waitingForSsh": "等待 SSH 连接..."
}
}