mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
V4.11.0 features (#5270)
* feat: workflow catch error (#5220) * feat: error catch * feat: workflow catch error * perf: add catch error to node * feat: system tool error catch * catch error * fix: ts * update doc * perf: training queue code (#5232) * doc * perf: training queue code * Feat: 优化错误提示与重试逻辑 (#5192) * feat: 批量重试异常数据 & 报错信息国际化 - 新增“全部重试”按钮,支持批量重试所有训练异常数据 - 报错信息支持国际化,常见错误自动映射为 i18n key - 相关文档和 i18n 资源已同步更新 * feat: enhance error message and retry mechanism * feat: enhance error message and retry mechanism * feat: add retry_failed i18n key * feat: enhance error message and retry mechanism * feat: enhance error message and retry mechanism * feat: enhance error message and retry mechanism : 5 * feat: enhance error message and retry mechanism : 6 * feat: enhance error message and retry mechanism : 7 * feat: enhance error message and retry mechanism : 8 * perf: catch chat error * perf: copy hook (#5246) * perf: copy hook * doc * doc * add app evaluation (#5083) * add app evaluation * fix * usage * variables * editing condition * var ui * isplus filter * migrate code * remove utils * name * update type * build * fix * fix * fix * delete comment * fix * perf: eval code * eval code * eval code * feat: ttfb time in model log * Refactor chat page (#5253) * feat: update side bar layout; add login and logout logic at chat page * refactor: encapsulate login logic and reuse it in `LoginModal` and `Login` page * chore: improve some logics and comments * chore: improve some logics * chore: remove redundant side effect; add translations --------- Co-authored-by: Archer <545436317@qq.com> * perf: chat page code * doc * perf: provider redirect * chore: ui improvement (#5266) * Fix: SSE * Fix: SSE * eval pagination (#5264) * eval scroll pagination * change eval list to manual pagination * number * fix build * fix * version doc (#5267) * version doc * version doc * doc * feat: eval model select * config eval model * perf: eval detail modal ui * doc * doc * fix: chat store reload * doc --------- Co-authored-by: colnii <1286949794@qq.com> Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: 酒川户 <76519998+chuanhu9@users.noreply.github.com>
This commit is contained in:
@@ -77,6 +77,8 @@
|
||||
"Save": "保存",
|
||||
"Save_and_exit": "保存并退出",
|
||||
"Search": "搜索",
|
||||
"Select_App": "选择应用",
|
||||
"Select_all": "全选",
|
||||
"Setting": "设置",
|
||||
"Status": "状态",
|
||||
"Submit": "提交",
|
||||
@@ -96,6 +98,7 @@
|
||||
"add_success": "添加成功",
|
||||
"all_quotes": "全部引用",
|
||||
"all_result": "完整结果",
|
||||
"app_evaluation": "应用评测(Beta)",
|
||||
"app_not_version": " 该应用未发布过,请先发布应用",
|
||||
"auth_config": "鉴权配置",
|
||||
"auth_type": "鉴权类型",
|
||||
@@ -195,6 +198,7 @@
|
||||
"compliance.chat": "内容由第三方 AI 生成,无法确保真实准确,仅供参考",
|
||||
"compliance.dataset": "请确保您的内容严格遵守相关法律法规,避免包含任何违法或侵权的内容。请谨慎上传可能涉及敏感信息的资料。",
|
||||
"confirm_choice": "确认选择",
|
||||
"confirm_logout": "确认退出登录?",
|
||||
"confirm_move": "移动到这",
|
||||
"confirm_update": "确认更新",
|
||||
"contact_way": "通知接收",
|
||||
@@ -865,6 +869,7 @@
|
||||
"link.UnValid": "无效的链接",
|
||||
"llm_model_not_config": "检测到没有可用的语言模型",
|
||||
"load_failed": "加载失败",
|
||||
"logout": "登出",
|
||||
"max_quote_tokens": "引用上限",
|
||||
"max_quote_tokens_tips": "单次搜索最大的 token 数量,中文约 1 字=1.7 tokens,英文约 1 字=1 token",
|
||||
"mcp_server": "MCP 服务",
|
||||
@@ -1153,6 +1158,7 @@
|
||||
"support.wallet.subscription.Update extra dataset size": "额外存储量",
|
||||
"support.wallet.subscription.Upgrade plan": "升级套餐",
|
||||
"support.wallet.subscription.ai_model": "AI语言模型",
|
||||
"support.wallet.subscription.eval_items_count": "单次评测数据条数: {{count}} 条",
|
||||
"support.wallet.subscription.function.History store": "{{amount}} 天对话记录保留",
|
||||
"support.wallet.subscription.function.Max app": "{{amount}} 个应用上限",
|
||||
"support.wallet.subscription.function.Max dataset": "{{amount}} 个知识库上限",
|
||||
@@ -1202,6 +1208,7 @@
|
||||
"system.Concat us": "联系我们",
|
||||
"system.Help Document": "帮助文档",
|
||||
"system_help_chatbot": "机器人助手",
|
||||
"system_intro": "{{title}} 是一个大模型应用编排系统,提供开箱即用的数据处理、模型调用等能力,可以快速的构建知识库并通过 Flow 可视化进行工作流编排,实现复杂的知识库场景!\n",
|
||||
"tag_list": "标签列表",
|
||||
"team_tag": "团队标签",
|
||||
"templateTags.Image_generation": "图片生成",
|
||||
|
||||
Reference in New Issue
Block a user