|
66 | 66 | "homeUnarchive": "Unarchive", |
67 | 67 | "homeMoveTo": "Move to…", |
68 | 68 | "homeTrash": "Move to trash", |
| 69 | + "homeVaultLostBanner": "{count, plural, =1{1 vault note lost its latest changes} other{{count} vault notes lost their latest changes}} (vault locked during save).", |
| 70 | + "@homeVaultLostBanner": { |
| 71 | + "placeholders": { "count": { "type": "int" } } |
| 72 | + }, |
| 73 | + "drawerTrash": "Trash", |
| 74 | + "trashTitle": "Trash", |
| 75 | + "trashEmptyTitle": "Trash is empty", |
| 76 | + "trashEmptySubtitle": "Deleted notes appear here before permanent removal.", |
| 77 | + "trashRetentionNotice": "Notes in the trash are automatically deleted after {days} days.", |
| 78 | + "@trashRetentionNotice": { |
| 79 | + "placeholders": { "days": { "type": "int" } } |
| 80 | + }, |
| 81 | + "commonRestore": "Restore", |
| 82 | + "trashRestored": "Note restored", |
| 83 | + "trashDeleteForever": "Delete permanently", |
| 84 | + "trashDeleteForeverTitle": "Delete permanently?", |
| 85 | + "trashDeleteForeverBody": "This note will be permanently erased. This cannot be undone.", |
| 86 | + "trashDeletedForever": "Note permanently deleted", |
| 87 | + "trashEmptyAll": "Empty trash", |
| 88 | + "trashEmptyAllConfirm": "Permanently delete all notes in the trash? This cannot be undone.", |
69 | 89 | "homeRestore": "Restore", |
70 | 90 | "homeNoteDeleted": "Note deleted", |
71 | 91 | "homeUndo": "Undo", |
|
126 | 146 | "settingsThemeDark": "Dark", |
127 | 147 | "settingsSemanticSearch": "Advanced semantic search (MiniLM)", |
128 | 148 | "settingsSemanticSearchSubtitle": "More relevant, slow first indexing. Can be disabled at any time.", |
| 149 | + "embedderErrorModelAbsent": "MiniLM model missing from the app.", |
| 150 | + "embedderErrorLoadFailed": "Failed to load the semantic model.", |
| 151 | + "embedderErrorDowngradeFailed": "Failed to switch back to lightweight mode.", |
129 | 152 | "settingsSecureWindow": "Hide in recent apps", |
130 | 153 | "settingsSecureWindowSubtitle": "Prevents screenshots and hides the app preview in the Android task switcher.", |
131 | 154 | "settingsVaultAutoLock": "Vault auto-lock", |
|
159 | 182 | "@aboutVersion": { "placeholders": { "version": { "type": "String" } } }, |
160 | 183 | "aboutTagline": "Your notes stay in your pocket. The AI too.", |
161 | 184 | "aboutSectionPrivacy": "Privacy", |
| 185 | + "aboutPrivacyCardTitle": "100% private — zero surveillance", |
162 | 186 | "aboutPrivacy1": "No network connection — verifiable in the manifest", |
163 | 187 | "aboutPrivacy2": "No account, no sign-up", |
164 | 188 | "aboutPrivacy3": "No tracker, no advertising", |
|
0 commit comments