From d2ed543425f9fddd5628e2797bdc7bae066c4456 Mon Sep 17 00:00:00 2001 From: Sjshi763 Date: Sat, 17 Jan 2026 13:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84i18n=E9=94=AE=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/i18n/locales/en-US/features/persona.json | 4 +--- dashboard/src/i18n/locales/zh-CN/features/persona.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dashboard/src/i18n/locales/en-US/features/persona.json b/dashboard/src/i18n/locales/en-US/features/persona.json index 451e991ed..9ce06dcc8 100644 --- a/dashboard/src/i18n/locales/en-US/features/persona.json +++ b/dashboard/src/i18n/locales/en-US/features/persona.json @@ -7,7 +7,6 @@ "createFirst": "Create First Persona", "edit": "Edit", "delete": "Delete", - "copy": "Copy JSON", "export": "Export JSON", "import": "Import", "cancel": "Cancel", @@ -65,7 +64,6 @@ "saveError": "Save failed", "deleteConfirm": "Are you sure you want to delete persona \"{id}\"? This action cannot be undone.", "deleteSuccess": "Deleted successfully", - "deleteError": "Delete failed", - "copySuccess": "Copied to clipboard" + "deleteError": "Delete failed" } } diff --git a/dashboard/src/i18n/locales/zh-CN/features/persona.json b/dashboard/src/i18n/locales/zh-CN/features/persona.json index eb605221a..ee8f3ee1a 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/persona.json +++ b/dashboard/src/i18n/locales/zh-CN/features/persona.json @@ -7,7 +7,6 @@ "createFirst": "创建第一个人格", "edit": "编辑", "delete": "删除", - "copy": "复制 JSON", "export": "导出 JSON", "import": "导入", "cancel": "取消", @@ -65,7 +64,6 @@ "saveError": "保存失败", "deleteConfirm": "确定要删除人格 \"{id}\" 吗?此操作不可撤销。", "deleteSuccess": "删除成功", - "deleteError": "删除失败", - "copySuccess": "已复制到剪贴板" + "deleteError": "删除失败" } }