Update localization files and remove unused files

This commit is contained in:
n4ze3m
2024-04-06 21:51:13 +05:30
parent 0ec5621b89
commit e96a579e02
22 changed files with 212 additions and 31 deletions

View File

@@ -48,5 +48,6 @@
"submit": "提交",
"noData": "无数据",
"noHistory": "无聊天记录",
"chatWithCurrentPage": "与当前页面聊天"
"chatWithCurrentPage": "与当前页面聊天",
"beta": "Beta"
}

View File

@@ -0,0 +1,42 @@
{
"addBtn": "添加新知识",
"columns": {
"title": "标题",
"status": "状态",
"embeddings": "嵌入模型",
"createdAt": "创建于",
"action": "操作"
},
"expandedColumns": {
"name": "名称"
},
"tooltip": {
"delete": "删除"
},
"confirm": {
"delete": "您确定要删除此知识吗?"
},
"deleteSuccess": "知识删除成功",
"status": {
"pending": "待定",
"finished": "已完成",
"processing": "处理中"
},
"addKnowledge": "添加知识",
"form": {
"title": {
"label": "知识标题",
"placeholder": "输入知识标题",
"required": "知识标题是必需的"
},
"uploadFile": {
"label": "上传文件",
"uploadText": "将文件拖放到此处或点击上传",
"uploadHint": "支持的文件类型: .pdf, .csv, .txt",
"required": "文件是必需的"
},
"submit": "提交",
"success": "知识添加成功"
},
"noEmbeddingModel": "请先从Ollama设置页面添加一个嵌入模型"
}

View File

@@ -1 +0,0 @@
{}

View File

@@ -246,5 +246,9 @@
"koFi": "在Ko-fi上支持",
"githubSponsor": "在GitHub上赞助",
"githubRepo": "GitHub仓库"
}
},
"manageKnowledge": {
"title": "管理知识",
"heading": "配置知识库"
}
}