mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 15:11:13 +00:00

* 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>
54 lines
2.4 KiB
JSON
54 lines
2.4 KiB
JSON
{
|
||
"Action": "操作",
|
||
"Evaluation_app": "评测应用",
|
||
"Evaluation_app_tip": "支持简易应用,不含有用户交互节点的工作流。暂不支持插件。",
|
||
"Evaluation_file": "评测文件",
|
||
"Evaluation_model": "评测模型",
|
||
"Executor": "执行人",
|
||
"Overall_score": "综合评分",
|
||
"Progress": "进度",
|
||
"Start_end_time": "开始时间 / 结束时间",
|
||
"Task_name": "任务名",
|
||
"Task_name_placeholder": "请输入任务名",
|
||
"answer": "标准答案",
|
||
"app_required": "请选择评测应用",
|
||
"app_response": "应用输出",
|
||
"back": "退出",
|
||
"check_error": "校验失败",
|
||
"check_error_tip": "请检查:\n1. 是否与.csv模板表头数据一致 \n2. 是否缺失必填项 \n3. 全局变量-是否超出字数限制、数字范围限制 \n4. 全局变量-数字框, 字符是否为number \n5. 全局变量-单选框, 字符是否与选项完全一致",
|
||
"check_format": "格式校验",
|
||
"click_to_download_template": "点击下载该应用的 CSV 模板",
|
||
"comfirm_delete_item": "确认删除该条数据?",
|
||
"comfirm_delete_task": "确认删除该任务及其所有数据?",
|
||
"completed": "已完成",
|
||
"create_task": "创建任务",
|
||
"data": "数据",
|
||
"data_list": "数据列表",
|
||
"detail": "详情",
|
||
"error": "异常",
|
||
"error_tooltip": "有异常任务。 \n点击后,打开任务详情弹窗",
|
||
"eval_file_check_error": "评测文件校验失败",
|
||
"evaluating": "评估中",
|
||
"evaluation": "应用评测",
|
||
"evaluation_created": "评测任务创建成功",
|
||
"evaluation_export_title": "问题,标准答案,实际回答,状态,综合得分",
|
||
"evaluation_file_max_size": "{{count}} 条数据",
|
||
"export": "导出数据",
|
||
"file_required": "请选择评测文件",
|
||
"file_uploading": "文件上传中: {{num}}%",
|
||
"history": "历史记录",
|
||
"paused": "已暂停",
|
||
"question": "用户问题",
|
||
"queuing": "排队中",
|
||
"search_task": "查找任务",
|
||
"standard_response": "标准输出",
|
||
"start_evaluation": "开始评测",
|
||
"stauts": "状态",
|
||
"task_creating": "正在创建任务",
|
||
"task_detail": "任务详情",
|
||
"task_name": "任务名称",
|
||
"team_has_running_evaluation": "当前团队已有正在运行的应用评测,请等待完成后再创建新的应用评测",
|
||
"template_csv_file_select_tip": "仅支持<highlight>严格按照模板</highlight>填写的 {{fileType}} 文件",
|
||
"variables": "全局变量"
|
||
}
|