mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
Feat: App folder and permission (#1726)
* app folder * feat: app foldere * fix: run app param error * perf: select app ux * perf: folder rerender * fix: ts * fix: parentId * fix: permission * perf: loading ux * perf: per select ux * perf: clb context * perf: query extension tip * fix: ts * perf: app detail per * perf: default per
This commit is contained in:
@@ -9,13 +9,18 @@
|
||||
"Chat Logs Tips": "Logs will record online, shared and API (chatId required) conversation records for this app",
|
||||
"Chat logs": "Chat Logs",
|
||||
"Confirm Del App Tip": "Confirm to delete this app and all its chat records?",
|
||||
"Confirm delete folder tip": "Are you sure to delete this folder? All the following applications and corresponding chat records will be deleted, please confirm!",
|
||||
"Connection is invalid": "Connection is invalid",
|
||||
"Connection type is different": "Connection type is different",
|
||||
"Copy Module Config": "Copy Config",
|
||||
"Create bot": "App",
|
||||
"Create one ai app": "Create AI app",
|
||||
"Dataset Quote Template": "Knowledge Base QA Mode",
|
||||
"Edit app": "Edit app",
|
||||
"Export Config Successful": "Config copied, please check for important data",
|
||||
"Export Configs": "Export Configs",
|
||||
"Feedback Count": "User Feedback",
|
||||
"Go to chat": "To chat",
|
||||
"Import Configs": "Import Configs",
|
||||
"Import Configs Failed": "Failed to import configs, please ensure configs are valid!",
|
||||
"Input Field Settings": "Input Field Settings",
|
||||
@@ -25,6 +30,7 @@
|
||||
"Logs Time": "Time",
|
||||
"Logs Title": "Title",
|
||||
"Mark Count": "Marked Answer Count",
|
||||
"Move app": "Move app",
|
||||
"My Apps": "My Apps",
|
||||
"Output Field Settings": "Output Field Settings",
|
||||
"Paste Config": "Paste Config",
|
||||
|
@@ -49,6 +49,7 @@
|
||||
"Delete Success": "Delete Success",
|
||||
"Delete Tip": "Delete Tip",
|
||||
"Delete Warning": "Delete Warning",
|
||||
"Delete folder": "Delete",
|
||||
"Detail": "Detail",
|
||||
"Documents": "Documents",
|
||||
"Done": "Done",
|
||||
@@ -64,6 +65,8 @@
|
||||
"Import failed": "Import failed",
|
||||
"Import success": "Import success",
|
||||
"Input": "Input",
|
||||
"Input folder description": "Folder description",
|
||||
"Input name": "Folder name",
|
||||
"Intro": "Intro",
|
||||
"Invalid Json": "Invalid JSON format, please check.",
|
||||
"Last Step": "Last Step",
|
||||
@@ -71,6 +74,7 @@
|
||||
"Load Failed": "Load Failed",
|
||||
"Loading": "Loading...",
|
||||
"More settings": "More settings",
|
||||
"Move": "Move",
|
||||
"MultipleRowSelect": {
|
||||
"No data": "No data available"
|
||||
},
|
||||
@@ -84,6 +88,7 @@
|
||||
"OK": "OK",
|
||||
"Open": "Open",
|
||||
"Opened": "Opened",
|
||||
"Operation": "Operation",
|
||||
"Other": "Other",
|
||||
"Output": "Output",
|
||||
"Params": "Params",
|
||||
@@ -161,7 +166,9 @@
|
||||
"folder": {
|
||||
"Drag Tip": "Drag me",
|
||||
"Move Success": "Move successful",
|
||||
"Move to": "Move to",
|
||||
"No Folder": "No subdirectories, place here",
|
||||
"Open folder": "Open folder",
|
||||
"Root Path": "Root directory",
|
||||
"empty": "This directory has nothing selectable~"
|
||||
},
|
||||
@@ -1212,8 +1219,12 @@
|
||||
"Tools": "Tools"
|
||||
},
|
||||
"permission": {
|
||||
"Collaborator": "",
|
||||
"Default permission": "Default permission",
|
||||
"Manage": "Manage",
|
||||
"Not collaborator": "Not collaborator",
|
||||
"Permission": "Permission",
|
||||
"Permission config": "Permission config",
|
||||
"Private": "Private",
|
||||
"Private Tip": "Only available to oneself",
|
||||
"Public": "Team",
|
||||
@@ -1292,6 +1303,9 @@
|
||||
"Response Quote tips": "Return quote content in the share link, but will not allow users to download the original document"
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"Permission": "Permission"
|
||||
},
|
||||
"standard": {
|
||||
"AI Bonus Points": "AI points",
|
||||
"Expired Time": "End time",
|
||||
|
@@ -8,13 +8,18 @@
|
||||
"Chat Logs Tips": "日志会记录该应用的在线、分享和 API(需填写 chatId) 对话记录",
|
||||
"Chat logs": "对话日志",
|
||||
"Confirm Del App Tip": "确认删除该应用及其所有聊天记录?",
|
||||
"Confirm delete folder tip": "确认删除该文件夹?将会删除它下面所有应用及对应的聊天记录,请确认!",
|
||||
"Connection is invalid": "连接无效",
|
||||
"Connection type is different": "连接的类型不一致",
|
||||
"Copy Module Config": "复制配置",
|
||||
"Create bot": "应用",
|
||||
"Create one ai app": "创建一个AI应用",
|
||||
"Dataset Quote Template": "知识库问答模式",
|
||||
"Edit app": "编辑应用",
|
||||
"Export Config Successful": "已复制配置,自动过滤部分敏感信息,请注意检查是否仍有敏感数据",
|
||||
"Export Configs": "导出配置",
|
||||
"Feedback Count": "用户反馈",
|
||||
"Go to chat": "去对话",
|
||||
"Import Configs": "导入配置",
|
||||
"Import Configs Failed": "导入配置失败,请确保配置正常!",
|
||||
"Input Field Settings": "输入字段编辑",
|
||||
@@ -24,6 +29,7 @@
|
||||
"Logs Time": "时间",
|
||||
"Logs Title": "标题",
|
||||
"Mark Count": "标注答案数量",
|
||||
"Move app": "移动应用",
|
||||
"My Apps": "我的应用",
|
||||
"Output Field Settings": "输出字段编辑",
|
||||
"Paste Config": "粘贴配置",
|
||||
|
@@ -49,6 +49,7 @@
|
||||
"Delete Success": "删除成功",
|
||||
"Delete Tip": "删除提示",
|
||||
"Delete Warning": "删除警告",
|
||||
"Delete folder": "删除文件夹",
|
||||
"Detail": "详情",
|
||||
"Documents": "文档",
|
||||
"Done": "完成",
|
||||
@@ -64,6 +65,8 @@
|
||||
"Import failed": "导入失败",
|
||||
"Import success": "导入成功",
|
||||
"Input": "输入",
|
||||
"Input folder description": "文件夹描述",
|
||||
"Input name": "取个名字",
|
||||
"Intro": "介绍",
|
||||
"Invalid Json": "无效的JSON格式,请注意检查。",
|
||||
"Last Step": "上一步",
|
||||
@@ -71,6 +74,7 @@
|
||||
"Load Failed": "加载失败",
|
||||
"Loading": "加载中...",
|
||||
"More settings": "更多设置",
|
||||
"Move": "移动",
|
||||
"MultipleRowSelect": {
|
||||
"No data": "没有可选值"
|
||||
},
|
||||
@@ -84,6 +88,7 @@
|
||||
"OK": "好的",
|
||||
"Open": "打开",
|
||||
"Opened": "已开启",
|
||||
"Operation": "操作",
|
||||
"Other": "其他",
|
||||
"Output": "输出",
|
||||
"Params": "参数",
|
||||
@@ -162,7 +167,9 @@
|
||||
"folder": {
|
||||
"Drag Tip": "点我可拖动",
|
||||
"Move Success": "移动成功",
|
||||
"Move to": "移动到",
|
||||
"No Folder": "没有子目录了,就放这里吧",
|
||||
"Open folder": "打开文件夹",
|
||||
"Root Path": "根目录",
|
||||
"empty": "这个目录已经没东西可选了~"
|
||||
},
|
||||
@@ -532,7 +539,6 @@
|
||||
"Go Dataset": "前往知识库",
|
||||
"Intro Placeholder": "这个知识库还没有介绍~",
|
||||
"Manual collection": "手动数据集",
|
||||
"externalFile": "外部文件库",
|
||||
"My Dataset": "我的知识库",
|
||||
"Name": "知识库名称",
|
||||
"Query extension intro": "开启问题优化功能,可以提高提高连续对话时,知识库搜索的精度。开启该功能后,在进行知识库搜索时,会根据对话记录,利用 AI 补全问题缺失的信息。",
|
||||
@@ -586,7 +592,8 @@
|
||||
"success": "开始同步"
|
||||
}
|
||||
},
|
||||
"training": {}
|
||||
"training": {
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"Auxiliary Data": "辅助数据",
|
||||
@@ -619,6 +626,7 @@
|
||||
"unCreateCollection": "无权操作该数据",
|
||||
"unLinkCollection": "不是网络链接集合"
|
||||
},
|
||||
"externalFile": "外部文件库",
|
||||
"file": "文件",
|
||||
"folder": "目录",
|
||||
"import": {
|
||||
@@ -1219,8 +1227,12 @@
|
||||
"Tools": "工具"
|
||||
},
|
||||
"permission": {
|
||||
"Collaborator": "协作者",
|
||||
"Default permission": "默认权限",
|
||||
"Manage": "管理",
|
||||
"Not collaborator": "暂无协作者",
|
||||
"Permission": "权限",
|
||||
"Permission config": "权限配置",
|
||||
"Private": "私有",
|
||||
"Private Tip": "仅自己可用",
|
||||
"Public": "团队",
|
||||
@@ -1299,6 +1311,9 @@
|
||||
"Response Quote tips": "在分享链接中返回引用内容,但不会允许用户下载原文档"
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"Permission": "权限"
|
||||
},
|
||||
"standard": {
|
||||
"AI Bonus Points": "AI 积分",
|
||||
"Expired Time": "结束时间",
|
||||
|
Reference in New Issue
Block a user