@atlaskit/editor-common 114.19.2 → 114.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/ai-messages/ai-experience-application.js +3 -3
  3. package/dist/cjs/ai-messages/ai-suggestions.js +1 -1
  4. package/dist/cjs/ai-messages/ai.js +4 -4
  5. package/dist/cjs/extensions/messages.js +7 -7
  6. package/dist/cjs/floating-toolbar/messages.js +1 -1
  7. package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
  8. package/dist/cjs/link/LinkSearch/listItemAlts.js +1 -1
  9. package/dist/cjs/lists/messages.js +1 -1
  10. package/dist/cjs/media/messages/altText.js +3 -3
  11. package/dist/cjs/media/messages/comments.js +1 -1
  12. package/dist/cjs/media/messages/dropPlaceholder.js +1 -1
  13. package/dist/cjs/messages/find-replace.js +1 -1
  14. package/dist/cjs/messages/full-page.js +3 -3
  15. package/dist/cjs/messages/help-dialog.js +1 -1
  16. package/dist/cjs/messages/index.js +4 -4
  17. package/dist/cjs/messages/insert-block.js +1 -1
  18. package/dist/cjs/messages/layout.js +7 -7
  19. package/dist/cjs/messages/link-toolbar.js +4 -4
  20. package/dist/cjs/messages/list.js +1 -1
  21. package/dist/cjs/messages/mentions.js +2 -2
  22. package/dist/cjs/messages/paste-options-toolbar.js +6 -6
  23. package/dist/cjs/messages/placeholder-text.js +3 -3
  24. package/dist/cjs/messages/selection-toolbar.js +1 -1
  25. package/dist/cjs/messages/status.js +1 -1
  26. package/dist/cjs/messages/table.js +12 -12
  27. package/dist/cjs/messages/tasks-and-decsisions.js +2 -2
  28. package/dist/cjs/messages/toolbar.js +1 -1
  29. package/dist/cjs/monitoring/error.js +1 -1
  30. package/dist/cjs/ui/DropList/index.js +1 -1
  31. package/dist/es2019/ai-messages/ai-experience-application.js +3 -3
  32. package/dist/es2019/ai-messages/ai-suggestions.js +1 -1
  33. package/dist/es2019/ai-messages/ai.js +4 -4
  34. package/dist/es2019/extensions/messages.js +7 -7
  35. package/dist/es2019/floating-toolbar/messages.js +1 -1
  36. package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
  37. package/dist/es2019/link/LinkSearch/listItemAlts.js +1 -1
  38. package/dist/es2019/lists/messages.js +1 -1
  39. package/dist/es2019/media/messages/altText.js +3 -3
  40. package/dist/es2019/media/messages/comments.js +1 -1
  41. package/dist/es2019/media/messages/dropPlaceholder.js +1 -1
  42. package/dist/es2019/messages/find-replace.js +1 -1
  43. package/dist/es2019/messages/full-page.js +3 -3
  44. package/dist/es2019/messages/help-dialog.js +1 -1
  45. package/dist/es2019/messages/index.js +4 -4
  46. package/dist/es2019/messages/insert-block.js +1 -1
  47. package/dist/es2019/messages/layout.js +7 -7
  48. package/dist/es2019/messages/link-toolbar.js +4 -4
  49. package/dist/es2019/messages/list.js +1 -1
  50. package/dist/es2019/messages/mentions.js +2 -2
  51. package/dist/es2019/messages/paste-options-toolbar.js +6 -6
  52. package/dist/es2019/messages/placeholder-text.js +3 -3
  53. package/dist/es2019/messages/selection-toolbar.js +1 -1
  54. package/dist/es2019/messages/status.js +1 -1
  55. package/dist/es2019/messages/table.js +12 -12
  56. package/dist/es2019/messages/tasks-and-decsisions.js +2 -2
  57. package/dist/es2019/messages/toolbar.js +1 -1
  58. package/dist/es2019/monitoring/error.js +1 -1
  59. package/dist/es2019/ui/DropList/index.js +1 -1
  60. package/dist/esm/ai-messages/ai-experience-application.js +3 -3
  61. package/dist/esm/ai-messages/ai-suggestions.js +1 -1
  62. package/dist/esm/ai-messages/ai.js +4 -4
  63. package/dist/esm/extensions/messages.js +7 -7
  64. package/dist/esm/floating-toolbar/messages.js +1 -1
  65. package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
  66. package/dist/esm/link/LinkSearch/listItemAlts.js +1 -1
  67. package/dist/esm/lists/messages.js +1 -1
  68. package/dist/esm/media/messages/altText.js +3 -3
  69. package/dist/esm/media/messages/comments.js +1 -1
  70. package/dist/esm/media/messages/dropPlaceholder.js +1 -1
  71. package/dist/esm/messages/find-replace.js +1 -1
  72. package/dist/esm/messages/full-page.js +3 -3
  73. package/dist/esm/messages/help-dialog.js +1 -1
  74. package/dist/esm/messages/index.js +4 -4
  75. package/dist/esm/messages/insert-block.js +1 -1
  76. package/dist/esm/messages/layout.js +7 -7
  77. package/dist/esm/messages/link-toolbar.js +4 -4
  78. package/dist/esm/messages/list.js +1 -1
  79. package/dist/esm/messages/mentions.js +2 -2
  80. package/dist/esm/messages/paste-options-toolbar.js +6 -6
  81. package/dist/esm/messages/placeholder-text.js +3 -3
  82. package/dist/esm/messages/selection-toolbar.js +1 -1
  83. package/dist/esm/messages/status.js +1 -1
  84. package/dist/esm/messages/table.js +12 -12
  85. package/dist/esm/messages/tasks-and-decsisions.js +2 -2
  86. package/dist/esm/messages/toolbar.js +1 -1
  87. package/dist/esm/monitoring/error.js +1 -1
  88. package/dist/esm/ui/DropList/index.js +1 -1
  89. package/dist/types/analytics/types/paste-events.d.ts +1 -1
  90. package/dist/types-ts4.5/analytics/types/paste-events.d.ts +1 -1
  91. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 114.20.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 114.20.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`54c0e17fe643b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/54c0e17fe643b) -
14
+ Add fabric-renderer as a recognised PasteSource value for the document pasted analytics event
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 114.19.2
4
21
 
5
22
  ### Patch Changes
@@ -126,12 +126,12 @@ var aiExperienceApplicationMessages = exports.aiExperienceApplicationMessages =
126
126
  agentsFooterRightText: {
127
127
  id: 'fabric.editor.ai.experience.footerRightText.agents',
128
128
  defaultMessage: 'Powered by Rovo',
129
- description: 'Label text for Rovo footer icon'
129
+ description: 'The text is shown as a label in the footer of the AI experience panel, displayed alongside the Rovo icon to indicate that the feature is powered by Rovo.'
130
130
  },
131
131
  agentsBrowseMore: {
132
132
  id: 'fabric.editor.ai.experience.browseMore.agents',
133
133
  defaultMessage: 'Browse Agents',
134
- description: 'Link text to browse more agents'
134
+ description: 'The text is shown as a link in the AI experience panel footer, allowing the user to navigate to a page listing all available Rovo agents.'
135
135
  },
136
136
  showMoreButton: {
137
137
  id: 'fabric.editor.ai.experience.showMoreButton',
@@ -146,6 +146,6 @@ var aiExperienceApplicationMessages = exports.aiExperienceApplicationMessages =
146
146
  engagementBannerLinksText: {
147
147
  id: 'fabric.editor.ai.experience.engagementBannerLinksText',
148
148
  defaultMessage: '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
149
- description: 'Text for the engagement banner'
149
+ description: 'The text is shown in an engagement banner within the AI prompt experience, informing users that they can paste Jira or Confluence links directly into their prompts.'
150
150
  }
151
151
  });
@@ -44,7 +44,7 @@ var aiSuggestionsMessages = exports.aiSuggestionsMessages = (0, _reactIntl.defin
44
44
  reviewNote: {
45
45
  id: 'fabric.editor.ai.suggestions.stagingArea.reviewNote.non-final',
46
46
  defaultMessage: 'Review • Only visible to you',
47
- description: 'A note displayed within the title'
47
+ description: 'The text is shown as a note within the staging area title bar during an AI suggestion review, indicating that the AI-generated content is only visible to the current user and has not been published.'
48
48
  },
49
49
  applyChangesButtonLabel: {
50
50
  id: 'fabric.editor.ai.suggestions.stagingArea.applyChangesButtonLabel.non-final',
@@ -178,12 +178,12 @@ var aiMessages = exports.aiMessages = (0, _reactIntl.defineMessages)({
178
178
  actionItemsPageTitle: {
179
179
  id: 'fabric.editor.ai.ai-panels.actionItemsPageTitle',
180
180
  defaultMessage: "Action items panel (Beta)",
181
- description: 'Title for AI action items panel'
181
+ description: 'The text is shown as the heading of the AI action items panel (Beta) in the editor, displayed when the user opens the panel to view automatically identified action items.'
182
182
  },
183
183
  actionItemsPageDescription: {
184
184
  id: 'fabric.editor.ai.ai-panels.actionItemsPageDescription',
185
185
  defaultMessage: "Use Atlassian Intelligence to find action items and display in a panel",
186
- description: 'Description for AI action items panel'
186
+ description: 'The text is shown as the descriptive subtitle of the AI action items panel in the editor, explaining that Atlassian Intelligence will identify and display action items from the page.'
187
187
  },
188
188
  // AI Panel Summarise page messages
189
189
  summarizePageTitle: {
@@ -194,7 +194,7 @@ var aiMessages = exports.aiMessages = (0, _reactIntl.defineMessages)({
194
194
  summarisePageDescription: {
195
195
  id: 'fabric.editor.ai.ai-panels.summarizePageDescription',
196
196
  defaultMessage: "Use Atlassian Intelligence to summarize this page and display in a panel",
197
- description: 'Description for AI summary panel'
197
+ description: 'The text is shown as the descriptive subtitle of the AI page summary panel in the editor, explaining that Atlassian Intelligence will summarize the page and display the result in a panel.'
198
198
  },
199
199
  // Agent messages
200
200
  agentsDropdownTitle: {
@@ -227,7 +227,7 @@ var aiMessages = exports.aiMessages = (0, _reactIntl.defineMessages)({
227
227
  promptbuilderAriaLabel: {
228
228
  id: 'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel',
229
229
  defaultMessage: 'Ask Atlassian Intelligence',
230
- description: 'Aria label for prompt builder form'
230
+ description: 'The text is used as the ARIA label for the prompt builder form in the command palette, helping screen reader users identify the input area where they can type a request for Atlassian Intelligence.'
231
231
  },
232
232
  promptBuilderFromButton: {
233
233
  id: 'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit',
@@ -86,7 +86,7 @@ var configPanelMessages = exports.configPanelMessages = (0, _reactIntl.defineMes
86
86
  required: {
87
87
  id: 'fabric.editor.configPanel.required',
88
88
  defaultMessage: 'Required field',
89
- description: 'Validation message for required field'
89
+ description: 'The text is shown as a validation message below a form field in the extension configuration panel when the user attempts to submit the form without filling in a required field.'
90
90
  },
91
91
  invalid: {
92
92
  id: 'fabric.editor.configPanel.invalid',
@@ -111,12 +111,12 @@ var configPanelMessages = exports.configPanelMessages = (0, _reactIntl.defineMes
111
111
  createOption: {
112
112
  id: 'fabric.editor.configPanel.customSelect.createOption',
113
113
  defaultMessage: 'Create',
114
- description: 'Create a new option for a select field'
114
+ description: 'The text is shown on a button in the extension configuration panel that allows the user to create a new custom option in a select (drop-down) field.'
115
115
  },
116
116
  documentation: {
117
117
  id: 'fabric.editor.configPanel.documentation',
118
118
  defaultMessage: 'Documentation',
119
- description: 'Label for the documentation link'
119
+ description: 'The text is shown as the label of a link in the extension configuration panel that navigates the user to external documentation for the extension.'
120
120
  },
121
121
  help: {
122
122
  id: 'fabric.editor.configPanel.help',
@@ -141,21 +141,21 @@ var configPanelMessages = exports.configPanelMessages = (0, _reactIntl.defineMes
141
141
  expand: {
142
142
  id: 'fabric.editor.configPanel.dateRange.grouping.expand',
143
143
  defaultMessage: 'Expand',
144
- description: 'Label for expanding a group of fields'
144
+ description: 'The text is shown on a button in the extension configuration panel date range section that expands a collapsed group of related input fields.'
145
145
  },
146
146
  collapse: {
147
147
  id: 'fabric.editor.configPanel.dateRange.grouping.collapse',
148
148
  defaultMessage: 'Collapse',
149
- description: 'Label for collapsing a group of fields'
149
+ description: 'The text is shown on a button in the extension configuration panel date range section that collapses an expanded group of related input fields.'
150
150
  },
151
151
  errorBoundaryTitle: {
152
152
  id: 'fabric.editor.configPanel.errorBoundary.title',
153
153
  defaultMessage: 'Something went wrong.',
154
- description: 'Title for uncaught config panel error'
154
+ description: 'The text is shown as the heading in an error boundary fallback within the extension configuration panel when an unexpected error occurs and the panel cannot be rendered.'
155
155
  },
156
156
  errorBoundaryNote: {
157
157
  id: 'fabric.editor.configPanel.errorBoundary.note',
158
158
  defaultMessage: "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
159
- description: 'Note for uncaught config panel error'
159
+ description: 'The text is shown as an explanatory note in the error boundary fallback within the extension configuration panel, advising the user that the error has been reported and suggesting they continue editing or check the error console.'
160
160
  }
161
161
  });
@@ -34,7 +34,7 @@ var _default_1 = (0, _reactIntl.defineMessages)({
34
34
  floatingToolbarAriaLabel: {
35
35
  id: 'fabric.editor.floatingToolbar.floatingToolbarAriaLabel',
36
36
  defaultMessage: 'Floating Toolbar',
37
- description: "a floating toolbar's aria label"
37
+ description: "The text is used as the ARIA label for the floating toolbar element that appears above selected content in the editor, helping screen reader users identify the toolbar's purpose."
38
38
  },
39
39
  floatingToolbarAnnouncer: {
40
40
  id: 'fabric.editor.floatingToolbar.floatingToolbarAnnouncer',
@@ -94,12 +94,12 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
94
94
  clearText: {
95
95
  id: 'fabric.editor.clearLinkText',
96
96
  defaultMessage: 'Clear text',
97
- description: 'Clears text on the link toolbar'
97
+ description: 'The text is shown on a button in the hyperlink toolbar that clears the display text field, removing any custom link text the user has entered.'
98
98
  },
99
99
  clearLink: {
100
100
  id: 'fabric.editor.clearLink',
101
101
  defaultMessage: 'Clear link',
102
- description: 'Clears link in the link toolbar'
102
+ description: 'The text is shown on a button in the hyperlink toolbar that clears the URL field, removing any link address the user has entered.'
103
103
  },
104
104
  hyperlinkAriaLabel: {
105
105
  id: 'fabric.editor.hyperlink.ariaLabel',
@@ -39,7 +39,7 @@ var messages = (0, _reactIntl.defineMessages)({
39
39
  defaultAltText: {
40
40
  id: 'fabric.editor.defaultAltText',
41
41
  defaultMessage: 'Document',
42
- description: 'Default alt text for ListItem image'
42
+ description: 'The text is used as the default alternative text for an image in a link search list item when no specific alt text is available, representing a generic document result.'
43
43
  }
44
44
  });
45
45
 
@@ -21,7 +21,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
21
21
  orderedList: {
22
22
  id: 'fabric.editor.orderedList',
23
23
  defaultMessage: 'Numbered list',
24
- description: 'A list with ordered items 1… 2… 3…'
24
+ description: 'The text is shown as the label for the numbered list option in the editor toolbar or menu, allowing the user to insert a sequentially numbered list into their document.'
25
25
  },
26
26
  orderedListDescription: {
27
27
  id: 'fabric.editor.orderedList.description',
@@ -9,17 +9,17 @@ var altTextMessages = exports.altTextMessages = (0, _reactIntl.defineMessages)({
9
9
  altText: {
10
10
  id: 'fabric.editor.addAltText',
11
11
  defaultMessage: 'Alt text',
12
- description: 'Add an alt text for this image'
12
+ description: 'The text is shown as the label for the alt text button in the image floating toolbar, allowing the user to open the alt text editor for the selected image.'
13
13
  },
14
14
  addAltText: {
15
15
  id: 'fabric.editor.addUpdatedAltText',
16
16
  defaultMessage: 'Add alt text',
17
- description: 'Add an alt text for this image'
17
+ description: 'The text is shown on a button in the image floating toolbar that opens the alt text editor for adding descriptive text to the selected image.'
18
18
  },
19
19
  editAltText: {
20
20
  id: 'fabric.editor.editAltText',
21
21
  defaultMessage: 'Edit alt text',
22
- description: 'Edit an alt text for this image'
22
+ description: 'The text is shown on a button in the image floating toolbar that opens the alt text editor for updating the existing descriptive text of the selected image.'
23
23
  },
24
24
  back: {
25
25
  id: 'fabric.editor.closeAltTextEdit',
@@ -19,6 +19,6 @@ var commentMessages = exports.commentMessages = (0, _reactIntl.defineMessages)({
19
19
  viewAndAddCommentsOnMedia: {
20
20
  id: 'fabric.editor.viewAndAddCommentsOnMedia',
21
21
  defaultMessage: 'View and add comments',
22
- description: 'View and add comments for this image'
22
+ description: 'The text is shown on a button in the media floating toolbar that opens the comments panel, allowing the user to view existing comments and add new ones for the selected image or media item.'
23
23
  }
24
24
  });
@@ -9,6 +9,6 @@ var dropPlaceholderMessages = exports.dropPlaceholderMessages = (0, _reactIntl.d
9
9
  dropPlaceholderLabel: {
10
10
  id: 'fabric.editor.dropPlaceholderLabel',
11
11
  defaultMessage: 'Document',
12
- description: 'document label for an media icon'
12
+ description: 'The text is shown as the label for the document icon in the media drop placeholder, displayed when a file is being dragged over the editor and the target is a document-type media item.'
13
13
  }
14
14
  });
@@ -69,6 +69,6 @@ var findReplaceMessages = exports.findReplaceMessages = (0, _reactIntl.defineMes
69
69
  replaceSuccess: {
70
70
  id: 'fabric.editor.replaceSuccess',
71
71
  defaultMessage: '{numberOfMatches, plural, one {# match replaced} other {# matches replaced}}',
72
- description: 'Text when replacement succesfully done'
72
+ description: 'Status message shown after a find-and-replace operation completes. The placeholder {numberOfMatches} is the count of replaced matches and controls the plural form (one vs. other).'
73
73
  }
74
74
  });
@@ -9,16 +9,16 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
9
9
  toolbarLabel: {
10
10
  id: 'fabric.editor.toolbarLabel',
11
11
  defaultMessage: 'Editor',
12
- description: 'Label for the ARIA region landmark'
12
+ description: 'ARIA region landmark label identifying the editor toolbar area to screen reader users.'
13
13
  },
14
14
  pageActionsLabel: {
15
15
  id: 'fabric.editor.pageActionsLabel',
16
16
  defaultMessage: 'Page actions',
17
- description: 'Label for the ARIA region landmark'
17
+ description: 'ARIA region landmark label identifying the page actions area (e.g. publish, share) to screen reader users.'
18
18
  },
19
19
  editableContentLabel: {
20
20
  id: 'fabric.editor.editableContentLabel',
21
21
  defaultMessage: 'Editable content',
22
- description: 'Label for the ARIA region landmark'
22
+ description: 'ARIA region landmark label identifying the main editable content area of the editor to screen reader users.'
23
23
  }
24
24
  });
@@ -89,7 +89,7 @@ var helpDialogMessages = exports.helpDialogMessages = (0, _reactIntl.defineMessa
89
89
  openCellOptions: {
90
90
  id: 'fabric.editor.openCellOptions',
91
91
  defaultMessage: 'Open cell options',
92
- description: 'Keyboard shortcut to open cell options.'
92
+ description: 'Label for a keyboard shortcut listed in the editor help dialog that opens the cell options menu for the currently focused table cell.'
93
93
  },
94
94
  focusTableResizeHandle: {
95
95
  id: 'fabric.editor.focusTableResizeHandle',
@@ -418,12 +418,12 @@ var _default_1 = (0, _reactIntl.defineMessages)({
418
418
  saveButton: {
419
419
  id: 'fabric.editor.saveButton',
420
420
  defaultMessage: 'Save',
421
- description: 'Submit and save a comment or document'
421
+ description: 'Label for the primary action button that submits and saves the current comment or document in the editor.'
422
422
  },
423
423
  cancelButton: {
424
424
  id: 'fabric.editor.cancelButton',
425
425
  defaultMessage: 'Cancel',
426
- description: 'Discard the current comment or document'
426
+ description: 'Label for the button that discards unsaved changes and cancels editing of the current comment or document.'
427
427
  },
428
428
  taskList: {
429
429
  id: 'fabric.editor.tooltip.taskList',
@@ -493,7 +493,7 @@ var _default_1 = (0, _reactIntl.defineMessages)({
493
493
  imageEdit: {
494
494
  id: 'fabric.editor.imageEdit',
495
495
  defaultMessage: 'Edit image',
496
- description: 'Crop, flip or rotate the image'
496
+ description: 'Label for the button in the image floating toolbar that opens the image editing panel where users can crop, flip, or rotate the selected image.'
497
497
  },
498
498
  error: {
499
499
  id: 'fabric.editor.error.message.label',
@@ -503,7 +503,7 @@ var _default_1 = (0, _reactIntl.defineMessages)({
503
503
  success: {
504
504
  id: 'fabric.editor.success.message.label',
505
505
  defaultMessage: 'Success',
506
- description: 'Label for success message icon'
506
+ description: 'Accessible label for the success message icon shown in the editor when an operation completes successfully.'
507
507
  }
508
508
  });
509
509
  var _default = exports.default = _default_1;
@@ -84,7 +84,7 @@ var toolbarInsertBlockMessages = exports.toolbarInsertBlockMessages = (0, _react
84
84
  emoji: {
85
85
  id: 'fabric.editor.emoji',
86
86
  defaultMessage: 'Emoji',
87
- description: 'Insert an emoticon or smiley :-)'
87
+ description: 'Label for the emoji option in the editor insert menu, allowing users to insert an emoji character into the document.'
88
88
  },
89
89
  emojiDescription: {
90
90
  id: 'fabric.editor.emoji.description',
@@ -14,17 +14,17 @@ var toolbarMessages = exports.toolbarMessages = (0, _reactIntl.defineMessages)({
14
14
  twoColumns: {
15
15
  id: 'fabric.editor.twoColumns',
16
16
  defaultMessage: 'Two columns layout',
17
- description: 'Layout with two columns of equal width'
17
+ description: 'Label for the toolbar button that applies a two equal-width columns layout to the selected content.'
18
18
  },
19
19
  singleColumnAdvancedLayout: {
20
20
  id: 'fabric.editor.singleColumns',
21
21
  defaultMessage: '1 Column layout',
22
- description: 'Layout with one column of equal width'
22
+ description: 'Label for the toolbar button that applies a single-column layout to the selected content in the advanced layout options.'
23
23
  },
24
24
  twoColumnsAdvancedLayout: {
25
25
  id: 'fabric.editor.twoColumns',
26
26
  defaultMessage: '2 Column layout',
27
- description: 'Layout with two columns of equal width'
27
+ description: 'Label for the advanced layout toolbar button that applies a two equal-width columns layout.'
28
28
  },
29
29
  threeColumns: {
30
30
  id: 'fabric.editor.threeColumns',
@@ -39,12 +39,12 @@ var toolbarMessages = exports.toolbarMessages = (0, _reactIntl.defineMessages)({
39
39
  fourColumns: {
40
40
  id: 'fabric.editor.fourColumns',
41
41
  defaultMessage: '4 Column layout',
42
- description: 'Layout with four columns of equal width'
42
+ description: 'Label for the advanced layout toolbar button that applies a four equal-width columns layout.'
43
43
  },
44
44
  fiveColumns: {
45
45
  id: 'fabric.editor.fiveColumns',
46
46
  defaultMessage: '5 Column layout',
47
- description: 'Layout with five columns of equal width'
47
+ description: 'Label for the advanced layout toolbar button that applies a five equal-width columns layout.'
48
48
  },
49
49
  rightSidebar: {
50
50
  id: 'fabric.editor.rightSidebar',
@@ -79,12 +79,12 @@ var toolbarMessages = exports.toolbarMessages = (0, _reactIntl.defineMessages)({
79
79
  layoutPlaceholder: {
80
80
  id: 'fabric.editor.layout.placeholder',
81
81
  defaultMessage: 'Add content',
82
- description: 'Add placeholder text for empty layout'
82
+ description: 'Placeholder text shown inside an empty layout column, prompting the user to add content.'
83
83
  },
84
84
  controlslayoutPlaceholder: {
85
85
  id: 'fabric.editor.layout.controls.placeholder',
86
86
  defaultMessage: '/ to insert',
87
- description: 'Add placeholder text for empty layout'
87
+ description: 'Placeholder text shown inside an empty layout column when controls are active, instructing the user to type / to open the insert menu.'
88
88
  },
89
89
  columnOption: {
90
90
  id: 'fabric.editor.layout.columnOption',
@@ -34,7 +34,7 @@ var linkToolbarMessages = exports.linkToolbarMessages = (0, _reactIntl.defineMes
34
34
  editLink: {
35
35
  id: 'fabric.editor.editLink',
36
36
  defaultMessage: 'Edit link',
37
- description: 'Edit the link, update display text'
37
+ description: 'Label for the button in the link floating toolbar that opens the link editing panel where users can update the URL or display text.'
38
38
  },
39
39
  placeholder: {
40
40
  id: 'fabric.editor.hyperlinkToolbarPlaceholder',
@@ -44,7 +44,7 @@ var linkToolbarMessages = exports.linkToolbarMessages = (0, _reactIntl.defineMes
44
44
  linkPlaceholder: {
45
45
  id: 'fabric.editor.linkPlaceholder',
46
46
  defaultMessage: 'Paste link',
47
- description: 'Create a new link by pasting a URL.'
47
+ description: 'Placeholder text shown in the link input field prompting users to paste a URL to create a new link.'
48
48
  },
49
49
  linkAddress: {
50
50
  id: 'fabric.editor.linkAddress',
@@ -74,11 +74,11 @@ var linkToolbarMessages = exports.linkToolbarMessages = (0, _reactIntl.defineMes
74
74
  editDatasource: {
75
75
  id: 'fabric.editor.edit.datasource',
76
76
  defaultMessage: 'Edit search query',
77
- description: 'Datasource toolbar edit button'
77
+ description: 'Label for the edit button in the datasource floating toolbar that opens the datasource configuration modal to update the search query.'
78
78
  },
79
79
  searchInput: {
80
80
  id: 'fabric.editor.edit.searchInput',
81
81
  defaultMessage: 'Add a link',
82
- description: 'Label for the search media input'
82
+ description: 'Accessible label for the link search input field in the datasource toolbar where users type to search for or add a link.'
83
83
  }
84
84
  });
@@ -26,7 +26,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
26
26
  orderedList: {
27
27
  id: 'fabric.editor.orderedList',
28
28
  defaultMessage: 'Numbered list',
29
- description: 'A list with ordered items 1… 2… 3…'
29
+ description: 'The text is shown as the label for the numbered list option in the editor toolbar or menu, allowing the user to insert a sequentially numbered list into their document.'
30
30
  },
31
31
  orderedListDescription: {
32
32
  id: 'fabric.editor.orderedList.description',
@@ -19,7 +19,7 @@ var mentionMessages = exports.mentionMessages = (0, _reactIntl.defineMessages)({
19
19
  mentionsIconLabel: {
20
20
  id: 'fabric.editor.mentionsIconLabel',
21
21
  defaultMessage: 'Mention',
22
- description: 'icon label to describe the mention icon'
22
+ description: 'Accessible label for the mention icon displayed in the editor toolbar, indicating that clicking it inserts a mention.'
23
23
  },
24
24
  mentionsNodeLabel: {
25
25
  id: 'fabric.editor.mentionNode.label',
@@ -29,7 +29,7 @@ var mentionMessages = exports.mentionMessages = (0, _reactIntl.defineMessages)({
29
29
  unknownLabel: {
30
30
  id: 'fabric.editor.unknown.label',
31
31
  defaultMessage: 'Unknown',
32
- description: 'Label to indicate unknown mention node'
32
+ description: 'Accessible label for a mention node when the referenced user cannot be identified or resolved.'
33
33
  },
34
34
  inviteTeammateInvalidEmail: {
35
35
  id: 'fabric.editor.inviteItem.invalidEmail',
@@ -14,32 +14,32 @@ var pasteOptionsToolbarMessages = exports.pasteOptionsToolbarMessages = (0, _rea
14
14
  plainText: {
15
15
  id: 'fabric.editor.plainText',
16
16
  defaultMessage: 'Use plain text',
17
- description: 'Converts pasted text into plain text'
17
+ description: 'Label for the paste option button that strips all formatting and pastes content as plain text.'
18
18
  },
19
19
  markdown: {
20
20
  id: 'fabric.editor.useMarkdown',
21
21
  defaultMessage: 'Use Markdown',
22
- description: 'Converts pasted text into Markdown'
22
+ description: 'Label for the paste option button that pastes content with Markdown formatting preserved.'
23
23
  },
24
24
  richText: {
25
25
  id: 'fabric.editor.richText',
26
26
  defaultMessage: 'Use rich text',
27
- description: 'Converts pasted text into Rich text'
27
+ description: 'Label for the paste option button that pastes content preserving rich text formatting (e.g. bold, links, headings).'
28
28
  },
29
29
  plainTextAction: {
30
30
  id: 'fabric.editor.plainTextAction',
31
31
  defaultMessage: 'Plain text',
32
- description: 'Converts pasted text into plain text'
32
+ description: 'Drop-down menu item label for the action that pastes the clipboard content as plain text, stripping all formatting.'
33
33
  },
34
34
  markdownAction: {
35
35
  id: 'fabric.editor.useMarkdownAction',
36
36
  defaultMessage: 'Markdown',
37
- description: 'Converts pasted text into Markdown'
37
+ description: 'Drop-down menu item label for the action that pastes the clipboard content with Markdown formatting applied.'
38
38
  },
39
39
  richTextAction: {
40
40
  id: 'fabric.editor.richTextAction',
41
41
  defaultMessage: 'Rich text',
42
- description: 'Converts pasted text into Rich text'
42
+ description: 'Drop-down menu item label for the action that pastes the clipboard content preserving rich text formatting.'
43
43
  },
44
44
  pasteMenuActionsTitle: {
45
45
  id: 'fabric.editor.pasteMenuActionsTitle',
@@ -14,7 +14,7 @@ var placeholderTextMessages = exports.placeholderTextMessages = (0, _reactIntl.d
14
14
  shortEmptyNodePlaceholderText: {
15
15
  id: 'fabric.editor.shortEmptyNodePlaceholderText',
16
16
  defaultMessage: '/ to insert',
17
- description: 'Short placeholder text for empty nodes'
17
+ description: 'Short placeholder text shown inside empty editor nodes, instructing users to type / to open the quick-insert menu.'
18
18
  },
19
19
  shortEmptyNodePlaceholderADFSlashShortcut: {
20
20
  id: 'fabric.editor.shortEmptyNodePlaceholderSlash',
@@ -29,7 +29,7 @@ var placeholderTextMessages = exports.placeholderTextMessages = (0, _reactIntl.d
29
29
  longEmptyNodePlaceholderText: {
30
30
  id: 'fabric.editor.longEmptyNodePlaceholderText',
31
31
  defaultMessage: 'Type / to insert elements',
32
- description: 'Long placeholder text for empty nodes'
32
+ description: 'Longer placeholder text shown inside empty editor nodes, instructing users to type / to open the quick-insert menu and add elements.'
33
33
  },
34
34
  longEmptyNodePlaceholderADFPrefix: {
35
35
  id: 'fabric.editor.longEmptyNodePlaceholderPrefix',
@@ -49,6 +49,6 @@ var placeholderTextMessages = exports.placeholderTextMessages = (0, _reactIntl.d
49
49
  sourceSyncBlockPlaceholderText: {
50
50
  id: 'fabric.editor.sourceSyncBlockPlaceholderText',
51
51
  defaultMessage: 'Add content you want to reuse. Copy and paste this block to sync in other locations.',
52
- description: 'Placeholder text for source sync block'
52
+ description: 'Placeholder text shown inside an empty source sync block, prompting users to add reusable content that can be synced across multiple locations.'
53
53
  }
54
54
  });
@@ -9,7 +9,7 @@ var selectionToolbarMessages = exports.selectionToolbarMessages = (0, _reactIntl
9
9
  toolbarAppears: {
10
10
  id: 'fabric.editor.toolbarAppears',
11
11
  defaultMessage: 'Toolbar appears',
12
- description: 'Label for toolbar position options'
12
+ description: 'Label for the group of radio options that control where the selection toolbar appears relative to selected text (e.g. inline or fixed at top).'
13
13
  },
14
14
  toolbarPositionInline: {
15
15
  id: 'fabric.editor.toolbarPositionInline',
@@ -9,7 +9,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
9
9
  statusEditorLabel: {
10
10
  id: 'fabric.editor.statusEditorLabel',
11
11
  defaultMessage: 'Status editor',
12
- description: 'Label for the status element editor'
12
+ description: 'Accessible label for the status element editor panel that appears when a user clicks on a status badge in the editor to modify it.'
13
13
  },
14
14
  placeholder: {
15
15
  id: 'fabric.editor.statusPlaceholder',
@@ -84,17 +84,17 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
84
84
  addRowAbove: {
85
85
  id: 'fabric.editor.addRowAbove',
86
86
  defaultMessage: 'Add row above',
87
- description: 'Adds a new row above the selected row.'
87
+ description: 'Label for the table context menu item that inserts a new empty row directly above the currently selected row.'
88
88
  },
89
89
  addRowBelow: {
90
90
  id: 'fabric.editor.addRowBelow',
91
91
  defaultMessage: 'Add row below',
92
- description: 'Adds a new row below the selected row.'
92
+ description: 'Label for the table context menu item that inserts a new empty row directly below the currently selected row.'
93
93
  },
94
94
  moveColumnLeft: {
95
95
  id: 'fabric.editor.moveColumnLeft',
96
96
  defaultMessage: 'Move {0, plural, one {column} other {columns}} left',
97
- description: 'Moves a column or columns to the left.'
97
+ description: 'Label for the table menu item that moves the selected column(s) one position to the left. The placeholder {0} is the number of columns being moved and controls the plural form.'
98
98
  },
99
99
  moveColumnLeftHelpDialogLabel: {
100
100
  id: 'fabric.editor.moveColumnLeftHelpDialogLabel',
@@ -104,7 +104,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
104
104
  moveColumnRight: {
105
105
  id: 'fabric.editor.moveColumnRight',
106
106
  defaultMessage: 'Move {0, plural, one {column} other {columns}} right',
107
- description: 'Moves a column or columns to the right.'
107
+ description: 'Label for the table menu item that moves the selected column(s) one position to the right. The placeholder {0} is the number of columns being moved and controls the plural form.'
108
108
  },
109
109
  moveColumnRightHelpDialogLabel: {
110
110
  id: 'fabric.editor.moveColumnRightHelpDialogLabel',
@@ -114,7 +114,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
114
114
  moveRowUp: {
115
115
  id: 'fabric.editor.moveRowUp',
116
116
  defaultMessage: 'Move {0, plural, one {row} other {rows}} up',
117
- description: 'Moves a row or selected rows up.'
117
+ description: 'Label for the table menu item that moves the selected row(s) one position upward. The placeholder {0} is the number of rows being moved and controls the plural form.'
118
118
  },
119
119
  moveRowUpHelpDialogLabel: {
120
120
  id: 'fabric.editor.moveRowUpHelpDialogLabel',
@@ -124,7 +124,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
124
124
  moveRowDown: {
125
125
  id: 'fabric.editor.moveDownDown',
126
126
  defaultMessage: 'Move {0, plural, one {row} other {rows}} down',
127
- description: 'Moves a row or selected rows down.'
127
+ description: 'Label for the table menu item that moves the selected row(s) one position downward. The placeholder {0} is the number of rows being moved and controls the plural form.'
128
128
  },
129
129
  moveRowDownHelpDialogLabel: {
130
130
  id: 'fabric.editor.moveRowDownHelpDialogLabel',
@@ -219,7 +219,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
219
219
  confirmDeleteLinkedModalMessagePrefix: {
220
220
  id: 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix',
221
221
  defaultMessage: 'Deleting',
222
- description: 'prefix for confirmation dialog text'
222
+ description: 'Text prefix shown at the start of a confirmation dialog message when the user is about to delete a linked element in the editor.'
223
223
  },
224
224
  confirmModalCheckboxLabel: {
225
225
  id: 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel',
@@ -274,22 +274,22 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
274
274
  sortColumnASC: {
275
275
  id: 'fabric.editor.sortColumnASC',
276
276
  defaultMessage: 'Sort column A → Z',
277
- description: 'Sort column in ascending order'
277
+ description: 'Label for the table column menu item that sorts the column alphabetically in ascending (A to Z) order.'
278
278
  },
279
279
  sortColumnDESC: {
280
280
  id: 'fabric.editor.sortColumnDESC',
281
281
  defaultMessage: 'Sort column Z → A',
282
- description: 'Sort column in descending order'
282
+ description: 'Label for the table column menu item that sorts the column alphabetically in descending (Z to A) order.'
283
283
  },
284
284
  sortColumnIncreasing: {
285
285
  id: 'fabric.editor.sortColumnIncreasing',
286
286
  defaultMessage: 'Sort increasing',
287
- description: 'Sort column in ascending order'
287
+ description: 'Label for the table column menu item that sorts numerical or date column values in increasing order.'
288
288
  },
289
289
  sortColumnDecreasing: {
290
290
  id: 'fabric.editor.sortColumnDecreasing',
291
291
  defaultMessage: 'Sort decreasing',
292
- description: 'Sort column in descending order'
292
+ description: 'Label for the table column menu item that sorts numerical or date column values in decreasing order.'
293
293
  },
294
294
  canNotSortTable: {
295
295
  id: 'fabric.editor.canNotSortTable',
@@ -334,7 +334,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
334
334
  fullWidthLabel: {
335
335
  id: 'fabric.editor.tableFullWidthLabel',
336
336
  defaultMessage: 'Full-width',
337
- description: 'Trigger table width to full-width mode'
337
+ description: 'Label for the button in the table toolbar that switches the table to full-width display mode, expanding it to fill the page width.'
338
338
  },
339
339
  startedColumnResize: {
340
340
  id: 'fabric.editor.tables.startedColumnResize',