mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +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 設定",
|
||||
"all_apps": "所有應用程式",
|
||||
"app.Version name": "版本名稱",
|
||||
"app.error.publish_unExist_app": "發布失敗,請檢查工具調用是否正常",
|
||||
"app.error.unExist_app": "部分組件缺失,請刪除",
|
||||
"app.modules.click to update": "點選更新",
|
||||
"app.modules.has new version": "有新版本",
|
||||
"app.modules.not_found": "組件缺失",
|
||||
"app.modules.not_found_tips": "系統內無法查找到該組件,請刪除,否則流程無法正常運行",
|
||||
"app.version_current": "目前版本",
|
||||
"app.version_initial": "初始版本",
|
||||
"app.version_name_tips": "版本名稱不能空白",
|
||||
|
@@ -447,6 +447,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": "完整回應",
|
||||
@@ -786,7 +787,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