47 lines
1.4 KiB
Plaintext
47 lines
1.4 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",
|
||
|
|
"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",
|
||
|
|
"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" }
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|