From 3d3926b98e5a422a18c1fb989604701890dd71cf Mon Sep 17 00:00:00 2001 From: Sjshi763 Date: Mon, 2 Feb 2026 14:12:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E8=AF=81=E7=9B=B8=E5=90=8C=E7=9A=84i1?= =?UTF-8?q?8n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/i18n/locales/en-US/features/persona.json | 11 +---------- .../src/i18n/locales/zh-CN/features/persona.json | 3 ++- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/dashboard/src/i18n/locales/en-US/features/persona.json b/dashboard/src/i18n/locales/en-US/features/persona.json index 7af4762da..0bacd6d82 100644 --- a/dashboard/src/i18n/locales/en-US/features/persona.json +++ b/dashboard/src/i18n/locales/en-US/features/persona.json @@ -93,16 +93,7 @@ "messages": { "moveSuccess": "Persona moved successfully", "moveError": "Failed to move persona", - "exportSuccess": "Exported successfully", - "exportError": "Export failed", - "importSuccess": "Imported successfully", - "importError": "Import failed", - "importMissingFields": "Import data missing required fields", - "importNetworkError": "Unable to connect to server", - "exportStart": "Starting persona export:", - "exportSuccessData": "Export successful, persona data:", - "exportFailed": "Persona export failed:", - "importFailed": "Persona import failed:" + "exportSuccess": "Exported successfully" } }, "folder": { diff --git a/dashboard/src/i18n/locales/zh-CN/features/persona.json b/dashboard/src/i18n/locales/zh-CN/features/persona.json index dde380228..6bb4bc5e7 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/persona.json +++ b/dashboard/src/i18n/locales/zh-CN/features/persona.json @@ -92,7 +92,8 @@ }, "messages": { "moveSuccess": "人格移动成功", - "moveError": "移动人格失败" + "moveError": "移动人格失败", + "exportSuccess": "导出成功" } }, "folder": {