From fbe0d05dfce831a16cbf1b99c517a6072ed1873d Mon Sep 17 00:00:00 2001 From: Sjshi763 Date: Mon, 2 Feb 2026 14:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E9=94=99=E5=9C=B0=E6=96=B9=E4=BA=86?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=AD=A3i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/i18n/locales/en-US/features/persona.json | 1 - dashboard/src/i18n/locales/zh-CN/features/persona.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dashboard/src/i18n/locales/en-US/features/persona.json b/dashboard/src/i18n/locales/en-US/features/persona.json index cd2ae05ce..7af4762da 100644 --- a/dashboard/src/i18n/locales/en-US/features/persona.json +++ b/dashboard/src/i18n/locales/en-US/features/persona.json @@ -11,7 +11,6 @@ "save": "Save", "move": "Move", "addDialogPair": "Add Dialog Pair", - "export": "Export", "import": "Import" }, "labels": { diff --git a/dashboard/src/i18n/locales/zh-CN/features/persona.json b/dashboard/src/i18n/locales/zh-CN/features/persona.json index 4b67f2971..dde380228 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/persona.json +++ b/dashboard/src/i18n/locales/zh-CN/features/persona.json @@ -11,7 +11,6 @@ "save": "保存", "move": "移动", "addDialogPair": "添加对话对", - "export": "导出", "import": "导入" }, "labels": { @@ -88,7 +87,8 @@ "toolsCount": "个工具", "skillsCount": "个 Skills", "contextMenu": { - "moveTo": "移动到..." + "moveTo": "移动到...", + "export": "导出" }, "messages": { "moveSuccess": "人格移动成功",