Replace the single-page PdfPageView bitmap with a pdfrx PdfViewer: real vector text, continuous scroll, native pinch-zoom (no custom zoom solver, so no zoom-jump here). Ink is glued per-page via pageOverlaysBuilder; the pen is captured at the viewer level by PenCaptureRegion while touch falls through to scroll / pinch / text-select. Add select-text -> highlight via PdfTextSelectionParams: the selection's fragment rects are stored as normalized page rects and drawn under the ink. In-memory only for now. Per-page persistence, undo/redo, tools, colors, thumbnails and pen settings are reused verbatim. analyze clean, 270 tests green.
74 lines
2.3 KiB
Plaintext
74 lines
2.3 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",
|
|
"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",
|
|
"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" }
|
|
}
|
|
}
|
|
}
|