feat(web): update zh.ts / en.ts

This commit is contained in:
zhaoying
2025-12-25 12:08:12 +08:00
parent 2b30a69b94
commit e608d8f9d0
2 changed files with 8 additions and 2 deletions

View File

@@ -1028,9 +1028,7 @@ export const en = {
memories: 'memories',
expanded: 'Expand',
description: 'Description',
entityType: 'Entity Type',
conversationMemory: 'Conversation Storage Content',
sortByTimeDesc: 'Sort by time in descending order',
editConfig: 'Edit Config',
chooseModel: 'Choose Model',

View File

@@ -1110,6 +1110,11 @@ export const zh = {
memories: '记忆',
expanded: '展开',
description: '描述',
conversationMemory: '对话存储内容',
editConfig: '编辑模型',
chooseModel: '选择模型',
nodeStatistics: '记忆分类',
total: '总计',
@@ -1150,6 +1155,9 @@ export const zh = {
ragDesc: '基于向量检索,适合文档问答和语义搜索',
neo4j: '图存储',
neo4jDesc: '基于知识图谱,适合关系推理和路径查询',
llmModel: 'LLM 模型',
embeddingModel: 'Embedding 模型',
rerankModel: 'Rerank 模型'
},
memoryExtractionEngine: {
title: '记忆引擎模块配置中心',