UI: chat interface remove skills list
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"modelNotFound": "Model not found",
|
||||
"availableModels": "Available Models",
|
||||
"dataSource": "Data Source",
|
||||
"clearSelected": "Clear Selected",
|
||||
"clearSelected": "Clear Selection",
|
||||
"clearSelectedWithCount": "Clear Selected ({{count}})",
|
||||
"noAvailableSkills": "No available skills",
|
||||
"askAnything": "Ask anything...",
|
||||
@@ -98,7 +98,7 @@
|
||||
"dataSourceConfig": "Data Source Configuration",
|
||||
"manageDataSourceConnections": "Manage data source connections for Q&A",
|
||||
"newDataSource": "New Data Source",
|
||||
"noDataSources": "No data sources",
|
||||
"noDataSources": "No data source available in current project, please create one in settings",
|
||||
"clickTopRightToAddFirstDataSource": "Click the button on the top right to add your first data source",
|
||||
"newProject": "New Project",
|
||||
"projectList": "Project List",
|
||||
@@ -236,7 +236,7 @@
|
||||
"knowledgeBaseReindexSuccess": "Knowledge base reindexed successfully",
|
||||
"knowledgeBaseReindexFailed": "Failed to reindex knowledge base",
|
||||
"selectProjectBeforeManageKnowledgeBase": "Please select a project before managing knowledge bases",
|
||||
"noKnowledgeBases": "No knowledge bases in this project. Create one in Settings first.",
|
||||
"noKnowledgeBases": "No knowledge base available in current project, please create one in settings",
|
||||
"confirmDeleteUser": "Are you sure you want to delete this user?",
|
||||
"newUserMustHavePassword": "New users must have a password",
|
||||
"anErrorOccurred": "An error occurred",
|
||||
|
||||
@@ -251,6 +251,7 @@
|
||||
"knowledgeBaseReindexFailed": "知识库重建索引失败",
|
||||
"selectProjectBeforeManageKnowledgeBase": "请先选择一个项目,再进行知识库管理",
|
||||
"noKnowledgeBases": "当前项目暂无知识库,请先在设置中创建",
|
||||
"noDataSources": "当前项目暂无数据源,请先在设置中创建",
|
||||
"confirmDeleteUser": "确认删除该用户吗?",
|
||||
"newUserMustHavePassword": "新建用户必须填写密码",
|
||||
"anErrorOccurred": "发生错误",
|
||||
|
||||
Reference in New Issue
Block a user