@atlaskit/editor-common 114.19.2 → 114.20.0
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.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/ai-messages/ai-experience-application.js +3 -3
- package/dist/cjs/ai-messages/ai-suggestions.js +1 -1
- package/dist/cjs/ai-messages/ai.js +4 -4
- package/dist/cjs/extensions/messages.js +7 -7
- package/dist/cjs/floating-toolbar/messages.js +1 -1
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
- package/dist/cjs/link/LinkSearch/listItemAlts.js +1 -1
- package/dist/cjs/lists/messages.js +1 -1
- package/dist/cjs/media/messages/altText.js +3 -3
- package/dist/cjs/media/messages/comments.js +1 -1
- package/dist/cjs/media/messages/dropPlaceholder.js +1 -1
- package/dist/cjs/messages/find-replace.js +1 -1
- package/dist/cjs/messages/full-page.js +3 -3
- package/dist/cjs/messages/help-dialog.js +1 -1
- package/dist/cjs/messages/index.js +4 -4
- package/dist/cjs/messages/insert-block.js +1 -1
- package/dist/cjs/messages/layout.js +7 -7
- package/dist/cjs/messages/link-toolbar.js +4 -4
- package/dist/cjs/messages/list.js +1 -1
- package/dist/cjs/messages/mentions.js +2 -2
- package/dist/cjs/messages/paste-options-toolbar.js +6 -6
- package/dist/cjs/messages/placeholder-text.js +3 -3
- package/dist/cjs/messages/selection-toolbar.js +1 -1
- package/dist/cjs/messages/status.js +1 -1
- package/dist/cjs/messages/table.js +12 -12
- package/dist/cjs/messages/tasks-and-decsisions.js +2 -2
- package/dist/cjs/messages/toolbar.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/ai-messages/ai-experience-application.js +3 -3
- package/dist/es2019/ai-messages/ai-suggestions.js +1 -1
- package/dist/es2019/ai-messages/ai.js +4 -4
- package/dist/es2019/extensions/messages.js +7 -7
- package/dist/es2019/floating-toolbar/messages.js +1 -1
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
- package/dist/es2019/link/LinkSearch/listItemAlts.js +1 -1
- package/dist/es2019/lists/messages.js +1 -1
- package/dist/es2019/media/messages/altText.js +3 -3
- package/dist/es2019/media/messages/comments.js +1 -1
- package/dist/es2019/media/messages/dropPlaceholder.js +1 -1
- package/dist/es2019/messages/find-replace.js +1 -1
- package/dist/es2019/messages/full-page.js +3 -3
- package/dist/es2019/messages/help-dialog.js +1 -1
- package/dist/es2019/messages/index.js +4 -4
- package/dist/es2019/messages/insert-block.js +1 -1
- package/dist/es2019/messages/layout.js +7 -7
- package/dist/es2019/messages/link-toolbar.js +4 -4
- package/dist/es2019/messages/list.js +1 -1
- package/dist/es2019/messages/mentions.js +2 -2
- package/dist/es2019/messages/paste-options-toolbar.js +6 -6
- package/dist/es2019/messages/placeholder-text.js +3 -3
- package/dist/es2019/messages/selection-toolbar.js +1 -1
- package/dist/es2019/messages/status.js +1 -1
- package/dist/es2019/messages/table.js +12 -12
- package/dist/es2019/messages/tasks-and-decsisions.js +2 -2
- package/dist/es2019/messages/toolbar.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/ai-messages/ai-experience-application.js +3 -3
- package/dist/esm/ai-messages/ai-suggestions.js +1 -1
- package/dist/esm/ai-messages/ai.js +4 -4
- package/dist/esm/extensions/messages.js +7 -7
- package/dist/esm/floating-toolbar/messages.js +1 -1
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +2 -2
- package/dist/esm/link/LinkSearch/listItemAlts.js +1 -1
- package/dist/esm/lists/messages.js +1 -1
- package/dist/esm/media/messages/altText.js +3 -3
- package/dist/esm/media/messages/comments.js +1 -1
- package/dist/esm/media/messages/dropPlaceholder.js +1 -1
- package/dist/esm/messages/find-replace.js +1 -1
- package/dist/esm/messages/full-page.js +3 -3
- package/dist/esm/messages/help-dialog.js +1 -1
- package/dist/esm/messages/index.js +4 -4
- package/dist/esm/messages/insert-block.js +1 -1
- package/dist/esm/messages/layout.js +7 -7
- package/dist/esm/messages/link-toolbar.js +4 -4
- package/dist/esm/messages/list.js +1 -1
- package/dist/esm/messages/mentions.js +2 -2
- package/dist/esm/messages/paste-options-toolbar.js +6 -6
- package/dist/esm/messages/placeholder-text.js +3 -3
- package/dist/esm/messages/selection-toolbar.js +1 -1
- package/dist/esm/messages/status.js +1 -1
- package/dist/esm/messages/table.js +12 -12
- package/dist/esm/messages/tasks-and-decsisions.js +2 -2
- package/dist/esm/messages/toolbar.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/paste-events.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/paste-events.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 114.20.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`54c0e17fe643b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/54c0e17fe643b) -
|
|
8
|
+
Add fabric-renderer as a recognised PasteSource value for the document pasted analytics event
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 114.19.2
|
|
4
15
|
|
|
5
16
|
### 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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: "
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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
|
|
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: '
|
|
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
|
|
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
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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: '
|
|
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',
|
|
@@ -49,12 +49,12 @@ var tasksAndDecisionsMessages = exports.tasksAndDecisionsMessages = (0, _reactIn
|
|
|
49
49
|
taskList: {
|
|
50
50
|
id: 'fabric.editor.taskList',
|
|
51
51
|
defaultMessage: 'Task list',
|
|
52
|
-
description: '
|
|
52
|
+
description: 'Accessible label for the task list container element in the editor, used by screen readers to identify a list of action items.'
|
|
53
53
|
},
|
|
54
54
|
decisionAriaLabel: {
|
|
55
55
|
id: 'fabric.editor.decisionAriaLabel',
|
|
56
56
|
defaultMessage: 'Decision',
|
|
57
|
-
description: '
|
|
57
|
+
description: 'Accessible ARIA label for a decision element in the editor, announced by screen readers to identify the element as a decision.'
|
|
58
58
|
},
|
|
59
59
|
undefinedDecisionAriaLabel: {
|
|
60
60
|
id: 'fabric.editor.undefinedDecisionAriaLabel',
|