Merge #53 into develop_web from feature/20251219_zy

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

* feature/20251219_zy: (1 commits)
  feat(web): update zh.ts / en.ts

Signed-off-by: zhaoying <zhaoying@redbearai.com>
Merged-by: zhaoying <zhaoying@redbearai.com>

CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/53
This commit is contained in:
赵莹
2025-12-25 12:08:48 +08:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1045,9 +1045,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

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