declare const _default: {
    readonly common: {
        readonly save: "Save";
        readonly cancel: "Cancel";
        readonly create: "Create";
        readonly delete: "Delete";
        readonly rename: "Rename";
        readonly duplicate: "Duplicate";
        readonly move: "Move";
        readonly moveToFolder: "Move to folder";
        readonly moveDocument: "Move Document";
        readonly noFolder: "(No Folder)";
        readonly search: "Search";
        readonly loading: "Loading...";
        readonly error: "Error";
        readonly dismiss: "Dismiss";
        readonly emptyDocument: "(Empty Document)";
        readonly confirmDelete: "Are you sure you want to delete this document?";
    };
    readonly header: {
        readonly file: "File";
        readonly new: "New";
        readonly newDocument: "New document";
        readonly open: "Open";
        readonly makeACopy: "Make a copy";
        readonly share: "Share";
        readonly email: "Email";
        readonly emailDraft: "Email draft";
        readonly download: "Download";
        readonly rename: "Rename";
        readonly move: "Move";
        readonly moveToFolder: "Move to folder";
        readonly moveToTrash: "Move to trash";
        readonly versionHistory: "Version history";
        readonly language: "Language";
        readonly pageSetup: "Page setup";
        readonly print: "Print";
        readonly edit: "Edit";
        readonly view: "View";
        readonly insert: "Insert";
        readonly format: "Format";
        readonly tools: "Tools";
        readonly extensions: "Extensions";
        readonly help: "Help";
        readonly backToDocuments: "Back to Documents";
        readonly clickToRename: "Click to rename";
        readonly starDocument: "Star document";
        readonly unstarDocument: "Unstar document";
        readonly sandbox: "Sandbox (toggle simulated collaborators)";
        readonly theme: "Theme";
        readonly account: "Account";
        readonly markdown: "Markdown (.md)";
        readonly html: "Web page (.html)";
        readonly htmlZip: "Web page (.html, zipped)";
        readonly text: "Plain text (.txt)";
        readonly docx: "Microsoft Word (.docx)";
        readonly pdf: "PDF Document (.pdf)";
        readonly odt: "OpenDocument Format (.odt)";
        readonly rtf: "Rich Text Format (.rtf)";
        readonly undo: "Undo";
        readonly redo: "Redo";
        readonly selectAll: "Select all";
        readonly showSidebar: "Show sidebar";
        readonly focusMode: "Full focus mode";
        readonly showRuler: "Show ruler";
        readonly meetingNotes: "Meeting notes";
        readonly image: "Image";
        readonly table: "Table";
        readonly codeBlock: "Code block";
        readonly header: "Header";
        readonly footer: "Footer";
        readonly footnote: "Footnote";
        readonly bold: "Bold text";
        readonly italic: "Italic text";
        readonly underline: "Underline";
        readonly heading1: "Heading 1";
        readonly heading2: "Heading 2";
        readonly heading3: "Heading 3";
        readonly spellCheck: "Spell check";
        readonly wordCount: "Word count";
        readonly preferences: "Preferences";
        readonly manageExtensions: "Manage extensions…";
        readonly keyboardShortcuts: "Keyboard shortcuts";
        readonly reportIssue: "Report issue";
        readonly about: "About DocsEditor";
    };
    readonly toolbar: {
        readonly undo: "Undo";
        readonly redo: "Redo";
        readonly print: "Print";
        readonly spelling: "Spelling";
        readonly zoom: "100%";
        readonly paragraphStyle: "Paragraph style";
        readonly normalText: "Normal text";
        readonly fontFamily: "Font family";
        readonly decreaseFontSize: "Decrease font size";
        readonly increaseFontSize: "Increase font size";
        readonly lists: "Lists";
        readonly alignment: "Alignment";
        readonly insert: "Insert";
        readonly comments: "Comments";
        readonly history: "History";
        readonly ai: "AI";
        readonly tableOfContents: "Table of contents";
    };
    readonly statusBar: {
        readonly liveSyncActive: "Live Sync Active";
        readonly connecting: "Connecting…";
        readonly saving: "Saving changes…";
        readonly offline: "Offline";
        readonly lastSavedAt: "Last saved at";
        readonly never: "Never";
        readonly pageSize: "Page size";
        readonly page: "Page";
        readonly of: "of";
        readonly words: "words";
        readonly characters: "characters";
    };
    readonly editor: {
        readonly share: {
            readonly title: "Share document";
            readonly close: "Close";
            readonly shareableLink: "Shareable link";
            readonly copy: "Copy";
            readonly copied: "Link copied to clipboard";
            readonly couldNotCopy: "Could not copy link";
            readonly collaborators: "Collaborators";
            readonly addCollaborator: "Add collaborator by email";
            readonly placeholder: "colleague@example.com";
            readonly add: "Add";
            readonly userNotFound: "User not found";
            readonly failedToAdd: "Failed to add collaborator";
        };
        readonly print: "Print";
        readonly logOut: "Log out";
        readonly rename: {
            readonly title: "Rename document";
            readonly label: "Document title";
            readonly save: "Save";
            readonly cancel: "Cancel";
        };
        readonly pageSetup: {
            readonly title: "Page setup";
            readonly paperSize: "Paper size";
            readonly orientation: "Orientation";
            readonly portrait: "Portrait";
            readonly landscape: "Landscape";
            readonly margins: "Margins";
            readonly top: "Top";
            readonly bottom: "Bottom";
            readonly left: "Left";
            readonly right: "Right";
            readonly apply: "Apply";
            readonly cancel: "Cancel";
        };
        readonly headerFooter: {
            readonly title: "Header & Footer Customization";
            readonly header: "Header";
            readonly footer: "Footer";
            readonly left: "Left";
            readonly right: "Right";
            readonly clear: "Clear";
            readonly headerLeftPlaceholder: "e.g. Document Title";
            readonly headerRightPlaceholder: "e.g. Page {page}";
            readonly footerLeftPlaceholder: "e.g. Confidential";
            readonly footerRightPlaceholder: "e.g. Page {page} of {total}";
            readonly variableInfo: "Variable Info: You can use {page} for the current page number, and {total} for the total page count.";
            readonly cancel: "Cancel";
            readonly save: "Save";
        };
        readonly showOutline: "Show document outline";
        readonly loadingDocument: "Loading document";
    };
    readonly slashMenu: {
        readonly title: "Suggested";
        readonly basicBlocks: "Basic Blocks";
        readonly noMatch: "No matching commands";
    };
    readonly quickActions: {
        readonly meetingNotes: "Meeting notes";
        readonly emailDraft: "Email draft";
        readonly more: "More";
    };
    readonly documentTabs: {
        readonly documentTabs: "Document Tabs";
        readonly addTab: "Add tab";
        readonly rename: "Rename";
        readonly delete: "Delete";
        readonly outline: "Outline";
        readonly untitledHeading: "Untitled Heading {level}";
        readonly placeholder: "Headings you add to the document will appear here.";
    };
    readonly theme: {
        readonly lightMode: "Switch to light mode";
        readonly darkMode: "Switch to dark mode";
    };
    readonly sidebars: {
        readonly ai: {
            readonly title: "AI Writing Helper";
            readonly description: "A server-side AI co-writer to draft, summarize, or edit your copy.";
            readonly quickMacros: "Quick AI Macros";
            readonly summarize: "Summarize";
            readonly fixGrammar: "Fix Grammar";
            readonly continue: "Continue";
            readonly toSpanish: "To Spanish";
            readonly generations: "AI Generations";
            readonly aiDrafting: "AI drafting…";
            readonly copy: "Copy";
            readonly copied: "Copied";
            readonly insert: "Insert";
            readonly inserted: "Inserted";
            readonly noDraft: "No draft generated yet. Submit a prompt or macro command above to start.";
            readonly promptPlaceholder: "Ask AI to draft outline, write content, rewrite tone…";
            readonly promptAI: "Prompt AI";
        };
        readonly comments: {
            readonly title: "Discussion Panel";
            readonly placeholder: "Select text to add a comment…";
            readonly addComment: "Add comment";
            readonly resolve: "Resolve";
            readonly reply: "Reply…";
            readonly replyInThread: "Reply in thread";
            readonly active: "Active";
            readonly resolved: "Resolved";
            readonly creatingAnchored: "Creating anchored comment:";
            readonly quote: "Quote:";
            readonly resolvedBy: "Resolved by {user}";
            readonly noComments: "No {mode} comments yet.";
            readonly commentOnSelection: "Comment on selection…";
            readonly generalComment: "Add general comment to document…";
            readonly anchoredComment: "Anchored comment";
            readonly general: "General comment";
            readonly post: "Post";
        };
        readonly history: {
            readonly title: "History";
            readonly empty: "No history yet.";
            readonly version: "Version";
            readonly restore: "Restore";
            readonly closePreview: "Close Preview";
            readonly restoreThis: "Restore This";
            readonly viewingPreview: "Viewing Revision Preview";
            readonly readOnlyPreview: "You are previewing version #{index}. Your editor is temporarily read-only.";
            readonly modifiedBy: "Modified by:";
            readonly saveNamedSnapshot: "Save Named Snapshot";
            readonly snapshotPlaceholder: "e.g. Approved Final Draft…";
            readonly noSnapshots: "No snapshots saved yet.";
            readonly save: "Save";
            readonly cancel: "Cancel";
            readonly preview: "Preview";
        };
        readonly toc: {
            readonly title: "Contents";
            readonly empty: "No headings yet.";
            readonly untitledHeading: "Untitled Heading {level}";
            readonly newSection: "New {tag} Section";
            readonly startWriting: "Start writing here…";
            readonly closeOutline: "Close outline";
            readonly searchHeadings: "Search headings…";
            readonly noHeadings: "No Headings Yet";
            readonly noHeadingsDescription: "Use headers (H1, H2, or H3) to structure your document. An interactive outline will generate here automatically.";
            readonly quickInsert: "Quick Insert";
            readonly headingLevel: "Heading {level}";
            readonly noMatchingHeaders: "No matching headers found";
            readonly tryDifferentTerm: "Try searching with a different term.";
            readonly outlineLayout: "Outline Layout";
            readonly outlineSync: "Outline syncs automatically. Click any header to instantly jump, focus, and scroll the editor to that section.";
        };
    };
    readonly dashboard: {
        readonly allDocuments: "All Documents";
        readonly starred: "Starred";
        readonly folders: "Folders";
        readonly createFolder: "Create New Folder";
        readonly folderNamePlaceholder: "Folder name…";
        readonly noFolders: "No folders created yet.";
        readonly startNewDocument: "Start a New Document";
        readonly blankDocument: "Blank Document";
        readonly blankDescription: "Fresh slate";
        readonly meetingNotes: "Meeting Notes";
        readonly meetingNotesDescription: "Attendees & Action Items";
        readonly projectProposal: "Project Proposal";
        readonly projectProposalDescription: "Objectives & Deliverables";
        readonly officialLetter: "Official Letter";
        readonly officialLetterDescription: "Pre-formatted header";
        readonly searchPlaceholder: "Search titles or full-text contents…";
        readonly modified: "Modified";
        readonly alphabetical: "Alphabetical";
        readonly created: "Created";
        readonly gridView: "Grid View";
        readonly listView: "List View";
        readonly activeFilters: "Active Filters:";
        readonly folder: "Folder";
        readonly starredOnly: "Starred Only";
        readonly search: "Search";
        readonly noDocuments: "No documents found";
        readonly noDocumentsDescription: "No files match your current filters. Select a template or create a blank file to start drafting!";
        readonly createBlankDocument: "Create Blank Document";
        readonly loadingDocuments: "Loading documents...";
        readonly documentTitle: "Document Title";
        readonly lastModified: "Last Modified";
        readonly actions: "Actions";
    };
    readonly auth: {
        readonly signInTitle: "Sign in to create and edit documents";
        readonly signInWithGoogle: "Sign in with Google";
        readonly signInWithEmail: "Sign in with Email";
        readonly signInWithGitHub: "Sign in with GitHub";
        readonly signInWith: "Sign in with {provider}";
        readonly or: "or";
        readonly email: "Email";
        readonly password: "Password";
        readonly name: "Name";
        readonly signIn: "Sign In";
        readonly signUp: "Sign Up";
        readonly signOut: "Sign out";
        readonly noAccount: "Don't have an account? Sign up";
        readonly hasAccount: "Already have an account? Sign in";
        readonly invalidCredentials: "Invalid email or password";
        readonly accountCreated: "Account created! You are now signed in.";
        readonly loadDocumentsError: "Failed to load documents. Is the server running?";
        readonly retry: "Try again";
        readonly rateLimited: "Server is rate limiting requests.";
        readonly retryIn: "Retrying in {seconds}s…";
        readonly networkError: "Could not reach the server. Check your connection.";
        readonly noProviders: "No authentication providers configured. Check your server environment variables.";
    };
    readonly language: {
        readonly label: "Language";
        readonly en: "English";
        readonly id: "Indonesian";
    };
};
export default _default;
//# sourceMappingURL=en.d.ts.map