mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +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"
|
||||
|
||||
@@ -227,6 +227,7 @@
|
||||
"turns": "回合",
|
||||
"perTurnView": "分回合视图",
|
||||
"concatenatedView": "连接视图",
|
||||
"nativeView": "原生视图",
|
||||
"userPrompt": "用户提示词",
|
||||
"assistantResponse": "助手响应",
|
||||
"errors": "错误",
|
||||
|
||||
@@ -147,11 +147,15 @@
|
||||
"splitVertical": "向下分割",
|
||||
"clearTerminal": "清屏",
|
||||
"closePane": "关闭窗格",
|
||||
"closeSession": "关闭会话",
|
||||
"linkedIssue": "关联问题",
|
||||
"restart": "重启会话",
|
||||
"pause": "暂停会话",
|
||||
"resume": "恢复会话",
|
||||
"backToTerminal": "返回终端"
|
||||
"backToTerminal": "返回终端",
|
||||
"closeConfirmTitle": "关闭窗格?",
|
||||
"closeConfirmMessage": "会话仍将保留,可从会话树中恢复。",
|
||||
"closeConfirmAction": "关闭窗格"
|
||||
},
|
||||
"tabBar": {
|
||||
"noTabs": "暂无终端会话"
|
||||
|
||||
Reference in New Issue
Block a user