NoteDiscovery/locales/en-GB.json

326 lines
12 KiB
JSON
Raw Permalink Normal View History

2025-12-28 19:07:08 +00:00
{
"_meta": {
"code": "en-GB",
"name": "English",
"flag": "🇬🇧"
},
"app": {
"tagline": "Your Self-Hosted Knowledge Base"
},
"common": {
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"rename": "Rename",
"create": "Create",
"close": "Close",
2026-04-17 07:39:52 +00:00
"confirm_title": "Confirm",
2025-12-28 19:07:08 +00:00
"yes": "✓ Yes",
"no": "✗ No",
"ok": "OK",
"error": "Error",
"loading": "Loading...",
"saved": "✓ Saved",
"saving": "Saving...",
"copied": "Copied!",
"copy_to_clipboard": "Copy to clipboard",
2025-12-28 19:07:08 +00:00
"failed": "Failed to {{action}}. Please try again."
},
"toast": {
"region_label": "Notifications",
"dismiss": "Dismiss"
},
2025-12-28 19:07:08 +00:00
"sidebar": {
"title": "FILES",
"favorites_title": "Favourites",
"folders_and_notes": "Folders & Notes",
"new_button": "+ New",
"new_note": "New Note",
"new_folder": "New Folder",
"new_from_template": "New from Template",
2026-04-21 13:22:09 +00:00
"new_drawing": "New Drawing",
2026-04-20 10:17:15 +00:00
"rename_folder": "Rename folder",
"delete_folder": "Delete folder",
2025-12-28 19:07:08 +00:00
"search_placeholder": "Search notes...",
"search_hint": "Type to search your notes",
"clear_search": "Clear search",
"drag_hint": "💡 Drag=Move",
"root_folder": "📂 Root folder",
"no_notes": "No notes yet. Create your first note!",
"no_notes_yet": "No notes or folders yet.",
"create_first": "Create your first note or folder!",
"loading_notes": "Loading your notes…",
2025-12-28 19:07:08 +00:00
"no_favorites": "No favourites yet",
"no_results": "No results found",
"expand_all": "Expand all folders",
"collapse_all": "Collapse all folders",
2026-04-06 14:00:00 +00:00
"sort_a-z": "Sort A to Z",
"sort_z-a": "Sort Z to A",
"sort_newest": "Sort by newest (files only)",
"sort_oldest": "Sort by oldest (files only)",
"sort_largest": "Sort by largest (files only)",
"sort_smallest": "Sort by smallest (files only)",
2025-12-28 19:07:08 +00:00
"toggle_sidebar": "Toggle sidebar",
"go_to_homepage": "Go to homepage",
2026-05-29 10:30:23 +00:00
"hide_panel": "Hide sidebar panel",
"show_panel": "Show sidebar panel",
2025-12-28 19:07:08 +00:00
"files": "Files",
"search": "Search",
"search_title": "SEARCH",
"settings": "Settings",
"settings_title": "SETTINGS",
"filtered_notes": "Filtered Notes"
},
"editor": {
"placeholder": "Start writing in markdown...",
"drop_hint": "💡 Drop here to insert at cursor position...",
"mode_edit": "Edit",
"mode_split": "Split",
"mode_preview": "Preview",
"edited": "Edited {{time}}",
"just_now": "just now",
"minutes_ago": "{{count}}m ago",
"hours_ago": "{{count}}h ago",
"days_ago": "{{count}}d ago"
},
"notes": {
"confirm_delete": "Delete \"{{name}}\"?",
"already_exists": "A note named \"{{name}}\" already exists in this location.\nPlease choose a different name.",
"prompt_name": "Enter note name:",
2026-04-20 10:45:41 +00:00
"input_placeholder": "Note name",
"prompt_name_in_folder": "Create note in \"{{folder}}\".",
"prompt_name_with_path": "You can use folder/name to put the note inside nested folders.",
2025-12-28 19:07:08 +00:00
"prompt_rename": "Enter new name:",
"invalid_name": "Invalid note name.",
"empty_name": "Note name cannot be empty.",
"not_found": "Note not found: {{path}}",
"create_from_link": "Note \"{{path}}\" doesn't exist.\n\nWould you like to create it?",
"no_content": "No note content to export",
"open_first": "Please open a note first before uploading images."
},
"folders": {
"confirm_delete": "⚠️ WARNING ⚠️\n\nAre you sure you want to delete the folder \"{{name}}\"?\n\nThis will PERMANENTLY delete:\n• All notes inside this folder\n• All subfolders and their contents\n\nThis action CANNOT be undone!",
"already_exists": "A folder named \"{{name}}\" already exists in this location.\nPlease choose a different name.",
"prompt_name": "Enter folder name:",
2026-04-20 10:45:41 +00:00
"folder_name": "Folder Name",
"input_placeholder": "Folder name",
"prompt_name_in_folder": "Create subfolder in \"{{folder}}\".",
"prompt_name_with_path": "Use slashes in the path to nest folders (e.g. \"Projects\" or \"Work/2025\").",
2025-12-28 19:07:08 +00:00
"prompt_rename": "Rename folder \"{{name}}\" to:",
2026-04-17 07:27:36 +00:00
"rename_modal_title": "Rename folder",
"rename_modal_description": "Enter the new name for the folder \"{{name}}\".",
"rename_modal_label": "New name",
2025-12-28 19:07:08 +00:00
"invalid_name": "Invalid folder name.",
"cannot_move_into_self": "Cannot move folder into itself or its subfolder.",
"empty": "empty"
},
"toolbar": {
"undo": "Undo (Ctrl+Z)",
"redo": "Redo (Ctrl+Y)",
"delete_note": "Delete note",
"delete_image": "Delete image",
2026-04-21 13:22:09 +00:00
"delete_drawing": "Delete drawing",
2025-12-28 19:07:08 +00:00
"export_html": "Export as HTML",
2026-04-06 10:58:38 +00:00
"print_preview": "Print preview",
2025-12-28 19:07:08 +00:00
"copy_link": "Copy link to clipboard",
"add_favorite": "Add to favourites",
"remove_favorite": "Remove from favourites"
},
"zen_mode": {
"title": "Zen Mode",
"tooltip": "Zen Mode (Ctrl+Alt+Z)",
"exit": "Exit Zen Mode",
"exit_hint": "Exit Zen Mode (Esc)"
},
2026-01-15 09:07:51 +00:00
"share": {
"button_tooltip": "Share note",
"modal_title": "Share Note",
"not_shared_description": "This note is not currently shared. Create a link to share it with anyone.",
"shared_description": "Anyone with this link can view this note:",
"create_link": "Create Share Link",
"copy": "Copy",
"stop_sharing": "Stop Sharing",
"confirm_revoke": "Are you sure you want to stop sharing this note? The share link will no longer work.",
"error_creating": "Failed to create share link: {{error}}",
2026-02-09 17:55:55 +00:00
"error_revoking": "Failed to revoke share link: {{error}}",
"show_qr": "Show QR Code",
"hide_qr": "Hide QR Code",
"panel_title": "Shared",
"no_shared": "No shared notes"
2026-01-15 09:07:51 +00:00
},
2026-01-15 15:32:35 +00:00
"quick_switcher": {
"placeholder": "Type to search notes...",
"no_results": "No matching notes",
"recent_hint": "Showing recent notes. Type to search all.",
"navigate": "navigate",
"open": "open",
"close": "close"
},
2025-12-28 19:07:08 +00:00
"tags": {
"title": "Tags",
"no_tags": "No tags found",
"hint": "Add tags using YAML frontmatter",
"no_matches": "No notes match selected tags",
"clear_all": "Clear tag filters",
"filter_by": "Filter by {{tag}} ({{count}} notes)"
},
"outline": {
"title": "Outline",
"no_headings": "No headings found",
"hint": "Add headings using # syntax"
},
2026-03-24 11:02:34 +00:00
"backlinks": {
"title": "Backlinks",
"no_backlinks": "No backlinks found",
2026-03-24 11:04:00 +00:00
"hint": "Other notes will appear here when they link to this note",
2026-03-24 11:02:34 +00:00
"select_note": "Select a note to see backlinks",
"more_refs": "more"
},
2025-12-28 19:07:08 +00:00
"stats": {
"words": "words",
"reading_time": "~{{minutes}}m read",
"links": "{{count}} links",
"click_details": "▼ Click for details"
},
"graph": {
"title": "Graph View",
"empty": "No connections to display",
"markdown_links": "Markdown links",
"click_hint": "Click: select • Double-click: open"
},
"templates": {
"title": "Templates",
"select": "Select a template...",
"prompt_name": "Enter note name:",
"no_templates": "No templates found. Create templates in the _templates folder.",
"create_failed": "Failed to create note from template",
"create_from_template": "Create from Template",
"select_template": "Select Template",
"choose_template": "Choose a template",
"note_name": "Note Name",
"available_placeholders": "Available placeholders",
"create_note": "Create Note"
},
"export": {
"failed": "Failed to export HTML: {{error}}"
},
"login": {
"title": "Login",
"tagline": "Your Self-Hosted Knowledge Base",
"password_placeholder": "Enter your password",
"unlock_button": "🔓 Unlock",
"footer": "🔒 Secure & Self-Hosted",
"error_incorrect_password": "Incorrect password. Please try again."
},
2026-04-21 13:22:09 +00:00
"drawing": {
"tool_freehand": "Pencil — freehand drawing",
"tool_line": "Straight line",
"tool_rect": "Rectangle",
"tool_ellipse": "Circle",
"color": "Colour",
"width": "Stroke width",
2026-04-21 15:39:22 +00:00
"tool_eraser": "Eraser (paints with background colour)",
"tool_eyedropper": "Eyedropper — pick a colour from the canvas",
2026-05-04 10:33:20 +00:00
"tool_fill": "Paint bucket — fill connected area with colour",
2026-05-07 12:30:55 +00:00
"tool_text": "Text — click on the canvas to type",
2026-04-21 15:39:22 +00:00
"clear": "Clear",
"clear_hint": "Replace with a blank image",
"clear_title": "Replace with a blank canvas?",
"clear_confirm": "The saved PNG and all strokes in this session will be replaced with a blank white image. You cannot undo this."
2026-04-21 13:22:09 +00:00
},
2026-01-18 15:00:01 +00:00
"media": {
"confirm_delete": "Delete \"{{name}}\"?",
"upload_failed": "Failed to upload file",
"no_valid_files": "No valid files found. Supported: JPG, PNG, GIF, WebP, MP3, MP4, PDF",
"formats": "JPG, PNG, GIF, WebP, MP3, MP4, PDF"
2025-12-28 19:07:08 +00:00
},
"move": {
"failed_note": "Failed to move note.",
2026-01-19 08:42:32 +00:00
"failed_folder": "Failed to move folder.",
"failed_media": "Failed to move media file."
2025-12-28 19:07:08 +00:00
},
"search": {
"previous": "Previous (Shift+F3)",
"next": "Next (F3)",
"matches": "{{current}} of {{total}}",
"match_of": "Match {{current}} of {{total}}",
"result_singular": "result",
2026-01-22 16:23:41 +00:00
"result_plural": "results",
2026-02-20 08:02:01 +00:00
"no_results": "No notes contain \"{{query}}\"",
"searching": "Searching for \"{{query}}\"..."
2025-12-28 19:07:08 +00:00
},
"theme": {
"title": "Theme"
},
"language": {
"title": "Language"
},
"syntax_highlight": {
"title": "Editor Syntax Highlight",
"description": "Colourise markdown syntax in editor",
"enable": "Enable syntax highlighting",
"disable": "Disable syntax highlighting"
},
"settings": {
"account": "Account",
2026-01-26 09:22:00 +00:00
"logout": "Logout",
"readable_line_length": "Readable line length",
"readable_line_length_desc": "Limit preview width for easier reading",
"hide_underscore_folders": "Hide system folders",
2026-04-06 09:25:21 +00:00
"hide_underscore_folders_desc": "Hide _attachments, _templates and other underscore folders from sidebar",
"tab_inserts_tab": "Tab key inserts tab",
2026-06-04 11:21:49 +00:00
"tab_inserts_tab_desc": "Press Tab to insert a tab character instead of changing focus",
"new_button_action": "When you click +",
"new_button_action_desc": "Shift+click always shows the chooser.",
"new_button_option_chooser": "Show chooser (default)",
"new_button_option_note": "New note",
"new_button_option_folder": "New folder",
"new_button_option_template": "New note from template",
"new_button_option_drawing": "New drawing",
"auto_fill_note_title": "Auto-fill title with timestamp",
"auto_fill_note_title_desc": "yyyymmddHHMMSS. Enter to accept, type to replace."
2025-12-28 19:07:08 +00:00
},
"homepage": {
"title": "Home",
"welcome": "Welcome to NoteDiscovery",
"get_started": "Create something to get started",
"no_notes_title": "No notes yet",
"no_notes_desc": "Create your first note or folder",
"folder_empty": "This folder is empty",
"note_singular": "note",
"note_plural": "notes",
"folder_singular": "folder",
"folder_plural": "folders"
},
"format": {
"bold": "Bold",
"italic": "Italic",
"strikethrough": "Strikethrough",
"heading": "Heading",
"link": "Link",
"image": "Image",
"code": "Inline code",
"codeblock": "Code block",
"quote": "Quote",
"bullet_list": "Bullet list",
"numbered_list": "Numbered list",
"checkbox": "Checkbox",
"table": "Table"
},
"validation": {
"forbidden_chars": "Name contains forbidden characters: {{chars}}",
"reserved_name": "This name is reserved by the operating system.",
"invalid_dot": "Name cannot be just a dot.",
"trailing_dot_space": "Name cannot end with a dot or space."
},
"support": {
2026-01-16 10:24:09 +00:00
"enjoying_demo": "Support this project",
2026-01-22 10:27:06 +00:00
"deploy_own": "Deploy your own instance",
"thank_you": "Thank you for your support! 💚"
2026-01-14 08:31:25 +00:00
},
"demo": {
"title": "DEMO MODE",
"warning": "Contents reset daily. Changes may be overwritten by other users."
2025-12-28 19:07:08 +00:00
}
}