mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00
add plugin unexist error tips (#3717)
* add plugin unexist error tips * throw error when run plugin * check workflow * plugin data avoid request twice * auth owner tmbId * fix
This commit is contained in:
@@ -451,6 +451,7 @@
|
||||
"core.chat.markdown.Edit Question": "编辑问题",
|
||||
"core.chat.markdown.Quick Question": "点我立即提问",
|
||||
"core.chat.markdown.Send Question": "发送问题",
|
||||
"core.chat.module_unexist": "运行失败:应用缺失组件",
|
||||
"core.chat.quote.Quote Tip": "此处仅显示实际引用内容,若数据有更新,此处不会实时更新",
|
||||
"core.chat.quote.Read Quote": "查看引用",
|
||||
"core.chat.response.Complete Response": "完整响应",
|
||||
@@ -790,7 +791,7 @@
|
||||
"core.view_chat_detail": "查看对话详情",
|
||||
"core.workflow.Can not delete node": "该节点不允许删除",
|
||||
"core.workflow.Change input type tip": "修改输入类型会清空已填写的值,请确认!",
|
||||
"core.workflow.Check Failed": "工作流校验失败,请检查节点是否正确填值,以及连线是否正常",
|
||||
"core.workflow.Check Failed": "工作流校验失败,请检查是否缺失、缺值,连线是否正常",
|
||||
"core.workflow.Confirm stop debug": "确认终止调试?调试信息将会不保留。",
|
||||
"core.workflow.Copy node": "已复制节点",
|
||||
"core.workflow.Custom inputs": "自定义输入",
|
||||
|
Reference in New Issue
Block a user