We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4667729 commit 586128dCopy full SHA for 586128d
2 files changed
dashboard/src/i18n/locales/en-US/features/persona.json
@@ -96,6 +96,7 @@
96
"moveSuccess": "Persona moved successfully",
97
"moveError": "Failed to move persona",
98
"exportSuccess": "Exported successfully(excluding skills and tools)",
99
+ "exportError": "Failed to export persona",
100
"importSuccess": "Imported successfully",
101
"importError": "Failed to import persona"
102
}
dashboard/src/i18n/locales/zh-CN/features/persona.json
"moveSuccess": "人格移动成功",
"moveError": "移动人格失败",
"exportSuccess": "导出成功(不包含 Skills 和工具)",
+ "exportError": "导出失败",
"importSuccess": "导入成功",
"importError": "导入失败"
0 commit comments