feat: 添加跳板机功能

This commit is contained in:
Baobhan Sith
2025-05-26 19:18:17 +08:00
parent 9524351b90
commit 3c895d5bd7
14 changed files with 971 additions and 320 deletions
+11 -1
View File
@@ -197,6 +197,9 @@
"tags": "Tags:",
"notes": "Notes:",
"notesPlaceholder": "Enter connection notes...",
"connectionMode": "Proxy Type:",
"connectionModeProxy": "Proxy Server",
"connectionModeJumpHost": "Jump Host",
"connectionType": "Connection Type:",
"typeSsh": "SSH",
"typeRdp": "RDP",
@@ -259,7 +262,14 @@
"scriptErrorInvalidUserHostPortFormat": "Invalid format for '{part}', expected format is 'user@host' or 'user@host:port'",
"scriptTagCreated": "Tag '{tagName}' created",
"scriptErrorTagCreationFailed": "Failed to create tag '{tagName}'",
"scriptModeAddingConnections": "Adding {count} connections via script mode..."
"scriptModeAddingConnections": "Adding {count} connections in script mode...",
"jumpHostsTitle": "Jump Host Chain Configuration",
"jumpHostLabel": "Jump Host",
"selectJumpHost": "Please select a jump host",
"removeJumpHostTitle": "Remove this jump host",
"addJumpHost": "Add Jump Host",
"noAvailableSshConnectionsForJump": "No available SSH connections for jump host. Please create some SSH connections first."
},
"test": {
"success": "Connection test successful!",