feat: 为ssh标签栏和文件编辑器标签栏添加右键菜单

This commit is contained in:
Baobhan Sith
2025-05-03 19:43:50 +08:00
parent 23a470a6a0
commit 88ad7332a3
11 changed files with 620 additions and 47 deletions
+8
View File
@@ -1016,6 +1016,14 @@
"terminalTabBar": {
"selectServerTitle": "Select server to connect"
},
"tabs": {
"contextMenu": {
"close": "Close Tab",
"closeOthers": "Close Other Tabs",
"closeRight": "Close Tabs to the Right",
"closeLeft": "Close Tabs to the Left"
}
},
"sshKeys": {
"selector": {
"selectPlaceholder": "Select an SSH key...",
+8
View File
@@ -1019,6 +1019,14 @@
"terminalTabBar": {
"selectServerTitle": "选择要连接的服务器"
},
"tabs": {
"contextMenu": {
"close": "关闭标签页",
"closeOthers": "关闭其他标签页",
"closeRight": "关闭右侧标签页",
"closeLeft": "关闭左侧标签页"
}
},
"sshKeys": {
"selector": {
"selectPlaceholder": "选择一个 SSH 密钥...",