feat(web): user memory
This commit is contained in:
@@ -1190,10 +1190,6 @@ export const en = {
|
||||
|
||||
nodeStatistics: 'Memory Classification',
|
||||
total: 'Total',
|
||||
Chunk: 'Long-term Memory',
|
||||
MemorySummary: 'Episodic Memory',
|
||||
Statement: 'Emotional Memory',
|
||||
ExtractedEntity: 'Short-term Memory',
|
||||
|
||||
PERCEPTUAL_MEMORY: 'Perceptual Memory',
|
||||
WORKING_MEMORY: 'Working Memory',
|
||||
@@ -1244,6 +1240,10 @@ export const en = {
|
||||
timelineMemories: 'Shared Memory Timeline',
|
||||
emotionLine: 'Emotion Changes Over Time',
|
||||
interaction: 'Interaction Frequency & Relationship Stages',
|
||||
timelines_memory: 'All',
|
||||
MemorySummary: 'Long-term Accumulation',
|
||||
Statement: 'Emotional Memory',
|
||||
ExtractedEntity: 'Episodic Memory',
|
||||
},
|
||||
space: {
|
||||
createSpace: 'Create Space',
|
||||
@@ -1987,6 +1987,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
},
|
||||
statementDetail: {
|
||||
wordCloud: 'Emotion Distribution Analysis',
|
||||
totalCount: 'Sample Count',
|
||||
pieces: 'items',
|
||||
emotionTags: 'High-Frequency Emotion Keywords',
|
||||
joy: 'Joy',
|
||||
@@ -2281,6 +2282,14 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
emotion: 'Emotion',
|
||||
core_definition: 'Core Definition',
|
||||
detailed_notes: 'Detailed Notes',
|
||||
},
|
||||
workingDetail: {
|
||||
conversationStream: 'Real-time Conversation Stream',
|
||||
refresh: 'Refresh',
|
||||
successfulTitle: 'Successful Experience',
|
||||
question: 'Lessons Learned',
|
||||
summary: 'Core Insights',
|
||||
none: 'None'
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1269,11 +1269,6 @@ export const zh = {
|
||||
nodeStatistics: '记忆分类',
|
||||
total: '总计',
|
||||
|
||||
Chunk: '长期记忆',
|
||||
MemorySummary: '情景记忆',
|
||||
Statement: '情绪记忆',
|
||||
ExtractedEntity: '短期记忆',
|
||||
|
||||
PERCEPTUAL_MEMORY: '感知记忆',
|
||||
WORKING_MEMORY: '工作记忆',
|
||||
SHORT_TERM_MEMORY: '短期记忆',
|
||||
@@ -1325,6 +1320,10 @@ export const zh = {
|
||||
timelineMemories: '共同记忆时间线',
|
||||
emotionLine: '情绪随时间变化',
|
||||
interaction: '互动频率 & 关系阶段',
|
||||
timelines_memory: '全部',
|
||||
MemorySummary: '长期沉淀',
|
||||
Statement: '情绪记忆',
|
||||
ExtractedEntity: '情景记忆',
|
||||
},
|
||||
space: {
|
||||
createSpace: '创建空间',
|
||||
@@ -2087,6 +2086,7 @@ export const zh = {
|
||||
},
|
||||
statementDetail: {
|
||||
wordCloud: '情感分布分析',
|
||||
totalCount: '样本数',
|
||||
pieces: '条',
|
||||
emotionTags: '高频情绪关键词',
|
||||
joy: '喜悦',
|
||||
@@ -2381,6 +2381,14 @@ export const zh = {
|
||||
emotion: '情绪',
|
||||
core_definition: '核心定义',
|
||||
detailed_notes: '详细笔记',
|
||||
},
|
||||
workingDetail: {
|
||||
conversationStream: '实时对话流',
|
||||
refresh: '刷新',
|
||||
successfulTitle: '成功经验',
|
||||
question: '踩过的坑',
|
||||
summary: '核心洞察',
|
||||
none: '无'
|
||||
}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user