diff --git a/web/src/i18n/en.ts b/web/src/i18n/en.ts index 9da42348..907dab09 100644 --- a/web/src/i18n/en.ts +++ b/web/src/i18n/en.ts @@ -2466,6 +2466,7 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re extract: 'Project Inference', source: 'Not Added', target: 'Added', + }, prompt: { editor: 'Prompt Generator', history: 'My History', diff --git a/web/src/i18n/zh.ts b/web/src/i18n/zh.ts index 3ee79e15..42438c5a 100644 --- a/web/src/i18n/zh.ts +++ b/web/src/i18n/zh.ts @@ -2555,7 +2555,7 @@ export const zh = { extract: '工程推理', source: '未添加项', target: '已添加项', - } + }, prompt: { editor: '提示词生成器', history: '我的历史',