UI Stabilization: Global color theme updates (#75B2D6), AI Assistant styling refactor, and navigation fixes
This commit is contained in:
@@ -448,43 +448,36 @@
|
||||
"explain": "Explain"
|
||||
},
|
||||
"generate": {
|
||||
"sectionLabel": "Generate from this note",
|
||||
"slides": "Generate a presentation",
|
||||
"diagram": "Generate a diagram",
|
||||
"loading": "Generating…",
|
||||
"slidesReady": "Presentation generated!",
|
||||
"diagramReady": "Diagram generated!",
|
||||
"downloadPptx": "Download .pptx",
|
||||
"openDiagram": "Open in Lab",
|
||||
"error": "Error during generation",
|
||||
"noNoteId": "Save the note first",
|
||||
"slides": "Generate Slides",
|
||||
"sectionLabel": "Generation Tools",
|
||||
"theme": "Theme",
|
||||
"themeArchitecturalMono": "Architectural Mono",
|
||||
"themeVibrantTech": "Vibrant Tech",
|
||||
"themeMinimalSilk": "Minimal Silk",
|
||||
"style": "Style",
|
||||
"diagramType": "Type",
|
||||
"typeAuto": "Auto",
|
||||
"styleSoft": "Soft",
|
||||
"styleSharp": "Sharp",
|
||||
"styleRounded": "Rounded",
|
||||
"stylePill": "Pill",
|
||||
"styleProfessional": "Professional",
|
||||
"diagram": "Generate Diagram",
|
||||
"diagramReadyHint": "Convert note into visual flow",
|
||||
"diagramType": "Diagram Type",
|
||||
"typeAuto": "Auto-detect",
|
||||
"typeFlowchart": "Flowchart",
|
||||
"typeMindMap": "Mind Map",
|
||||
"typeTimeline": "Timeline",
|
||||
"typeOrgChart": "Org Chart",
|
||||
"typeArchitecture": "Architecture",
|
||||
"typeProcessMap": "Process Map",
|
||||
"styleSketchy": "Sketchy",
|
||||
"styleAustere": "Austere",
|
||||
"styleSketchPlus": "Sketch+",
|
||||
"toastLoading": {
|
||||
"slides": "⏳ Generating presentation…",
|
||||
"diagram": "⏳ Generating diagram…"
|
||||
},
|
||||
"toastLoadingDesc": "You can navigate freely, a notification will appear.",
|
||||
"toastSuccessSlides": "Click Download in the AI panel.",
|
||||
"toastSuccessDiagram": "Your diagram is available in the Lab.",
|
||||
"diagramReadyHint": "Use the panel below: Excalidraw or insert into the note.",
|
||||
"openInExcalidraw": "Open in Excalidraw (Lab)",
|
||||
"insertDiagramInNote": "Insert as image into note",
|
||||
"insertNeedEditor": "Can't insert here — open a note with the assistant or use the Lab.",
|
||||
"insertFetchError": "Couldn't load the diagram.",
|
||||
"insertExportError": "Failed to export the diagram as an image.",
|
||||
"insertUploadError": "Failed to upload the image.",
|
||||
"diagramImageAlt": "Generated diagram",
|
||||
"insertedInNote": "Diagram added to the note"
|
||||
"styleSoft": "Soft",
|
||||
"styleMinimal": "Minimal",
|
||||
"styleDraft": "Draft",
|
||||
"stylePolished": "Polished",
|
||||
"styleHandwritten": "Handwritten",
|
||||
"diagramReady": "Diagram is ready!",
|
||||
"openInExcalidraw": "Open in Excalidraw Lab",
|
||||
"insertDiagramInNote": "Embed PNG in current note",
|
||||
"diagramImageAlt": "AI Generated Diagram",
|
||||
"insertedInNote": "Diagram inserted in note",
|
||||
"insertExportError": "Error exporting/uploading diagram"
|
||||
},
|
||||
"openAssistant": "Open AI Assistant",
|
||||
"poweredByMomento": "Powered by Momento AI",
|
||||
@@ -689,7 +682,7 @@
|
||||
"recent": "Recent",
|
||||
"proPlan": "Pro Plan",
|
||||
"chat": "AI Chat",
|
||||
"lab": "The Lab",
|
||||
"lab": "The Workshop",
|
||||
"agents": "Agents"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1774,7 +1767,7 @@
|
||||
"timeoutWarning": "Response is taking longer than expected..."
|
||||
},
|
||||
"labHeader": {
|
||||
"title": "The Lab",
|
||||
"title": "The Workshop",
|
||||
"live": "Live",
|
||||
"currentProject": "Current Project",
|
||||
"choose": "Choose...",
|
||||
@@ -1828,6 +1821,12 @@
|
||||
"slashCodeDesc": "Code snippet",
|
||||
"slashDivider": "Divider",
|
||||
"slashDividerDesc": "Horizontal separator",
|
||||
"slashTable": "Table",
|
||||
"slashTableDesc": "Insert a simple grid",
|
||||
"slashDiagram": "Diagram",
|
||||
"slashDiagramDesc": "Generate a flow or mindmap",
|
||||
"slashSlides": "Presentation",
|
||||
"slashSlidesDesc": "Generate a beautiful slide deck",
|
||||
"slashImage": "Image",
|
||||
"slashImageDesc": "Embed an image from URL",
|
||||
"slashAlignLeft": "Align Left",
|
||||
|
||||
Reference in New Issue
Block a user