|
99 | 99 | }, |
100 | 100 | "export": { |
101 | 101 | "title": "Create Backup", |
102 | | - "description": "Export all data as a ZIP backup file, including database, knowledge base, config and attachments.", |
103 | | - "includes": "Backup includes: Main database, Knowledge bases (metadata + vector index + documents), Config files, Attachment files", |
| 102 | + "description": "Export all data as a ZIP backup file, including database, knowledge base, config, attachments and skills.", |
| 103 | + "includes": "Backup includes: Main database, Knowledge bases (metadata + vector index + documents), Config files, Attachment files, Skills", |
104 | 104 | "button": "Start Export", |
105 | 105 | "processing": "Exporting...", |
106 | 106 | "wait": "Please wait, packaging data...", |
|
140 | 140 | "currentVersion": "Current Version", |
141 | 141 | "backupTime": "Backup Time", |
142 | 142 | "matchTitle": "✅ Version Match", |
143 | | - "matchMessage": "Import will clear and overwrite all existing data, including:\n• Main database (conversations, settings, etc.)\n• Knowledge bases\n• Plugins and plugin data\n• Configuration files\n\nThis action cannot be undone! Do you want to continue?", |
| 143 | + "matchMessage": "Import will clear and overwrite all existing data, including:\n• Main database (conversations, settings, etc.)\n• Knowledge bases\n• Plugins and plugin data\n• Configuration files\n• Skills\n\nThis action cannot be undone! Do you want to continue?", |
144 | 144 | "minorDiffTitle": "⚠️ Version Difference Warning", |
145 | 145 | "minorDiffMessage": "Minor version differences are usually compatible, but there may be some data structure changes.\nImport will clear and overwrite all existing data!\n\nDo you want to continue?", |
146 | 146 | "majorDiffTitle": "⛔ Cannot Import", |
|
0 commit comments