mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +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:
@@ -7,8 +7,12 @@
|
||||
"ai_settings": "AI Configuration",
|
||||
"all_apps": "All Applications",
|
||||
"app.Version name": "Version Name",
|
||||
"app.error.publish_unExist_app": "Release failed, please check whether the tool call is normal",
|
||||
"app.error.unExist_app": "Some components are missing, please delete them",
|
||||
"app.modules.click to update": "Click to Refresh",
|
||||
"app.modules.has new version": "New Version Available",
|
||||
"app.modules.not_found": "Not Found",
|
||||
"app.modules.not_found_tips": "This component cannot be found in the system, please delete it, otherwise the process will not run normally",
|
||||
"app.version_current": "Current Version",
|
||||
"app.version_initial": "Initial Version",
|
||||
"app.version_name_tips": "Version name cannot be empty",
|
||||
|
@@ -448,6 +448,7 @@
|
||||
"core.chat.markdown.Edit Question": "Edit Question",
|
||||
"core.chat.markdown.Quick Question": "Click to Ask Immediately",
|
||||
"core.chat.markdown.Send Question": "Send Question",
|
||||
"core.chat.module_unexist": "Running failed: Application missing components",
|
||||
"core.chat.quote.Quote Tip": "Only the actual quoted content is displayed here. If the data is updated, it will not be updated in real-time here.",
|
||||
"core.chat.quote.Read Quote": "View Quote",
|
||||
"core.chat.response.Complete Response": "Complete Response",
|
||||
@@ -787,7 +788,7 @@
|
||||
"core.view_chat_detail": "View Chat Details",
|
||||
"core.workflow.Can not delete node": "This Node Cannot Be Deleted",
|
||||
"core.workflow.Change input type tip": "Changing the input type will clear the filled values, please confirm!",
|
||||
"core.workflow.Check Failed": "Workflow Validation Failed, Please Check If the Nodes Are Correctly Filled and the Connections Are Normal",
|
||||
"core.workflow.Check Failed": "Workflow verification failed, please check whether the value is missing, and whether the connection is normal.",
|
||||
"core.workflow.Confirm stop debug": "Confirm to Stop Debugging? Debug Information Will Not Be Retained.",
|
||||
"core.workflow.Copy node": "Node Copied",
|
||||
"core.workflow.Custom inputs": "Custom Inputs",
|
||||
|
Reference in New Issue
Block a user