This commit is contained in:
Baobhan Sith
2025-04-18 19:01:58 +08:00
parent 7a2056763d
commit 5c6cc05c54
7 changed files with 854 additions and 623 deletions
+2 -1
View File
@@ -246,7 +246,8 @@
"alreadyConnected": "An active SSH connection already exists.",
"unknown": "Unknown status",
"wsClosedWillRetry": "WebSocket connection closed, will attempt reconnect {attempt} in {seconds} seconds...",
"reconnecting": "Attempting to reconnect..."
"reconnecting": "Attempting to reconnect...",
"reconnectFailed": "Reconnect failed"
},
"terminal": {
"infoPrefix": "[INFO]",
+2 -1
View File
@@ -244,7 +244,8 @@
"alreadyConnected": "已存在活动的 SSH 连接。",
"unknown": "未知状态",
"wsClosedWillRetry": "WebSocket 连接已关闭,将在 {seconds} 秒后尝试第 {attempt} 次重连...",
"reconnecting": "正在尝试重新连接..."
"reconnecting": "正在尝试重新连接...",
"reconnectFailed": "重连失败"
},
"selectConnectionPrompt": "请选择一个连接",
"selectConnectionHint": "从左侧列表中选择一个连接,或点击'添加新连接'按钮创建一个新连接。",