mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-26 15:15:13 +00:00
V4.9.6 feature (#4565)
* Dashboard submenu (#4545) * add app submenu (#4452) * add app submenu * fix * width & i18n * optimize submenu code (#4515) * optimize submenu code * fix * fix * fix * fix ts * perf: dashboard sub menu * doc --------- Co-authored-by: heheer <heheer@sealos.io> * feat: value format test * doc * Mcp export (#4555) * feat: mcp server * feat: mcp server * feat: mcp server build * update doc * perf: path selector (#4556) * perf: path selector * fix: docker file path * perf: add image endpoint to dataset search (#4557) * perf: add image endpoint to dataset search * fix: mcp_server url * human in loop (#4558) * Support interactive nodes for loops, and enhance the function of merging nested and loop node history messages. (#4552) * feat: add LoopInteractive definition * feat: Support LoopInteractive type and update related logic * fix: Refactor loop handling logic and improve output value initialization * feat: Add mergeSignId to dispatchLoop and dispatchRunAppNode responses * feat: Enhance mergeChatResponseData to recursively merge plugin details and improve response handling * refactor: Remove redundant comments in mergeChatResponseData for clarity * perf: loop interactive * perf: human in loop --------- Co-authored-by: Theresa <63280168+sd0ric4@users.noreply.github.com> * mcp server ui * integrate mcp (#4549) * integrate mcp * delete unused code * fix ts * bug fix * fix * support whole mcp tools * add try catch * fix * fix * fix ts * fix test * fix ts * fix: interactive in v1 completions * doc * fix: router path * fix mcp integrate (#4563) * fix mcp integrate * fix ui * fix: mcp ux * feat: mcp call title * remove repeat loading * fix mcp tools avatar (#4564) * fix * fix avatar * fix update version * update doc * fix: value format * close server and remove cache * perf: avatar --------- Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: Theresa <63280168+sd0ric4@users.noreply.github.com>
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"generation_time": "生成时间",
|
||||
"image_parse": "图片标注",
|
||||
"input_token_length": "输入 tokens",
|
||||
"mcp": "MCP 调用",
|
||||
"member": "成员",
|
||||
"member_name": "成员名",
|
||||
"module_name": "模块名",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
{
|
||||
"MCP_tools_debug": "调试",
|
||||
"MCP_tools_detail": "查看详情",
|
||||
"MCP_tools_list": "工具列表",
|
||||
"MCP_tools_list_is_empty": "未解析到 MCP 工具",
|
||||
"MCP_tools_list_with_number": "工具列表: {{total}}",
|
||||
"MCP_tools_parse_failed": "解析 MCP 地址失败",
|
||||
"MCP_tools_url": "MCP 地址",
|
||||
"MCP_tools_url_is_empty": "MCP 地址不能为空",
|
||||
"MCP_tools_url_placeholder": "填入 MCP 地址后,点击解析",
|
||||
"Role_setting": "权限设置",
|
||||
"Run": "运行",
|
||||
"Team Tags Set": "团队标签",
|
||||
@@ -98,6 +107,7 @@
|
||||
"month.unit": "号",
|
||||
"move.hint": "移动后,所选应用/文件夹将继承新文件夹的权限设置,原先的权限设置失效。",
|
||||
"move_app": "移动应用",
|
||||
"no_mcp_tools_list": "暂无数据,需先解析 MCP 地址",
|
||||
"node_not_intro": "这个节点没有介绍",
|
||||
"not_json_file": "请选择JSON文件",
|
||||
"oaste_curl_string": "输入 CURL 代码",
|
||||
@@ -123,6 +133,7 @@
|
||||
"response_format": "回复格式",
|
||||
"saved_success": "保存成功!如需在外部使用该版本,请点击“保存并发布”",
|
||||
"search_app": "搜索应用",
|
||||
"search_tool": "搜索工具",
|
||||
"setting_app": "应用配置",
|
||||
"setting_plugin": "插件配置",
|
||||
"show_top_p_tip": "用温度采样的替代方法,称为Nucleus采样,该模型考虑了具有TOP_P概率质量质量的令牌的结果。因此,0.1表示仅考虑包含最高概率质量的令牌。默认为 1。",
|
||||
@@ -157,7 +168,9 @@
|
||||
"template_market_description": "在模板市场探索更多玩法,配置教程与使用引导,带你理解并上手各种应用",
|
||||
"template_market_empty_data": "找不到合适的模板",
|
||||
"time_zone": "时区",
|
||||
"tool_detail": "工具详情",
|
||||
"tool_input_param_tip": "该插件正常运行需要配置相关信息",
|
||||
"tools_no_description": "这个工具没有介绍~",
|
||||
"transition_to_workflow": "转成工作流",
|
||||
"transition_to_workflow_create_new_placeholder": "创建一个新的应用,而不是修改当前应用",
|
||||
"transition_to_workflow_create_new_tip": "转化成工作流后,将无法转化回简易模式,请确认!",
|
||||
@@ -166,6 +179,7 @@
|
||||
"tts_close": "关闭",
|
||||
"type.All": "全部",
|
||||
"type.Create http plugin tip": "通过 OpenAPI Schema 批量创建插件,兼容 GPTs 格式",
|
||||
"type.Create mcp tools tip": "通过输入 MCP 地址,自动解析并批量创建可调用的 MCP 工具",
|
||||
"type.Create one plugin tip": "可以自定义输入和输出的工作流,通常用于封装重复使用的工作流",
|
||||
"type.Create plugin bot": "创建插件",
|
||||
"type.Create simple bot": "创建简易应用",
|
||||
@@ -175,6 +189,8 @@
|
||||
"type.Http plugin": "HTTP 插件",
|
||||
"type.Import from json": "导入 JSON 配置",
|
||||
"type.Import from json tip": "通过 JSON 配置文件,直接创建应用",
|
||||
"type.MCP tools": "MCP 工具集",
|
||||
"type.MCP_tools_url": "MCP 地址",
|
||||
"type.Plugin": "插件",
|
||||
"type.Simple bot": "简易应用",
|
||||
"type.Workflow bot": "工作流",
|
||||
|
@@ -84,7 +84,7 @@
|
||||
"code_error.plugin_error.not_exist": "插件不存在",
|
||||
"code_error.plugin_error.un_auth": "无权操作该插件",
|
||||
"code_error.system_error.community_version_num_limit": "超出开源版数量限制,请升级商业版: https://fastgpt.in",
|
||||
"code_error.team_error.ai_points_not_enough": "",
|
||||
"code_error.team_error.ai_points_not_enough": "AI 积分不足",
|
||||
"code_error.team_error.app_amount_not_enough": "应用数量已达上限~",
|
||||
"code_error.team_error.cannot_delete_default_group": "不能删除默认群组",
|
||||
"code_error.team_error.cannot_delete_non_empty_org": "不能删除非空部门",
|
||||
@@ -101,7 +101,7 @@
|
||||
"code_error.team_error.org_member_not_exist": "部门成员不存在",
|
||||
"code_error.team_error.org_not_exist": "部门不存在",
|
||||
"code_error.team_error.org_parent_not_exist": "父部门不存在",
|
||||
"code_error.team_error.over_size": "error.team.overSize",
|
||||
"code_error.team_error.over_size": "团队成员超出限制",
|
||||
"code_error.team_error.plugin_amount_not_enough": "插件数量已达上限~",
|
||||
"code_error.team_error.re_rank_not_enough": "免费版无法使用检索重排~",
|
||||
"code_error.team_error.too_many_invitations": "您的有效邀请链接数已达上限,请先清理链接",
|
||||
@@ -179,6 +179,7 @@
|
||||
"common.Other": "其他",
|
||||
"common.Output": "输出",
|
||||
"common.Params": "参数",
|
||||
"common.Parse": "解析",
|
||||
"common.Password inconsistency": "两次密码不一致",
|
||||
"common.Permission": "权限",
|
||||
"common.Permission_tip": "个人权限大于群组权限",
|
||||
@@ -374,6 +375,7 @@
|
||||
"core.app.share.Is response quote": "返回引用",
|
||||
"core.app.share.Not share link": "没有创建分享链接",
|
||||
"core.app.share.Role check": "身份校验",
|
||||
"core.app.switch_to_template_market": "跳转模板市场",
|
||||
"core.app.tip.Add a intro to app": "快来给应用一个介绍~",
|
||||
"core.app.tip.chatNodeSystemPromptTip": "在此输入提示词",
|
||||
"core.app.tip.systemPromptTip": "模型固定的引导词,通过调整该内容,可以引导模型聊天方向。该内容会被固定在上下文的开头。可通过输入 / 插入选择变量\n如果关联了知识库,你还可以通过适当的描述,来引导模型何时去调用知识库搜索。例如:\n你是电影《星际穿越》的助手,当用户询问与《星际穿越》相关的内容时,请搜索知识库并结合搜索结果进行回答。",
|
||||
@@ -447,6 +449,7 @@
|
||||
"core.chat.logs.api": "API 调用",
|
||||
"core.chat.logs.feishu": "飞书",
|
||||
"core.chat.logs.free_login": "免登录链接",
|
||||
"core.chat.logs.mcp": "MCP 调用",
|
||||
"core.chat.logs.official_account": "公众号",
|
||||
"core.chat.logs.online": "在线使用",
|
||||
"core.chat.logs.share": "外部链接调用",
|
||||
@@ -899,7 +902,9 @@
|
||||
"error.username_empty": "账号不能为空",
|
||||
"error_collection_not_exist": "集合不存在",
|
||||
"error_embedding_not_config": "未配置索引模型",
|
||||
"error_invalid_resource": "无效的资源",
|
||||
"error_llm_not_config": "未配置文件理解模型",
|
||||
"error_un_permission": "无权操作",
|
||||
"error_vlm_not_config": "未配置图片理解模型",
|
||||
"extraction_results": "提取结果",
|
||||
"field_name": "字段名",
|
||||
@@ -929,6 +934,7 @@
|
||||
"llm_model_not_config": "检测到没有可用的语言模型",
|
||||
"max_quote_tokens": "引用上限",
|
||||
"max_quote_tokens_tips": "单次搜索最大的 token 数量,中文约 1 字=1.7 tokens,英文约 1 字=1 token",
|
||||
"mcp_server": "MCP 服务",
|
||||
"min_similarity": "最低相关度",
|
||||
"min_similarity_tip": "不同索引模型的相关度有区别,请通过搜索测试来选择合适的数值。使用 结果重排 时,使用重排结果进行过滤。",
|
||||
"model.billing": "模型计费",
|
||||
@@ -1211,6 +1217,7 @@
|
||||
"system.Help Document": "帮助文档",
|
||||
"tag_list": "标签列表",
|
||||
"team_tag": "团队标签",
|
||||
"template_market": "模板市场",
|
||||
"textarea_variable_picker_tip": "输入\"/\"可选择变量",
|
||||
"unauth_token": "凭证已过期,请重新登录",
|
||||
"unit.character": "字符",
|
||||
|
20
packages/web/i18n/zh-CN/dashboard_mcp.json
Normal file
20
packages/web/i18n/zh-CN/dashboard_mcp.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"app_alias_name": "工具名",
|
||||
"app_description": "应用描述",
|
||||
"app_name": "应用名",
|
||||
"apps": "暴露的应用",
|
||||
"create_mcp_server": "新建服务",
|
||||
"delete_mcp_server_confirm_tip": "确认删除该服务?",
|
||||
"has_chosen": "已选择",
|
||||
"manage_app": "管理",
|
||||
"mcp_apps": "关联应用数量",
|
||||
"mcp_endpoints": "接入地址",
|
||||
"mcp_json_config": "接入脚本",
|
||||
"mcp_name": "MCP 服务名",
|
||||
"mcp_server": "MCP 服务",
|
||||
"mcp_server_description": "允许你选择部分应用,以 MCP 的协议对外提供使用。由于 MCP 协议的不成熟,该功能仍处于测试阶段。",
|
||||
"search_app": "搜索应用",
|
||||
"select_app": "应用选择",
|
||||
"start_use": "开始使用",
|
||||
"usage_way": "MCP 服务使用"
|
||||
}
|
@@ -174,6 +174,7 @@
|
||||
"text_content_extraction": "文本内容提取",
|
||||
"text_to_extract": "需要提取的文本",
|
||||
"these_variables_will_be_input_parameters_for_code_execution": "这些变量会作为代码的运行的输入参数",
|
||||
"tool.tool_result": "工具运行结果",
|
||||
"tool_call_termination": "工具调用终止",
|
||||
"tool_custom_field": "自定义工具变量",
|
||||
"tool_field": "工具参数配置",
|
||||
@@ -186,6 +187,7 @@
|
||||
"tool_params.params_name": "参数名",
|
||||
"tool_params.params_name_placeholder": "name/age/sql",
|
||||
"tool_params.tool_params_result": "参数配置结果",
|
||||
"tool_raw_response_description": "工具的原始响应",
|
||||
"trigger_after_application_completion": "将在应用完全结束后触发",
|
||||
"unFoldAll": "全部展开",
|
||||
"update_link_error": "更新链接异常",
|
||||
|
Reference in New Issue
Block a user