feat: 添加会话关闭功能及确认对话框,更新相关国际化文本

This commit is contained in:
catlog22
2026-02-20 20:48:24 +08:00
parent d6bf941113
commit aa9f23782a
8 changed files with 136 additions and 9 deletions

View File

@@ -147,11 +147,15 @@
"splitVertical": "Split Down",
"clearTerminal": "Clear Terminal",
"closePane": "Close Pane",
"closeSession": "Close Session",
"linkedIssue": "Linked Issue",
"restart": "Restart Session",
"pause": "Pause Session",
"resume": "Resume Session",
"backToTerminal": "Back to terminal"
"backToTerminal": "Back to terminal",
"closeConfirmTitle": "Close Pane?",
"closeConfirmMessage": "The session will still exist and can be restored from the session tree.",
"closeConfirmAction": "Close Pane"
},
"tabBar": {
"noTabs": "No terminal sessions"