mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
4.8-fix (#1305)
* fix if-else find variables (#92) * fix if-else find variables * change workflow output type * fix tooltip style * fix * 4.8 (#93) * api middleware * perf: app version histories * faq * perf: value type show * fix: ts * fix: Run the same node multiple times * feat: auto save workflow * perf: auto save workflow --------- Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
"Confirm Import": "Import",
|
||||
"Confirm Move": "Move here",
|
||||
"Confirm Update": "Update",
|
||||
"Confirm to leave the page": "Are you sure to leave this page?",
|
||||
"Copy": "Copy",
|
||||
"Copy Successful": "Copy Successful",
|
||||
"Course": "",
|
||||
@@ -278,6 +279,7 @@
|
||||
"Api request desc": "Access to the existing system through API, or enterprise micro, flying book, etc",
|
||||
"App intro": "App intro",
|
||||
"App params config": "App Config",
|
||||
"Auto Save time": "Auto-saved: {{time}}",
|
||||
"Chat Variable": "",
|
||||
"Config schedule plan": "Config schedule config",
|
||||
"Config whisper": "Config whisper",
|
||||
@@ -289,6 +291,11 @@
|
||||
"Max histories": "Dialog round",
|
||||
"Max tokens": "Max tokens",
|
||||
"Name and avatar": "Avatar & Name",
|
||||
"Onclick to save": "Save",
|
||||
"Publish": "Publish",
|
||||
"Publish Confirm": "Sure to release the app? App status is immediately updated across all publishing channels.",
|
||||
"Publish Failed": "Publish error",
|
||||
"Publish Success": "Publish Success",
|
||||
"Question Guide": "Question Guide",
|
||||
"Question Guide Tip": "At the end of the conversation, three leading questions will be asked.",
|
||||
"Quote prompt": "Quote prompt",
|
||||
@@ -1035,11 +1042,16 @@
|
||||
},
|
||||
"valueType": {
|
||||
"any": "Any",
|
||||
"arrayBoolean": "Array Boolean",
|
||||
"arrayNumber": "Array Number",
|
||||
"arrayObject": "Array Object",
|
||||
"arrayString": "Array String",
|
||||
"boolean": "Boolean",
|
||||
"chatHistory": "History",
|
||||
"datasetQuote": "Dataset Quote",
|
||||
"dynamicTargetInput": "Dynamic Input",
|
||||
"number": "Number",
|
||||
"object": "Object",
|
||||
"selectApp": "Select App",
|
||||
"selectDataset": "Select Dataset",
|
||||
"string": "String",
|
||||
@@ -1128,6 +1140,7 @@
|
||||
"textarea": "Textarea"
|
||||
},
|
||||
"tool": {
|
||||
"Handle": "Tool handle",
|
||||
"Select Tool": "Select Tool"
|
||||
}
|
||||
}
|
||||
|
@@ -73,6 +73,7 @@
|
||||
"Confirm Import": "确认导入",
|
||||
"Confirm Move": "移动到这",
|
||||
"Confirm Update": "确认更新",
|
||||
"Confirm to leave the page": "确认离开该页面?",
|
||||
"Copy": "复制",
|
||||
"Copy Successful": "复制成功",
|
||||
"Course": "",
|
||||
@@ -278,6 +279,7 @@
|
||||
"Api request desc": "通过 API 接入到已有系统中,或企微、飞书等",
|
||||
"App intro": "应用介绍",
|
||||
"App params config": "应用配置",
|
||||
"Auto Save time": "自动保存: {{time}}",
|
||||
"Chat Variable": "对话框变量",
|
||||
"Config schedule plan": "配置定时执行",
|
||||
"Config whisper": "配置语音输入",
|
||||
@@ -289,6 +291,11 @@
|
||||
"Max histories": "聊天记录数量",
|
||||
"Max tokens": "回复上限",
|
||||
"Name and avatar": "头像 & 名称",
|
||||
"Onclick to save": "点击保存",
|
||||
"Publish": "发布",
|
||||
"Publish Confirm": "确认发布应用?会立即更新所有发布渠道的应用状态。",
|
||||
"Publish Failed": "发布失败",
|
||||
"Publish Success": "发布成功",
|
||||
"Question Guide": "猜你想问",
|
||||
"Question Guide Tip": "对话结束后,会为生成 3 个引导性问题。",
|
||||
"Quote prompt": "引用模板提示词",
|
||||
@@ -689,7 +696,7 @@
|
||||
"Data file progress": "数据上传进度",
|
||||
"Data process params": "数据处理参数",
|
||||
"Down load csv template": "点击下载 CSV 模板",
|
||||
"Embedding Estimated Price Tips": "仅使用索引模型,消耗少量Tokens: {{price}}积分/1k Tokens",
|
||||
"Embedding Estimated Price Tips": "仅使用索引模型,消耗少量AI积分: {{price}}积分/1k Tokens",
|
||||
"Estimated Price": "预估价格: {{amount}}{{unit}}",
|
||||
"Estimated Price Tips": "QA计费为\n输入: {{charsPointsPrice}}积分/1k Tokens",
|
||||
"Estimated points": "预估消耗 {{points}} 积分",
|
||||
@@ -716,7 +723,7 @@
|
||||
"Preview chunks": "预览分段(最多5段)",
|
||||
"Preview raw text": "预览源文本(最多3000字)",
|
||||
"Process way": "处理方式",
|
||||
"QA Estimated Price Tips": "需调用文件处理模型,需要消耗较多Tokens: {{price}}积分/1k Tokens",
|
||||
"QA Estimated Price Tips": "需调用文件处理模型,需要消耗较多AI积分: {{price}}积分/1k Tokens",
|
||||
"QA Import": "QA拆分",
|
||||
"QA Import Tip": "根据一定规则,将文本拆成一段较大的段落,调用 AI 为该段落生成问答对。有非常高的检索精度,但是会丢失很多内容细节。",
|
||||
"Re Preview": "重新生成预览",
|
||||
@@ -1036,11 +1043,16 @@
|
||||
},
|
||||
"valueType": {
|
||||
"any": "任意",
|
||||
"arrayBoolean": "布尔数组",
|
||||
"arrayNumber": "数字数组",
|
||||
"arrayObject": "对象数组",
|
||||
"arrayString": "字符串数组",
|
||||
"boolean": "布尔",
|
||||
"chatHistory": "聊天记录",
|
||||
"datasetQuote": "引用内容",
|
||||
"chatHistory": "历史记录",
|
||||
"datasetQuote": "知识库类型",
|
||||
"dynamicTargetInput": "动态字段输入",
|
||||
"number": "数字",
|
||||
"object": "对象",
|
||||
"selectApp": "应用选择",
|
||||
"selectDataset": "知识库选择",
|
||||
"string": "字符串",
|
||||
@@ -1129,6 +1141,7 @@
|
||||
"textarea": "多行输入框"
|
||||
},
|
||||
"tool": {
|
||||
"Handle": "工具连接器",
|
||||
"Select Tool": "选择工具"
|
||||
}
|
||||
}
|
||||
@@ -1421,7 +1434,7 @@
|
||||
"user": {
|
||||
"AI point standard": "AI积分标准",
|
||||
"Avatar": "头像",
|
||||
"Go laf env": "点击前往 laf 获取 PAT 凭证。",
|
||||
"Go laf env": "点击前往 {{env}} 获取 PAT 凭证。",
|
||||
"Laf account course": "查看绑定 laf 账号教程。",
|
||||
"Laf account intro": "绑定你的laf账号后,你将可以在工作流中使用 laf 模块,实现在线编写代码。",
|
||||
"Need to login": "请先登录",
|
||||
|
Reference in New Issue
Block a user