FluentEditorLabels constructor
const
FluentEditorLabels({
- String file = 'File',
- String save = 'Save (.fluent)',
- String open = 'Open (.fluent)',
- String exportAs = 'Export as...',
- String microsoftWord = 'Microsoft Word (.docx)',
- String libreOffice = 'LibreOffice (.odt)',
- String pdf = 'PDF (.pdf)',
- String html = 'HTML (.html)',
- String markdown = 'Markdown (.md)',
- String importHtml = 'Import HTML (.html)',
- String importMarkdown = 'Import Markdown (.md)',
- String importDocx = 'Import Word (.docx)',
- String importOdt = 'Import ODT (.odt)',
- String fileSaved = 'File saved',
- String fileLoaded = 'File loaded successfully',
- String fileLoadError = 'Error loading file',
- String exportSuccess = 'Exported',
- String exportError = 'Error exporting',
- String documentCopied = 'Document copied as JSON',
- String edit = 'Edit',
- String undo = 'Undo',
- String redo = 'Redo',
- String cut = 'Cut',
- String copy = 'Copy',
- String paste = 'Paste',
- String pasteWithoutFormatting = 'Paste without formatting',
- String selectAll = 'Select all',
- String delete = 'Delete',
- String wordCount = 'Word count',
- String insert = 'Insert',
- String link = 'Link',
- String image = 'Image',
- String table = 'Table',
- String horizontalLine = 'Horizontal line',
- String settings = 'Settings',
- String showStats = 'Show stats',
- String documentLanguage = 'Document Language',
- String format = 'Format',
- String text = 'Text',
- String bold = 'Bold',
- String italic = 'Italic',
- String underline = 'Underline',
- String strikethrough = 'Strikethrough',
- String superscript = 'Superscript',
- String subscript = 'Subscript',
- String smallCaps = 'Small caps',
- String styles = 'Styles',
- String align = 'Align and indent',
- String alignLeft = 'Align left',
- String alignCenter = 'Align center',
- String alignRight = 'Align right',
- String justify = 'Justify',
- String increaseIndent = 'Increase indent',
- String decreaseIndent = 'Decrease indent',
- String alignAndIndent = 'Align and indent',
- String lineSpacing = 'Line and paragraph spacing',
- String lineSpacingSingle = 'Single',
- String lineSpacing115 = '1.15',
- String lineSpacing15 = '1.5',
- String lineSpacingDouble = 'Double',
- String paragraphSpacing = 'Paragraph Spacing',
- String textColor = 'Text color',
- String highlightColor = 'Highlight',
- String insertLink = 'Insert Link',
- String cancel = 'Cancel',
- String confirmButton = 'Confirm',
- String insertButton = 'Insert',
- String apply = 'Apply',
- String insertImage = 'Insert image',
- String or = 'or',
- String done = 'Done',
- String url = 'URL',
- String urlHint = 'https://example.com',
- String urlRequired = 'Please enter a URL',
- String linkText = 'Text',
- String linkTextHint = 'Link text',
- String linkTextRequired = 'Please enter link text',
- String lineHeight = 'Line height',
- String spacingBefore = 'Spacing before',
- String spacingAfter = 'Spacing after',
- String imageUrl = 'Image URL',
- String imageUrlHint = 'https://example.com/image.png',
- String dragImageHere = 'Drag an image here or click to choose',
- String clickToChooseImage = 'Click to choose an image',
- String imageSelected = 'Image selected',
- String fileReadError = 'Error reading file',
- String chooseListMarkerType = 'Choose List Marker Type',
- String all = 'All',
- String bullets = 'Bullets',
- String numbers = 'Numbers',
- String checkboxes = 'Checkboxes',
- String replaceImage = 'Replace image',
- String replaceLink = 'Replace link',
- String deleteImage = 'Delete',
- String deleteLink = 'Delete',
- String goToLink = 'Go to link',
- String insertRowAbove = 'Insert row above',
- String insertRowBelow = 'Insert row below',
- String addCommentLabel = 'Add comment',
- String commentDialogTitle = 'Add comment',
- String commentHint = 'Write a comment...',
- String commentOverlapWarning = 'Warning: the comment overlaps an existing comment.',
- String sidebarTitle = 'Comments',
- String showResolvedLabel = 'Show resolved',
- String showCommentsLabel = 'Show comments',
- String hideCommentsLabel = 'Hide comments',
- String deletedTextLabel = 'Text deleted',
- String resolvedLabel = 'Resolved',
- String replyHint = 'Reply...',
- String resolveButton = 'Resolve',
- String defaultAuthorName = 'User',
- String anonymousLabel = 'Anonymous',
- String pdfCommentSubject = 'Comment',
- String authorInfoDialogTitle = 'Author Information',
- String authorNameLabel = 'Author Name',
- String authorNameHint = 'Enter your name...',
- String setAuthorLabel = 'Set author',
Constructor with default values in English
Implementation
const FluentEditorLabels({
this.file = 'File',
this.save = 'Save (.fluent)',
this.open = 'Open (.fluent)',
this.exportAs = 'Export as...',
this.microsoftWord = 'Microsoft Word (.docx)',
this.libreOffice = 'LibreOffice (.odt)',
this.pdf = 'PDF (.pdf)',
this.html = 'HTML (.html)',
this.markdown = 'Markdown (.md)',
this.importHtml = 'Import HTML (.html)',
this.importMarkdown = 'Import Markdown (.md)',
this.importDocx = 'Import Word (.docx)',
this.importOdt = 'Import ODT (.odt)',
this.fileSaved = 'File saved',
this.fileLoaded = 'File loaded successfully',
this.fileLoadError = 'Error loading file',
this.exportSuccess = 'Exported',
this.exportError = 'Error exporting',
this.documentCopied = 'Document copied as JSON',
this.edit = 'Edit',
this.undo = 'Undo',
this.redo = 'Redo',
this.cut = 'Cut',
this.copy = 'Copy',
this.paste = 'Paste',
this.pasteWithoutFormatting = 'Paste without formatting',
this.selectAll = 'Select all',
this.delete = 'Delete',
this.wordCount = 'Word count',
this.insert = 'Insert',
this.link = 'Link',
this.image = 'Image',
this.table = 'Table',
this.horizontalLine = 'Horizontal line',
this.settings = 'Settings',
this.showStats = 'Show stats',
this.documentLanguage = 'Document Language',
this.format = 'Format',
this.text = 'Text',
this.bold = 'Bold',
this.italic = 'Italic',
this.underline = 'Underline',
this.strikethrough = 'Strikethrough',
this.superscript = 'Superscript',
this.subscript = 'Subscript',
this.smallCaps = 'Small caps',
this.styles = 'Styles',
this.align = 'Align and indent',
this.alignLeft = 'Align left',
this.alignCenter = 'Align center',
this.alignRight = 'Align right',
this.justify = 'Justify',
this.increaseIndent = 'Increase indent',
this.decreaseIndent = 'Decrease indent',
this.alignAndIndent = 'Align and indent',
this.lineSpacing = 'Line and paragraph spacing',
this.lineSpacingSingle = 'Single',
this.lineSpacing115 = '1.15',
this.lineSpacing15 = '1.5',
this.lineSpacingDouble = 'Double',
this.paragraphSpacing = 'Paragraph Spacing',
this.textColor = 'Text color',
this.highlightColor = 'Highlight',
this.insertLink = 'Insert Link',
this.cancel = 'Cancel',
this.confirmButton = 'Confirm',
this.insertButton = 'Insert',
this.apply = 'Apply',
this.insertImage = 'Insert image',
this.or = 'or',
this.done = 'Done',
this.url = 'URL',
this.urlHint = 'https://example.com',
this.urlRequired = 'Please enter a URL',
this.linkText = 'Text',
this.linkTextHint = 'Link text',
this.linkTextRequired = 'Please enter link text',
this.lineHeight = 'Line height',
this.spacingBefore = 'Spacing before',
this.spacingAfter = 'Spacing after',
this.imageUrl = 'Image URL',
this.imageUrlHint = 'https://example.com/image.png',
this.dragImageHere = 'Drag an image here or click to choose',
this.clickToChooseImage = 'Click to choose an image',
this.imageSelected = 'Image selected',
this.fileReadError = 'Error reading file',
this.chooseListMarkerType = 'Choose List Marker Type',
this.all = 'All',
this.bullets = 'Bullets',
this.numbers = 'Numbers',
this.checkboxes = 'Checkboxes',
this.replaceImage = 'Replace image',
this.replaceLink = 'Replace link',
this.deleteImage = 'Delete',
this.deleteLink = 'Delete',
this.goToLink = 'Go to link',
this.insertRowAbove = 'Insert row above',
this.insertRowBelow = 'Insert row below',
// Comments
this.addCommentLabel = 'Add comment',
this.commentDialogTitle = 'Add comment',
this.commentHint = 'Write a comment...',
this.commentOverlapWarning = 'Warning: the comment overlaps an existing comment.',
this.sidebarTitle = 'Comments',
this.showResolvedLabel = 'Show resolved',
this.showCommentsLabel = 'Show comments',
this.hideCommentsLabel = 'Hide comments',
this.deletedTextLabel = 'Text deleted',
this.resolvedLabel = 'Resolved',
this.replyHint = 'Reply...',
this.resolveButton = 'Resolve',
this.defaultAuthorName = 'User',
this.anonymousLabel = 'Anonymous',
this.pdfCommentSubject = 'Comment',
this.authorInfoDialogTitle = 'Author Information',
this.authorNameLabel = 'Author Name',
this.authorNameHint = 'Enter your name...',
this.setAuthorLabel = 'Set author',
});