perf: memo GridCard, fuse save fns, fix slash tab active color
This commit is contained in:
@@ -79,7 +79,8 @@
|
||||
"revisionPanelBody": "Review flashcards with the SM-2 algorithm. Decks are generated from your notes.",
|
||||
"backToNotebooks": "Back to notebooks",
|
||||
"dailyNote": "Daily Note",
|
||||
"dailyNoteError": "Could not open today's note"
|
||||
"dailyNoteError": "Could not open today's note",
|
||||
"dailyNoteTooltip": "Open or create your personal daily journal note for today"
|
||||
},
|
||||
"notes": {
|
||||
"title": "Notes",
|
||||
@@ -308,6 +309,8 @@
|
||||
"attachments": "Attachments",
|
||||
"search": "Search",
|
||||
"generateIllustration": "Generate illustration",
|
||||
"regenerateIllustration": "Regenerate illustration",
|
||||
"deleteIllustration": "Delete illustration",
|
||||
"saveFailed": "Failed to save",
|
||||
"createFirst": "Create your first note",
|
||||
"unarchived": "Unarchived",
|
||||
@@ -1009,7 +1012,9 @@
|
||||
"desktopNotificationsDesc": "Receive notifications in your browser",
|
||||
"notificationsDesc": "Manage your notification preferences",
|
||||
"autoSave": "Auto-save",
|
||||
"autoSaveDesc": "Automatically save changes while typing"
|
||||
"autoSaveDesc": "Automatically save changes while typing",
|
||||
"autoSaveEnabled": "Auto-save enabled!",
|
||||
"autoSaveDisabled": "Auto-save disabled"
|
||||
},
|
||||
"profile": {
|
||||
"title": "Profile",
|
||||
@@ -1089,7 +1094,15 @@
|
||||
"autoLabelingDesc": "Automatically suggests and applies labels to your notes",
|
||||
"noteHistory": "Note history",
|
||||
"noteHistoryDesc": "Enable version snapshots and restoration from History",
|
||||
"titleSuggestions": "Title suggestions"
|
||||
"titleSuggestions": "Title suggestions",
|
||||
"svgComplexity": "Illustration complexity",
|
||||
"svgComplexityDesc": "Controls the detail level and rendering richness of AI-generated note illustrations",
|
||||
"svgComplexitySimple": "Pictogram",
|
||||
"svgComplexitySimpleDesc": "Simple icon-style illustration — fast and clean",
|
||||
"svgComplexityIllustrated": "Illustrated",
|
||||
"svgComplexityIllustratedDesc": "Rich scene with gradients, layers and atmosphere",
|
||||
"svgComplexityRich": "Concept diagram",
|
||||
"svgComplexityRichDesc": "Structured knowledge map with nodes, connections and labels"
|
||||
},
|
||||
"general": {
|
||||
"loading": "Loading...",
|
||||
@@ -1897,6 +1910,8 @@
|
||||
"pl": "Polski"
|
||||
},
|
||||
"common": {
|
||||
"on": "On",
|
||||
"off": "Off",
|
||||
"unknown": "Unknown",
|
||||
"notAvailable": "N/A",
|
||||
"loading": "Loading...",
|
||||
@@ -3403,7 +3418,12 @@
|
||||
"copied": "Reference copied!",
|
||||
"copyRefFailed": "Could not copy block reference",
|
||||
"copyRefNoNote": "Save the note before copying a block reference",
|
||||
"copyRefUnsupported": "This block type cannot be referenced yet"
|
||||
"copyRefUnsupported": "This block type cannot be referenced yet",
|
||||
"createDiagram": "Create diagram",
|
||||
"createDiagramDesc": "Create an Excalidraw diagram from this block",
|
||||
"createDiagramLoading": "Generating Excalidraw diagram by AI...",
|
||||
"createDiagramSuccess": "Diagram generated and inserted successfully!",
|
||||
"createDiagramEmpty": "The block text is empty or too short to generate a diagram."
|
||||
},
|
||||
"smartPaste": {
|
||||
"prompt": "Paste this block reference as:",
|
||||
|
||||
Reference in New Issue
Block a user