From 3396efb679dbe91363e5a824aa1595005b30308e Mon Sep 17 00:00:00 2001 From: Gaofeng Date: Sun, 30 Nov 2025 21:15:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=20=E8=AE=BE=E7=BD=AE.?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=20=E4=B8=AD=E7=9A=84=20=E2=80=9C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=89=80=E6=9C=89=E5=AF=B9=E8=AF=9D=E2=80=9D=20?= =?UTF-8?q?=E5=92=8C=20=E2=80=9C=E5=BD=92=E6=A1=A3=E6=89=80=E6=9C=89?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/components/chat/Settings/DataControls.svelte | 8 ++++---- src/lib/i18n/locales/zh-CN/translation.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/components/chat/Settings/DataControls.svelte b/src/lib/components/chat/Settings/DataControls.svelte index c7b9d13905..df079e688c 100644 --- a/src/lib/components/chat/Settings/DataControls.svelte +++ b/src/lib/components/chat/Settings/DataControls.svelte @@ -219,7 +219,7 @@
{$i18n.t('Archived Chats')}
- {#if showArchiveConfirm} + - {#if showDeleteConfirm} + diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 181b5531b0..c018a09c15 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -682,7 +682,7 @@ "Export All Archived Chats": "导出所有已存档对话", "Export All Chats (All Users)": "导出所有用户对话", "Export chat (.json)": "JSON 文件 (.json)", - "Export Chats": "导出对话", + "Export Chats": "导出对话记录", "Export Config to JSON File": "将配置信息导出为 JSON 文件", "Export Presets": "导出预设", "Export Prompt Suggestions": "导出提示词建议",