Merge branch 'feature/20251219_zy' into develop_web
This commit is contained in:
@@ -36,7 +36,7 @@ export const en = {
|
||||
apiKeyManagement: 'API KEY Management',
|
||||
toolManagement: 'Tool Management',
|
||||
emotionEngine: 'Emotion Engine',
|
||||
emotionDetail: 'Emotion Memory',
|
||||
statementDetail: 'Emotion Memory',
|
||||
selfReflectionEngine: 'Self Reflection Engine',
|
||||
},
|
||||
dashboard: {
|
||||
@@ -1037,7 +1037,24 @@ export const en = {
|
||||
conversationMemory: 'Conversation Storage Content',
|
||||
sortByTimeDesc: 'Sort by time in descending order',
|
||||
editConfig: 'Edit Config',
|
||||
chooseModel: 'Choose Model'
|
||||
chooseModel: 'Choose Model',
|
||||
|
||||
nodeStatistics: 'Memory Classification',
|
||||
total: 'Total',
|
||||
Chunk: 'Long-term Memory',
|
||||
MemorySummary: 'Episodic Memory',
|
||||
Statement: 'Emotional Memory',
|
||||
ExtractedEntity: 'Short-term Memory',
|
||||
endUserProfile: 'Core Profile',
|
||||
editEndUserProfile: 'Edit',
|
||||
name: 'Name',
|
||||
position: 'Position',
|
||||
department: 'Department',
|
||||
contact: 'Contact',
|
||||
phone: 'Phone',
|
||||
hire_date: 'Hire Date',
|
||||
memoryContent: 'Memory Content',
|
||||
created_at: 'Created At',
|
||||
},
|
||||
space: {
|
||||
createSpace: 'Create Space',
|
||||
@@ -1626,7 +1643,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
expect_improvement_tag: 'Only low threshold will record',
|
||||
confidence: 'Confidence'
|
||||
},
|
||||
emotionDetail: {
|
||||
statementDetail: {
|
||||
wordCloud: 'Emotion Distribution Analysis',
|
||||
pieces: 'items',
|
||||
emotionTags: 'High-Frequency Emotion Keywords',
|
||||
|
||||
@@ -36,7 +36,7 @@ export const zh = {
|
||||
userMemoryDetail: '用户记忆详情',
|
||||
toolManagement: '工具管理',
|
||||
emotionEngine: '情感引擎',
|
||||
emotionDetail: '情绪记忆',
|
||||
statementDetail: '情绪记忆',
|
||||
selfReflectionEngine: '反思引擎',
|
||||
},
|
||||
knowledgeBase: {
|
||||
@@ -1114,6 +1114,23 @@ export const zh = {
|
||||
occupation: '职业',
|
||||
memories: '记忆',
|
||||
expanded: '展开',
|
||||
|
||||
nodeStatistics: '记忆分类',
|
||||
total: '总计',
|
||||
Chunk: '长期记忆',
|
||||
MemorySummary: '情景记忆',
|
||||
Statement: '情绪记忆',
|
||||
ExtractedEntity: '短期记忆',
|
||||
endUserProfile: '核心档案',
|
||||
editEndUserProfile: '编辑',
|
||||
name: '姓名',
|
||||
position: '职位',
|
||||
department: '部门',
|
||||
contact: '联系方式',
|
||||
phone: '电话',
|
||||
hire_date: '入职时间',
|
||||
memoryContent: '记忆内容',
|
||||
created_at: '创建时间',
|
||||
},
|
||||
space: {
|
||||
createSpace: '创建空间',
|
||||
@@ -1714,7 +1731,7 @@ export const zh = {
|
||||
expect_improvement_tag: '仅低阈值会记录',
|
||||
confidence: '置信度'
|
||||
},
|
||||
emotionDetail: {
|
||||
statementDetail: {
|
||||
wordCloud: '情感分布分析',
|
||||
pieces: '条',
|
||||
emotionTags: '高频情绪关键词',
|
||||
|
||||
Reference in New Issue
Block a user