Some checks failed
CI / Windows build (push) Has been cancelled
Phase 0 of the file-based storage plan (docs/plans/ 2026-06-24-file-based-storage.md). Foundation only — no editor or DB change yet. - VaultService (SharedPreferences): stores the vault root path, vaultRootValid() = path set AND directory exists. - VaultSetupScreen: first-run folder picker (file_picker, Windows). - main.dart gates HomeScreen behind a valid vault, re-prompting if the saved folder is gone. - Settings: a Vault section to change the folder. Editors still use SQLite; later phases move annotations into per-file sidecars under the vault. analyze clean, tests green.
120 lines
4.2 KiB
Plaintext
120 lines
4.2 KiB
Plaintext
{
|
|
"@@locale": "en",
|
|
"appTitle": "BadNote",
|
|
"settings": "Settings",
|
|
"search": "Search",
|
|
"importPdf": "Import PDF",
|
|
"importPpt": "Import PPT",
|
|
"penCanvasBeta": "Pen Canvas (beta)",
|
|
"newNote": "New Note",
|
|
"open": "Open",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"deleteNoteTitle": "Delete note?",
|
|
"deleteNote": "Delete note",
|
|
"openInSplitView": "Open in Split View",
|
|
"splitViewSubtitle": "PDF reference + scratchpad",
|
|
"removeDocument": "Remove document",
|
|
"ok": "OK",
|
|
"pickColor": "Pick a color",
|
|
"clearSettingsTitle": "Clear all local settings?",
|
|
"clear": "Clear",
|
|
"settingsReset": "Settings reset to defaults",
|
|
"themeSystem": "System",
|
|
"themeLight": "Light",
|
|
"themeDark": "Dark",
|
|
"seedColorDesc": "Seed color for Material 3 theme",
|
|
"searchHint": "Search notes and documents...",
|
|
"searchError": "Search error: {error}",
|
|
"@searchError": {
|
|
"placeholders": { "error": { "type": "String" } }
|
|
},
|
|
"noResultsFor": "No results for \"{query}\"",
|
|
"@noResultsFor": {
|
|
"placeholders": { "query": { "type": "String" } }
|
|
},
|
|
"typeToSearch": "Type to search your notes and documents",
|
|
"sectionNotes": "Notes",
|
|
"sectionDocuments": "Documents",
|
|
"pageLabel": "Page {page}",
|
|
"@pageLabel": {
|
|
"placeholders": { "page": { "type": "int" } }
|
|
},
|
|
"processingPptx": "Processing PPTX...",
|
|
"processingPresentation": "Processing presentation...",
|
|
"couldNotOpenPresentation": "Could not open presentation.",
|
|
"toolPen": "Pen",
|
|
"toolHighlighter": "Highlighter",
|
|
"toolEraser": "Eraser",
|
|
"brushPicker": "Brush",
|
|
"brushFountainPen": "Fountain pen",
|
|
"brushBallpoint": "Ballpoint",
|
|
"brushPencil": "Pencil",
|
|
"brushHighlighter": "Highlighter",
|
|
"toolSelect": "Select",
|
|
"toolShape": "Shape",
|
|
"shapePicker": "Shape",
|
|
"shapeLine": "Line",
|
|
"shapeRectangle": "Rectangle",
|
|
"shapeEllipse": "Ellipse",
|
|
"shapeArrow": "Arrow",
|
|
"actionDeleteSelection": "Delete selection",
|
|
"actionUndo": "Undo",
|
|
"actionRedo": "Redo",
|
|
"fingerDrawingOn": "Finger drawing ON",
|
|
"fingerDrawingOff": "Finger drawing OFF (pen only)",
|
|
"pages": "Pages",
|
|
"penSettings": "Pen settings",
|
|
"inputDiagnostic": "Input diagnostic (writes a log file)",
|
|
"back": "Back",
|
|
"previousPage": "Previous page",
|
|
"nextPage": "Next page",
|
|
"toolSelectText": "Select text",
|
|
"actionHighlightSelection": "Highlight selection",
|
|
"toolPlaceScratchLink": "Place scratch link",
|
|
"scratchLinkDeleteTitle": "Delete scratch link?",
|
|
"scratchLinkDeleteBody": "This removes the anchor and its private scratchpad.",
|
|
"failedToOpenPdf": "Failed to open PDF:\n{error}",
|
|
"@failedToOpenPdf": {
|
|
"placeholders": { "error": { "type": "String" } }
|
|
},
|
|
"pdfNoPages": "PDF has no pages.",
|
|
"pageOfPages": "{current} / {total}",
|
|
"@pageOfPages": {
|
|
"placeholders": {
|
|
"current": { "type": "int" },
|
|
"total": { "type": "int" }
|
|
}
|
|
},
|
|
"board": "Board",
|
|
"boardTitle": "Sticky Board",
|
|
"boardOpen": "Sticky note board",
|
|
"boardAddCard": "Add card",
|
|
"boardNewCardText": "New note",
|
|
"boardDeleteCard": "Delete card",
|
|
"boardDeleteCardTitle": "Delete this card?",
|
|
"boardBacklinks": "Linked from",
|
|
"boardNoBacklinks": "Nothing links here yet",
|
|
"boardDanglingLink": "No card named \"{target}\"",
|
|
"@boardDanglingLink": {
|
|
"placeholders": { "target": { "type": "String" } }
|
|
},
|
|
"close": "Close",
|
|
"vaultSetupTitle": "Choose your vault",
|
|
"vaultSetupHeadline": "Pick a folder for your notebooks",
|
|
"vaultSetupBody": "BadNote stores your notebooks inside one folder you choose — like an Obsidian vault. Pick a folder you control (e.g. a synced folder) so your notes travel with their files.",
|
|
"vaultChooseFolder": "Choose folder",
|
|
"vaultMissingTitle": "Your vault folder is missing",
|
|
"vaultMissingBody": "The folder you picked can't be found (it may have been moved, deleted, or on a drive that's unplugged). Relocate it or pick a new one.",
|
|
"vaultPickFailed": "Couldn't open the folder picker: {error}",
|
|
"@vaultPickFailed": {
|
|
"placeholders": { "error": { "type": "String" } }
|
|
},
|
|
"vaultNotWritable": "That folder isn't writable. Please choose another.",
|
|
"vaultSection": "Vault",
|
|
"vaultFolderLabel": "Vault folder",
|
|
"vaultNoneSelected": "No folder selected",
|
|
"vaultChangeFolder": "Change vault folder",
|
|
"vaultUpdated": "Vault folder updated"
|
|
}
|