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": "人格移动成功",