mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
V4.12.3 features (#5595)
* refactor: remove ModelProviderIdType and update related types (#5549) * perf: model provider * fix eval create split (#5570) * git rebase --continuedoc * add more variable types (#5540) * variable types * password * time picker * internal var * file * fix-test * time select default value & range * password & type render * fix * fix build * fix * move method * split date select * icon * perf: variable code * prompt editor add markdown plugin (#5556) * editor markdown * fix build * pnpm lock * add props * update code * fix list * editor ui * fix variable reset (#5586) * perf: variables type code * customize lexical indent (#5588) * perf: multiple selector * perf: tab plugin * doc * refactor: update workflow constants to use ToolTypeEnum (#5491) * refactor: replace FlowNodeTemplateTypeEnum with string literals in workflow templates * perf: tool type --------- Co-authored-by: archer <545436317@qq.com> * update doc * fix: make table's row more natural while dragging it (#5596) * feat: add APIGetTemplate function and refactor template fetching logic (#5498) * feat: add APIGetTemplate function and refactor template fetching logic * chore: adjust the code * chore: update sdk --------- Co-authored-by: FinleyGe <m13203533462@163.com> * perf init system * doc * remove log * remove i18n * perf: variables render --------- Co-authored-by: Ctrlz <143257420+ctrlz526@users.noreply.github.com> Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: 伍闲犬 <whoeverimf5@gmail.com> Co-authored-by: FinleyGe <m13203533462@163.com>
This commit is contained in:
@@ -601,6 +601,7 @@
|
||||
"core.module.Max Length": "最大长度",
|
||||
"core.module.Max Length placeholder": "输入文本的最大长度",
|
||||
"core.module.Max Value": "最大值",
|
||||
"core.module.Min Length": "最小位数",
|
||||
"core.module.Min Value": "最小值",
|
||||
"core.module.QueryExtension.placeholder": "例如:\n关于 Python 的介绍和使用等问题。\n当前对话与游戏《GTA5》有关。",
|
||||
"core.module.Select app": "选择应用",
|
||||
@@ -727,10 +728,17 @@
|
||||
"core.workflow.inputType.Manual input": "手动输入",
|
||||
"core.workflow.inputType.Manual select": "手动选择",
|
||||
"core.workflow.inputType.Reference": "变量引用",
|
||||
"core.workflow.inputType.custom": "自定义变量",
|
||||
"core.workflow.inputType.custom": "外部变量",
|
||||
"core.workflow.inputType.datasetSelect": "知识库选择",
|
||||
"core.workflow.inputType.dynamicTargetInput": "动态外部数据",
|
||||
"core.workflow.inputType.file": "文件上传",
|
||||
"core.workflow.inputType.input": "单行输入框",
|
||||
"core.workflow.inputType.internal": "内部变量",
|
||||
"core.workflow.inputType.jsonEditor": "JSON 输入框",
|
||||
"core.workflow.inputType.modelSelect": "对话模型选择",
|
||||
"core.workflow.inputType.multipleSelect": "多选框",
|
||||
"core.workflow.inputType.number input": "数字输入框",
|
||||
"core.workflow.inputType.password": "密码",
|
||||
"core.workflow.inputType.select": "单选框",
|
||||
"core.workflow.inputType.selectApp": "应用选择",
|
||||
"core.workflow.inputType.selectDataset": "知识库选择",
|
||||
@@ -738,6 +746,8 @@
|
||||
"core.workflow.inputType.switch": "开关",
|
||||
"core.workflow.inputType.textInput": "文本输入框",
|
||||
"core.workflow.inputType.textarea": "多行输入框",
|
||||
"core.workflow.inputType.timePointSelect": "时间点",
|
||||
"core.workflow.inputType.timeRangeSelect": "时间范围",
|
||||
"core.workflow.publish.OnRevert version": "点击回退到该版本",
|
||||
"core.workflow.publish.OnRevert version confirm": "确认回退至该版本?会为您保存编辑中版本的配置,并为回退版本创建一个新的发布版本。",
|
||||
"core.workflow.publish.histories": "发布记录",
|
||||
@@ -802,6 +812,7 @@
|
||||
"date_1_month": "1个月",
|
||||
"date_3_months": "3个月",
|
||||
"date_6_months": "6个月",
|
||||
"day": "日",
|
||||
"deep_rag_search": "深度搜索",
|
||||
"delete_api": "确认删除该API密钥?删除后该密钥立即失效,对应的对话日志不会删除,请确认!",
|
||||
"delete_failed": "删除失败",
|
||||
@@ -844,6 +855,8 @@
|
||||
"had_auth_value": "已填写",
|
||||
"has_verification": "已验证,点击取消绑定",
|
||||
"have_done": "已完成",
|
||||
"hour": "小时",
|
||||
"hour_unit": "时",
|
||||
"import_failed": "导入失败",
|
||||
"import_success": "导入成功",
|
||||
"info.buy_extra": "购买额外套餐",
|
||||
@@ -881,8 +894,11 @@
|
||||
"max_quote_tokens_tips": "单次搜索最大的 token 数量,中文约 1 字=1.7 tokens,英文约 1 字=1 token",
|
||||
"mcp_server": "MCP 服务",
|
||||
"member": "成员",
|
||||
"min_length": "最少需要 {{minLenth}} 个字符",
|
||||
"min_similarity": "最低相关度",
|
||||
"min_similarity_tip": "不同索引模型的相关度有区别,请通过搜索测试来选择合适的数值。使用 结果重排 时,使用重排结果进行过滤。",
|
||||
"minute": "分钟",
|
||||
"minute_unit": "分",
|
||||
"model.billing": "模型计费",
|
||||
"model.model_type": "模型类型",
|
||||
"model.name": "模型名",
|
||||
@@ -1007,6 +1023,8 @@
|
||||
"save_success": "保存成功",
|
||||
"scan_code": "扫码支付",
|
||||
"search_tool": "搜索工具",
|
||||
"second": "秒",
|
||||
"second_unit": "秒",
|
||||
"secret_key": "密钥",
|
||||
"secret_tips": "值保存后不会再次明文返回",
|
||||
"select_count_num": "已选 {{num}} 项",
|
||||
@@ -1224,6 +1242,8 @@
|
||||
"templateTags.Writing": "文本创作",
|
||||
"template_market": "模板市场",
|
||||
"textarea_variable_picker_tip": "输入\"/\"可选择变量",
|
||||
"time_point": "时间点",
|
||||
"time_range": "时间段",
|
||||
"to_dataset": "前往知识库",
|
||||
"total_num": "总数: {{num}}",
|
||||
"ui.textarea.Magnifying": "放大",
|
||||
|
||||
Reference in New Issue
Block a user