{ "app": { "name": "Personotes", "tagline": "Simple Markdown note-taking" }, "menu": { "home": "Home", "newNote": "New Note", "newFolder": "New Folder", "search": "Search", "settings": "Settings", "about": "About", "favorites": "Pinned Notes", "daily": "Daily Notes" }, "editor": { "save": "Save", "saving": "Saving...", "saved": "Saved", "autoSaved": "Auto-saved", "delete": "Delete", "confirmDelete": "Are you sure you want to delete this note ({{filename}})?", "backlinks": "Backlinks", "noBacklinks": "No backlinks", "tags": "Tags", "lastModified": "Last modified", "splitView": "Split View", "editorOnly": "Editor Only", "previewOnly": "Preview Only", "refresh": "Refresh", "togglePreview": "Mode: Editor + Preview (click for Editor only)" }, "fileTree": { "notes": "Notes", "noNotes": "No notes found.", "newFolder": "New Folder", "createNote": "Create Note", "createFolder": "Create Folder", "noteName": "Note name", "noteNamePlaceholder": "my-note.md", "noteNameLabel": "Name of the new note (e.g., my-super-note.md)", "folderName": "Folder name", "folderNamePlaceholder": "my-folder", "cancel": "Cancel", "create": "Create", "createTheNote": "Create the note", "createTheFolder": "Create the folder", "selectAll": "Select All", "deselectAll": "Deselect All", "deleteSelected": "Delete Selected", "confirmDeleteMultiple": "Are you sure you want to delete the selected items?" }, "search": { "title": "Search", "placeholder": "Search notes (keyword, tag:project, title:...)", "noResults": "No results found", "searchHelp": "💡 Advanced search", "searchHelpText": "Enter keywords to search in your notes", "byTag": "Search by tag", "byTagExample": "tag:project", "byTitle": "Search in titles", "byTitleExample": "title:meeting", "byPath": "Search in paths", "byPathExample": "path:backend", "quotedPhrase": "Exact phrase", "quotedPhraseExample": "\"exact phrase\"" }, "daily": { "title": "Daily Notes", "recent": "Recent", "calendar": "Calendar", "noRecent": "No recent notes", "noteOf": "Note of {{date}}", "noNote": "{{date}} - No note", "openToday": "Open today's note (Ctrl/Cmd+D)", "previousMonth": "Previous month", "nextMonth": "Next month" }, "favorites": { "title": "bookmarks", "noFavorites": "No bookmarks yet", "add": "Add to bookmarks", "remove": "Remove from bookmarks", "alreadyInFavorites": "Already in bookmarks", "notFound": "Bookmark not found" }, "settings": { "title": "Settings", "theme": "Theme", "font": "Font", "fontSize": "Font Size", "vimMode": "Vim Mode", "language": "Language", "appearance": "Appearance", "editor": "Editor", "other": "Other", "apply": "Apply", "close": "Close", "fontSizeSmall": "Small", "fontSizeMedium": "Medium", "fontSizeLarge": "Large", "fontSizeExtraLarge": "Extra Large" }, "tabs": { "themes": "Themes", "fonts": "Fonts", "shortcuts": "Shortcuts", "other": "Other" }, "newNoteModal": { "title": "New Note", "label": "Note name", "placeholder": "my-note.md", "create": "Create / Open", "cancel": "Cancel" }, "newFolderModal": { "title": "New Folder", "label": "Folder name", "placeholder": "my-folder", "create": "Create", "cancel": "Cancel" }, "selectionToolbar": { "delete": "Delete", "cancel": "Cancel" }, "sidebar": { "files": "Files", "favorites": "Bookmarks", "daily": "Daily Notes", "search": "Search" }, "themes": { "materialDark": "Material Dark", "monokai": "Monokai", "dracula": "Dracula", "oneDark": "One Dark", "solarizedDark": "Solarized Dark", "nord": "Nord", "catppuccin": "Catppuccin", "everforest": "Everforest" }, "fonts": { "jetbrainsMono": "JetBrains Mono", "firaCode": "Fira Code", "inter": "Inter", "ibmPlexMono": "IBM Plex Mono", "sourceCodePro": "Source Code Pro", "cascadiaCode": "Cascadia Code", "robotoMono": "Roboto Mono", "ubuntuMono": "Ubuntu Mono" }, "languages": { "en": "English", "fr": "Français" }, "shortcuts": { "title": "Keyboard Shortcuts", "save": "Save note", "search": "Open search", "daily": "Create/open today's note", "sidebar": "Toggle sidebar", "help": "Show this help", "newNote": "New note", "close": "Close" }, "errors": { "methodNotAllowed": "Method not allowed", "internalError": "Internal error", "renderError": "Render error", "invalidForm": "Invalid form", "pathRequired": "Path required", "fileNotFound": "File/folder not found", "loadError": "Loading error", "saveError": "Save error", "deleteError": "Delete error", "alreadyExists": "A note with this name already exists", "invalidPath": "Invalid path", "invalidFilename": "Invalid filename", "invalidName": "Invalid name. Avoid \\ and .. characters", "invalidFolderName": "Invalid folder name. Avoid \\ and .. characters", "enterNoteName": "Please enter a note name", "enterFolderName": "Please enter a folder name", "moveFailed": "Failed to move file", "createFolderFailed": "Failed to create folder", "nothingSelected": "Nothing selected", "cannotMoveIntoSelf": "Cannot move a folder into itself or into one of its subfolders", "jsonInvalid": "Invalid JSON", "readRequestError": "Error reading request", "parseRequestError": "Error parsing request", "formReadError": "Cannot read form", "filenameMissing": "Filename missing", "frontMatterError": "Error generating front matter" }, "vim": { "notAvailable": "❌ Vim mode is not available.\n\nThe @replit/codemirror-vim package is not installed.\n\nTo install it, run:\ncd frontend\nnpm install\nnpm run build", "enabled": "Vim mode enabled", "disabled": "Vim mode disabled" }, "slashCommands": { "h1": "Heading 1", "h2": "Heading 2", "h3": "Heading 3", "bold": "Bold text", "italic": "Italic text", "code": "Inline code", "codeblock": "Code block", "quote": "Quote", "list": "Bullet list", "hr": "Horizontal rule", "table": "Table", "link": "Link", "ilink": "Internal link", "date": "Insert date" }, "about": { "title": "About Personotes", "version": "Version", "description": "A lightweight web-based Markdown note-taking application", "features": "Features", "github": "GitHub", "documentation": "Documentation" }, "home": { "autoUpdate": "Auto-update", "allNotes": "All notes", "recentlyModified": "Recently modified" }, "calendar": { "monday": "Monday", "tuesday": "Tuesday", "wednesday": "Wednesday", "thursday": "Thursday", "friday": "Friday", "saturday": "Saturday", "sunday": "Sunday", "mon": "Mon", "tue": "Tue", "wed": "Wed", "thu": "Thu", "fri": "Fri", "sat": "Sat", "sun": "Sun", "january": "January", "february": "February", "march": "March", "april": "April", "may": "May", "june": "June", "july": "July", "august": "August", "september": "September", "october": "October", "november": "November", "december": "December", "today": "Today", "thisMonth": "This month", "prevMonth": "Previous month", "nextMonth": "Next month", "noNote": "No note", "noteOf": "Note of" } }