feat: 为快捷指令和命令历史添加“发送到全部会话”右键菜单

Refs #28
This commit is contained in:
Baobhan Sith
2025-05-11 09:59:32 +08:00
parent 54150e5a79
commit 1eb1efde72
6 changed files with 236 additions and 48 deletions
+15 -1
View File
@@ -1006,7 +1006,14 @@
"empty": "No history records",
"confirmClear": "Are you sure you want to clear all history?",
"copied": "Copied to clipboard",
"copyFailed": "Copy failed"
"copyFailed": "Copy failed",
"actions": {
"sendToAllSessions": "Send to All Sessions"
},
"notifications": {
"sentToAllSessions": "Command sent to {count} sessions.",
"noActiveSshSessions": "No active SSH sessions to send command to."
}
},
"quickCommands": {
"searchPlaceholder": "Search name or command...",
@@ -1032,6 +1039,13 @@
"untagged": "Untagged",
"tags": {
"clickToEditTag": "Click to edit tag name"
},
"actions": {
"sendToAllSessions": "Send to All Sessions"
},
"notifications": {
"sentToAllSessions": "Command sent to {count} sessions.",
"noActiveSshSessions": "No active SSH sessions to send command to."
}
},
"setup": {