mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 10:53:25 +08:00
feat: 添加会话关闭功能及确认对话框,更新相关国际化文本
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
"turns": "turns",
|
||||
"perTurnView": "Per-Turn View",
|
||||
"concatenatedView": "Concatenated View",
|
||||
"nativeView": "Native View",
|
||||
"userPrompt": "User Prompt",
|
||||
"assistantResponse": "Assistant Response",
|
||||
"errors": "Errors",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user