Skip to content

Commit 586128d

Browse files
committed
[Feature] 人格设定支持导出/导入。
Fixes #4409
1 parent 4667729 commit 586128d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dashboard/src/i18n/locales/en-US/features/persona.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"moveSuccess": "Persona moved successfully",
9797
"moveError": "Failed to move persona",
9898
"exportSuccess": "Exported successfully(excluding skills and tools)",
99+
"exportError": "Failed to export persona",
99100
"importSuccess": "Imported successfully",
100101
"importError": "Failed to import persona"
101102
}

dashboard/src/i18n/locales/zh-CN/features/persona.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"moveSuccess": "人格移动成功",
9797
"moveError": "移动人格失败",
9898
"exportSuccess": "导出成功(不包含 Skills 和工具)",
99+
"exportError": "导出失败",
99100
"importSuccess": "导入成功",
100101
"importError": "导入失败"
101102
}

0 commit comments

Comments
 (0)