From defa99e6cd104eaf2c0118667a27a978a86ee938 Mon Sep 17 00:00:00 2001 From: zhsama Date: Mon, 9 Feb 2026 20:23:03 +0800 Subject: [PATCH] Revert "chore: Update prompt editor context labels to Chat History" This reverts commit ecf4c06ed703cb23f5970425c20ac09930d5703d. --- web/i18n/en-US/common.json | 4 ++-- web/i18n/ja-JP/common.json | 4 ++-- web/i18n/zh-Hans/common.json | 4 ++-- web/i18n/zh-Hant/common.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/i18n/en-US/common.json b/web/i18n/en-US/common.json index ceb11c43c5..36e8fafdf3 100644 --- a/web/i18n/en-US/common.json +++ b/web/i18n/en-US/common.json @@ -497,8 +497,8 @@ "plugin.serpapi.apiKeyPlaceholder": "Enter your API key", "plugin.serpapi.keyFrom": "Get your SerpAPI key from SerpAPI Account Page", "promptEditor.context.item.desc": "Insert context template", - "promptEditor.context.item.title": "Chat History", - "promptEditor.context.modal.add": "Add Chat History ", + "promptEditor.context.item.title": "Context", + "promptEditor.context.modal.add": "Add Context ", "promptEditor.context.modal.footer": "You can manage contexts in the Context section below.", "promptEditor.context.modal.title": "{{num}} Knowledge in Context", "promptEditor.existed": "Already exists in the prompt", diff --git a/web/i18n/ja-JP/common.json b/web/i18n/ja-JP/common.json index 24c82a73d1..4d664cc88e 100644 --- a/web/i18n/ja-JP/common.json +++ b/web/i18n/ja-JP/common.json @@ -497,8 +497,8 @@ "plugin.serpapi.apiKeyPlaceholder": "API キーを入力してください", "plugin.serpapi.keyFrom": "SerpAPI アカウントページから SerpAPI キーを取得してください", "promptEditor.context.item.desc": "コンテキストテンプレートを挿入", - "promptEditor.context.item.title": "チャット履歴", - "promptEditor.context.modal.add": "チャット履歴を追加", + "promptEditor.context.item.title": "コンテキスト", + "promptEditor.context.modal.add": "コンテキストを追加", "promptEditor.context.modal.footer": "以下のコンテキストセクションでコンテキストを管理できます。", "promptEditor.context.modal.title": "{{num}} 番目のコンテキスト", "promptEditor.existed": "プロンプトにすでに存在します", diff --git a/web/i18n/zh-Hans/common.json b/web/i18n/zh-Hans/common.json index 61a89ef99e..0e96eaca97 100644 --- a/web/i18n/zh-Hans/common.json +++ b/web/i18n/zh-Hans/common.json @@ -497,8 +497,8 @@ "plugin.serpapi.apiKeyPlaceholder": "输入你的 API 密钥", "plugin.serpapi.keyFrom": "从 SerpAPI 帐户页面获取您的 SerpAPI 密钥", "promptEditor.context.item.desc": "插入上下文模板", - "promptEditor.context.item.title": "对话历史", - "promptEditor.context.modal.add": "添加对话历史", + "promptEditor.context.item.title": "上下文", + "promptEditor.context.modal.add": "添加上下文", "promptEditor.context.modal.footer": "您可以在下面的“上下文”部分中管理上下文。", "promptEditor.context.modal.title": "有 {{num}} 个知识库在上下文中", "promptEditor.existed": "Prompt 中已存在", diff --git a/web/i18n/zh-Hant/common.json b/web/i18n/zh-Hant/common.json index 0518556ee5..6fdd6ae12c 100644 --- a/web/i18n/zh-Hant/common.json +++ b/web/i18n/zh-Hant/common.json @@ -497,8 +497,8 @@ "plugin.serpapi.apiKeyPlaceholder": "輸入你的 API 金鑰", "plugin.serpapi.keyFrom": "從 SerpAPI 帳戶頁面獲取您的 SerpAPI 金鑰", "promptEditor.context.item.desc": "插入上下文模板", - "promptEditor.context.item.title": "對話歷史", - "promptEditor.context.modal.add": "新增對話歷史", + "promptEditor.context.item.title": "上下文", + "promptEditor.context.modal.add": "新增上下文", "promptEditor.context.modal.footer": "您可以在下面的“上下文”部分中管理上下文。", "promptEditor.context.modal.title": "有 {{num}} 個知識庫在上下文中", "promptEditor.existed": "Prompt 中已存在",