From d1e7105bd7950bd526fc77cc25c313bfca96f8d1 Mon Sep 17 00:00:00 2001 From: Sjshi763 Date: Mon, 2 Feb 2026 14:05:31 +0800 Subject: [PATCH] =?UTF-8?q?[Feature]=20=E4=BA=BA=E6=A0=BC=E8=AE=BE?= =?UTF-8?q?=E5=AE=9A=E6=94=AF=E6=8C=81=E5=AF=BC=E5=87=BA/=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E3=80=82=20Fixes=20#4409?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 找回需要的i18n --- .../i18n/locales/en-US/features/persona.json | 4 +++- .../i18n/locales/zh-CN/features/persona.json | 19 +++++-------------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/dashboard/src/i18n/locales/en-US/features/persona.json b/dashboard/src/i18n/locales/en-US/features/persona.json index 92ace0b1f..cd2ae05ce 100644 --- a/dashboard/src/i18n/locales/en-US/features/persona.json +++ b/dashboard/src/i18n/locales/en-US/features/persona.json @@ -10,7 +10,9 @@ "cancel": "Cancel", "save": "Save", "move": "Move", - "addDialogPair": "Add Dialog Pair" + "addDialogPair": "Add Dialog Pair", + "export": "Export", + "import": "Import" }, "labels": { "presetDialogs": "Preset Dialogs ({count} pairs)", diff --git a/dashboard/src/i18n/locales/zh-CN/features/persona.json b/dashboard/src/i18n/locales/zh-CN/features/persona.json index c1dfb7692..4b67f2971 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/persona.json +++ b/dashboard/src/i18n/locales/zh-CN/features/persona.json @@ -10,7 +10,9 @@ "cancel": "取消", "save": "保存", "move": "移动", - "addDialogPair": "添加对话对" + "addDialogPair": "添加对话对", + "export": "导出", + "import": "导入" }, "labels": { "presetDialogs": "预设对话 ({count} 对)", @@ -86,22 +88,11 @@ "toolsCount": "个工具", "skillsCount": "个 Skills", "contextMenu": { - "moveTo": "移动到...", - "export": "导出" + "moveTo": "移动到..." }, "messages": { "moveSuccess": "人格移动成功", - "moveError": "移动人格失败", - "exportSuccess": "导出成功", - "exportError": "导出失败", - "importSuccess": "导入成功", - "importError": "导入失败", - "importMissingFields": "导入数据缺少必需字段", - "importNetworkError": "无法连接到服务器", - "exportStart": "开始导出人格:", - "exportSuccessData": "导出成功,人格数据:", - "exportFailed": "导出人格失败:", - "importFailed": "导入人格失败:" + "moveError": "移动人格失败" } }, "folder": {