From 00b5ba052136c22e0d2966207a3a54467502ba00 Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Sun, 28 Dec 2025 20:07:08 +0100 Subject: [PATCH] added en-gb locale --- locales/en-GB.json | 255 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 255 insertions(+) create mode 100644 locales/en-GB.json diff --git a/locales/en-GB.json b/locales/en-GB.json new file mode 100644 index 0000000..0880747 --- /dev/null +++ b/locales/en-GB.json @@ -0,0 +1,255 @@ +{ + "_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", + "yes": "āœ“ Yes", + "no": "āœ— No", + "ok": "OK", + "error": "Error", + "loading": "Loading...", + "saved": "āœ“ Saved", + "saving": "Saving...", + "copied": "āœ“ Copied!", + "failed": "Failed to {{action}}. Please try again." + }, + + "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", + "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!", + "no_favorites": "No favourites yet", + "no_results": "No results found", + "expand_all": "Expand all folders", + "collapse_all": "Collapse all folders", + "toggle_sidebar": "Toggle sidebar", + "go_to_homepage": "Go to homepage", + "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:", + "prompt_name_in_folder": "Create note in \"{{folder}}\".\nEnter note name:", + "prompt_name_with_path": "Enter note name (you can use folder/name):", + "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:", + "prompt_name_in_folder": "Create subfolder in \"{{folder}}\".\nEnter folder name:", + "prompt_name_with_path": "Create new folder.\nEnter folder path (e.g., \"Projects\" or \"Work/2025\"):", + "prompt_rename": "Rename folder \"{{name}}\" to:", + "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", + "export_html": "Export as HTML", + "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)" + }, + + "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" + }, + + "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." + }, + + "images": { + "confirm_delete": "Delete image \"{{name}}\"?", + "upload_failed": "Failed to upload image", + "no_valid_files": "No valid image files found. Supported formats: JPG, PNG, GIF, WEBP", + "formats": "Supports JPG, PNG, GIF, WebP (max 10MB)" + }, + + "move": { + "failed_note": "Failed to move note.", + "failed_folder": "Failed to move folder." + }, + + "search": { + "previous": "Previous (Shift+F3)", + "next": "Next (F3)", + "matches": "{{current}} of {{total}}", + "match_of": "Match {{current}} of {{total}}", + "result_singular": "result", + "result_plural": "results" + }, + + "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", + "logout": "Logout" + }, + + "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": { + "enjoying_demo": "Support this project" + } +} +