mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 04:55:39 +00:00
perf: tool call check (#4818)
* i18n * tool call * fix: mcp create permission;Plugin unauth tip * fix: mcp create permission;Plugin unauth tip * fix: Cite modal permission * remove invalide cite * perf: prompt * filter fulltext search * fix: ts * fix: ts * fix: ts
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
"owner": "擁有者",
|
||||
"permission": "權限",
|
||||
"permission_apikeyCreate": "建立 API 密鑰",
|
||||
"permission_apikeyCreate_Tip": "可以建立全域的 APIKey",
|
||||
"permission_apikeyCreate_Tip": "可以創建全局的 APIKey和 MCP 服務",
|
||||
"permission_appCreate": "建立應用程式",
|
||||
"permission_appCreate_tip": "可以在根目錄建立應用程式,(資料夾下的建立權限由資料夾控制)",
|
||||
"permission_datasetCreate": "建立知識庫",
|
||||
|
@@ -18,7 +18,6 @@
|
||||
"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": "版本名稱不能空白",
|
||||
@@ -193,6 +192,7 @@
|
||||
"type.error.Workflow data is empty": "沒有獲取到工作流數據",
|
||||
"type.error.workflowresponseempty": "響應內容為空",
|
||||
"type_not_recognized": "未識別到應用程式類型",
|
||||
"un_auth": "無權限",
|
||||
"upload_file_max_amount": "最大檔案數量",
|
||||
"upload_file_max_amount_tip": "單輪對話中最大上傳檔案數量",
|
||||
"variable.select type_desc": "可以為工作流程定義全域變數,常用於暫存。賦值的方式包括:\n1. 從對話頁面的 query 參數取得。\n2. 透過 API 的 variables 物件傳遞。\n3. 透過【變數更新】節點進行賦值。",
|
||||
|
@@ -753,6 +753,7 @@
|
||||
"data_index_image": "圖片索引",
|
||||
"data_index_question": "推測問題索引",
|
||||
"data_index_summary": "摘要索引",
|
||||
"data_not_found": "數據找不到了",
|
||||
"dataset.Confirm move the folder": "確認移動到此目錄",
|
||||
"dataset.Confirm to delete the data": "確認刪除此資料?",
|
||||
"dataset.Confirm to delete the file": "確認刪除此檔案及其所有資料?",
|
||||
|
Reference in New Issue
Block a user