FluentEditorLabels constructor

const FluentEditorLabels({
  1. String file = 'File',
  2. String save = 'Save (.fluent)',
  3. String open = 'Open (.fluent)',
  4. String exportAs = 'Export as...',
  5. String microsoftWord = 'Microsoft Word (.docx)',
  6. String libreOffice = 'LibreOffice (.odt)',
  7. String pdf = 'PDF (.pdf)',
  8. String html = 'HTML (.html)',
  9. String markdown = 'Markdown (.md)',
  10. String importHtml = 'Import HTML (.html)',
  11. String importMarkdown = 'Import Markdown (.md)',
  12. String importDocx = 'Import Word (.docx)',
  13. String importOdt = 'Import ODT (.odt)',
  14. String fileSaved = 'File saved',
  15. String fileLoaded = 'File loaded successfully',
  16. String fileLoadError = 'Error loading file',
  17. String exportSuccess = 'Exported',
  18. String exportError = 'Error exporting',
  19. String documentCopied = 'Document copied as JSON',
  20. String edit = 'Edit',
  21. String undo = 'Undo',
  22. String redo = 'Redo',
  23. String cut = 'Cut',
  24. String copy = 'Copy',
  25. String paste = 'Paste',
  26. String pasteWithoutFormatting = 'Paste without formatting',
  27. String selectAll = 'Select all',
  28. String delete = 'Delete',
  29. String wordCount = 'Word count',
  30. String insert = 'Insert',
  31. String link = 'Link',
  32. String image = 'Image',
  33. String table = 'Table',
  34. String horizontalLine = 'Horizontal line',
  35. String settings = 'Settings',
  36. String showStats = 'Show stats',
  37. String documentLanguage = 'Document Language',
  38. String format = 'Format',
  39. String text = 'Text',
  40. String bold = 'Bold',
  41. String italic = 'Italic',
  42. String underline = 'Underline',
  43. String strikethrough = 'Strikethrough',
  44. String superscript = 'Superscript',
  45. String subscript = 'Subscript',
  46. String smallCaps = 'Small caps',
  47. String styles = 'Styles',
  48. String align = 'Align and indent',
  49. String alignLeft = 'Align left',
  50. String alignCenter = 'Align center',
  51. String alignRight = 'Align right',
  52. String justify = 'Justify',
  53. String increaseIndent = 'Increase indent',
  54. String decreaseIndent = 'Decrease indent',
  55. String alignAndIndent = 'Align and indent',
  56. String lineSpacing = 'Line and paragraph spacing',
  57. String lineSpacingSingle = 'Single',
  58. String lineSpacing115 = '1.15',
  59. String lineSpacing15 = '1.5',
  60. String lineSpacingDouble = 'Double',
  61. String paragraphSpacing = 'Paragraph Spacing',
  62. String textColor = 'Text color',
  63. String highlightColor = 'Highlight',
  64. String insertLink = 'Insert Link',
  65. String cancel = 'Cancel',
  66. String confirmButton = 'Confirm',
  67. String insertButton = 'Insert',
  68. String apply = 'Apply',
  69. String insertImage = 'Insert image',
  70. String or = 'or',
  71. String done = 'Done',
  72. String url = 'URL',
  73. String urlHint = 'https://example.com',
  74. String urlRequired = 'Please enter a URL',
  75. String linkText = 'Text',
  76. String linkTextHint = 'Link text',
  77. String linkTextRequired = 'Please enter link text',
  78. String lineHeight = 'Line height',
  79. String spacingBefore = 'Spacing before',
  80. String spacingAfter = 'Spacing after',
  81. String imageUrl = 'Image URL',
  82. String imageUrlHint = 'https://example.com/image.png',
  83. String dragImageHere = 'Drag an image here or click to choose',
  84. String clickToChooseImage = 'Click to choose an image',
  85. String imageSelected = 'Image selected',
  86. String fileReadError = 'Error reading file',
  87. String chooseListMarkerType = 'Choose List Marker Type',
  88. String all = 'All',
  89. String bullets = 'Bullets',
  90. String numbers = 'Numbers',
  91. String checkboxes = 'Checkboxes',
  92. String replaceImage = 'Replace image',
  93. String replaceLink = 'Replace link',
  94. String deleteImage = 'Delete',
  95. String deleteLink = 'Delete',
  96. String goToLink = 'Go to link',
  97. String insertRowAbove = 'Insert row above',
  98. String insertRowBelow = 'Insert row below',
  99. String addCommentLabel = 'Add comment',
  100. String commentDialogTitle = 'Add comment',
  101. String commentHint = 'Write a comment...',
  102. String commentOverlapWarning = 'Warning: the comment overlaps an existing comment.',
  103. String sidebarTitle = 'Comments',
  104. String showResolvedLabel = 'Show resolved',
  105. String showCommentsLabel = 'Show comments',
  106. String hideCommentsLabel = 'Hide comments',
  107. String deletedTextLabel = 'Text deleted',
  108. String resolvedLabel = 'Resolved',
  109. String replyHint = 'Reply...',
  110. String resolveButton = 'Resolve',
  111. String defaultAuthorName = 'User',
  112. String anonymousLabel = 'Anonymous',
  113. String pdfCommentSubject = 'Comment',
  114. String authorInfoDialogTitle = 'Author Information',
  115. String authorNameLabel = 'Author Name',
  116. String authorNameHint = 'Enter your name...',
  117. 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',
});