mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
Perf input guide (#1557)
* perf: input guide code * perf: input guide ui * Chat input guide api * Update app chat config store * perf: app chat config field * perf: app context * perf: params * fix: ts * perf: filter private config * perf: filter private config * perf: import workflow * perf: limit max tip amount
This commit is contained in:
@@ -46,14 +46,6 @@
|
||||
"type": "\"{{type}}\"类型\n{{description}}"
|
||||
},
|
||||
"modules": {
|
||||
"Config Texts": "配置词库",
|
||||
"Config question guide": "配置输入提示",
|
||||
"Custom question guide URL": "自定义词库地址",
|
||||
"Input Guide": "智能推荐",
|
||||
"Only support CSV": "仅支持 CSV 导入,点击下载模板",
|
||||
"Question Guide": "输入提示",
|
||||
"Question Guide Switch": "是否开启",
|
||||
"Question Guide Texts": "词库",
|
||||
"Title is required": "模块名不能为空"
|
||||
}
|
||||
}
|
||||
|
13
projects/app/i18n/zh/chat.json
Normal file
13
projects/app/i18n/zh/chat.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Chat input guide lexicon is empty": "还没有配置词库",
|
||||
"Config input guide": "配置输入引导",
|
||||
"Config input guide lexicon": "配置词库",
|
||||
"Config input guide lexicon title": "配置词库",
|
||||
"Csv input lexicon tip": "仅支持 CSV 批量导入,点击下载模板",
|
||||
"Custom input guide url": "自定义词库地址",
|
||||
"Input guide": "输入引导",
|
||||
"Input guide lexicon": "词库",
|
||||
"Input guide tip": "可以配置一些预设的问题。在用户输入问题时,会从这些预设问题中获取相关问题进行提示。",
|
||||
"Insert input guide, Some data already exists": "有重复数据,已自动过滤,共插入: {{len}} 条数据",
|
||||
"New input guide lexicon": "新词库"
|
||||
}
|
@@ -3,6 +3,7 @@
|
||||
"App": "应用",
|
||||
"Export": "导出",
|
||||
"Folder": "文件夹",
|
||||
"Is open": "是否开启",
|
||||
"Login": "登录",
|
||||
"Move": "移动",
|
||||
"Name": "名称",
|
||||
@@ -16,6 +17,7 @@
|
||||
"Action": "操作",
|
||||
"Add": "添加",
|
||||
"Add New": "新增",
|
||||
"Add Success": "添加成功",
|
||||
"All": "全部",
|
||||
"Back": "返回",
|
||||
"Beta": "实验版",
|
||||
@@ -1184,6 +1186,7 @@
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"Create failed": "创建失败",
|
||||
"fileNotFound": "文件找不到了~",
|
||||
"team": {
|
||||
"overSize": "团队成员超出上限"
|
||||
|
Reference in New Issue
Block a user