mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
feat: create new chat in the store and wiki
This commit is contained in:
parent
45d12ce1a0
commit
083eda4e6d
9 changed files with 277 additions and 52 deletions
|
|
@ -488,7 +488,9 @@
|
|||
"InPort": "In Ports",
|
||||
"StopWorkflow": "Stop Workflow",
|
||||
"ToggleDebugPanel": "Toggle Debug Panel",
|
||||
"ClearDebugPanel": "Clear Debug Panel"
|
||||
"ClearDebugPanel": "Clear Debug Panel",
|
||||
"NewChat": "New Chat",
|
||||
"DeleteChat": "Delete Chat"
|
||||
},
|
||||
"Description": "Description",
|
||||
"Tags": "Tags",
|
||||
|
|
|
|||
|
|
@ -493,6 +493,8 @@
|
|||
"InPort": "入口",
|
||||
"StopWorkflow": "停止工作流",
|
||||
"ToggleDebugPanel": "切换开关调试面板",
|
||||
"ClearDebugPanel": "清空调试面板"
|
||||
"ClearDebugPanel": "清空调试面板",
|
||||
"NewChat": "新对话",
|
||||
"DeleteChat": "删除对话"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue