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": {