Some checks failed
CI / Windows build (push) Has been cancelled
Replace the ad-hoc tool palette with a shared tool system (EditorToolKind) across the PDF, note and slide editors, and add the core writing tools. - Multiple brushes, each remembering its OWN color (rnote-style): selecting a brush restores its color, changing color updates only that brush, and each brush button shows its current color. - Select tool: tap-select a committed stroke, drag to move it, delete it — persisted and undoable. - Shape tool: line / rectangle / ellipse / arrow, drawn with a live preview and committed as generated PenStrokes (shape_geometry.dart) so they reuse stroke rendering, erase, persistence and undo. - Highlighter + eraser fold into the same tool system. Text/bookmark/search+OCR/backgrounds/Windows-Ink are later batches (TODO). Brush opacity still deferred. analyze clean, 302 tests.
104 lines
3.3 KiB
Plaintext
104 lines
3.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",
|
|
"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"
|
|
}
|