|
10 | 10 | "During migrate, the current library will be overwritten." |
11 | 11 | ], |
12 | 12 | "migrateToMarkdown": [ |
13 | | - "Migrate SQLite to Markdown vault?", |
| 13 | + "Migrate to Markdown Vault?", |
14 | 14 | "The selected vault will be overwritten with the current SQLite library." |
15 | 15 | ], |
16 | 16 | "migrateToSqlite": [ |
17 | | - "Migrate Markdown vault to SQLite?", |
| 17 | + "Rollback to SQLite?", |
18 | 18 | "Current SQLite data will be replaced with data from markdown vault." |
19 | 19 | ], |
20 | 20 | "backup": { |
|
25 | 25 | "success": { |
26 | 26 | "copied": "Copied to clipboard", |
27 | 27 | "migrate": "DB successfully migrated.", |
28 | | - "migrateToMarkdown": "SQLite migrated to markdown vault. Folders: {{folders}}, snippets: {{snippets}}, tags: {{tags}}.", |
29 | | - "migrateToSqlite": "Markdown vault migrated to SQLite. Folders: {{folders}}, snippets: {{snippets}}, tags: {{tags}}.", |
| 28 | + "migrateToMarkdown": "Migrated to Markdown Vault. Folders: {{folders}}, snippets: {{snippets}}, tags: {{tags}}.", |
| 29 | + "migrateToSqlite": "Rolled back to SQLite. Folders: {{folders}}, snippets: {{snippets}}, tags: {{tags}}.", |
30 | 30 | "vaultLoaded": "Vault successfully loaded.", |
31 | 31 | "backup": { |
32 | 32 | "created": "Backup successfully created.", |
|
51 | 51 | }, |
52 | 52 | "description": { |
53 | 53 | "storage": "The directory where the SQLite database is stored.", |
| 54 | + "storageEngine": "Markdown Vault is the new recommended storage format. SQLite remains available for compatibility and rollback.", |
54 | 55 | "storageVault": "Choose the vault directory. To sync between devices, select a folder in iCloud Drive, Google Drive or Dropbox.", |
55 | 56 | "migrate": { |
56 | 57 | "fromV3": "To migrate from massCode v3 select the folder containing the JSON file.", |
|
0 commit comments