- Add slides.tool.ts with support for title, bullets, chart, stats, table, cards, timeline, quote, comparison, equation, image, summary slide types - Chart types: bar, horizontal-bar, line, donut, radar - Integrate with agent executor and canvas system - Add multilingual support (en/fr) - Various UI improvements and bug fixes Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2641 lines
115 KiB
JSON
2641 lines
115 KiB
JSON
{
|
|
"auth": {
|
|
"signIn": "Sign In",
|
|
"signUp": "Sign Up",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"name": "Name",
|
|
"emailPlaceholder": "Enter your email address",
|
|
"passwordPlaceholder": "Enter your password",
|
|
"namePlaceholder": "Enter your name",
|
|
"passwordMinChars": "Enter password (min 6 chars)",
|
|
"resetPassword": "Reset Password",
|
|
"resetPasswordInstructions": "Enter your email to reset password",
|
|
"forgotPassword": "Forgot password?",
|
|
"noAccount": "Don't have an account?",
|
|
"hasAccount": "Already have an account?",
|
|
"signInToAccount": "Sign in to your account",
|
|
"createAccount": "Create your account",
|
|
"rememberMe": "Remember me",
|
|
"orContinueWith": "Or continue with",
|
|
"continueWithGoogle": "Continue with Google",
|
|
"sessionExpired": "Your session has expired. Please sign in again.",
|
|
"oauthAccountNotLinked": "This Google account does not match your existing account. Use the same email or sign in with your password.",
|
|
"checkYourEmail": "Check your email",
|
|
"resetEmailSent": "We have sent a password reset link to your email address if it exists in our system.",
|
|
"returnToLogin": "Return to Login",
|
|
"forgotPasswordTitle": "Forgot Password",
|
|
"forgotPasswordDescription": "Enter your email address and we'll send you a link to reset your password.",
|
|
"sending": "Sending...",
|
|
"sendResetLink": "Send Reset Link",
|
|
"backToLogin": "Back to login",
|
|
"signOut": "Sign out",
|
|
"confirmPassword": "Confirm Password",
|
|
"confirmPasswordPlaceholder": "Confirm your password",
|
|
"welcomeBack": "Welcome Back",
|
|
"welcomeBackSubtitle": "Enter your credentials to access your notes.",
|
|
"createYourSpace": "Create Your Space",
|
|
"createYourSpaceSubtitle": "Join the new era of smart note-taking.",
|
|
"forgot": "Forgot?",
|
|
"backToSite": "Back to site",
|
|
"privacyTerms": "© 2025 Momento Labs — Privacy · Terms"
|
|
},
|
|
"sidebar": {
|
|
"notes": "Notes",
|
|
"recent": "Recent",
|
|
"quickNav": "Quick navigation",
|
|
"reminders": "Reminders",
|
|
"labels": "Labels",
|
|
"editLabels": "Edit labels",
|
|
"newNoteTabs": "New Note",
|
|
"newNoteTabsHint": "Create note in this notebook",
|
|
"noLabelsInNotebook": "No labels in this notebook yet",
|
|
"archive": "Archive",
|
|
"trash": "Trash",
|
|
"clearFilter": "Remove filter",
|
|
"inbox": "Inbox",
|
|
"sharedWithMe": "Shared with me",
|
|
"sortNewest": "Newest first",
|
|
"sortOldest": "Oldest first",
|
|
"sortAlpha": "A → Z",
|
|
"accountMenu": "Account menu",
|
|
"profile": "Profile",
|
|
"signOut": "Sign out",
|
|
"sortOrder": "Sort order",
|
|
"freezePinnedNotebook": "Pin notebook sidebar order",
|
|
"unfreezePinnedNotebook": "Unpin notebook sidebar order",
|
|
"newSubNotebook": "New sub-notebook",
|
|
"renameNotebook": "Rename",
|
|
"sharedNotebookBadge": "· Shared",
|
|
"sortManual": "Custom order",
|
|
"moveFailed": "Failed to move notebook",
|
|
"dropToRoot": "Drop here to move to root",
|
|
"noReminders": "No active reminders."
|
|
},
|
|
"notes": {
|
|
"title": "Notes",
|
|
"newNote": "New note",
|
|
"reorganize": "Reorganize notes",
|
|
"untitled": "Untitled",
|
|
"placeholder": "Take a note...",
|
|
"markdownPlaceholder": "Take a note... (Markdown supported)",
|
|
"titlePlaceholder": "Title",
|
|
"noteTypes": {
|
|
"richtext": "Rich Text",
|
|
"markdown": "Markdown",
|
|
"text": "Plain text",
|
|
"checklist": "Checklist"
|
|
},
|
|
"listItem": "List item",
|
|
"addListItem": "+ List item",
|
|
"newChecklist": "New checklist",
|
|
"add": "Add",
|
|
"adding": "Adding...",
|
|
"close": "Close",
|
|
"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",
|
|
"unarchive": "Unarchive",
|
|
"pin": "Pin",
|
|
"unpin": "Unpin",
|
|
"color": "Color",
|
|
"changeColor": "Change color",
|
|
"setReminder": "Set reminder",
|
|
"setReminderButton": "Set Reminder",
|
|
"date": "Date",
|
|
"time": "Time",
|
|
"reminderDateTimeRequired": "Please enter date and time",
|
|
"invalidDateTime": "Invalid date or time",
|
|
"reminderMustBeFuture": "Reminder must be in the future",
|
|
"reminderSet": "Reminder set for {datetime}",
|
|
"reminderPastError": "Reminder must be in the future",
|
|
"reminderRemoved": "Reminder removed",
|
|
"addImage": "Add image",
|
|
"addLink": "Add link",
|
|
"linkAdded": "Link added",
|
|
"linkMetadataFailed": "Could not fetch link metadata",
|
|
"linkAddFailed": "Failed to add link",
|
|
"invalidFileType": "Invalid file type: {fileName}. Only JPEG, PNG, GIF, and WebP allowed.",
|
|
"fileTooLarge": "File too large: {fileName}. Maximum size is {maxSize}.",
|
|
"uploadFailed": "Failed to upload {filename}",
|
|
"contentOrMediaRequired": "Please enter some content or add a link/image",
|
|
"itemOrMediaRequired": "Please add at least one item or media",
|
|
"noteCreated": "Note created successfully",
|
|
"noteCreateFailed": "Failed to create note",
|
|
"deleted": "Note deleted",
|
|
"deleteFailed": "Failed to delete note",
|
|
"aiAssistant": "AI Assistant",
|
|
"changeSize": "Change size",
|
|
"backgroundOptions": "Background options",
|
|
"moreOptions": "More options",
|
|
"remindMe": "Remind me",
|
|
"markdownMode": "Markdown",
|
|
"addCollaborators": "Add collaborators",
|
|
"duplicate": "Duplicate",
|
|
"share": "Share",
|
|
"showCollaborators": "Show collaborators",
|
|
"pinned": "Pinned",
|
|
"others": "Others",
|
|
"noNotes": "No notes",
|
|
"noNotesFound": "No notes found",
|
|
"createFirstNote": "Create your first note",
|
|
"size": "Size",
|
|
"small": "Small",
|
|
"medium": "Medium",
|
|
"large": "Large",
|
|
"shareWithCollaborators": "Share with collaborators",
|
|
"view": "View Note",
|
|
"edit": "Edit",
|
|
"readOnly": "Read Only",
|
|
"preview": "Preview",
|
|
"noContent": "No content",
|
|
"takeNote": "Take a note...",
|
|
"takeNoteMarkdown": "Take a note... (Markdown supported)",
|
|
"addItem": "Add item",
|
|
"sharedReadOnly": "This note is shared with you in read-only mode",
|
|
"makeCopy": "Make a copy",
|
|
"saving": "Saving...",
|
|
"copySuccess": "Note copied successfully!",
|
|
"copyFailed": "Failed to copy note",
|
|
"copy": "Copy",
|
|
"markdownOn": "Markdown ON",
|
|
"markdownOff": "Markdown OFF",
|
|
"undo": "Undo (Ctrl+Z)",
|
|
"redo": "Redo (Ctrl+Y)",
|
|
"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.",
|
|
"clarifyFailed": "Failed to clarify text",
|
|
"shortenFailed": "Failed to shorten text",
|
|
"improveFailed": "Failed to improve text",
|
|
"transformFailed": "Failed to transform text",
|
|
"markdown": "Markdown",
|
|
"unpinned": "Unpinned",
|
|
"redoShortcut": "Redo (Ctrl+Y)",
|
|
"undoShortcut": "Undo (Ctrl+Z)",
|
|
"reorderTabs": "Reorder tab",
|
|
"modified": "Modified",
|
|
"created": "Created",
|
|
"loading": "Loading...",
|
|
"exportPDF": "Export PDF",
|
|
"savedStatus": "Saved",
|
|
"dirtyStatus": "Modified",
|
|
"completedLabel": "Completed",
|
|
"notes.emptyNotebook": "Empty notebook",
|
|
"notes.emptyNotebookDesc": "This notebook has no notes. Click + to create one.",
|
|
"notes.noNoteSelected": "No note selected",
|
|
"notes.selectOrCreateNote": "Select a note from the list or create a new one.",
|
|
"commitVersion": "Save version",
|
|
"versionSaved": "Version saved",
|
|
"deleteVersion": "Delete this version",
|
|
"versionDeleted": "Version deleted",
|
|
"deleteVersionConfirm": "Delete this version?",
|
|
"deleteVersionDesc": "This action cannot be undone. The version will be permanently deleted from the history.",
|
|
"historyMode": "History mode",
|
|
"historyModeManual": "Manual (commit button)",
|
|
"historyModeAuto": "Automatic (smart)",
|
|
"historyModeManualDesc": "Create snapshots manually with the commit button",
|
|
"historyModeAutoDesc": "Automatic snapshots with smart detection",
|
|
"history": "History",
|
|
"historyRestored": "Version restored",
|
|
"historyEnabled": "History enabled",
|
|
"historyDisabledTitle": "Version history",
|
|
"historyDisabledDesc": "Track changes to this note over time. Enable history to start recording versions.",
|
|
"historyEnabledTitle": "History enabled!",
|
|
"historyEnabledDesc": "Versions of this note will now be recorded.",
|
|
"enableHistory": "Enable history",
|
|
"historyEmpty": "No versions available",
|
|
"historySelectVersion": "Select a version to preview its content",
|
|
"currentVersion": "current",
|
|
"compareVersions": "Compare",
|
|
"diffTitle": "Comparison",
|
|
"diffSelectHint": "Click on 2 versions in the list to compare them",
|
|
"sortBy": "Sort by",
|
|
"sortDateDesc": "Date (newest)",
|
|
"sortDateAsc": "Date (oldest)",
|
|
"sortTitleAsc": "Title A → Z",
|
|
"sortTitleDesc": "Title Z → A",
|
|
"suggestTitle": "AI title",
|
|
"generateTitleFromImage": "Generate title from image",
|
|
"titleGenerated": "Title generated",
|
|
"content": "Content",
|
|
"restore": "Restore",
|
|
"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",
|
|
"leftShare": "Share removed",
|
|
"ideaOrigin": "Origin of the idea",
|
|
"noNoteLink": "Purely generative idea",
|
|
"dismiss": "Not pertinent",
|
|
"dismissed": "Note dismissed from recent",
|
|
"generalNotes": "General Notes",
|
|
"noteType": "Note type",
|
|
"typeText": "Text",
|
|
"typeMarkdown": "Markdown",
|
|
"typeRichText": "Rich Text",
|
|
"typeChecklist": "Checklist",
|
|
"convertedToRichText": "Converted to rich text",
|
|
"conversionFailed": "Conversion failed, staying in Markdown",
|
|
"richTextPlaceholder": "Take a note...",
|
|
"switchTypeTitle": "Switch note type?",
|
|
"switchTypeWarning": "Some formatting may be lost when switching to {type}.",
|
|
"switchTypeContentPreserved": "Your content will be preserved as plain text.",
|
|
"switchType": "Switch to {type}",
|
|
"saveNow": "Save now",
|
|
"backToCollection": "Back to collection",
|
|
"markdownEditingTitle": "Return to editing",
|
|
"markdownPreviewTitle": "Preview",
|
|
"brainstormThisIdea": "Brainstorm this idea",
|
|
"brainstormThisIdeaAria": "Brainstorm this idea",
|
|
"shareNoteTitle": "Share note",
|
|
"shareNoteAria": "Share note",
|
|
"saveNoteAria": "Save note",
|
|
"noChangesToSaveAria": "No changes to save",
|
|
"optionsMenuAria": "Options menu",
|
|
"deleteNoteConfirmItem": "Delete note",
|
|
"noteDeletedToast": "Note deleted.",
|
|
"deleteNoteFailedToast": "Could not delete.",
|
|
"documentInfoAria": "Document information",
|
|
"noModification": "No changes"
|
|
},
|
|
"pagination": {
|
|
"previous": "←",
|
|
"pageInfo": "Page {currentPage} / {totalPages}",
|
|
"next": "→"
|
|
},
|
|
"labels": {
|
|
"title": "Labels",
|
|
"filter": "Filter by Label",
|
|
"manage": "Manage Labels",
|
|
"manageTooltip": "Manage Labels",
|
|
"changeColor": "Change Color",
|
|
"changeColorTooltip": "Change color",
|
|
"delete": "Delete",
|
|
"deleteTooltip": "Delete label",
|
|
"confirmDelete": "Are you sure you want to delete this label?",
|
|
"newLabelPlaceholder": "Create new label",
|
|
"namePlaceholder": "Enter label name",
|
|
"addLabel": "Add label",
|
|
"createLabel": "Create label",
|
|
"labelName": "Label name",
|
|
"labelColor": "Label color",
|
|
"manageLabels": "Manage labels",
|
|
"manageLabelsDescription": "Add or remove labels for this note. Click on a label to change its color.",
|
|
"selectedLabels": "Selected Labels",
|
|
"allLabels": "All Labels",
|
|
"clearAll": "Clear all",
|
|
"filterByLabel": "Filter by label",
|
|
"tagAdded": "Tag \"{tag}\" added",
|
|
"showLess": "Show less",
|
|
"showMore": "Show more",
|
|
"editLabels": "Edit Labels",
|
|
"editLabelsDescription": "Create, edit colors, or delete labels.",
|
|
"noLabelsFound": "No labels found.",
|
|
"loading": "Loading...",
|
|
"notebookRequired": "⚠️ Labels are only available in notebooks. Move this note to a notebook first.",
|
|
"count": "{count} labels",
|
|
"noLabels": "No labels",
|
|
"confirmDeleteShort": "Confirm?",
|
|
"labelRemoved": "Label \"{label}\" removed"
|
|
},
|
|
"search": {
|
|
"placeholder": "Search",
|
|
"searchPlaceholder": "Search your notes...",
|
|
"semanticInProgress": "AI search in progress...",
|
|
"semanticTooltip": "AI semantic search",
|
|
"searching": "Searching...",
|
|
"noResults": "No results found",
|
|
"resultsFound": "{count} notes found",
|
|
"exactMatch": "Exact match",
|
|
"related": "Related",
|
|
"disabledAdmin": "Search disabled in admin mode"
|
|
},
|
|
"collaboration": {
|
|
"emailPlaceholder": "Enter email address",
|
|
"addCollaborator": "Add collaborator",
|
|
"removeCollaborator": "Remove collaborator",
|
|
"owner": "Owner",
|
|
"canEdit": "Can edit",
|
|
"canView": "Can view",
|
|
"shareNote": "Share note",
|
|
"shareWithCollaborators": "Share with collaborators",
|
|
"addCollaboratorDescription": "Add people to collaborate on this note by their email address.",
|
|
"viewerDescription": "You have access to this note. Only the owner can manage collaborators.",
|
|
"emailAddress": "Email address",
|
|
"enterEmailAddress": "Enter email address",
|
|
"invite": "Invite",
|
|
"peopleWithAccess": "People with access",
|
|
"noCollaborators": "No collaborators yet. Add someone above!",
|
|
"noCollaboratorsViewer": "No collaborators yet.",
|
|
"pendingInvite": "Pending Invite",
|
|
"pending": "Pending",
|
|
"remove": "Remove",
|
|
"unnamedUser": "Unnamed User",
|
|
"done": "Done",
|
|
"willBeAdded": "{email} will be added as collaborator when note is created",
|
|
"alreadyInList": "This email is already in the list",
|
|
"nowHasAccess": "{name} now has access to this note",
|
|
"accessRevoked": "Access has been revoked",
|
|
"errorLoading": "Error loading collaborators",
|
|
"failedToAdd": "Failed to add collaborator",
|
|
"failedToRemove": "Failed to remove collaborator",
|
|
"shareCompactTitle": "Share",
|
|
"inviteByEmailLabel": "Invite by email",
|
|
"accessReadCompact": "View",
|
|
"accessEditCompact": "Edit",
|
|
"sendInvitation": "Send invitation",
|
|
"invitationSentBadge": "Invitation sent",
|
|
"sharedAccessLabel": "Shared access",
|
|
"noCollaboratorsEmpty": "No collaborators yet.",
|
|
"removeAccessTitle": "Remove access",
|
|
"toastInviteSentTo": "Invitation sent to {email}",
|
|
"toastAccessRemoved": "Access removed for {target}",
|
|
"toastUserFallback": "the user",
|
|
"toastSharingError": "Sharing error",
|
|
"toastEmailNotFound": "No account found with this email.",
|
|
"toastAlreadySharedUser": "This note is already shared with this user.",
|
|
"toastRemoveAccessFailed": "Could not remove access.",
|
|
"userFallback": "User"
|
|
},
|
|
"ai": {
|
|
"analyzing": "AI analyzing...",
|
|
"clickToAddTag": "Click to add this tag",
|
|
"ignoreSuggestion": "Ignore this suggestion",
|
|
"generatingTitles": "Generating titles...",
|
|
"generateTitlesTooltip": "Generate titles with AI",
|
|
"poweredByAI": "Powered by AI",
|
|
"languageDetected": "Language detected",
|
|
"processing": "Processing...",
|
|
"tagAdded": "Tag \"{tag}\" added",
|
|
"titleGenerating": "Generating...",
|
|
"titleGenerateWithAI": "Generate titles with AI",
|
|
"titleGenerationMinWords": "Content must have at least 10 words to generate titles (current: {count} words)",
|
|
"titleGenerationError": "Error generating titles",
|
|
"titlesGenerated": "💡 {count} titles generated!",
|
|
"titleGenerationFailed": "Failed to generate titles",
|
|
"titleApplied": "Title applied!",
|
|
"reformulationNoText": "Please select text or add content",
|
|
"reformulationSelectionTooShort": "Selection too short, using full content",
|
|
"reformulationMinWords": "Text must have at least 10 words (current: {count} words)",
|
|
"reformulationMaxWords": "Text must have maximum 500 words",
|
|
"reformulationError": "Error during reformulation",
|
|
"reformulationFailed": "Failed to reformulate text",
|
|
"reformulationApplied": "Reformulated text applied!",
|
|
"transformMarkdown": "Transform to Markdown",
|
|
"transforming": "Transforming...",
|
|
"transformSuccess": "Text transformed to Markdown successfully!",
|
|
"transformError": "Error during transformation",
|
|
"convertToRichtext": "Convert to Rich Text",
|
|
"convertingToRichtext": "Converting...",
|
|
"assistant": "AI Note",
|
|
"generating": "Generating...",
|
|
"generateTitles": "Generate titles",
|
|
"reformulateText": "Reformulate text",
|
|
"reformulating": "Reformulating...",
|
|
"clarify": "Clarify",
|
|
"shorten": "Shorten",
|
|
"improveStyle": "Improve style",
|
|
"reformulationComparison": "Reformulation Comparison",
|
|
"original": "Original",
|
|
"reformulated": "Reformulated",
|
|
"autoLabels": {
|
|
"error": "Failed to fetch label suggestions",
|
|
"noLabelsSelected": "No labels selected",
|
|
"created": "{count} labels created successfully",
|
|
"analyzing": "Analyzing your notes...",
|
|
"title": "New Label Suggestions",
|
|
"description": "I've detected recurring themes in \"{notebookName}\" ({totalNotes} notes). Create labels for them?",
|
|
"note": "note",
|
|
"notes": "notes",
|
|
"typeContent": "Type content to get label suggestions...",
|
|
"createNewLabel": "Create this new label and add it",
|
|
"new": "(new)",
|
|
"create": "Create",
|
|
"creating": "Creating labels...",
|
|
"notesCount": "{count} notes",
|
|
"typeForSuggestions": "Type content to get label suggestions..."
|
|
},
|
|
"batchOrganization": {
|
|
"title": "Organize with AI",
|
|
"description": "AI will analyze your notes and suggest organizing them into notebooks.",
|
|
"analyzing": "Analyzing your notes...",
|
|
"noNotebooks": "No notebooks available. Create notebooks first to organize your notes.",
|
|
"noSuggestions": "AI could not find a good way to organize these notes.",
|
|
"apply": "Apply",
|
|
"applying": "Applying...",
|
|
"success": "{count} notes moved successfully",
|
|
"error": "Failed to create organization plan",
|
|
"noNotesSelected": "No notes selected",
|
|
"applyFailed": "Failed to apply organization plan",
|
|
"selectAllIn": "Select all notes in {notebook}",
|
|
"selectNote": "Select note: {title}"
|
|
},
|
|
"notebookSummary": {
|
|
"regenerate": "Regenerate Summary",
|
|
"regenerating": "Regenerating summary...",
|
|
"exportPDF": "Export as PDF"
|
|
},
|
|
"clarifyDesc": "Make the text clearer and easier to understand",
|
|
"shortenDesc": "Summarize the text and get to the point",
|
|
"improve": "Improve writing",
|
|
"improveDesc": "Fix grammar and enhance style",
|
|
"toMarkdown": "Format as Markdown",
|
|
"toMarkdownDesc": "Add headings, bullet points and structure the text",
|
|
"translate": "Translate",
|
|
"translateDesc": "Change the text language",
|
|
"translateBack": "Back",
|
|
"translationApplied": "Translation applied",
|
|
"translationFailed": "Translation failed",
|
|
"undo": "Undo AI",
|
|
"undoAI": "Undo AI transformation",
|
|
"undoApplied": "Original text restored",
|
|
"minWordsError": "Note must contain at least 5 words to use AI actions.",
|
|
"wordCountMin": "Minimum {min} words required ({current} current)",
|
|
"wordCountMax": "Maximum {max} words allowed ({current} current)",
|
|
"genericError": "AI error",
|
|
"actionError": "Error during AI action",
|
|
"appliedToNote": "Applied to note",
|
|
"applyToNote": "Apply to note",
|
|
"undoLastAction": "Undo last AI action",
|
|
"selectContext": "Select context...",
|
|
"selectNotebook": "Select notebook",
|
|
"chatPlaceholder": "Ask AI to edit, summarize, or draft...",
|
|
"assistantTitle": "AI Note",
|
|
"currentNote": "Current note",
|
|
"shrinkPanel": "Shrink panel",
|
|
"expandPanel": "Expand panel",
|
|
"chatTab": "Chat",
|
|
"noteActions": "Note Actions",
|
|
"askToStart": "Ask the Assistant something to get started.",
|
|
"chatPanelContext": "Context",
|
|
"chatPanelNotebookPlus": "+ Notebook",
|
|
"chatPanelWritingTone": "Writing tone",
|
|
"scopeAutoBadge": "Auto",
|
|
"chatNoteQuestionPlaceholder": "Ask a question about this note...",
|
|
"chatNotebookSelectPlaceholder": "Include a notebook...",
|
|
"assistantTabActions": "Actions",
|
|
"resourcePreviewAiTitle": "AI preview",
|
|
"resourcePreviewInjectFromChat": "Inject from chat",
|
|
"contextLabel": "Context",
|
|
"thisNote": "This note",
|
|
"contextSourceHeading": "Context source",
|
|
"tones": {
|
|
"professional": "Professional",
|
|
"creative": "Creative",
|
|
"academic": "Academic",
|
|
"casual": "Casual"
|
|
},
|
|
"allMyNotes": "All my notes",
|
|
"notebookGeneric": "Notebook",
|
|
"writingTone": "Writing Tone",
|
|
"askAboutThisNote": "Ask AI something about this note...",
|
|
"askAboutYourNotes": "Ask AI something about your notes...",
|
|
"webSearchLabel": "Web Search",
|
|
"newLineHint": "Shift+Enter = new line",
|
|
"resultLabel": "Result",
|
|
"discardAction": "Discard",
|
|
"organization": "Organization",
|
|
"transformationsDesc": "Transformations — applied directly to the note",
|
|
"writeMinWordsAction": "Write at least 5 words to activate AI actions.",
|
|
"processingAction": "Processing...",
|
|
"noImagesError": "No images in this note",
|
|
"overview": "Overview",
|
|
"action": {
|
|
"clarify": "Clarify",
|
|
"shorten": "Shorten",
|
|
"improve": "Improve",
|
|
"toMarkdown": "To Markdown",
|
|
"describeImages": "Describe images",
|
|
"fixGrammar": "Fix Grammar",
|
|
"translate": "Translate",
|
|
"explain": "Explain",
|
|
"toRichText": "Convert to rich text"
|
|
},
|
|
"generate": {
|
|
"slides": "Generate Slides",
|
|
"sectionLabel": "Generation Tools",
|
|
"theme": "Theme",
|
|
"themeAuto": "Automatic (AI picks)",
|
|
"themeArchitecturalMono": "Architectural Mono",
|
|
"themeVibrantTech": "Vibrant Tech",
|
|
"themeMinimalSilk": "Minimal Silk",
|
|
"style": "Style",
|
|
"styleProfessional": "Professional",
|
|
"styleCreative": "Creative",
|
|
"styleBrutalist": "Brutalist",
|
|
"template": "Template",
|
|
"templateAuto": "Auto (AI decides)",
|
|
"templateBoard": "Board Update",
|
|
"templateProject": "Project Status",
|
|
"templateStrategy": "Strategy Review",
|
|
"templateQuarterly": "Quarterly Results",
|
|
"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",
|
|
"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 Note",
|
|
"poweredByMomento": "Powered by Momento AI",
|
|
"welcomeMsg": "Hello! I'm your AI assistant. How can I help you with your notes today? I can help refine tone, expand messaging, or summarize content.",
|
|
"summaryLast5": "Summary of your last 5 notes",
|
|
"analyzingProgress": "Analyzing...",
|
|
"generateInsightsBtn": "Generate Insights",
|
|
"newDiscussion": "New discussion",
|
|
"noRecentConversations": "No recent conversations.",
|
|
"discussionContextLabel": "Discussion Context",
|
|
"webSearchNotConfigured": "Web Search (Not configured)",
|
|
"historyTab": "History",
|
|
"insightsTab": "Insights",
|
|
"aiCopilot": "AI Copilot",
|
|
"suggestTitle": "AI title suggestion",
|
|
"generateTitleFromImage": "Generate title from image",
|
|
"titleGenerated": "Title generated from image",
|
|
"resourceTab": "Resource",
|
|
"aiNoteTitle": "AI Note",
|
|
"injectReplace": "Replace",
|
|
"injectReplaceTitle": "Replace note content with this message",
|
|
"injectComplete": "Complete",
|
|
"injectCompleteTitle": "Complete note with this message (AI)",
|
|
"injectMerge": "Merge",
|
|
"injectMergeTitle": "Merge with note (AI)",
|
|
"imagesCount": "{count} images",
|
|
"resource": {
|
|
"failedToLoadUrl": "Failed to load this URL",
|
|
"pageLoaded": "Page loaded: {title}",
|
|
"pageLoadError": "Error loading the page",
|
|
"pasteOrUrlFirst": "Paste text or load a URL first",
|
|
"enrichError": "Enrichment error",
|
|
"enrichErrorShort": "Enrichment error",
|
|
"contentApplied": "Content applied to note ✓",
|
|
"fromChat": "💬 From chat",
|
|
"replacement": "↓ Replacement",
|
|
"completedByAI": "✦ Completed by AI",
|
|
"mergedByAI": "⟳ Merged by AI",
|
|
"rendered": "Rendered",
|
|
"cancel": "Cancel",
|
|
"applyToNote": "Apply to note",
|
|
"urlLabel": "URL (optional)",
|
|
"resourceText": "Resource text",
|
|
"resourcePlaceholder": "Paste your text here (markdown, HTML, plain text…)",
|
|
"words": "words",
|
|
"integrationMode": "Integration mode",
|
|
"modeReplace": "Replace",
|
|
"modeReplaceDesc": "Direct, no AI",
|
|
"modeComplete": "Complete",
|
|
"modeCompleteDesc": "Adds without rewriting",
|
|
"modeMerge": "Merge",
|
|
"modeMergeDesc": "Rewrites and integrates",
|
|
"aiProcessing": "AI processing…",
|
|
"preview": "Preview",
|
|
"generatePreview": "Generate preview",
|
|
"emptyNoteHint": "💡 The note is empty — the resource content will be integrated directly."
|
|
},
|
|
"cancel": "Cancel",
|
|
"copied": "Copied",
|
|
"copy": "Copy",
|
|
"transformations": "Transformations",
|
|
"otherLanguage": "Another language",
|
|
"translateNow": "Translate now",
|
|
"generationTools": "Generation tools",
|
|
"generateSlidesLoading": "⏳ Generating presentation...",
|
|
"generateDiagramLoading": "⏳ Generating diagram...",
|
|
"errorShort": "Error",
|
|
"readyToast": "Ready!",
|
|
"downloadFailedToast": "Download failed",
|
|
"viewSlidesButton": "View Presentation",
|
|
"pptxDownloadButton": "Download .pptx",
|
|
"presentationReadyBadge": "Presentation ready",
|
|
"openInLabTitle": "Open in Lab",
|
|
"inlineSummaryMarkdown": "**Summary:**",
|
|
"networkErrorShort": "Network error.",
|
|
"featureLocked": "This feature requires the PRO plan or higher.",
|
|
"quotaExceeded": "Monthly limit reached. Resets next month."
|
|
},
|
|
"titleSuggestions": {
|
|
"available": "Title suggestions",
|
|
"title": "AI suggestions",
|
|
"generating": "Generating...",
|
|
"selectTitle": "Select a title",
|
|
"dismiss": "Dismiss"
|
|
},
|
|
"semanticSearch": {
|
|
"exactMatch": "Exact match",
|
|
"related": "Related",
|
|
"searching": "Searching..."
|
|
},
|
|
"paragraphRefactor": {
|
|
"title": "Text improvement",
|
|
"shorten": "Shorten",
|
|
"expand": "Expand",
|
|
"improve": "Improve",
|
|
"formal": "Formal",
|
|
"casual": "Casual"
|
|
},
|
|
"memoryEcho": {
|
|
"title": "I noticed something...",
|
|
"description": "Proactive connections between your notes",
|
|
"dailyInsight": "Daily insight from your notes",
|
|
"insightReady": "Your insight is ready!",
|
|
"viewConnection": "View Connection",
|
|
"helpful": "Helpful",
|
|
"notHelpful": "Not Helpful",
|
|
"dismiss": "Dismiss for now",
|
|
"thanksFeedback": "Thanks for your feedback!",
|
|
"thanksFeedbackImproving": "Thanks! We'll use this to improve.",
|
|
"connections": "Connections",
|
|
"connection": "connection",
|
|
"connectionsBadge": "{count} connection{plural}",
|
|
"match": "{percentage}% match",
|
|
"fused": "Fused",
|
|
"clickToView": "Click to view note →",
|
|
"overlay": {
|
|
"title": "Connected Notes",
|
|
"searchPlaceholder": "Search connections...",
|
|
"sortBy": "Sort by:",
|
|
"sortSimilarity": "Similarity",
|
|
"sortRecent": "Recent",
|
|
"sortOldest": "Oldest",
|
|
"viewAll": "View all side by side",
|
|
"loading": "Loading...",
|
|
"noConnections": "No connections found",
|
|
"error": "Failed to load connections"
|
|
},
|
|
"comparison": {
|
|
"title": "💡 Note Comparison",
|
|
"similarityInfo": "These notes are connected by {similarity}% similarity",
|
|
"highSimilarityInsight": "These notes deal with the same topic with a high degree of similarity. They could be merged or consolidated.",
|
|
"untitled": "Untitled",
|
|
"clickToView": "Click to view note",
|
|
"helpfulQuestion": "Is this comparison helpful?",
|
|
"helpful": "Helpful",
|
|
"notHelpful": "Not Helpful"
|
|
},
|
|
"editorSection": {
|
|
"title": "⚡ Connected Notes ({count})",
|
|
"loading": "Loading...",
|
|
"view": "View",
|
|
"compare": "Compare",
|
|
"merge": "Merge",
|
|
"compareAll": "Compare all",
|
|
"mergeAll": "Merge all",
|
|
"close": "Close"
|
|
},
|
|
"fusion": {
|
|
"title": "🔗 Intelligent Fusion",
|
|
"mergeNotes": "Merge {count} note(s)",
|
|
"notesToMerge": "📝 Notes to merge",
|
|
"optionalPrompt": "💬 Fusion prompt (optional)",
|
|
"promptPlaceholder": "Optional instructions for AI (e.g., 'Keep the formal style of note 1')...",
|
|
"generateFusion": "Generate the fusion",
|
|
"generating": "Generating...",
|
|
"previewTitle": "📝 Preview of merged note",
|
|
"edit": "Edit",
|
|
"modify": "Modify",
|
|
"finishEditing": "Finish editing",
|
|
"optionsTitle": "Fusion options",
|
|
"archiveOriginals": "Archive original notes",
|
|
"keepAllTags": "Keep all tags",
|
|
"useLatestTitle": "Use latest note as title",
|
|
"createBacklinks": "Create backlink to original notes",
|
|
"cancel": "Cancel",
|
|
"confirmFusion": "Confirm fusion",
|
|
"success": "Notes merged successfully!",
|
|
"error": "Failed to merge notes",
|
|
"generateError": "Failed to generate fusion",
|
|
"noContentReturned": "No fusion content returned from API",
|
|
"unknownDate": "Unknown date"
|
|
}
|
|
},
|
|
"notification": {
|
|
"accept": "Accept",
|
|
"accepted": "Share accepted",
|
|
"decline": "Decline",
|
|
"noNotifications": "No new notifications",
|
|
"shared": "shared \"{title}\"",
|
|
"untitled": "Untitled",
|
|
"notifications": "Notifications",
|
|
"declined": "Share declined",
|
|
"removed": "Note removed from list",
|
|
"slidesReady": "Presentation ready",
|
|
"openSlides": "Open presentation",
|
|
"canvasReady": "Diagram ready",
|
|
"pptxReady": "Slides ready",
|
|
"downloadPptx": "Download .pptx",
|
|
"markAllRead": "Mark all read",
|
|
"agentSuccess": "Agent finished",
|
|
"agentFailed": "Agent failed",
|
|
"brainstormInvite": "Brainstorm",
|
|
"brainstormJoined": "Brainstorm",
|
|
"systemNotification": "System",
|
|
"downloadFailed": "Download failed"
|
|
},
|
|
"nav": {
|
|
"home": "Home",
|
|
"notes": "Notes",
|
|
"notebooks": "NOTEBOOKS",
|
|
"generalNotes": "General Notes",
|
|
"archive": "Archive",
|
|
"settings": "Settings",
|
|
"profile": "Profile",
|
|
"aiSettings": "AI Settings",
|
|
"logout": "Logout",
|
|
"login": "Login",
|
|
"adminDashboard": "Admin Dashboard",
|
|
"diagnostics": "Diagnostics",
|
|
"trash": "Trash",
|
|
"support": "Support Memento ☕",
|
|
"reminders": "Reminders",
|
|
"userManagement": "User Management",
|
|
"accountSettings": "Account Settings",
|
|
"manageAISettings": "Manage AI Settings",
|
|
"configureAI": "Configure your AI-powered features, provider, and preferences",
|
|
"supportDevelopment": "Support Memento Development ☕",
|
|
"supportDescription": "Memento is 100% free and open-source. Your support helps keep it that way.",
|
|
"buyMeACoffee": "Buy me a coffee",
|
|
"donationDescription": "Make a one-time donation or become a monthly supporter.",
|
|
"donateOnKofi": "Donate on Ko-fi",
|
|
"donationNote": "No platform fees • Instant payouts • Secure",
|
|
"sponsorOnGithub": "Sponsor on GitHub",
|
|
"sponsorDescription": "Become a monthly sponsor and get recognition.",
|
|
"workspace": "Workspace",
|
|
"quickAccess": "Quick Access",
|
|
"myLibrary": "My Library",
|
|
"favorites": "Favorites",
|
|
"recent": "Recent",
|
|
"proPlan": "Pro Plan",
|
|
"chat": "AI Chat",
|
|
"lab": "The Workshop",
|
|
"agents": "Agents",
|
|
"sharedWithMe": "Shared with me"
|
|
},
|
|
"settings": {
|
|
"title": "Settings",
|
|
"description": "Manage your settings and preferences",
|
|
"account": "Account",
|
|
"appearance": "Appearance",
|
|
"theme": "Theme",
|
|
"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",
|
|
"security": "Security",
|
|
"about": "About",
|
|
"version": "Version",
|
|
"settingsSaved": "Settings saved",
|
|
"cardSizeMode": "Note Size",
|
|
"cardSizeModeDescription": "Choose between variable sizes or uniform size",
|
|
"selectCardSizeMode": "Select display mode",
|
|
"cardSizeVariable": "Variable sizes (small/medium/large)",
|
|
"cardSizeUniform": "Uniform size",
|
|
"settingsError": "Error saving settings",
|
|
"maintenance": "Maintenance",
|
|
"maintenanceDescription": "Tools to maintain your database health",
|
|
"cleanTags": "Clean Orphan Tags",
|
|
"cleanTagsDescription": "Remove tags that are no longer used by any notes",
|
|
"cleanupDone": "Synced {created} label record(s), removed {deleted} orphan(s)",
|
|
"cleanupNothing": "Nothing to do — labels already match your notes",
|
|
"cleanupWithErrors": "some operations failed",
|
|
"cleanupError": "Could not clean up labels",
|
|
"indexingComplete": "Indexing complete: {count} note(s) processed",
|
|
"indexingError": "Error during indexing",
|
|
"semanticIndexing": "Semantic Indexing",
|
|
"semanticIndexingDescription": "Generate vectors for all notes to enable intent-based search",
|
|
"profile": "Profile",
|
|
"searchNoResults": "No settings found",
|
|
"languageAuto": "Language set to Auto",
|
|
"emailNotifications": "Email notifications",
|
|
"emailNotificationsDesc": "Receive important notifications by email",
|
|
"desktopNotifications": "Desktop notifications",
|
|
"desktopNotificationsDesc": "Receive notifications in your browser",
|
|
"notificationsDesc": "Manage your notification preferences",
|
|
"autoSave": "Auto-save",
|
|
"autoSaveDesc": "Automatically save changes while typing"
|
|
},
|
|
"profile": {
|
|
"title": "Profile",
|
|
"description": "Update your personal information",
|
|
"displayName": "Display Name",
|
|
"email": "Email",
|
|
"changePassword": "Change Password",
|
|
"changePasswordDescription": "Update your password. You will need your current password.",
|
|
"currentPassword": "Current Password",
|
|
"newPassword": "New Password",
|
|
"confirmPassword": "Confirm Password",
|
|
"updatePassword": "Update Password",
|
|
"passwordChangeSuccess": "Password changed successfully",
|
|
"passwordChangeFailed": "Failed to change password",
|
|
"passwordUpdated": "Password updated",
|
|
"passwordError": "Error updating password",
|
|
"languagePreferences": "Language Preferences",
|
|
"languagePreferencesDescription": "Choose your preferred language for AI features and interface.",
|
|
"preferredLanguage": "Preferred Language",
|
|
"selectLanguage": "Select a language",
|
|
"languageDescription": "This language will be used for AI-powered features, content analysis, and interface text.",
|
|
"autoDetect": "Auto-detect",
|
|
"updateSuccess": "Profile updated",
|
|
"updateFailed": "Failed to update profile",
|
|
"languageUpdateSuccess": "Language updated successfully",
|
|
"languageUpdateFailed": "Failed to update language",
|
|
"profileUpdated": "Profile updated",
|
|
"profileError": "Error updating profile",
|
|
"accountSettings": "Account Settings",
|
|
"manageAISettings": "Manage AI Settings",
|
|
"displaySettings": "Display Settings",
|
|
"displaySettingsDescription": "Customize the appearance and font size.",
|
|
"fontSize": "Font Size",
|
|
"selectFontSize": "Select font size",
|
|
"fontSizeSmall": "Small",
|
|
"fontSizeMedium": "Medium",
|
|
"fontSizeLarge": "Large",
|
|
"fontSizeExtraLarge": "Extra Large",
|
|
"fontSizeDescription": "Adjust the font size for better readability. This applies to all text in the interface.",
|
|
"fontSizeUpdateSuccess": "Font size updated successfully",
|
|
"fontSizeUpdateFailed": "Failed to update font size",
|
|
"showRecentNotes": "Show Recent Notes Section",
|
|
"showRecentNotesDescription": "Display recent notes (last 7 days) on the main page",
|
|
"recentNotesUpdateSuccess": "Recent notes setting updated successfully",
|
|
"recentNotesUpdateFailed": "Failed to update recent notes setting",
|
|
"tab": "Profile",
|
|
"preferences": "Account Preferences",
|
|
"desktopNotifications": "Desktop notifications",
|
|
"desktopNotificationsDesc": "Receive alerts for your reminders and AI activities."
|
|
},
|
|
"aiSettings": {
|
|
"title": "AI",
|
|
"description": "Configure your AI-powered features and preferences",
|
|
"features": "AI Features",
|
|
"provider": "AI Provider",
|
|
"providerAuto": "Auto (Recommended)",
|
|
"providerOllama": "Ollama (Local)",
|
|
"providerOpenAI": "OpenAI (Cloud)",
|
|
"frequency": "Frequency",
|
|
"frequencyDaily": "Daily",
|
|
"frequencyWeekly": "Weekly",
|
|
"saving": "Saving...",
|
|
"saved": "Setting updated",
|
|
"error": "Failed to update setting",
|
|
"titleSuggestionsDesc": "Suggest titles for untitled notes after 50+ words",
|
|
"paragraphRefactorDesc": "AI-powered text improvement options",
|
|
"frequencyDesc": "How often to analyze note connections",
|
|
"providerDesc": "Choose your preferred AI provider",
|
|
"providerAutoDesc": "Ollama when available, OpenAI fallback",
|
|
"providerOllamaDesc": "100% private, runs locally on your machine",
|
|
"providerOpenAIDesc": "Most accurate, requires API key",
|
|
"aiNote": "AI Note",
|
|
"aiNoteDesc": "Enable AI chat button and text improvement tools",
|
|
"languageDetection": "Language detection",
|
|
"languageDetectionDesc": "Automatically detects the language of your notes",
|
|
"autoLabeling": "Label suggestions",
|
|
"autoLabelingDesc": "Automatically suggests and applies labels to your notes",
|
|
"noteHistory": "Note history",
|
|
"noteHistoryDesc": "Enable version snapshots and restoration from History",
|
|
"titleSuggestions": "Title suggestions"
|
|
},
|
|
"general": {
|
|
"loading": "Loading...",
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"add": "Add",
|
|
"edit": "Edit",
|
|
"confirm": "Confirm",
|
|
"close": "Close",
|
|
"back": "Back",
|
|
"next": "Next",
|
|
"previous": "Previous",
|
|
"submit": "Submit",
|
|
"reset": "Reset",
|
|
"apply": "Apply",
|
|
"clear": "Clear",
|
|
"select": "Select",
|
|
"tryAgain": "Please try again",
|
|
"error": "An error occurred",
|
|
"operationSuccess": "Operation successful",
|
|
"operationFailed": "Operation failed",
|
|
"testConnection": "Test Connection",
|
|
"clean": "Clean",
|
|
"indexAll": "Index All",
|
|
"preview": "Preview"
|
|
},
|
|
"colors": {
|
|
"default": "Default",
|
|
"red": "Red",
|
|
"blue": "Blue",
|
|
"green": "Green",
|
|
"yellow": "Yellow",
|
|
"purple": "Purple",
|
|
"pink": "Pink",
|
|
"orange": "Orange",
|
|
"gray": "Gray"
|
|
},
|
|
"reminder": {
|
|
"title": "Reminder",
|
|
"setReminder": "Set reminder",
|
|
"removeReminder": "Remove reminder",
|
|
"reminderDate": "Reminder date",
|
|
"reminderTime": "Reminder time",
|
|
"save": "Set reminder",
|
|
"cancel": "Cancel"
|
|
},
|
|
"reminders": {
|
|
"title": "Reminders",
|
|
"empty": "No reminders",
|
|
"emptyDescription": "Add a reminder to a note to find it here.",
|
|
"upcoming": "Upcoming",
|
|
"overdue": "Overdue",
|
|
"done": "Done",
|
|
"markDone": "Mark as done",
|
|
"markUndone": "Mark as undone",
|
|
"todayAt": "Today at {time}",
|
|
"tomorrowAt": "Tomorrow at {time}",
|
|
"clearCompleted": "Clear completed",
|
|
"viewAll": "View all reminders"
|
|
},
|
|
"notebook": {
|
|
"create": "Create Notebook",
|
|
"createNew": "Create New Notebook",
|
|
"createDescription": "Start a new collection to organize your notes, ideas, and projects efficiently.",
|
|
"name": "Notebook Name",
|
|
"namePlaceholder": "Notebook name",
|
|
"myNotebook": "My Notebook",
|
|
"saving": "Saving...",
|
|
"selectIcon": "Icon",
|
|
"selectColor": "Color",
|
|
"cancel": "Cancel",
|
|
"creating": "Creating...",
|
|
"edit": "Edit Notebook",
|
|
"editDescription": "Change the name, icon, and color of your notebook.",
|
|
"delete": "Delete",
|
|
"deleteWarning": "Are you sure you want to delete this notebook? Notes will be moved to General Notes.",
|
|
"deleteConfirm": "Delete",
|
|
"summary": "Notebook Summary",
|
|
"summaryDescription": "Generate an AI-powered summary of all notes in this notebook.",
|
|
"generating": "Generating summary...",
|
|
"summaryError": "Error generating summary",
|
|
"labels": "Labels:",
|
|
"noLabels": "No labels",
|
|
"pdfTitle": "Summary — {name}",
|
|
"pdfNotesLabel": "Notes:",
|
|
"pdfGeneratedOn": "Generated on:",
|
|
"confidence": "confidence",
|
|
"savingReminder": "Failed to save reminder",
|
|
"removingReminder": "Failed to remove reminder",
|
|
"generatingDescription": "Please wait...",
|
|
"pinnedFrozenTooltip": "Pinned notebook — order frozen",
|
|
"organizeNotebookWithAITooltip": "Organize this notebook with AI",
|
|
"assistantRequiredForSummarize": "Turn on AI Assistant in settings to summarize",
|
|
"createSubnotebook": "Add sub-notebook",
|
|
"createSubNotebook": "Add sub-notebook",
|
|
"rename": "Rename",
|
|
"confirmRename": "Rename"
|
|
},
|
|
"notebookSuggestion": {
|
|
"title": "Move to {name}?",
|
|
"description": "This note seems to belong to this notebook",
|
|
"move": "Move",
|
|
"dismiss": "Dismiss",
|
|
"dismissIn": "Dismiss (closes in {timeLeft}s)",
|
|
"moveToNotebook": "Move to notebook",
|
|
"generalNotes": "General Notes"
|
|
},
|
|
"admin": {
|
|
"title": "Admin Dashboard",
|
|
"adminConsole": "Admin console",
|
|
"navSection": "Navigation",
|
|
"backToApp": "Back to Memento",
|
|
"userManagement": "User Management",
|
|
"chat": "AI Chat",
|
|
"lab": "The Lab",
|
|
"agents": "Agents",
|
|
"workspace": "Workspace",
|
|
"settings": "Admin Settings",
|
|
"security": {
|
|
"title": "Security Settings",
|
|
"description": "Manage access control and registration policies.",
|
|
"allowPublicRegistration": "Allow Public Registration",
|
|
"allowPublicRegistrationDescription": "If disabled, new users can only be added by an Administrator via the User Management page.",
|
|
"updateSuccess": "Security Settings updated",
|
|
"updateFailed": "Failed to update security settings"
|
|
},
|
|
"ai": {
|
|
"title": "AI Configuration",
|
|
"description": "Configure AI providers for auto-tagging and semantic search. Use different providers for optimal performance.",
|
|
"tagsGenerationProvider": "Tags Generation Provider",
|
|
"tagsGenerationDescription": "AI provider for automatic tag suggestions. Recommended: Ollama (free, local).",
|
|
"embeddingsProvider": "Embeddings Provider",
|
|
"embeddingsDescription": "AI provider for semantic search embeddings. Recommended: OpenAI (best quality).",
|
|
"chatProvider": "Chat Provider",
|
|
"chatDescription": "AI provider for the chat assistant. Falls back to Tags provider if not configured.",
|
|
"provider": "Provider",
|
|
"baseUrl": "Base URL",
|
|
"model": "Model",
|
|
"apiKey": "API Key",
|
|
"selectOllamaModel": "Select an Ollama model installed on your system",
|
|
"openAIKeyDescription": "Your OpenAI API key from platform.openai.com",
|
|
"modelRecommendations": "gpt-4o-mini = Best value • gpt-4o = Best quality",
|
|
"commonModelsDescription": "Common models for OpenAI-compatible APIs",
|
|
"selectEmbeddingModel": "Select an embedding model installed on your system",
|
|
"commonEmbeddingModels": "Common embedding models for OpenAI-compatible APIs",
|
|
"saving": "Saving...",
|
|
"saveSettings": "Save AI Settings",
|
|
"openTestPanel": "Open AI Test Panel",
|
|
"updateSuccess": "AI Settings updated successfully",
|
|
"updateFailed": "Failed to update AI settings",
|
|
"providerTagsRequired": "AI_PROVIDER_TAGS is required",
|
|
"providerEmbeddingRequired": "AI_PROVIDER_EMBEDDING is required",
|
|
"providerOllamaOption": "🦙 Ollama (Local & Free)",
|
|
"providerOpenAIOption": "🤖 OpenAI (GPT-5, GPT-4)",
|
|
"providerAnthropicOption": "🧠 Anthropic (Claude API)",
|
|
"providerAnthropicCustomOption": "🧩 Anthropic custom (Messages API — MiniMax, etc.)",
|
|
"anthropicModelHint": "Pick a Claude model ID from the suggestions or enter one manually (no remote model list for the official API).",
|
|
"anthropicCustomModelHint": "Anthropic-compatible Messages API (e.g. MiniMax): base URL https://api.minimax.io/anthropic (China: https://api.minimaxi.com/anthropic), model MiniMax-M2.7. Embeddings: use provider « Custom » + OpenAI URL https://api.minimax.io/v1.",
|
|
"anthropicCustomNoModelList": "This gateway does not expose an OpenAI-style /models list — pick the model from the suggestions or type it (e.g. MiniMax-M2.7).",
|
|
"providerCustomOption": "🔧 Custom OpenAI-Compatible",
|
|
"providerDeepSeekOption": "🔍 DeepSeek",
|
|
"providerOpenRouterOption": "🌐 OpenRouter",
|
|
"providerMistralOption": "🌀 Mistral AI",
|
|
"providerZAIOption": "✨ Z.AI",
|
|
"providerLMStudioOption": "🖥️ LM Studio (Local)",
|
|
"bestValue": "Best value",
|
|
"bestQuality": "Best quality",
|
|
"fallbackSectionTitle": "Fallback provider (optional)",
|
|
"fallbackSectionDescription": "Used automatically on provider errors (429, 5xx). One retry within 1.5s.",
|
|
"fallbackProvider": "Fallback provider",
|
|
"fallbackModel": "Fallback model",
|
|
"fallbackNone": "None (disabled)",
|
|
"fallbackModelPlaceholder": "e.g. gpt-4o-mini",
|
|
"saved": "(Saved)",
|
|
"fetchModelsFailed": "Failed to fetch models",
|
|
"refreshModels": "Refresh Models",
|
|
"configured": "Configured",
|
|
"fetchingModels": "Fetching models...",
|
|
"clickToLoadModels": "Click ↺ to load models",
|
|
"searchModel": "Search model...",
|
|
"noModels": "No models. Click ↺",
|
|
"modelsAvailable": "{count} model(s) available",
|
|
"enterUrlToLoad": "Enter URL and click ↺ to load models",
|
|
"currentProvider": "(Current: {provider})",
|
|
"pageTitle": "AI Management",
|
|
"pageDescription": "Monitor and configure AI features",
|
|
"configure": "Configure",
|
|
"features": "AI Features",
|
|
"providerStatus": "AI Provider Status",
|
|
"recentRequests": "Recent AI Requests",
|
|
"comingSoon": "Coming soon",
|
|
"activeFeatures": "Active features",
|
|
"successRate": "Success rate",
|
|
"avgResponseTime": "Avg response time",
|
|
"configuredProviders": "Configured providers",
|
|
"settingUpdated": "Setting updated",
|
|
"updateFailedShort": "Update failed",
|
|
"titleSuggestions": "Title suggestions",
|
|
"titleSuggestionsDesc": "Suggests titles for notes after 50+ words",
|
|
"aiAssistant": "AI Assistant",
|
|
"aiAssistantDesc": "Enable AI chat and text improvement tools",
|
|
"memoryEchoFeature": "I noticed something...",
|
|
"memoryEchoFeatureDesc": "Daily analysis of connections between your notes",
|
|
"languageDetection": "Language detection",
|
|
"languageDetectionDesc": "Automatically detects the language of each note",
|
|
"autoLabeling": "Auto labeling",
|
|
"autoLabelingDesc": "Suggests and applies labels automatically",
|
|
"dimensionMismatch": "Embedding dimension mismatch detected",
|
|
"dimensionMismatchDetail": "Database column: vector({{dbDimension}}) — Model outputs: {{modelDimension}} dimensions",
|
|
"dimensionMismatchAction": "Embeddings will not work until you migrate the column. This will clear all existing embeddings and re-index them.",
|
|
"migrateButton": "Migrate & Re-index",
|
|
"migrating": "Migrating..."
|
|
},
|
|
"resend": {
|
|
"title": "Resend (Recommended)",
|
|
"description": "Send emails via Resend API. Takes priority over SMTP if configured.",
|
|
"apiKey": "Resend API Key",
|
|
"apiKeyHint": "Get your API key from resend.com. Used for agent notifications and password resets.",
|
|
"saveSettings": "Save Resend Settings",
|
|
"updateSuccess": "Resend settings updated",
|
|
"updateFailed": "Failed to update Resend settings",
|
|
"configured": "Resend is configured and active"
|
|
},
|
|
"email": {
|
|
"title": "Email Configuration",
|
|
"description": "Configure email delivery for agent notifications and password resets.",
|
|
"provider": "Email Provider",
|
|
"saveSettings": "Save Email Settings",
|
|
"status": "Service Status",
|
|
"keySet": "key configured",
|
|
"activeAuto": "Auto mode: Resend will be used first, SMTP as fallback.",
|
|
"activeSmtp": "Auto mode: SMTP will be used (Resend not configured).",
|
|
"noneConfigured": "No email service configured. Set up Resend or SMTP.",
|
|
"activeProvider": "Active provider",
|
|
"testOk": "test passed",
|
|
"testFail": "test failed"
|
|
},
|
|
"smtp": {
|
|
"title": "SMTP Configuration",
|
|
"description": "Configure email server for password resets. Fallback if Resend is not configured.",
|
|
"host": "Host",
|
|
"port": "Port",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"fromEmail": "From Email",
|
|
"forceSSL": "Force SSL/TLS (usually for port 465)",
|
|
"ignoreCertErrors": "Ignore Certificate Errors (Self-hosted/Dev only)",
|
|
"saveSettings": "Save SMTP Settings",
|
|
"sending": "Sending...",
|
|
"testEmail": "Test Email",
|
|
"updateSuccess": "SMTP Settings updated",
|
|
"updateFailed": "Failed to update SMTP settings",
|
|
"testSuccess": "Test email sent successfully!",
|
|
"testFailed": "Failed: {error}"
|
|
},
|
|
"users": {
|
|
"createUser": "Create User",
|
|
"addUser": "Add User",
|
|
"createUserDescription": "Add a new user to the system.",
|
|
"name": "Name",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"role": "Role",
|
|
"createSuccess": "User created successfully",
|
|
"createFailed": "Failed to create user",
|
|
"deleteSuccess": "User deleted",
|
|
"deleteFailed": "Failed to delete",
|
|
"roleUpdateSuccess": "User role updated to {role}",
|
|
"roleUpdateFailed": "Failed to update role",
|
|
"tierUpdateSuccess": "Subscription updated to {tier}",
|
|
"tierUpdateFailed": "Failed to update subscription",
|
|
"demote": "Demote to User",
|
|
"promote": "Promote to Admin",
|
|
"confirmDelete": "Are you sure? This action cannot be undone.",
|
|
"table": {
|
|
"name": "Name",
|
|
"email": "Email",
|
|
"role": "Role",
|
|
"subscription": "Subscription",
|
|
"createdAt": "Created At",
|
|
"actions": "Actions"
|
|
},
|
|
"roles": {
|
|
"user": "User",
|
|
"admin": "Admin"
|
|
},
|
|
"title": "Users",
|
|
"description": "Manage application users and permissions"
|
|
},
|
|
"aiTest": {
|
|
"title": "AI Provider Testing",
|
|
"description": "Test your AI providers for tag generation and semantic search embeddings",
|
|
"tagsTestTitle": "Tags Generation Test",
|
|
"tagsTestDescription": "Test the AI provider responsible for automatic tag suggestions",
|
|
"embeddingsTestTitle": "Embeddings Test",
|
|
"embeddingsTestDescription": "Test the AI provider responsible for semantic search embeddings",
|
|
"howItWorksTitle": "How Testing Works",
|
|
"tagsGenerationTest": "🏷️ Tags Generation Test:",
|
|
"tagsStep1": "Sends a sample note to the AI provider",
|
|
"tagsStep2": "Requests 3-5 relevant tags based on the content",
|
|
"tagsStep3": "Displays the generated tags with confidence scores",
|
|
"tagsStep4": "Measures response time",
|
|
"embeddingsTestLabel": "🔍 Embeddings Test:",
|
|
"embeddingsStep1": "Sends a sample text to the embedding provider",
|
|
"embeddingsStep2": "Generates a vector representation (list of numbers)",
|
|
"embeddingsStep3": "Displays embedding dimensions and sample values",
|
|
"embeddingsStep4": "Verifies the vector is valid and properly formatted",
|
|
"tipContent": "You can use different providers for tags and embeddings! For example, use Ollama (free) for tags and OpenAI (best quality) for embeddings to optimize costs and performance.",
|
|
"provider": "Provider:",
|
|
"model": "Model:",
|
|
"testing": "Testing...",
|
|
"runTest": "Run Test",
|
|
"testPassed": "Test Passed",
|
|
"testFailed": "Test Failed",
|
|
"testSuccessToast": "{type} Test Successful!",
|
|
"testFailedToast": "{type} Test Failed",
|
|
"testingType": "Testing {type}...",
|
|
"technicalDetails": "Technical details",
|
|
"responseTime": "Response time: {time}ms",
|
|
"generatedTags": "Generated Tags:",
|
|
"embeddingDimensions": "Embedding Dimensions:",
|
|
"vectorDimensions": "vector dimensions",
|
|
"first5Values": "First 5 values:",
|
|
"error": "Error:",
|
|
"testError": "Test Error: {error}",
|
|
"tipTitle": "Tip:",
|
|
"tipDescription": "Use the AI Test Panel to diagnose configuration issues before testing.",
|
|
"chatTestTitle": "Chat assistant test",
|
|
"chatTestDescription": "Test the AI provider used by the chat assistant",
|
|
"chatGenerationTest": "💬 Chat assistant test:",
|
|
"chatStep1": "Sends a test message to the assistant",
|
|
"chatStep2": "Asks for a concise answer about what the assistant does",
|
|
"chatStep3": "Shows the model response",
|
|
"chatStep4": "Checks responsiveness and latency"
|
|
},
|
|
"sidebar": {
|
|
"dashboard": "Dashboard",
|
|
"users": "Users",
|
|
"aiManagement": "AI Management",
|
|
"chat": "AI Chat",
|
|
"lab": "The Lab (Ideas)",
|
|
"agents": "Agents",
|
|
"settings": "Settings"
|
|
},
|
|
"metrics": {
|
|
"vsLastPeriod": "vs last period"
|
|
},
|
|
"tools": {
|
|
"title": "Agent Tools",
|
|
"description": "Configure external tools for agent tool-use: web search, web scraping, and API access.",
|
|
"searchProvider": "Web Search Provider",
|
|
"searxng": "SearXNG (Self-hosted)",
|
|
"brave": "Brave Search API",
|
|
"both": "Both (SearXNG primary, Brave fallback)",
|
|
"searxngUrl": "SearXNG URL",
|
|
"braveKey": "Brave Search API Key",
|
|
"jinaKey": "Jina Reader API Key",
|
|
"jinaKeyOptional": "Optional — works without but with rate limits",
|
|
"jinaKeyDescription": "Used for web scraping. Works without a key but with rate limits.",
|
|
"saveSettings": "Save Tools Settings",
|
|
"updateSuccess": "Tools settings updated successfully",
|
|
"updateFailed": "Failed to update tools settings",
|
|
"testing": "Testing...",
|
|
"testSearch": "Test web search"
|
|
},
|
|
"settingsDescription": "Configure application-wide settings",
|
|
"dashboard": {
|
|
"title": "Dashboard",
|
|
"description": "Overview of your application metrics",
|
|
"recentActivity": "Recent Activity",
|
|
"recentActivityPlaceholder": "Recent activity will be displayed here."
|
|
},
|
|
"error": {
|
|
"title": "An error occurred in the admin panel",
|
|
"description": "This page failed to render. You can retry without reloading.",
|
|
"retry": "Retry"
|
|
}
|
|
},
|
|
"about": {
|
|
"title": "About",
|
|
"description": "Information about the application",
|
|
"appName": "Memento",
|
|
"appDescription": "A powerful note-taking application with AI-powered features",
|
|
"version": "Version",
|
|
"buildDate": "Build Date",
|
|
"platform": "Platform",
|
|
"platformWeb": "Web",
|
|
"features": {
|
|
"title": "Features",
|
|
"description": "AI-powered capabilities",
|
|
"titleSuggestions": "AI-powered title suggestions",
|
|
"semanticSearch": "Semantic search with embeddings",
|
|
"paragraphReformulation": "Paragraph reformulation",
|
|
"memoryEcho": "Memory Echo daily insights",
|
|
"notebookOrganization": "Notebook organization",
|
|
"dragDrop": "Drag & drop note management",
|
|
"labelSystem": "Label system",
|
|
"multipleProviders": "Multiple AI providers (OpenAI, Ollama)"
|
|
},
|
|
"technology": {
|
|
"title": "Technology Stack",
|
|
"description": "Built with modern technologies",
|
|
"frontend": "Frontend",
|
|
"backend": "Backend",
|
|
"database": "Database",
|
|
"authentication": "Authentication",
|
|
"ai": "AI",
|
|
"ui": "UI",
|
|
"testing": "Testing"
|
|
},
|
|
"support": {
|
|
"title": "Support",
|
|
"description": "Get help and feedback",
|
|
"documentation": "Documentation",
|
|
"reportIssues": "Report Issues",
|
|
"feedback": "Feedback"
|
|
},
|
|
"tab": "About"
|
|
},
|
|
"support": {
|
|
"title": "Support Memento Development",
|
|
"description": "Memento is 100% free and open-source. Your support helps keep it that way.",
|
|
"buyMeACoffee": "Buy me a coffee",
|
|
"donationDescription": "Make a one-time donation or become a monthly supporter.",
|
|
"donateOnKofi": "Donate on Ko-fi",
|
|
"kofiDescription": "No platform fees • Instant payouts • Secure",
|
|
"sponsorOnGithub": "Sponsor on GitHub",
|
|
"sponsorDescription": "Become a monthly sponsor and get recognition.",
|
|
"githubDescription": "Recurring support • Public recognition • Developer-focused",
|
|
"howSupportHelps": "How Your Support Helps",
|
|
"directImpact": "Direct Impact",
|
|
"sponsorPerks": "Sponsor Perks",
|
|
"transparency": "Transparency",
|
|
"transparencyDescription": "I believe in complete transparency. Here's how donations are used:",
|
|
"hostingServers": "Hosting & servers:",
|
|
"domainSSL": "Domain & SSL:",
|
|
"aiApiCosts": "AI API costs:",
|
|
"totalExpenses": "Total expenses:",
|
|
"otherWaysTitle": "Other Ways to Support",
|
|
"starGithub": "Star on GitHub",
|
|
"reportBug": "Report a bug",
|
|
"contributeCode": "Contribute code",
|
|
"shareTwitter": "Share on Twitter"
|
|
},
|
|
"demoMode": {
|
|
"title": "Demo Mode",
|
|
"activated": "Demo Mode activated! Memory Echo will now work instantly.",
|
|
"deactivated": "Demo Mode disabled. Normal parameters restored.",
|
|
"toggleFailed": "Failed to toggle demo mode",
|
|
"description": "Speeds up Memory Echo for testing. Connections appear instantly.",
|
|
"parametersActive": "Demo parameters active:",
|
|
"similarityThreshold": "50% similarity threshold (normally 75%)",
|
|
"delayBetweenNotes": "0-day delay between notes (normally 7 days)",
|
|
"unlimitedInsights": "Unlimited insights (no frequency limits)",
|
|
"createNotesTip": "Create 2+ similar notes and see Memory Echo in action!"
|
|
},
|
|
"resetPassword": {
|
|
"title": "Reset Password",
|
|
"description": "Enter your new password below.",
|
|
"invalidLinkTitle": "Invalid Link",
|
|
"invalidLinkDescription": "This password reset link is invalid or has expired.",
|
|
"requestNewLink": "Request new link",
|
|
"newPassword": "New Password",
|
|
"confirmNewPassword": "Confirm New Password",
|
|
"resetting": "Resetting...",
|
|
"resetPassword": "Reset Password",
|
|
"passwordMismatch": "Passwords don't match",
|
|
"success": "Password reset successfully. You can now login.",
|
|
"loading": "Loading..."
|
|
},
|
|
"dataManagement": {
|
|
"title": "Data",
|
|
"toolsDescription": "Tools to maintain your database health",
|
|
"exporting": "Exporting...",
|
|
"importing": "Importing...",
|
|
"deleting": "Deleting...",
|
|
"dangerZone": "Danger Zone",
|
|
"dangerZoneDescription": "Permanently delete your data",
|
|
"indexingComplete": "Indexing complete: {count} notes processed",
|
|
"indexingError": "Error during indexing",
|
|
"cleanupComplete": "Cleanup complete: {created} created, {deleted} removed",
|
|
"cleanupError": "Error during cleanup",
|
|
"export": {
|
|
"title": "Export All Notes",
|
|
"description": "Download all your notes as a JSON file. This includes all content, labels, and metadata.",
|
|
"button": "Export Notes",
|
|
"success": "Notes exported successfully",
|
|
"failed": "Failed to export notes"
|
|
},
|
|
"import": {
|
|
"title": "Import Notes",
|
|
"description": "Upload a JSON file to import notes. This will add to your existing notes, not replace them.",
|
|
"button": "Import Notes",
|
|
"success": "Imported {count} notes",
|
|
"failed": "Failed to import notes"
|
|
},
|
|
"delete": {
|
|
"title": "Delete All Notes",
|
|
"description": "Permanently delete all your notes. This action cannot be undone.",
|
|
"button": "Delete All Notes",
|
|
"confirm": "Are you sure? This will permanently delete all your notes.",
|
|
"success": "All notes deleted",
|
|
"failed": "Failed to delete notes"
|
|
},
|
|
"indexing": {
|
|
"title": "Rebuild Search Index",
|
|
"description": "Regenerate embeddings for all notes to improve semantic search.",
|
|
"button": "Rebuild Index",
|
|
"success": "Indexing complete: {count} notes processed",
|
|
"failed": "Error during indexing"
|
|
},
|
|
"cleanup": {
|
|
"title": "Cleanup Orphaned Data",
|
|
"description": "Remove labels and connections that reference deleted notes.",
|
|
"button": "Cleanup",
|
|
"failed": "Error during cleanup"
|
|
}
|
|
},
|
|
"appearance": {
|
|
"title": "Appearance",
|
|
"description": "Customize the interface",
|
|
"notesViewDescription": "Choose how notes are shown on home and in notebooks.",
|
|
"notesViewLabel": "Notes layout",
|
|
"notesViewTabs": "Tabs (OneNote-style)",
|
|
"notesViewMasonry": "Cards (grid)",
|
|
"notesViewList": "List (magazine)",
|
|
"selectTheme": "Choose your preferred theme",
|
|
"fontFamilyLabel": "Font",
|
|
"fontFamilyDescription": "Choose the application's font",
|
|
"selectFontFamily": "Inter is optimized for readability, System uses your OS native font",
|
|
"fontSystem": "System",
|
|
"fontInterDefault": "Inter (default)",
|
|
"fontPlayfairDisplay": "Playfair Display",
|
|
"fontJetBrainsMono": "JetBrains Mono",
|
|
"tab": "Appearance",
|
|
"accentColorTitle": "Accent Color",
|
|
"accentColorDescription": "Set the main color of your workspace"
|
|
},
|
|
"usageMeter": {
|
|
"packName": "AI Discovery Pack",
|
|
"featureSearch": "Search",
|
|
"featureTags": "Tags",
|
|
"featureTitles": "Titles",
|
|
"unlimited": "Unlimited",
|
|
"remaining": "{count} left",
|
|
"upgradeTitle": "Upgrade to Pro",
|
|
"upgradeDescription": "You've used all your AI Discovery Pack credits. Upgrade to Pro for higher limits and additional features.",
|
|
"proIncludes": "Pro includes:",
|
|
"proSearch": "100 semantic searches / month",
|
|
"proTags": "200 auto-tags / month",
|
|
"proTitles": "200 auto-titles / month",
|
|
"proReformulate": "50 reformulations / month",
|
|
"proChat": "100 chat messages / month",
|
|
"later": "Later",
|
|
"upgradePricing": "Upgrade to Pro",
|
|
"addApiKey": "Use your own API key (BYOK)",
|
|
"featureReformulate": "Reformulations",
|
|
"featureChat": "AI Messages",
|
|
"featureBrainstormCreate": "Brainstorm creations",
|
|
"featureBrainstormExpand": "Brainstorm expansions",
|
|
"featureBrainstormEnrich": "Brainstorm enrichments"
|
|
},
|
|
"generalSettings": {
|
|
"title": "General",
|
|
"description": "General application settings"
|
|
},
|
|
"toast": {
|
|
"saved": "Setting saved",
|
|
"saveFailed": "Failed to save setting",
|
|
"operationSuccess": "Operation successful",
|
|
"operationFailed": "Operation failed",
|
|
"openingConnection": "Opening connection...",
|
|
"openConnectionFailed": "Failed to open connection",
|
|
"thanksFeedback": "Thanks for your feedback!",
|
|
"thanksFeedbackImproving": "Thanks! We'll use this to improve.",
|
|
"feedbackFailed": "Failed to submit feedback",
|
|
"notesFusionSuccess": "Notes merged successfully!"
|
|
},
|
|
"testPages": {
|
|
"titleSuggestions": {
|
|
"title": "Test Title Suggestions",
|
|
"contentLabel": "Content (need 50+ words):",
|
|
"placeholder": "Type at least 50 words here...",
|
|
"wordCount": "Word count:",
|
|
"status": "Status:",
|
|
"analyzing": "Analyzing...",
|
|
"idle": "Idle",
|
|
"error": "Error:",
|
|
"suggestions": "Suggestions ({count}):",
|
|
"noSuggestions": "No suggestions yet. Type 50+ words and wait 2 seconds."
|
|
}
|
|
},
|
|
"trash": {
|
|
"title": "Trash",
|
|
"empty": "Trash is empty",
|
|
"emptyDescription": "Deleted items will appear here. They are kept for 30 days before permanent deletion.",
|
|
"restore": "Restore",
|
|
"deletePermanently": "Delete Permanently",
|
|
"noteTrashed": "Note moved to trash",
|
|
"noteRestored": "Note restored",
|
|
"notePermanentlyDeleted": "Note permanently deleted",
|
|
"emptyTrash": "Empty Trash",
|
|
"emptyTrashConfirm": "Empty trash? This is irreversible.",
|
|
"emptyTrashSuccess": "Trash emptied",
|
|
"permanentDelete": "Delete permanently",
|
|
"permanentDeleteConfirm": "This note will be permanently deleted. This action cannot be undone.",
|
|
"restoreSuccess": "Restored successfully",
|
|
"restoreError": "Failed to restore",
|
|
"permanentDeleteSuccess": "Permanently deleted",
|
|
"deleteError": "Failed to delete",
|
|
"daysRemaining": "DAYS LEFT",
|
|
"notebookContentPreserved": "Notebook content preserved",
|
|
"notebookRestoreHint": "Restoring a notebook also restores all its notes.",
|
|
"filterAll": "All"
|
|
},
|
|
"footer": {
|
|
"privacy": "Privacy",
|
|
"terms": "Terms",
|
|
"openSource": "Open Source Clone"
|
|
},
|
|
"connection": {
|
|
"similarityInfo": "These notes are connected by {similarity}% similarity",
|
|
"clickToView": "Click to view note",
|
|
"isHelpful": "Is this connection helpful?",
|
|
"helpful": "Helpful",
|
|
"notHelpful": "Not Helpful",
|
|
"memoryEchoDiscovery": "Memory Echo Discovery"
|
|
},
|
|
"diagnostics": {
|
|
"title": "Diagnostics",
|
|
"description": "Check your AI provider connection status",
|
|
"configuredProvider": "Configured Provider",
|
|
"apiStatus": "API Status",
|
|
"operational": "Operational",
|
|
"errorStatus": "Error",
|
|
"checking": "Checking...",
|
|
"testDetails": "Test Details:",
|
|
"troubleshootingTitle": "Troubleshooting Tips:",
|
|
"tip1": "Make sure Ollama is running (ollama serve)",
|
|
"tip2": "Check that the model is installed (ollama pull llama3)",
|
|
"tip3": "Verify your API key for OpenAI",
|
|
"tip4": "Check network connectivity"
|
|
},
|
|
"batch": {
|
|
"organizeWithAI": "Organize with AI",
|
|
"organize": "Organize"
|
|
},
|
|
"organizeNotebook": {
|
|
"title": "Organize notebook",
|
|
"unknownError": "Unknown error",
|
|
"toastSuccess": "Notebook organized — {created} sub-notebook(s) created, {moved} note(s) moved",
|
|
"intro": "AI will analyze the notes in this notebook and propose a plan to reorganize them into thematic sub-notebooks.",
|
|
"bulletThemes": "Group notes by topic or theme",
|
|
"bulletSubfolders": "Create missing sub-notebooks",
|
|
"bulletPreview": "Full preview before any change",
|
|
"analyzingTitle": "Analyzing…",
|
|
"analyzingSubtitle": "AI is reading your notes and identifying themes",
|
|
"previewSummary": "{groups} group(s) · {notes} notes · {newSubs} new sub-notebook(s)",
|
|
"badgeNew": "New",
|
|
"untitledNote": "Untitled note",
|
|
"notesInGroup": "{count} notes",
|
|
"executingTitle": "Organizing…",
|
|
"executingSubtitle": "Creating sub-notebooks and moving notes",
|
|
"doneTitle": "Notebook organized!",
|
|
"doneStats": "{created} sub-notebook(s) created · {moved} note(s) moved",
|
|
"analyzeButton": "Analyze with AI",
|
|
"restart": "Start over",
|
|
"confirm": "Apply",
|
|
"closeButton": "Close"
|
|
},
|
|
"documentInfo": {
|
|
"tabInfo": "Info",
|
|
"tabVersions": "Versions",
|
|
"wordsLabel": "Words",
|
|
"charactersLabel": "Characters",
|
|
"notebookLabel": "Notebook",
|
|
"typeLabel": "Type",
|
|
"createdLabel": "Created",
|
|
"modifiedLabel": "Updated",
|
|
"labelsSection": "Labels",
|
|
"idLabel": "ID",
|
|
"historyDisabled": "History is not enabled for this note.",
|
|
"enableHistory": "Enable history",
|
|
"savedVersions": "Saved versions",
|
|
"savingEllipsis": "Saving…",
|
|
"versionSaved": "Version saved!",
|
|
"saveThisVersion": "Save this version",
|
|
"loading": "Loading…",
|
|
"noVersion": "No versions yet",
|
|
"restoreTooltip": "Restore",
|
|
"deleteTooltip": "Delete",
|
|
"comparisonMode": "Comparison mode",
|
|
"comparisonSubtitle": "Compare versions side by side",
|
|
"deleteVersionConfirm": "Delete this version?",
|
|
"latestBadge": "Latest"
|
|
},
|
|
"languages": {
|
|
"targets": {
|
|
"french": "French",
|
|
"english": "English",
|
|
"spanish": "Spanish",
|
|
"german": "German",
|
|
"persian": "Persian",
|
|
"portuguese": "Portuguese",
|
|
"italian": "Italian",
|
|
"chinese": "Chinese",
|
|
"japanese": "Japanese"
|
|
},
|
|
"customPlaceholder": "e.g. Arabic, Russian…",
|
|
"autoDetect": "Auto-detect",
|
|
"en": "English",
|
|
"fr": "Français",
|
|
"es": "Español",
|
|
"de": "Deutsch",
|
|
"fa": "فارسی",
|
|
"it": "Italiano",
|
|
"pt": "Português",
|
|
"ru": "Русский",
|
|
"zh": "中文",
|
|
"ja": "日本語",
|
|
"ko": "한국어",
|
|
"ar": "العربية",
|
|
"hi": "हिन्दी",
|
|
"nl": "Nederlands",
|
|
"pl": "Polski"
|
|
},
|
|
"common": {
|
|
"unknown": "Unknown",
|
|
"notAvailable": "N/A",
|
|
"loading": "Loading...",
|
|
"error": "Error",
|
|
"success": "Success",
|
|
"confirm": "Confirm",
|
|
"cancel": "Cancel",
|
|
"close": "Close",
|
|
"save": "Save",
|
|
"delete": "Delete",
|
|
"edit": "Edit",
|
|
"add": "Add",
|
|
"remove": "Remove",
|
|
"search": "Search...",
|
|
"noResults": "No notes found",
|
|
"required": "Required",
|
|
"optional": "Optional"
|
|
},
|
|
"time": {
|
|
"justNow": "just now",
|
|
"minutesAgo": "{count}m ago",
|
|
"hoursAgo": "{count}h ago",
|
|
"daysAgo": "{count}d ago",
|
|
"yesterday": "Yesterday",
|
|
"today": "Today",
|
|
"tomorrow": "Tomorrow"
|
|
},
|
|
"favorites": {
|
|
"title": "Favorites",
|
|
"toggleSection": "Toggle pinned notes section",
|
|
"noFavorites": "No pinned notes yet",
|
|
"pinToFavorite": "Pin a note to add it to favorites"
|
|
},
|
|
"notebooks": {
|
|
"create": "Create notebook",
|
|
"allNotebooks": "All Notebooks",
|
|
"noNotebooks": "No notebooks yet",
|
|
"createFirst": "Create your first notebook"
|
|
},
|
|
"ui": {
|
|
"close": "Close",
|
|
"open": "Open",
|
|
"expand": "Expand",
|
|
"collapse": "Collapse"
|
|
},
|
|
"mcpSettings": {
|
|
"title": "MCP",
|
|
"description": "Manage API keys and configure external tools",
|
|
"whatIsMcp": {
|
|
"title": "What is MCP?",
|
|
"description": "The Model Context Protocol (MCP) is an open protocol that enables AI models to securely interact with external tools and data sources. With MCP, you can connect tools like Claude Code, Cursor, or N8N to your Memento instance to read, create, and organize your notes programmatically.",
|
|
"learnMore": "Learn more about MCP"
|
|
},
|
|
"serverStatus": {
|
|
"title": "Server Status",
|
|
"running": "Running",
|
|
"stopped": "Stopped",
|
|
"mode": "Mode",
|
|
"url": "URL"
|
|
},
|
|
"apiKeys": {
|
|
"title": "API Keys",
|
|
"description": "API keys allow external tools to access your notes via MCP. Keep your keys secret.",
|
|
"generate": "Generate a new key",
|
|
"empty": "No API keys yet. Generate one to get started.",
|
|
"active": "Active",
|
|
"revoked": "Revoked",
|
|
"revoke": "Revoke",
|
|
"delete": "Delete",
|
|
"createdAt": "Created",
|
|
"lastUsed": "Last used",
|
|
"never": "Never",
|
|
"confirmRevoke": "Are you sure you want to revoke this key? Tools using it will lose access.",
|
|
"confirmDelete": "Are you sure you want to permanently delete this key?"
|
|
},
|
|
"createDialog": {
|
|
"title": "Generate API Key",
|
|
"description": "Create a new API key to connect external tools to your notes.",
|
|
"nameLabel": "Key name",
|
|
"namePlaceholder": "e.g. Claude Code, Cursor, N8N",
|
|
"generating": "Generating...",
|
|
"generate": "Generate",
|
|
"successTitle": "API Key Generated",
|
|
"successDescription": "Copy your API key now. You won't be able to see it again.",
|
|
"copy": "Copy",
|
|
"copied": "Copied!",
|
|
"done": "Done"
|
|
},
|
|
"configInstructions": {
|
|
"title": "Configuration Instructions",
|
|
"description": "Use your API key to configure these tools.",
|
|
"claudeCode": {
|
|
"title": "Claude Code",
|
|
"description": "Add this to your Claude Code MCP configuration file:"
|
|
},
|
|
"cursor": {
|
|
"title": "Cursor",
|
|
"description": "Add this to your Cursor MCP settings:"
|
|
},
|
|
"n8n": {
|
|
"title": "N8N",
|
|
"description": "Use these credentials in your N8N MCP node:"
|
|
}
|
|
}
|
|
},
|
|
"agents": {
|
|
"title": "Agents",
|
|
"subtitle": "Automate your monitoring and research tasks",
|
|
"newAgent": "New Agent",
|
|
"myAgents": "My Agents",
|
|
"searchPlaceholder": "Search agents...",
|
|
"filterAll": "All",
|
|
"newBadge": "New",
|
|
"noResults": "No agents match your search.",
|
|
"noAgents": "No agents",
|
|
"noAgentsDescription": "Create your first agent or install a template below to automate your monitoring tasks.",
|
|
"types": {
|
|
"scraper": "Monitor",
|
|
"researcher": "Researcher",
|
|
"monitor": "Observer",
|
|
"slideGenerator": "Slides",
|
|
"excalidrawGenerator": "Diagram",
|
|
"custom": "Custom"
|
|
},
|
|
"typeDescriptions": {
|
|
"scraper": "Scrapes multiple sites and creates a summary",
|
|
"researcher": "Searches for information on a topic",
|
|
"monitor": "Watches a notebook and analyzes notes",
|
|
"slideGenerator": "Creates a PowerPoint presentation from notes",
|
|
"excalidrawGenerator": "Creates an Excalidraw diagram from notes",
|
|
"custom": "Free agent with your own prompt"
|
|
},
|
|
"form": {
|
|
"agentType": "Agent type",
|
|
"name": "Name",
|
|
"namePlaceholder": "e.g. Tuesday AI Watch",
|
|
"description": "Description (optional)",
|
|
"descriptionPlaceholder": "Weekly AI news summary",
|
|
"urlsLabel": "URLs to scrape",
|
|
"urlsOptional": "(optional)",
|
|
"sourceNotebook": "Notebook to watch",
|
|
"selectNotebook": "Select a notebook...",
|
|
"selectNotes": "Notes to analyze",
|
|
"notesSelected": "{{count}} note(s) selected",
|
|
"slideTheme": "Presentation theme",
|
|
"slideThemeDefault": "Automatic",
|
|
"slideThemes": {
|
|
"modern_wellness": "Modern & Wellness",
|
|
"business_authority": "Business & Authority",
|
|
"nature_outdoors": "Nature & Outdoors",
|
|
"vintage_academic": "Vintage & Academic",
|
|
"soft_creative": "Soft & Creative",
|
|
"bohemian": "Bohemian",
|
|
"vibrant_tech": "Vibrant & Tech",
|
|
"craft_artisan": "Craft & Artisan",
|
|
"tech_night": "Tech & Night (dark)",
|
|
"education_charts": "Education & Charts",
|
|
"forest_eco": "Forest & Eco",
|
|
"elegant_fashion": "Elegant & Fashion",
|
|
"art_food": "Art & Food",
|
|
"luxury_mystery": "Luxury & Mystery",
|
|
"pure_tech_blue": "Pure Tech Blue",
|
|
"coastal_coral": "Coastal Coral",
|
|
"vibrant_orange_mint": "Vibrant Orange Mint",
|
|
"platinum_white_gold": "Platinum White Gold"
|
|
},
|
|
"slideStyle": "Visual style",
|
|
"slideStyleSoft": "Soft (recommended)",
|
|
"slideStyleSharp": "Sharp & dense",
|
|
"slideStyleRounded": "Rounded & spacious",
|
|
"slideStylePill": "Premium / Pill",
|
|
"excalidrawDiagramType": "Diagram type",
|
|
"excalidrawDiagramTypeAuto": "Auto (domain detection)",
|
|
"excalidrawDiagramTypeFlowchart": "Flowchart (process)",
|
|
"excalidrawDiagramTypeMindmap": "Mindmap (ideas)",
|
|
"excalidrawDiagramTypeOrgChart": "Org chart (teams)",
|
|
"excalidrawDiagramTypeTimeline": "Timeline / roadmap",
|
|
"excalidrawDiagramTypeProcessMap": "Process map (operations)",
|
|
"excalidrawDiagramTypeArchitectureCloud": "Cloud architecture (zones/RG)",
|
|
"excalidrawDiagramStyle": "Excalidraw diagram style",
|
|
"excalidrawDiagramStyleDefault": "Colored (Excalidraw)",
|
|
"excalidrawDiagramStyleSketchPlus": "Sketch+ (enhanced Excalidraw)",
|
|
"excalidrawDiagramStyleAustere": "Austere (minimal)",
|
|
"targetNotebook": "Target notebook",
|
|
"inbox": "Inbox",
|
|
"instructions": "AI Instructions",
|
|
"instructionsPlaceholder": "Describe the agent's behavior...",
|
|
"frequency": "Frequency",
|
|
"cancel": "Cancel",
|
|
"saving": "Saving...",
|
|
"save": "Save",
|
|
"create": "Create agent",
|
|
"editTitle": "Edit agent",
|
|
"createTitle": "New agent",
|
|
"nameRequired": "Name is required",
|
|
"addUrl": "Add URL",
|
|
"advancedMode": "Advanced mode",
|
|
"instructionsHint": "replaces automatic prompt",
|
|
"researchTopic": "Research topic",
|
|
"researchTopicPlaceholder": "e.g. Latest advances in quantum computing",
|
|
"notifyEmail": "Email notification",
|
|
"notifyEmailHint": "Receive an email with the agent's results after each run",
|
|
"includeImages": "Include images",
|
|
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
|
|
"back": "Back",
|
|
"configuration": "Configuration",
|
|
"options": "Options"
|
|
},
|
|
"frequencies": {
|
|
"manual": "Manual",
|
|
"hourly": "Hourly",
|
|
"daily": "Daily",
|
|
"weekly": "Weekly",
|
|
"monthly": "Monthly"
|
|
},
|
|
"schedule": {
|
|
"nextRun": "Next run",
|
|
"pending": "Pending trigger",
|
|
"time": "Time",
|
|
"dayOfWeek": "Day of week",
|
|
"dayOfMonth": "Day of month",
|
|
"days": {
|
|
"mon": "Monday",
|
|
"tue": "Tuesday",
|
|
"wed": "Wednesday",
|
|
"thu": "Thursday",
|
|
"fri": "Friday",
|
|
"sat": "Saturday",
|
|
"sun": "Sunday"
|
|
}
|
|
},
|
|
"status": {
|
|
"success": "Succeeded",
|
|
"failure": "Failed",
|
|
"running": "Running",
|
|
"pending": "Pending",
|
|
"nextRun": "Next run",
|
|
"lastStatus": "Last status"
|
|
},
|
|
"actions": {
|
|
"edit": "Edit",
|
|
"run": "Run",
|
|
"delete": "Delete",
|
|
"deleteConfirm": "Delete agent \"{name}\"?",
|
|
"toggleOn": "Agent enabled",
|
|
"toggleOff": "Agent disabled"
|
|
},
|
|
"toasts": {
|
|
"created": "Agent created",
|
|
"updated": "Agent updated",
|
|
"deleted": "\"{name}\" deleted",
|
|
"deleteError": "Error deleting",
|
|
"running": "Generation in progress…",
|
|
"runningDesc": "Generation may take a few minutes. You can navigate freely.",
|
|
"runSuccess": "\"{name}\" executed successfully",
|
|
"runError": "Error: {error}",
|
|
"runFailed": "Execution failed",
|
|
"runGenericError": "Error during execution",
|
|
"toggleError": "Error toggling agent",
|
|
"installSuccess": "\"{name}\" installed",
|
|
"installError": "Error during installation",
|
|
"saveError": "Error saving",
|
|
"autoRunSuccess": "Agent \"{name}\" executed automatically with success",
|
|
"autoRunError": "Agent \"{name}\" failed during automatic execution"
|
|
},
|
|
"templates": {
|
|
"title": "Templates",
|
|
"install": "Install",
|
|
"installing": "Installing...",
|
|
"veilleAI": {
|
|
"name": "AI Watch",
|
|
"description": "Scrapes RSS feeds from 6 AI sites (The Verge, TechCrunch, Ars Technica, MIT Tech Review, WIRED, Korben) and generates a weekly summary."
|
|
},
|
|
"veilleTech": {
|
|
"name": "Tech Watch",
|
|
"description": "Scrapes tech RSS feeds (Hacker News, DEV, Product Hunt) and creates a daily news summary."
|
|
},
|
|
"veilleDev": {
|
|
"name": "Dev Watch",
|
|
"description": "Scrapes dev RSS feeds (JavaScript, TypeScript, React) and summarizes new tech and frameworks."
|
|
},
|
|
"surveillant": {
|
|
"name": "Note Observer",
|
|
"description": "Analyzes recent notes from a notebook and suggests complements, references and links."
|
|
},
|
|
"chercheur": {
|
|
"name": "Topic Researcher",
|
|
"description": "Searches for in-depth information on a topic and creates a structured note with references."
|
|
},
|
|
"slideGenerator": {
|
|
"name": "Slide Generator",
|
|
"description": "Reads notes from a notebook and generates a structured presentation automatically."
|
|
},
|
|
"excalidrawGenerator": {
|
|
"name": "Diagram Generator",
|
|
"description": "Reads a note and generates a visual diagram in the Excalidraw Lab."
|
|
}
|
|
},
|
|
"runLog": {
|
|
"title": "History",
|
|
"noHistory": "No executions yet",
|
|
"toolTrace": "{count} tool calls",
|
|
"step": "Step {num}",
|
|
"clearConfirm": "Are you sure you want to delete all history for this agent?",
|
|
"cleared": "History deleted",
|
|
"clearHistory": "Clear history"
|
|
},
|
|
"tools": {
|
|
"title": "Agent Tools",
|
|
"webSearch": "Web Search",
|
|
"webScrape": "Web Scrape",
|
|
"noteSearch": "Note Search",
|
|
"noteRead": "Read Note",
|
|
"noteCreate": "Create Note",
|
|
"urlFetch": "Fetch URL",
|
|
"memorySearch": "Memory",
|
|
"generatePptx": "PPTX Slides",
|
|
"generateSlides": "HTML Slides",
|
|
"generateExcalidraw": "Excalidraw Diagram",
|
|
"configNeeded": "config",
|
|
"selected": "{count} selected",
|
|
"maxSteps": "Max iterations"
|
|
},
|
|
"metadata": {
|
|
"executions": "{count} exec."
|
|
},
|
|
"defaultRoles": {
|
|
"scraper": "You are a monitoring assistant. Your role is to synthesize articles from different websites into a clear, structured and useful summary. Use section headings, bullet points and concise sentences.",
|
|
"researcher": "You are a rigorous researcher. For the requested topic, produce a research note with: context, key points, debates, references.",
|
|
"monitor": "You are an analytical assistant. Your role is to analyze provided notes and for each detected theme, suggest: leads to explore, references or articles to read, connections between notes.",
|
|
"custom": "You are a helpful assistant.",
|
|
"slideGenerator": "You are a presentation creator. Read the provided content and create structured slides with titles, key points and summaries.",
|
|
"excalidrawGenerator": "You are a diagram creator. Analyze the provided content and create a clear, organized visual diagram."
|
|
},
|
|
"help": {
|
|
"title": "Agents Guide",
|
|
"btnLabel": "Help",
|
|
"close": "Close",
|
|
"whatIsAgent": "What is an agent?",
|
|
"whatIsAgentContent": "An **agent** is an AI assistant that runs automatically to perform tasks for you. It has access to **tools** (web search, web scraping, note reading...) and produces a **note** with its results.\n\nThink of it as a small autonomous worker: you give it a mission, it researches or scrapes information, then writes a structured note you can read later.\n\nAgents respond in your language (French or English) based on your settings.",
|
|
"howToUse": "How to use an agent?",
|
|
"howToUseContent": "1. Click **\"New Agent\"** (or start from a **Template** at the bottom of the page)\n2. Choose an **agent type** (Researcher, Monitor, Observer, Custom)\n3. Give it a **name** and fill in the type-specific fields\n4. Optionally pick a **target notebook** where results will be saved\n5. Choose a **frequency** (Manual = you trigger it yourself)\n6. Click **Create**, then hit the **Run** button on the agent card\n7. Once finished, a new note appears in your target notebook",
|
|
"types": "Agent types",
|
|
"typesContent": "### Researcher\nSearches the web on a **topic you define** and creates a structured note with sources and references.\n\n- **Fields:** name, research topic (e.g. \"Latest advances in quantum computing\")\n- **Default tools:** web search, web scraping, note search, note creation\n- **Requirements:** a web search provider must be configured (SearXNG or Brave Search)\n\n### Monitor (Scraper)\nScrapes a **list of URLs** you specify and produces a summary of their content.\n\n- **Fields:** name, list of URLs (websites or RSS feeds)\n- **Default tools:** web scraping, note creation\n- **RSS tip:** Use RSS feed URLs (e.g. `site.com/feed`) to automatically scrape individual articles instead of listing pages\n- **Use case:** weekly tech watch, competitor monitoring, blog roundups\n\n### Observer (Notebook Monitor)\nReads notes from a **notebook you select** and produces analysis, connections, and suggestions.\n\n- **Fields:** name, source notebook (the one to analyze)\n- **Default tools:** note search, note read, note creation\n- **Use case:** find connections between your notes, get reading suggestions, detect recurring themes\n\n### Custom\nA blank canvas: you write your own **prompt** and pick your own **tools**.\n\n- **Fields:** name, description, custom instructions (in Advanced mode)\n- **No default tools** — you choose exactly what the agent needs\n- **Use case:** anything creative or specific that doesn't fit the other types",
|
|
"advanced": "Advanced mode (AI Instructions, Max iterations)",
|
|
"advancedContent": "Click **\"Advanced mode\"** at the bottom of the form to access additional settings.\n\n### AI Instructions\n\nThis field lets you **replace the default system prompt** for the agent. If left empty, the agent uses an automatic prompt adapted to its type.\n\n**Why use it?** You want to control exactly how the agent behaves. For example:\n- \"Write the summary in English, even if sources are in French\"\n- \"Structure the note with sections: Context, Key Points, Personal Opinion\"\n- \"Ignore articles older than 30 days and focus on recent news\"\n- \"For each detected theme, suggest 3 follow-up leads with links\"\n\n> **Note:** Your instructions replace the defaults, they don't add to them.\n\n### Max iterations\n\nThis is the **maximum number of cycles** the agent can perform. One cycle = the agent thinks, calls a tool, reads the result, then decides the next action.\n\n- **3-5 iterations:** for simple tasks (scraping a single page)\n- **10 iterations (default):** good balance for most cases\n- **15-25 iterations:** for deep research where the agent needs to explore multiple leads\n\n> **Warning:** More iterations = more time and potentially higher API costs.",
|
|
"tools": "Available tools (full details)",
|
|
"toolsContent": "When advanced mode is enabled, you can choose exactly which tools the agent can use.\n\n### Web Search\nAllows the agent to **search the internet** via SearXNG or Brave Search.\n\n- **What it does:** The agent formulates a query, gets search results, and can then scrape the most relevant pages.\n- **When to enable:** When the agent needs to find information on a topic (Researcher or Custom type).\n- **Configuration required:** SearXNG (with JSON format enabled) or a Brave Search API key. Configurable in **Admin > Agent Tools**.\n- **Example:** The agent searches \"React Server Components best practices 2025\", gets 10 results, then scrapes the top 3.\n\n### Web Scrape\nAllows the agent to **extract text content from a web page** given its URL.\n\n- **What it does:** The agent visits a URL and retrieves the structured text (headings, paragraphs, lists). Ads, menus and footers are typically filtered out.\n- **RSS/Atom support:** If the URL is an RSS feed, the tool automatically detects it, parses the feed and scrapes the 5 latest articles individually. Use RSS feed URLs for much richer content than listing pages.\n- **When to enable:** For the Monitor type (mandatory), or any agent that needs to read web pages.\n- **Configuration:** Works out of the box, but a **Jina Reader API key** improves quality and removes rate limits. Configurable in **Admin > Agent Tools**.\n- **Example:** The agent scrapes the RSS feed at `techcrunch.com/feed/` and gets the 5 latest full articles.\n\n### Note Search\nAllows the agent to **search your existing notes**.\n\n- **What it does:** The agent performs a text search across all your notes (or a specific notebook).\n- **When to enable:** For Observer-type agents, or any agent that needs to cross-reference information with your notes.\n- **Configuration:** None — works immediately.\n- **Example:** The agent searches all notes containing \"machine learning\" to see what you've already written on the topic.\n\n### Read Note\nAllows the agent to **read the full content of a specific note**.\n\n- **What it does:** After finding a note (via Note Search), the agent can read its entire content to analyze or use it.\n- **When to enable:** As a companion to Note Search. Enable both together so the agent can search AND read.\n- **Configuration:** None.\n- **Example:** The agent finds 5 notes about \"productivity\", reads them all, and writes a synthesis.\n\n### Create Note\nAllows the agent to **write a new note** in your target notebook.\n\n- **What it does:** The agent creates a note with a title and content. This is how results end up in your notebooks.\n- **When to enable:** Almost always — without this tool, the agent cannot save its results. **Leave it enabled by default.**\n- **Configuration:** None.\n- **Example:** The agent creates a note \"Tech Watch - Week 16\" with a summary of 5 articles.\n\n### Fetch URL\nAllows the agent to **download the raw content of a URL** (HTML, JSON, text...).\n\n- **What it does:** Unlike scraping which extracts clean text, Fetch URL retrieves raw content. Useful for APIs, JSON files, or non-standard pages.\n- **When to enable:** When the agent needs to query REST APIs, read RSS feeds, or access raw data.\n- **Configuration:** None.\n- **Example:** The agent queries the GitHub API to list the latest commits of a project.\n\n### Memory\nAllows the agent to **access its previous execution history**.\n\n- **What it does:** The agent can search through results from past runs. This lets it compare, track changes, or avoid repeating the same information.\n- **When to enable:** For agents that run regularly and need to maintain continuity between executions.\n- **Configuration:** None.\n- **Example:** The agent compares this week's news with last week's and highlights what's new.",
|
|
"frequency": "Frequency & scheduling",
|
|
"frequencyContent": "| Frequency | Behavior\n|-----------|----------\n| **Manual** | You click \"Run\" yourself — no automatic scheduling\n| **Hourly** | Runs every hour\n| **Daily** | Runs once per day\n| **Weekly** | Runs once per week\n| **Monthly** | Runs once per month\n\n> **Tip:** Start with \"Manual\" to test your agent, then switch to an automatic frequency once you're satisfied with the results.",
|
|
"targetNotebook": "Target notebook",
|
|
"targetNotebookContent": "When an agent finishes its task, it **creates a note**. The **target notebook** determines where that note goes:\n\n- **Inbox** (default) — the note goes to your general notes\n- **Specific notebook** — choose a notebook to keep agent results organized\n\n> **Tip:** Create a dedicated notebook like \"Agent Reports\" to keep all automated content in one place.",
|
|
"templates": "Templates",
|
|
"templatesContent": "Templates are pre-configured agents ready to install in one click. You'll find them at the **bottom of the Agents page**.\n\nAvailable templates:\n\n- **AI Watch** — weekly roundup via RSS feeds from 6 AI sites (The Verge, TechCrunch, Ars Technica, MIT Tech Review, WIRED, Korben)\n- **Tech Watch** — daily summary via RSS feeds from Hacker News, DEV Community, Product Hunt\n- **Dev Watch** — developer news via RSS feeds from DEV (JavaScript, TypeScript, React)\n- **Note Observer** — analyzes a notebook and suggests connections\n- **Topic Researcher** — deep research on a specific topic\n\nTemplates come with the right tools pre-configured. You can customize them after installation.",
|
|
"tips": "Tips & troubleshooting",
|
|
"tipsContent": "- **Start with a template** and customize it — it's the fastest way to get a working agent\n- **Test with \"Manual\"** frequency before enabling automatic scheduling\n- **Use RSS feed URLs** instead of listing pages for much richer content (e.g. `techcrunch.com/feed/` instead of `techcrunch.com/category/ai/`)\n- **A \"Researcher\" agent requires a web search provider** — configure SearXNG (JSON format) or Brave Search in **Admin > Agent Tools**\n- **If an agent fails**, click on its card then **History** to see the execution log and tool traces\n- **The \"Enabled/Disabled\" toggle** lets you pause an agent without deleting it\n- **Web scraping quality** improves with a Jina Reader API key (optional, in Admin > Agent Tools)\n- **Combine \"Note Search\" + \"Read Note\"** so the agent can find AND analyze your notes' content\n- **Enable \"Memory\"** if your agent runs regularly — it will avoid repeating the same information across runs\n- **Agents respond in your language** — switch between French and English in settings",
|
|
"tooltips": {
|
|
"agentType": "Choose the type of task the agent will perform. Each type has different capabilities and fields.",
|
|
"researchTopic": "The subject the agent will research on the web. Be specific for better results.",
|
|
"description": "A short description of what this agent does. Helps you remember its purpose.",
|
|
"urls": "List of URLs to scrape. Supports RSS feeds — use feed URLs for richer content (e.g. site.com/feed).",
|
|
"sourceNotebook": "The notebook the agent will analyze. It reads notes from this notebook to find connections and themes.",
|
|
"targetNotebook": "Where the agent's result note will be saved. Choose Inbox or a specific notebook.",
|
|
"frequency": "How often the agent runs automatically. Start with Manual to test.",
|
|
"instructions": "Custom instructions that replace the default AI prompt. Leave empty to use the automatic prompt.",
|
|
"tools": "Select which tools the agent can use. Each tool gives the agent a specific capability.",
|
|
"maxSteps": "Maximum number of reasoning cycles. More steps = deeper analysis but takes longer.",
|
|
"selectNotes": "Select specific notes to analyze. If none selected, the agent will use all notes from the notebook.",
|
|
"slideTheme": "Choose a color palette for the presentation. Automatic lets the AI decide.",
|
|
"slideStyle": "Visual style affects corner radius, spacing, and information density."
|
|
}
|
|
}
|
|
},
|
|
"chat": {
|
|
"title": "AI Chat",
|
|
"subtitle": "Chat with your notes and AI agents",
|
|
"newConversation": "New conversation",
|
|
"noHistory": "No history",
|
|
"untitled": "Untitled conversation",
|
|
"deleteConfirm": "Delete this conversation?",
|
|
"yes": "Yes",
|
|
"placeholder": "Send a message to the assistant...",
|
|
"allNotebooks": "All notebooks",
|
|
"inAllNotebooks": "In all notebooks",
|
|
"active": "ACTIVE",
|
|
"disclaimer": "AI can make mistakes. Verify important information.",
|
|
"assistantError": "Assistant error",
|
|
"loadError": "Error loading conversation",
|
|
"createError": "Error creating conversation",
|
|
"deleteError": "Error deleting",
|
|
"renamed": "Conversation renamed",
|
|
"renameError": "Error renaming",
|
|
"welcome": "I'm here to help you synthesize your notes, generate new ideas, or discuss your notebooks.",
|
|
"searching": "Searching...",
|
|
"noNotesFoundForContext": "No relevant notes found for this question. Answer with your general knowledge.",
|
|
"webSearch": "Web Search",
|
|
"timeoutWarning": "Response is taking longer than expected...",
|
|
"quotaExceededBasic": "AI Chat is available from the PRO plan onwards.",
|
|
"quotaExceededTier": "Monthly quota reached for {tier} plan. It will reset next month."
|
|
},
|
|
"labHeader": {
|
|
"title": "The Workshop",
|
|
"live": "Live",
|
|
"currentProject": "Current Project",
|
|
"choose": "Choose...",
|
|
"yourSpaces": "Your Spaces",
|
|
"updated": "Updated",
|
|
"newSpace": "New Thought Space",
|
|
"new": "New",
|
|
"renamed": "Space renamed",
|
|
"renameError": "Error renaming",
|
|
"created": "New space created",
|
|
"createFailed": "Creation failed",
|
|
"deleteSpace": "Delete space",
|
|
"deleted": "Space deleted",
|
|
"deleteError": "Error deleting",
|
|
"rename": "Rename"
|
|
},
|
|
"lab": {
|
|
"initializing": "Initializing workspace",
|
|
"loadingIdeas": "Loading your ideas..."
|
|
},
|
|
"richTextEditor": {
|
|
"slashHint": "↑↓ navigate · Enter insert · Tab switch section",
|
|
"slashLoading": "AI thinking...",
|
|
"slashTabAll": "All",
|
|
"slashCatBasic": "Basic blocks",
|
|
"slashCatMedia": "Media",
|
|
"slashCatFormatting": "Formatting",
|
|
"slashCatAi": "AI Note",
|
|
"insertImage": "Insert image",
|
|
"imageUrlPlaceholder": "https://example.com/image.png",
|
|
"preview": "Preview",
|
|
"cancel": "Cancel",
|
|
"insert": "Insert",
|
|
"slashText": "Text",
|
|
"slashTextDesc": "Simple paragraph",
|
|
"slashH1": "Heading 1",
|
|
"slashH1Desc": "Large section heading",
|
|
"slashH2": "Heading 2",
|
|
"slashH2Desc": "Medium section heading",
|
|
"slashH3": "Heading 3",
|
|
"slashH3Desc": "Small section heading",
|
|
"slashBullet": "Bullet List",
|
|
"slashBulletDesc": "Unordered list",
|
|
"slashNumbered": "Numbered List",
|
|
"slashNumberedDesc": "Ordered numbered list",
|
|
"slashTodo": "Task List",
|
|
"slashTodoDesc": "Checkbox tasks",
|
|
"slashQuote": "Quote",
|
|
"slashQuoteDesc": "Capture a quote",
|
|
"slashCode": "Code Block",
|
|
"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",
|
|
"slashAlignLeftDesc": "Align text to the left",
|
|
"slashAlignCenter": "Center",
|
|
"slashAlignCenterDesc": "Center the text",
|
|
"slashAlignRight": "Align Right",
|
|
"slashAlignRightDesc": "Align text to the right",
|
|
"slashSuperscript": "Superscript",
|
|
"slashSuperscriptDesc": "Text above the baseline",
|
|
"slashSubscript": "Subscript",
|
|
"slashSubscriptDesc": "Text below the baseline",
|
|
"slashClarify": "Clarify",
|
|
"slashClarifyDesc": "Make the text clearer",
|
|
"slashShorten": "Shorten",
|
|
"slashShortenDesc": "Condense the text",
|
|
"slashImprove": "Improve",
|
|
"slashImproveDesc": "Enhance the style",
|
|
"slashExpand": "Expand",
|
|
"slashExpandDesc": "Elaborate and enrich the text",
|
|
"imageModalTitle": "Insert image",
|
|
"imageModalPreview": "Preview",
|
|
"imageModalCancel": "Cancel",
|
|
"imageModalInsert": "Insert",
|
|
"imageModalInvalidUrl": "Please enter a valid URL",
|
|
"imageModalLoadFailed": "Failed to load image",
|
|
"linkPlaceholder": "Paste or type a link...",
|
|
"bold": "Bold",
|
|
"italic": "Italic",
|
|
"underline": "Underline",
|
|
"strike": "Strikethrough",
|
|
"code": "Code",
|
|
"highlight": "Highlight",
|
|
"superscript": "Superscript",
|
|
"subscript": "Subscript",
|
|
"addBlock": "Add block",
|
|
"placeholder": "Type '/' for commands...",
|
|
"aiReformulateFailed": "The AI assistant could not process this text. Try again.",
|
|
"translateTargets": {
|
|
"Francais": "French",
|
|
"English": "English",
|
|
"Espanol": "Spanish",
|
|
"Deutsch": "German",
|
|
"Persan": "Persian",
|
|
"Portugais": "Portuguese",
|
|
"Italiano": "Italian",
|
|
"Chinois": "Chinese",
|
|
"Japonais": "Japanese"
|
|
}
|
|
},
|
|
"brainstorm": {
|
|
"title": "Waves of Thought",
|
|
"subtitle": "Unfold dimensions of potentiality",
|
|
"placeholder": "Enter a concept to unfold...",
|
|
"generating": "AI is harvesting seeds of thought...",
|
|
"newBrainstorm": "New Brainstorm",
|
|
"noSessions": "No brainstorms yet",
|
|
"startOne": "Start one",
|
|
"sessions": "Brainstorms",
|
|
"seedLabel": "Seed Idea",
|
|
"ideaPromptDetailed": "Enter your idea, question, or topic to brainstorm...",
|
|
"brainstormThisIdea": "Brainstorm this idea",
|
|
"startBrainstorm": "Start Brainstorm",
|
|
"spatialMode": "Spatial Exploration Mode",
|
|
"wave1": "Wave 1",
|
|
"wave2": "Wave 2",
|
|
"wave3": "Wave 3",
|
|
"export": "Export",
|
|
"exporting": "Exporting...",
|
|
"wave": "Wave",
|
|
"novelty": "Novelty",
|
|
"originConnection": "Origin connection",
|
|
"linkedNotes": "Linked notes",
|
|
"deepen": "Deepen",
|
|
"deepening": "Generating...",
|
|
"extract": "Create Note",
|
|
"converting": "Converting...",
|
|
"dismiss": "Not pertinent",
|
|
"noteCreated": "Note Created",
|
|
"ideas": "ideas",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"ideaOrigin": "Origin of the idea",
|
|
"noNoteLink": "Purely generative idea",
|
|
"derived_from": "Derived from",
|
|
"opposes": "In opposition with",
|
|
"extends": "Extends",
|
|
"synthesizes": "Synthesizes",
|
|
"transposes": "Transposes",
|
|
"none_found": "No note link",
|
|
"viewNote": "View note",
|
|
"addIdea": "Add idea",
|
|
"manualIdeaPrompt": "Title of your idea:",
|
|
"invite": "Invite",
|
|
"linkCopied": "Invite link copied!",
|
|
"activityTitle": "Activity",
|
|
"noActivity": "No activity yet",
|
|
"justNow": "just now",
|
|
"humanIdea": "Human",
|
|
"aiIdea": "AI",
|
|
"respondsTo": "Responds to",
|
|
"adding": "Adding...",
|
|
"manualIdeaDesc": "Share your idea with the brainstorm canvas",
|
|
"manualIdeaTitle": "Title",
|
|
"manualIdeaTitlePlaceholder": "Your idea in a few words...",
|
|
"manualIdeaDescLabel": "Description (optional)",
|
|
"manualIdeaDescPlaceholder": "Elaborate on your idea...",
|
|
"activity": {
|
|
"manual_idea": "added an idea",
|
|
"wave_generated": "generated a wave",
|
|
"joined": "joined the session",
|
|
"idea_dismissed": "dismissed an idea",
|
|
"invite_created": "created an invite"
|
|
},
|
|
"shareDialogTitle": "Share brainstorm",
|
|
"shareSearchLabel": "Find someone",
|
|
"shareNameOrEmailPlaceholder": "Name or email…",
|
|
"shareSubmit": "Share",
|
|
"shareSubmitting": "Sending…",
|
|
"shareFooterHint": "They will get a notification to accept or decline.",
|
|
"sharePublicLink": "Public link",
|
|
"shareGuestsCanEdit": "Allow guests to edit",
|
|
"feedbackInviteSent": "Invitation sent!",
|
|
"feedbackInviteResent": "Invitation resent!",
|
|
"feedbackAlreadyShared": "This person already has access to this brainstorm.",
|
|
"feedbackAlreadyPending": "An invitation is already pending for this person.",
|
|
"feedbackGenericError": "Error",
|
|
"unnamedPerson": "No name",
|
|
"canvasEditTitleReply": "Reply",
|
|
"canvasEditTitleNewIdea": "New idea",
|
|
"canvasPlaceholderReply": "Your reply…",
|
|
"canvasPlaceholderIdea": "Your idea…",
|
|
"canvasShortcutSave": "save",
|
|
"canvasShortcutCancel": "cancel",
|
|
"canvasChildBranch": "Child",
|
|
"canvasDoubleClickHint": "Double-click to add an idea",
|
|
"ideaDetailDescription": "Description",
|
|
"ideaDetailConnection": "Connection",
|
|
"ideaDetailNovelty": "Novelty",
|
|
"ideaDetailWave": "Wave",
|
|
"waveFlavorVariation": "Variation",
|
|
"waveFlavorAnalogy": "Analogy",
|
|
"waveFlavorDisruption": "Disruption",
|
|
"liveCollaborationTitle": "Live collaboration",
|
|
"liveStatus": "Live",
|
|
"liveYouMarker": "(You)",
|
|
"liveOtherParticipants": "{count} other participants",
|
|
"guestReadOnlyNotice": "You're viewing this brainstorm as a guest. Sign in to edit.",
|
|
"impactNotesEnriched": "{count} note(s) enriched",
|
|
"impactNotesMarkedDry": "{count} note(s) marked dry",
|
|
"impactSeparator": " · ",
|
|
"exportNotebookPrefix": "Notebook:",
|
|
"playbackStep": "Step {current}/{total}",
|
|
"playbackStepsCount": "{count} steps",
|
|
"playbackReturnToLive": "Return to live",
|
|
"canvasWaitingHint": "The canvas is waiting for your spark...",
|
|
"seedNodeBadge": "SEED",
|
|
"originalSeedDescription": "Original seed idea",
|
|
"convertedToNoteStatus": "Converted to note",
|
|
"quotaGuest": "The session host has reached their AI limit. Ask them to upgrade their plan.",
|
|
"quotaHost": "You've reached your AI limit for this brainstorm. Upgrade your plan to continue.",
|
|
"toastExpandSuccess": "Ideas expanded!",
|
|
"toastExpandFailed": "Failed to expand",
|
|
"toastDismissSuccess": "Idea dismissed",
|
|
"toastDismissFailed": "Failed to dismiss",
|
|
"toastConvertSuccess": "Idea converted to note!",
|
|
"toastConvertFailed": "Failed to convert",
|
|
"toastExportNoteSuccess": "Exported as note!",
|
|
"toastExportFailed": "Failed to export",
|
|
"legendSeed": "Seed",
|
|
"legendVariations": "Variations",
|
|
"legendAnalogies": "Analogies",
|
|
"legendDisruptions": "Disruptions",
|
|
"exportFailedMessage": "Export failed",
|
|
"exportDefaultNotebookName": "Brainstorm",
|
|
"exportDefaultNoteTitle": "Synthesis",
|
|
"exportOpening": "Opening…",
|
|
"ownerBadge": "Owner",
|
|
"waveBadge": "Wave {wave}",
|
|
"exampleSeed1": "Simplify my morning routine",
|
|
"exampleSeed2": "Ideas for a creative project this weekend",
|
|
"exampleSeed3": "Systems to manage my energy better",
|
|
"exampleSeed4": "What I learned this week",
|
|
"summarize": "AI Synthesis",
|
|
"summaryError": "Could not generate synthesis",
|
|
"regenerateSummary": "Regenerate",
|
|
"exportAsNote": "Export as note",
|
|
"exportModalTitle": "Session summary",
|
|
"viewCanvas": "Canvas",
|
|
"viewList": "List",
|
|
"ideasCount": "ideas",
|
|
"star": "Star idea",
|
|
"unstar": "Unstar idea",
|
|
"renameSession": "Rename session"
|
|
},
|
|
"byokSettings": {
|
|
"title": "Your API keys (BYOK)",
|
|
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
|
|
"badgeActive": "BYOK active",
|
|
"tierRequired": "BYOK requires a Pro plan or higher. Upgrade to connect your API keys.",
|
|
"provider": "Provider",
|
|
"providerPlaceholder": "Select a provider",
|
|
"alias": "Label (optional)",
|
|
"aliasPlaceholder": "e.g. Work OpenAI",
|
|
"apiKey": "API key",
|
|
"apiKeyPlaceholder": "sk-...",
|
|
"save": "Save key",
|
|
"saved": "API key saved",
|
|
"deleted": "API key removed",
|
|
"error": "Could not save API key",
|
|
"loadError": "Could not load API keys",
|
|
"loading": "Loading keys...",
|
|
"empty": "No API keys configured yet.",
|
|
"confirmDelete": "Remove this API key permanently?",
|
|
"toggleActive": "Active",
|
|
"providers": {
|
|
"openai": "OpenAI",
|
|
"anthropic": "Anthropic",
|
|
"deepseek": "DeepSeek",
|
|
"openrouter": "OpenRouter",
|
|
"minimax": "MiniMax",
|
|
"zai": "Z.ai",
|
|
"google": "Google",
|
|
"mistral": "Mistral",
|
|
"glm": "GLM"
|
|
}
|
|
},
|
|
"billing": {
|
|
"title": "Billing",
|
|
"currentPlan": "Current Plan",
|
|
"upgradePlan": "Upgrade Plan",
|
|
"manageBilling": "Manage Billing",
|
|
"manageDescription": "Update payment method, view invoices, or cancel.",
|
|
"openPortal": "Open Billing Portal",
|
|
"renewsOn": "Renews on",
|
|
"expiresOn": "Expires on",
|
|
"canceledAt": "Canceled — access until",
|
|
"freePlan": "Free Plan",
|
|
"proPlan": "Pro Plan",
|
|
"businessPlan": "Business Plan",
|
|
"enterprisePlan": "Enterprise Plan",
|
|
"perMonth": "/mo",
|
|
"perYear": "/yr",
|
|
"monthly": "Monthly",
|
|
"annual": "Annual",
|
|
"save": "Save",
|
|
"upgradeTitle": "Choose a Plan",
|
|
"proPrice": "€9.90",
|
|
"businessPrice": "€29.90",
|
|
"proAnnualPrice": "€99",
|
|
"businessAnnualPrice": "€299",
|
|
"proFeature1": "100 semantic searches / month",
|
|
"proFeature2": "200 auto-tags / month",
|
|
"proFeature3": "50 reformulations / month",
|
|
"proFeature4": "100 chat messages / month",
|
|
"businessFeature1": "1,000 semantic searches / month",
|
|
"businessFeature2": "1,000 auto-tags / month",
|
|
"businessFeature3": "500 reformulations / month",
|
|
"businessFeature4": "1,000 chat messages / month",
|
|
"enterpriseTitle": "Enterprise",
|
|
"enterpriseDescription": "Custom quotas, SSO, priority support.",
|
|
"contactSales": "Contact Sales",
|
|
"startCheckout": "Get Started",
|
|
"checkoutLoading": "Loading checkout…",
|
|
"checkoutSuccess": "Subscription activated! Welcome to {tier}.",
|
|
"checkoutCanceled": "Checkout canceled.",
|
|
"active": "Active",
|
|
"trialing": "Trialing",
|
|
"pastDue": "Past Due",
|
|
"canceled": "Canceled",
|
|
"inactive": "Inactive",
|
|
"billingEnabled": "Billing enabled",
|
|
"billingDisabled": "Billing is not enabled on this instance.",
|
|
"usageThisPeriod": "Usage this period",
|
|
"periodRange": "Period",
|
|
"unlimited": "Unlimited",
|
|
"noUsage": "No usage data",
|
|
"billingHistory": "Billing History",
|
|
"viewInvoices": "Manage invoices in portal",
|
|
"nextBillingDate": "Next billing date",
|
|
"billingPeriod": "Billing period",
|
|
"planSince": "Member since",
|
|
"checkoutSuccessTitle": "Subscription activated!",
|
|
"checkoutSuccessBody": "Welcome to {tier}. Your features are now unlocked.",
|
|
"subscriptionType": "subscriptionType",
|
|
"renewalDate": "renewalDate",
|
|
"noRenewalDate": "—",
|
|
"tab": "Billing",
|
|
"currentUsage": "Current usage",
|
|
"currentPeriod": "Current period",
|
|
"aiCredits": "AI credits",
|
|
"used": "used",
|
|
"billing": "Billing",
|
|
"renewal": "Renewal",
|
|
"paidPlanDesc": "Your subscription renews automatically.",
|
|
"businessDescription": "For teams and product leaders.",
|
|
"enterpriseFeature1": "Unlimited quotas",
|
|
"enterpriseFeature2": "SSO / SAML",
|
|
"enterpriseFeature3": "Dedicated support",
|
|
"enterpriseFeature4": "Custom invoicing",
|
|
"enterpriseFeature5": "Guaranteed SLA"
|
|
},
|
|
"landing": {
|
|
"nav": {
|
|
"features": "Features",
|
|
"agents": "AI Agents",
|
|
"brainstorm": "Brainstorm",
|
|
"pricing": "Pricing",
|
|
"tech": "Architecture",
|
|
"login": "Log in",
|
|
"cta": "Get started"
|
|
},
|
|
"hero": {
|
|
"badge": "Powered by Artificial Intelligence",
|
|
"title1": "Your second brain,",
|
|
"title2": "finally amplified.",
|
|
"subtitle": "Momento is more than a note-taking app. It's an intelligent ecosystem that connects, analyzes and develops your ideas in real time with 6 types of AI agents and cutting-edge semantic search.",
|
|
"cta": "Sign up now",
|
|
"secondary": "See features",
|
|
"memoryEcho": "Memory Echo",
|
|
"memoryEchoText": "\"Connection detected with your sustainable design project from March 2024...\"",
|
|
"brainstormLive": "Brainstorm Live",
|
|
"ideasGenerated": "+12 ideas generated"
|
|
},
|
|
"features": {
|
|
"label": "AI Capabilities",
|
|
"title": "Fluid intelligence,",
|
|
"title2": "woven into every word.",
|
|
"desc": "Momento orchestrates your ideas through a multi-provider architecture.",
|
|
"f1Title": "Semantic Search",
|
|
"f1Desc": "Stop searching by keywords. Find by concept. Our hybrid Vector + FTS engine understands the intent behind your notes.",
|
|
"f2Title": "Contextual RAG Chat",
|
|
"f2Desc": "Chat with your knowledge. Our agents read your notes, explore the web and analyze your documents to respond with precision.",
|
|
"f3Title": "Augmented Writing",
|
|
"f3Desc": "Reformulation, title suggestions, auto-tagging and summaries. AI works in the background to structure your thinking."
|
|
},
|
|
"agents": {
|
|
"label": "Specialized Agents",
|
|
"title": "Delegate the complex work.",
|
|
"desc": "6 types of autonomous AI agents to automate your research, summaries and presentations.",
|
|
"scraper": {
|
|
"title": "Scraper",
|
|
"desc": "Scrapes URLs, parses RSS feeds and synthesizes information with smart image placement."
|
|
},
|
|
"researcher": {
|
|
"title": "Researcher",
|
|
"desc": "Generates complex queries, explores web sources and writes structured research notes."
|
|
},
|
|
"slideGen": {
|
|
"title": "Slide Gen",
|
|
"desc": "Transforms your notes into professional PowerPoint presentations or interactive HTML Slides."
|
|
},
|
|
"monitor": {
|
|
"title": "Monitor",
|
|
"desc": "Continuously analyzes your notebooks to detect trends and new insights."
|
|
},
|
|
"diagramGen": {
|
|
"title": "Diagram Gen",
|
|
"desc": "Converts your ideas into fluid Excalidraw diagrams (Mindmaps, Flowcharts) with auto-layout."
|
|
},
|
|
"custom": {
|
|
"title": "Custom",
|
|
"desc": "Define your own agents with specific roles and data sources."
|
|
}
|
|
},
|
|
"brainstorm": {
|
|
"label": "Thought Waves",
|
|
"title": "Real-time radial brainstorming.",
|
|
"waveGeneration": {
|
|
"title": "Wave Generation",
|
|
"desc": "Variations, Analogies, then Disruptions. AI pushes your initial concept to its limits."
|
|
},
|
|
"collaboration": {
|
|
"title": "Native Collaboration",
|
|
"desc": "AI ghost cursors, synced avatars and real-time node movement."
|
|
},
|
|
"export": {
|
|
"title": "Semantic Export",
|
|
"desc": "Convert your entire brainstorm into structured notes in one click."
|
|
},
|
|
"disruptionLabel": "DISRUPTION",
|
|
"disruptionText": "Modular Architecture 2.0",
|
|
"analogyLabel": "ANALOGY",
|
|
"analogyText": "The tidal cycle"
|
|
},
|
|
"tech": {
|
|
"label": "Architecture & Providers",
|
|
"title": "Connect your own AI model.",
|
|
"tags": {
|
|
"title": "Tags",
|
|
"desc": "Independently configurable with any model."
|
|
},
|
|
"embeddings": {
|
|
"title": "Embeddings",
|
|
"desc": "Independently configurable with any model."
|
|
},
|
|
"chatRag": {
|
|
"title": "Chat RAG",
|
|
"desc": "Independently configurable with any model."
|
|
}
|
|
},
|
|
"pricing": {
|
|
"label": "Plans & Pricing",
|
|
"title": "Choose your level of amplification.",
|
|
"desc": "Flexible options for creative minds, from individual use to large organizations.",
|
|
"monthly": "Monthly",
|
|
"annual": "Annual",
|
|
"perMonth": "/month",
|
|
"perMonthAnnual": "/month, billed annually",
|
|
"perUser": "+ 3.90€/user",
|
|
"perUserAnnual": "+ 2.90€/user, billed annually",
|
|
"popular": "Most popular",
|
|
"basic": {
|
|
"name": "Basic",
|
|
"desc": "Discover the magic of Momento.",
|
|
"cta": "Get started",
|
|
"feature0": "100 Notes max",
|
|
"feature1": "3 Notebooks",
|
|
"feature2": "50 AI credits (Lifetime)",
|
|
"feature3": "Semantic search",
|
|
"feature4": "7-day history"
|
|
},
|
|
"pro": {
|
|
"name": "Pro",
|
|
"desc": "For demanding consultants and creators.",
|
|
"cta": "Upgrade to Pro",
|
|
"feature0": "Unlimited notes",
|
|
"feature1": "BYOK (OpenAI/Anthropic)",
|
|
"feature2": "200 semantic searches",
|
|
"feature3": "Agents (12 runs/month)",
|
|
"feature4": "30-day history",
|
|
"feature5": "Email support"
|
|
},
|
|
"business": {
|
|
"name": "Business",
|
|
"desc": "For teams and product managers.",
|
|
"cta": "Choose Business",
|
|
"feature0": "10 Collaborators included",
|
|
"feature1": "BYOK (13 providers)",
|
|
"feature2": "1000 semantic searches",
|
|
"feature3": "Agents (60 runs/month)",
|
|
"feature4": "Unlimited brainstorming",
|
|
"feature5": "API access"
|
|
},
|
|
"enterprise": {
|
|
"name": "Enterprise",
|
|
"desc": "Secure organizational memory.",
|
|
"cta": "Contact Sales",
|
|
"feature0": "Everything in Business",
|
|
"feature1": "Unlimited agents",
|
|
"feature2": "SSO / SAML",
|
|
"feature3": "Audit Logs & SLA",
|
|
"feature4": "Dedicated support",
|
|
"feature5": "Live onboarding"
|
|
}
|
|
},
|
|
"byok": {
|
|
"label": "Open Cloud Technology",
|
|
"title": "The BYOK Strategy",
|
|
"desc": "Already have OpenAI, Anthropic or Google API keys? Connect them directly to Momento. Use AI without imposed credit limits, paying only what you actually consume from your favorite provider.",
|
|
"noLockin": "No lock-in",
|
|
"noLockinDesc": "Switch providers in 1 click.",
|
|
"cost": "Optimized costs",
|
|
"costDesc": "Pay the direct API price.",
|
|
"configLabel": "Multi-Provider Config"
|
|
},
|
|
"cta": {
|
|
"title1": "Ready to unlock your",
|
|
"title2": "full potential?",
|
|
"desc": "Join thousands of researchers, designers and thinkers already using Momento to build their future.",
|
|
"button": "Launch Momento"
|
|
},
|
|
"footer": {
|
|
"desc": "The AI-amplified second brain. Designed for creative minds.",
|
|
"product": {
|
|
"title": "Product",
|
|
"link0": "Changelog",
|
|
"link1": "Documentation",
|
|
"link2": "Roadmap",
|
|
"link0Href": "#",
|
|
"link1Href": "#",
|
|
"link2Href": "#"
|
|
},
|
|
"community": {
|
|
"title": "Community",
|
|
"link0": "Discord",
|
|
"link1": "Twitter / X",
|
|
"link2": "LinkedIn",
|
|
"link0Href": "#",
|
|
"link1Href": "#",
|
|
"link2Href": "#"
|
|
},
|
|
"legal": {
|
|
"title": "Legal",
|
|
"link0": "Privacy Policy",
|
|
"link1": "Terms of Service",
|
|
"link2": "Cookie Policy",
|
|
"link0Href": "#",
|
|
"link1Href": "#",
|
|
"link2Href": "#"
|
|
}
|
|
}
|
|
},
|
|
"noteHistory": {
|
|
"title": "Title",
|
|
"content": "Content",
|
|
"untitled": "Untitled",
|
|
"emptyState": "No versions available",
|
|
"selectVersion": "Select a version to preview its content",
|
|
"currentVersion": "current"
|
|
}
|
|
} |