From baf02e4faaa9a5b2886f7eac69182aa6f96dc470 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Tue, 31 Mar 2026 15:39:06 +0800 Subject: [PATCH 1/2] fix(web): update i18n --- web/src/i18n/en.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/i18n/en.ts b/web/src/i18n/en.ts index 9b957a84..4e631b26 100644 --- a/web/src/i18n/en.ts +++ b/web/src/i18n/en.ts @@ -1827,6 +1827,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re memoryTipTitle: 'Are you sure you want to enable conversation memory? Conversations will be saved to the memory store.', stopAudioRecorder: 'Stop Recording', startAudioRecorder: 'Start Recording', + citations: 'Citations', }, login: { title: 'Red Bear Memory Science', From 17d3c81c0231c6aab9bdd6757592b711cea12f75 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Tue, 31 Mar 2026 19:06:55 +0800 Subject: [PATCH 2/2] fix(web): update i18n --- web/src/i18n/en.ts | 2 +- web/src/i18n/zh.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/i18n/en.ts b/web/src/i18n/en.ts index 4e631b26..c1d11f68 100644 --- a/web/src/i18n/en.ts +++ b/web/src/i18n/en.ts @@ -1508,7 +1508,7 @@ export const en = { EPISODIC_MEMORY: 'Episodic Memory', FORGET_MEMORY: 'Forget Memory', - endUserProfile: 'Profile', + endUserProfile: 'Permanent Memory', editEndUserProfile: 'Edit', other_name: 'Name', position: 'Position', diff --git a/web/src/i18n/zh.ts b/web/src/i18n/zh.ts index 862ed5d4..60cb1c98 100644 --- a/web/src/i18n/zh.ts +++ b/web/src/i18n/zh.ts @@ -1506,7 +1506,7 @@ export const zh = { EPISODIC_MEMORY: '情景记忆', FORGET_MEMORY: '遗忘记忆', - endUserProfile: '核心档案', + endUserProfile: '永久记忆', editEndUserProfile: '编辑', other_name: '名称', position: '职位',