feat: architectural grid editor fullPage + slash commands + doc info panel + AI title
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
},
|
||||
"sidebar": {
|
||||
"notes": "Notes",
|
||||
"recent": "Recent",
|
||||
"quickNav": "Quick navigation",
|
||||
"reminders": "Reminders",
|
||||
"labels": "Labels",
|
||||
"editLabels": "Edit labels",
|
||||
@@ -58,6 +60,7 @@
|
||||
"confirmDelete": "Are you sure you want to delete this note?",
|
||||
"confirmLeaveShare": "Are you sure you want to leave this shared note?",
|
||||
"sharedBy": "Shared by",
|
||||
"sharedShort": "Shared",
|
||||
"leaveShare": "Leave",
|
||||
"delete": "Delete",
|
||||
"archive": "Archive",
|
||||
@@ -131,10 +134,13 @@
|
||||
"pinnedNotes": "Pinned Notes",
|
||||
"recent": "Recent",
|
||||
"addNote": "Add Note",
|
||||
"readMore": "Read more",
|
||||
"remove": "Remove",
|
||||
"dragToReorder": "Drag to reorder",
|
||||
"more": "More options",
|
||||
"emptyState": "No notes yet. Create your first note!",
|
||||
"metadataPanel": "Details",
|
||||
"metadataNotebook": "Notebook",
|
||||
"emptyStateTabs": "No notes here yet. Use \"New note\" in the sidebar to add one (AI title suggestions appear in the composer).",
|
||||
"inNotebook": "In notebook",
|
||||
"moveFailed": "Failed to move note. Please try again.",
|
||||
@@ -148,7 +154,9 @@
|
||||
"undoShortcut": "Undo (Ctrl+Z)",
|
||||
"viewCards": "Cards View",
|
||||
"viewCardsTooltip": "Card grid with drag-and-drop reorder",
|
||||
"viewTabs": "List View",
|
||||
"viewList": "List",
|
||||
"viewListTooltip": "Scannable list with preview, dates, and labels",
|
||||
"viewTabs": "Tabs",
|
||||
"viewTabsTooltip": "Tabs on top, note below — drag tabs to reorder",
|
||||
"viewModeGroup": "Notes display mode",
|
||||
"reorderTabs": "Reorder tab",
|
||||
@@ -201,6 +209,7 @@
|
||||
"createFailed": "Failed to create note",
|
||||
"updateFailed": "Failed to update note",
|
||||
"archived": "Note archived",
|
||||
"unarchivedSuccess": "Note removed from archive",
|
||||
"archiveFailed": "Failed to archive",
|
||||
"sort": "Sort",
|
||||
"confirmDeleteTitle": "Delete note",
|
||||
@@ -464,7 +473,16 @@
|
||||
},
|
||||
"toastLoadingDesc": "You can navigate freely, a notification will appear.",
|
||||
"toastSuccessSlides": "Click Download in the AI panel.",
|
||||
"toastSuccessDiagram": "Your diagram is available in the Lab."
|
||||
"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"
|
||||
},
|
||||
"openAssistant": "Open AI Assistant",
|
||||
"poweredByMomento": "Powered by Momento AI",
|
||||
@@ -681,6 +699,17 @@
|
||||
"themeLight": "Light",
|
||||
"themeDark": "Dark",
|
||||
"themeSystem": "System",
|
||||
"themeBaseGroup": "Base",
|
||||
"themePalettesGroup": "Color palettes",
|
||||
"themeSepia": "Sepia",
|
||||
"themeMidnight": "Midnight",
|
||||
"themeRose": "Rose",
|
||||
"themeGreen": "Green",
|
||||
"themeLavender": "Lavender",
|
||||
"themeSand": "Sand",
|
||||
"themeOcean": "Ocean",
|
||||
"themeSunset": "Sunset",
|
||||
"themeBlue": "Blue",
|
||||
"notifications": "Notifications",
|
||||
"language": "Language",
|
||||
"selectLanguage": "Select language",
|
||||
@@ -1277,6 +1306,7 @@
|
||||
"notesViewLabel": "Notes layout",
|
||||
"notesViewTabs": "Tabs (OneNote-style)",
|
||||
"notesViewMasonry": "Cards (grid)",
|
||||
"notesViewList": "List (magazine)",
|
||||
"selectTheme": "Select theme",
|
||||
"fontFamilyLabel": "Font Family",
|
||||
"fontFamilyDescription": "Choose the font used throughout the app",
|
||||
|
||||
Reference in New Issue
Block a user