@atlaskit/editor-common 111.13.0 → 111.14.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 +14 -0
- package/dist/cjs/ai-messages/ai.js +1 -1
- package/dist/cjs/block-menu/messages.js +1 -1
- package/dist/cjs/element-browser/messages.js +3 -3
- package/dist/cjs/extensions/messages.js +9 -9
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
- package/dist/cjs/link/LinkSearch/listItemAlts.js +6 -6
- package/dist/cjs/lists/messages.js +2 -2
- package/dist/cjs/media/messages/altText.js +4 -4
- package/dist/cjs/media/messages/externalMedia.js +1 -1
- package/dist/cjs/media/messages/imageBorder.js +6 -6
- package/dist/cjs/media/messages/pixelEntry.js +3 -3
- package/dist/cjs/messages/block-controls.js +5 -5
- package/dist/cjs/messages/block-type.js +8 -8
- package/dist/cjs/messages/breakout.js +1 -1
- package/dist/cjs/messages/card.js +1 -1
- package/dist/cjs/messages/context-panel.js +1 -1
- package/dist/cjs/messages/help-dialog.js +9 -9
- package/dist/cjs/messages/index.js +16 -16
- package/dist/cjs/messages/insert-block.js +44 -44
- package/dist/cjs/messages/layout.js +3 -3
- package/dist/cjs/messages/link-toolbar.js +8 -8
- package/dist/cjs/messages/link.js +1 -1
- package/dist/cjs/messages/list.js +2 -2
- package/dist/cjs/messages/media-editing.js +7 -7
- package/dist/cjs/messages/panel.js +2 -2
- package/dist/cjs/messages/placeholder-text.js +1 -1
- package/dist/cjs/messages/selection-extension.js +1 -1
- package/dist/cjs/messages/table.js +11 -11
- package/dist/cjs/messages/unsupportedContent.js +3 -3
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/quick-insert/messages.js +17 -17
- package/dist/cjs/type-ahead/messages.js +4 -4
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Expand/index.js +2 -2
- package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
- package/dist/cjs/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
- package/dist/cjs/vanilla-tooltip/index.js +180 -0
- package/dist/es2019/ai-messages/ai.js +1 -1
- package/dist/es2019/block-menu/messages.js +1 -1
- package/dist/es2019/element-browser/messages.js +3 -3
- package/dist/es2019/extensions/messages.js +9 -9
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
- package/dist/es2019/link/LinkSearch/listItemAlts.js +6 -6
- package/dist/es2019/lists/messages.js +2 -2
- package/dist/es2019/media/messages/altText.js +4 -4
- package/dist/es2019/media/messages/externalMedia.js +1 -1
- package/dist/es2019/media/messages/imageBorder.js +6 -6
- package/dist/es2019/media/messages/pixelEntry.js +3 -3
- package/dist/es2019/messages/block-controls.js +5 -5
- package/dist/es2019/messages/block-type.js +8 -8
- package/dist/es2019/messages/breakout.js +1 -1
- package/dist/es2019/messages/card.js +1 -1
- package/dist/es2019/messages/context-panel.js +1 -1
- package/dist/es2019/messages/help-dialog.js +9 -9
- package/dist/es2019/messages/index.js +16 -16
- package/dist/es2019/messages/insert-block.js +44 -44
- package/dist/es2019/messages/layout.js +3 -3
- package/dist/es2019/messages/link-toolbar.js +8 -8
- package/dist/es2019/messages/link.js +1 -1
- package/dist/es2019/messages/list.js +2 -2
- package/dist/es2019/messages/media-editing.js +7 -7
- package/dist/es2019/messages/panel.js +2 -2
- package/dist/es2019/messages/placeholder-text.js +1 -1
- package/dist/es2019/messages/selection-extension.js +1 -1
- package/dist/es2019/messages/table.js +11 -11
- package/dist/es2019/messages/unsupportedContent.js +3 -3
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/quick-insert/messages.js +17 -17
- package/dist/es2019/type-ahead/messages.js +4 -4
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Expand/index.js +2 -2
- package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
- package/dist/es2019/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
- package/dist/es2019/vanilla-tooltip/index.js +148 -0
- package/dist/esm/ai-messages/ai.js +1 -1
- package/dist/esm/block-menu/messages.js +1 -1
- package/dist/esm/element-browser/messages.js +3 -3
- package/dist/esm/extensions/messages.js +9 -9
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/messages.js +7 -7
- package/dist/esm/link/LinkSearch/listItemAlts.js +6 -6
- package/dist/esm/lists/messages.js +2 -2
- package/dist/esm/media/messages/altText.js +4 -4
- package/dist/esm/media/messages/externalMedia.js +1 -1
- package/dist/esm/media/messages/imageBorder.js +6 -6
- package/dist/esm/media/messages/pixelEntry.js +3 -3
- package/dist/esm/messages/block-controls.js +5 -5
- package/dist/esm/messages/block-type.js +8 -8
- package/dist/esm/messages/breakout.js +1 -1
- package/dist/esm/messages/card.js +1 -1
- package/dist/esm/messages/context-panel.js +1 -1
- package/dist/esm/messages/help-dialog.js +9 -9
- package/dist/esm/messages/index.js +16 -16
- package/dist/esm/messages/insert-block.js +44 -44
- package/dist/esm/messages/layout.js +3 -3
- package/dist/esm/messages/link-toolbar.js +8 -8
- package/dist/esm/messages/link.js +1 -1
- package/dist/esm/messages/list.js +2 -2
- package/dist/esm/messages/media-editing.js +7 -7
- package/dist/esm/messages/panel.js +2 -2
- package/dist/esm/messages/placeholder-text.js +1 -1
- package/dist/esm/messages/selection-extension.js +1 -1
- package/dist/esm/messages/table.js +11 -11
- package/dist/esm/messages/unsupportedContent.js +3 -3
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/quick-insert/messages.js +17 -17
- package/dist/esm/type-ahead/messages.js +4 -4
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Expand/index.js +2 -2
- package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessages.js +24 -24
- package/dist/esm/ui-color/ColorPalette/Palettes/paletteMessagesTokenModeNames.js +84 -84
- package/dist/esm/vanilla-tooltip/index.js +173 -0
- package/dist/types/analytics/types/insert-events.d.ts +1 -1
- package/dist/types/messages/table.d.ts +2 -2
- package/dist/types/vanilla-tooltip/index.d.ts +29 -0
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -1
- package/dist/types-ts4.5/messages/table.d.ts +2 -2
- package/dist/types-ts4.5/vanilla-tooltip/index.d.ts +29 -0
- package/package.json +2 -1
- package/vanilla-tooltip/package.json +17 -0
|
@@ -3,7 +3,7 @@ export const helpDialogMessages = defineMessages({
|
|
|
3
3
|
editorHelp: {
|
|
4
4
|
id: 'fabric.editor.editorHelp',
|
|
5
5
|
defaultMessage: 'Editor help',
|
|
6
|
-
description: '
|
|
6
|
+
description: 'The text is shown as a title for the editor help dialog when the user opens the help panel to view keyboard shortcuts and formatting options.'
|
|
7
7
|
},
|
|
8
8
|
helpDialogTips: {
|
|
9
9
|
id: 'fabric.editor.helpDialogTips',
|
|
@@ -13,7 +13,7 @@ export const helpDialogMessages = defineMessages({
|
|
|
13
13
|
keyboardShortcuts: {
|
|
14
14
|
id: 'fabric.editor.keyboardShortcuts',
|
|
15
15
|
defaultMessage: 'Keyboard shortcuts',
|
|
16
|
-
description: ''
|
|
16
|
+
description: 'The text is shown as a heading in the editor help dialog to label the section that lists available keyboard shortcuts for the editor.'
|
|
17
17
|
},
|
|
18
18
|
markdown: {
|
|
19
19
|
id: 'fabric.editor.markdown',
|
|
@@ -23,27 +23,27 @@ export const helpDialogMessages = defineMessages({
|
|
|
23
23
|
pastePlainText: {
|
|
24
24
|
id: 'fabric.editor.pastePlainText',
|
|
25
25
|
defaultMessage: 'Paste plain text',
|
|
26
|
-
description: ''
|
|
26
|
+
description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to paste content without formatting.'
|
|
27
27
|
},
|
|
28
28
|
CheckUncheckActionItem: {
|
|
29
29
|
id: 'fabric.editor.checkUncheckActionItem',
|
|
30
30
|
defaultMessage: 'Toggle action item',
|
|
31
|
-
description: '
|
|
31
|
+
description: 'Keyboard shortcut description shown in the help dialog. Explains how to toggle or check/uncheck action items in the editor using a keyboard shortcut.'
|
|
32
32
|
},
|
|
33
33
|
InsertTableColumn: {
|
|
34
34
|
id: 'fabric.editor.insertTableColumn',
|
|
35
35
|
defaultMessage: 'Insert table column',
|
|
36
|
-
description: '
|
|
36
|
+
description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to insert a new column into a table.'
|
|
37
37
|
},
|
|
38
38
|
InsertTableRow: {
|
|
39
39
|
id: 'fabric.editor.insertTableRow',
|
|
40
40
|
defaultMessage: 'Insert table row',
|
|
41
|
-
description: '
|
|
41
|
+
description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to insert a new row into a table.'
|
|
42
42
|
},
|
|
43
43
|
altText: {
|
|
44
44
|
id: 'fabric.editor.altText',
|
|
45
45
|
defaultMessage: 'Alt text',
|
|
46
|
-
description: '
|
|
46
|
+
description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to add or edit alternative text for an image.'
|
|
47
47
|
},
|
|
48
48
|
selectTableRow: {
|
|
49
49
|
id: 'fabric.editor.selectTableRow',
|
|
@@ -88,12 +88,12 @@ export const helpDialogMessages = defineMessages({
|
|
|
88
88
|
focusTableResizeHandle: {
|
|
89
89
|
id: 'fabric.editor.focusTableResizeHandle',
|
|
90
90
|
defaultMessage: 'Focus table resize handle',
|
|
91
|
-
description: '
|
|
91
|
+
description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to move focus to the table resize handle for resizing columns.'
|
|
92
92
|
},
|
|
93
93
|
closeHelpDialog: {
|
|
94
94
|
id: 'fabric.editor.closeHelpDialog',
|
|
95
95
|
defaultMessage: 'Close help dialog',
|
|
96
|
-
description: ''
|
|
96
|
+
description: 'The text is shown as a label for a keyboard shortcut in the editor help dialog that describes how to close the help dialog and return to the editor.'
|
|
97
97
|
},
|
|
98
98
|
// Ignored via go/ees007
|
|
99
99
|
// eslint-disable-next-line @atlaskit/editor/enforce-todo-comment-format
|
|
@@ -80,17 +80,17 @@ export default defineMessages({
|
|
|
80
80
|
alignImageRight: {
|
|
81
81
|
id: 'fabric.editor.alignImageRight',
|
|
82
82
|
defaultMessage: 'Align right',
|
|
83
|
-
description: '
|
|
83
|
+
description: 'The text is shown as a button in the image toolbar when the user wants to align an image to the right side of the page.'
|
|
84
84
|
},
|
|
85
85
|
alignImageCenter: {
|
|
86
86
|
id: 'fabric.editor.alignImageCenter',
|
|
87
87
|
defaultMessage: 'Align center',
|
|
88
|
-
description: '
|
|
88
|
+
description: 'The text is shown as a button in the image toolbar when the user wants to align an image to the center of the page.'
|
|
89
89
|
},
|
|
90
90
|
alignImageLeft: {
|
|
91
91
|
id: 'fabric.editor.alignImageLeft',
|
|
92
92
|
defaultMessage: 'Align left',
|
|
93
|
-
description: '
|
|
93
|
+
description: 'The text is shown as a button in the image toolbar when the user wants to align an image to the left side of the page.'
|
|
94
94
|
},
|
|
95
95
|
delete: {
|
|
96
96
|
id: 'fabric.editor.delete',
|
|
@@ -110,7 +110,7 @@ export default defineMessages({
|
|
|
110
110
|
visit: {
|
|
111
111
|
id: 'fabric.editor.visit',
|
|
112
112
|
defaultMessage: 'Open link in a new window',
|
|
113
|
-
description: '
|
|
113
|
+
description: 'The text is shown as a link or button in the editor when the user wants to open the selected link in a new browser window.'
|
|
114
114
|
},
|
|
115
115
|
inviteToEditButtonTitle: {
|
|
116
116
|
id: 'fabric.editor.editMode.inviteToEditButton.title',
|
|
@@ -130,52 +130,52 @@ export default defineMessages({
|
|
|
130
130
|
taskList: {
|
|
131
131
|
id: 'fabric.editor.tooltip.taskList',
|
|
132
132
|
defaultMessage: 'an action item',
|
|
133
|
-
description: 'an action item
|
|
133
|
+
description: 'The text is shown as a tooltip label in the editor to describe an action item element when the user interacts with it.'
|
|
134
134
|
},
|
|
135
135
|
bulletList: {
|
|
136
136
|
id: 'fabric.editor.tooltip.bulletList',
|
|
137
137
|
defaultMessage: 'a list',
|
|
138
|
-
description: 'a
|
|
138
|
+
description: 'The text is shown as a tooltip label in the editor to describe a bullet list element when the user interacts with it.'
|
|
139
139
|
},
|
|
140
140
|
nestedExpand: {
|
|
141
141
|
id: 'fabric.editor.tooltip.nestedExpand',
|
|
142
142
|
defaultMessage: 'a nested expand',
|
|
143
|
-
description: 'expand
|
|
143
|
+
description: 'The text is shown as a tooltip label in the editor to describe a nested expand element when the user interacts with it.'
|
|
144
144
|
},
|
|
145
145
|
decisionList: {
|
|
146
146
|
id: 'fabric.editor.tooltip.decisionList',
|
|
147
147
|
defaultMessage: 'a decision list',
|
|
148
|
-
description: 'a list
|
|
148
|
+
description: 'The text is shown as a tooltip label in the editor to describe a decision list element when the user interacts with it.'
|
|
149
149
|
},
|
|
150
150
|
defaultBlockNode: {
|
|
151
151
|
id: 'fabric.editor.tooltip.defaultBlockNode',
|
|
152
152
|
defaultMessage: 'a block node',
|
|
153
|
-
description: 'a block node element'
|
|
153
|
+
description: 'The text is shown as a tooltip label in the editor to describe a generic block node element when the user interacts with it.'
|
|
154
154
|
},
|
|
155
155
|
panel: {
|
|
156
156
|
id: 'fabric.editor.tooltip.blockPanel',
|
|
157
157
|
defaultMessage: 'a panel',
|
|
158
|
-
description: '
|
|
158
|
+
description: 'The text is shown as a tooltip label in the editor to describe a panel element when the user interacts with it.'
|
|
159
159
|
},
|
|
160
160
|
blockquote: {
|
|
161
161
|
id: 'fabric.editor.blockquote',
|
|
162
162
|
defaultMessage: 'a quote',
|
|
163
|
-
description: 'a
|
|
163
|
+
description: 'The text is shown as a tooltip label in the editor to describe a blockquote element when the user interacts with it.'
|
|
164
164
|
},
|
|
165
165
|
timeUpdated: {
|
|
166
166
|
id: 'fabric.editor.time.updated',
|
|
167
167
|
defaultMessage: 'Updated',
|
|
168
|
-
description: '
|
|
168
|
+
description: 'The text is shown as a label in the editor to indicate when the content was last updated by a user.'
|
|
169
169
|
},
|
|
170
170
|
timeViewed: {
|
|
171
171
|
id: 'fabric.editor.time.viewed',
|
|
172
172
|
defaultMessage: 'Viewed',
|
|
173
|
-
description: '
|
|
173
|
+
description: 'The text is shown as a label in the editor to indicate when the content was last viewed by a user.'
|
|
174
174
|
},
|
|
175
175
|
timeAgo: {
|
|
176
176
|
id: 'fabric.editor.time.ago',
|
|
177
177
|
defaultMessage: 'ago',
|
|
178
|
-
description: '
|
|
178
|
+
description: 'The text is shown as a label suffix after a time value to indicate that the action occurred in the past, for example "5 minutes ago".'
|
|
179
179
|
},
|
|
180
180
|
copyToClipboard: {
|
|
181
181
|
id: 'fabric.editor.copyToClipboard',
|
|
@@ -190,7 +190,7 @@ export default defineMessages({
|
|
|
190
190
|
viewMore: {
|
|
191
191
|
id: 'fabric.editor.overflowMenuViewMore',
|
|
192
192
|
defaultMessage: 'View more',
|
|
193
|
-
description: '
|
|
193
|
+
description: 'The text is shown as a button in the editor toolbar overflow menu when additional toolbar options are available for the user to view.'
|
|
194
194
|
},
|
|
195
195
|
imageEdit: {
|
|
196
196
|
id: 'fabric.editor.imageEdit',
|
|
@@ -200,7 +200,7 @@ export default defineMessages({
|
|
|
200
200
|
error: {
|
|
201
201
|
id: 'fabric.editor.error.message.label',
|
|
202
202
|
defaultMessage: 'Error',
|
|
203
|
-
description: '
|
|
203
|
+
description: 'The text is shown as a label for the error message icon in the editor when an operation fails or an error occurs.'
|
|
204
204
|
},
|
|
205
205
|
success: {
|
|
206
206
|
id: 'fabric.editor.success.message.label',
|
|
@@ -8,47 +8,47 @@ export const toolbarInsertBlockMessages = defineMessages({
|
|
|
8
8
|
actionDescription: {
|
|
9
9
|
id: 'fabric.editor.action.description',
|
|
10
10
|
defaultMessage: 'Create and assign action items',
|
|
11
|
-
description: ''
|
|
11
|
+
description: 'Displayed as a description text for the action item option in the editor insert menu, used to explain the purpose of creating and assigning action items.'
|
|
12
12
|
},
|
|
13
13
|
closeInsertRightRail: {
|
|
14
14
|
id: 'fabric.editor.insertRightRail.close',
|
|
15
15
|
defaultMessage: 'Close',
|
|
16
|
-
description: '
|
|
16
|
+
description: 'Label for the close button on the insert right rail panel in the editor, used to dismiss the insert elements panel.'
|
|
17
17
|
},
|
|
18
18
|
link: {
|
|
19
19
|
id: 'fabric.editor.link',
|
|
20
20
|
defaultMessage: 'Link',
|
|
21
|
-
description: '
|
|
21
|
+
description: 'Shown as a menu item label in the editor insert menu, used to insert a hyperlink into the document.'
|
|
22
22
|
},
|
|
23
23
|
linkDescription: {
|
|
24
24
|
id: 'fabric.editor.link.description',
|
|
25
25
|
defaultMessage: 'Insert a link',
|
|
26
|
-
description: '
|
|
26
|
+
description: 'Displayed as a description text for the link option in the editor insert menu, explaining that it allows users to insert a hyperlink into the document.'
|
|
27
27
|
},
|
|
28
28
|
mediaFiles: {
|
|
29
29
|
id: 'fabric.editor.mediaFiles',
|
|
30
30
|
defaultMessage: 'Image, video, or file',
|
|
31
|
-
description: '
|
|
31
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert one or more files, videos, or images into the document.'
|
|
32
32
|
},
|
|
33
33
|
addMediaFiles: {
|
|
34
34
|
id: 'fabric.editor.addMediaFiles',
|
|
35
35
|
defaultMessage: 'Add image, video, or file',
|
|
36
|
-
description: '
|
|
36
|
+
description: 'Menu option shown in the quick insert menu. Allows users to add images, videos, or files to the document.'
|
|
37
37
|
},
|
|
38
38
|
insertRightRailTitle: {
|
|
39
39
|
id: 'fabric.editor.insertRightRail.title',
|
|
40
40
|
defaultMessage: 'Insert',
|
|
41
|
-
description: '
|
|
41
|
+
description: 'Heading or title shown in the insert right rail panel. Indicates the purpose of the panel for inserting elements.'
|
|
42
42
|
},
|
|
43
43
|
mediaFilesDescription: {
|
|
44
44
|
id: 'fabric.editor.mediaFiles.description',
|
|
45
45
|
defaultMessage: 'Add images and other files to your page',
|
|
46
|
-
description: '
|
|
46
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can add images and other files to their page.'
|
|
47
47
|
},
|
|
48
48
|
image: {
|
|
49
49
|
id: 'fabric.editor.image',
|
|
50
50
|
defaultMessage: 'Image',
|
|
51
|
-
description: '
|
|
51
|
+
description: 'Shown as a menu item label in the editor insert menu, used to insert an image into the document.'
|
|
52
52
|
},
|
|
53
53
|
mention: {
|
|
54
54
|
id: 'fabric.editor.mention',
|
|
@@ -68,17 +68,17 @@ export const toolbarInsertBlockMessages = defineMessages({
|
|
|
68
68
|
emojiDescription: {
|
|
69
69
|
id: 'fabric.editor.emoji.description',
|
|
70
70
|
defaultMessage: 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
71
|
-
description: '
|
|
71
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can insert emojis to enhance their content.'
|
|
72
72
|
},
|
|
73
73
|
table: {
|
|
74
74
|
id: 'fabric.editor.table',
|
|
75
75
|
defaultMessage: 'Table',
|
|
76
|
-
description: '
|
|
76
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a table into the document.'
|
|
77
77
|
},
|
|
78
78
|
tableDescription: {
|
|
79
79
|
id: 'fabric.editor.table.description',
|
|
80
80
|
defaultMessage: 'Insert a table',
|
|
81
|
-
description: '
|
|
81
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can insert a table to organize data.'
|
|
82
82
|
},
|
|
83
83
|
tableSelector: {
|
|
84
84
|
id: 'fabric.editor.tableSelector',
|
|
@@ -93,156 +93,156 @@ export const toolbarInsertBlockMessages = defineMessages({
|
|
|
93
93
|
tableSizeSelectorButton: {
|
|
94
94
|
id: 'fabric.editor.tableSizeSelectorButton',
|
|
95
95
|
defaultMessage: '{numberOfColumns} by {numberOfRows}',
|
|
96
|
-
description: '
|
|
96
|
+
description: 'Button label showing table dimensions. The placeholders {numberOfColumns} and {numberOfRows} will be substituted with the selected number of columns and rows.'
|
|
97
97
|
},
|
|
98
98
|
tableSizeSelectorPopup: {
|
|
99
99
|
id: 'fabric.editor.tableSizeSelectorPopup',
|
|
100
100
|
defaultMessage: 'Table size selector',
|
|
101
|
-
description: '
|
|
101
|
+
description: 'Popup menu shown when selecting table size. Allows users to choose custom dimensions for creating a table.'
|
|
102
102
|
},
|
|
103
103
|
expand: {
|
|
104
104
|
id: 'fabric.editor.expand',
|
|
105
105
|
defaultMessage: 'Expand',
|
|
106
|
-
description: '
|
|
106
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert an expandable/collapsible section into the document.'
|
|
107
107
|
},
|
|
108
108
|
expandDescription: {
|
|
109
109
|
id: 'fabric.editor.expand.description',
|
|
110
110
|
defaultMessage: 'Insert an expand',
|
|
111
|
-
description: '
|
|
111
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can insert expandable content sections.'
|
|
112
112
|
},
|
|
113
113
|
decision: {
|
|
114
114
|
id: 'fabric.editor.decision',
|
|
115
115
|
defaultMessage: 'Decision',
|
|
116
|
-
description: '
|
|
116
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a decision element to track and document decisions.'
|
|
117
117
|
},
|
|
118
118
|
decisionDescription: {
|
|
119
119
|
id: 'fabric.editor.decision.description',
|
|
120
|
-
defaultMessage:
|
|
121
|
-
description: '
|
|
120
|
+
defaultMessage: "Capture decisions so they're easy to track",
|
|
121
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can insert decision elements for tracking.'
|
|
122
122
|
},
|
|
123
123
|
feedbackDialog: {
|
|
124
124
|
id: 'fabric.editor.feedbackDialog',
|
|
125
125
|
defaultMessage: 'Give feedback',
|
|
126
|
-
description: '
|
|
126
|
+
description: 'Menu option shown in the quick insert menu. Opens a dialog where users can provide feedback about the editor.'
|
|
127
127
|
},
|
|
128
128
|
feedbackDialogDescription: {
|
|
129
129
|
id: 'fabric.editor.feedbackDialog.description',
|
|
130
130
|
defaultMessage: 'Tell us about your experience using the cloud editor',
|
|
131
|
-
description: '
|
|
131
|
+
description: 'Menu description shown in the quick insert menu. Invites users to share their feedback about the editor experience.'
|
|
132
132
|
},
|
|
133
133
|
horizontalRule: {
|
|
134
134
|
id: 'fabric.editor.horizontalRule',
|
|
135
135
|
defaultMessage: 'Divider',
|
|
136
|
-
description: '
|
|
136
|
+
description: 'Shown as a menu item label in the editor insert menu, used to insert a horizontal rule or divider to separate content in the document.'
|
|
137
137
|
},
|
|
138
138
|
horizontalRuleDescription: {
|
|
139
139
|
id: 'fabric.editor.horizontalRule.description',
|
|
140
140
|
defaultMessage: 'Separate content with a horizontal line',
|
|
141
|
-
description: '
|
|
141
|
+
description: 'Displayed as a description text for the divider option in the editor insert menu, explaining that it inserts a horizontal line to separate content sections in the document.'
|
|
142
142
|
},
|
|
143
143
|
date: {
|
|
144
144
|
id: 'fabric.editor.date',
|
|
145
145
|
defaultMessage: 'Date',
|
|
146
|
-
description: '
|
|
146
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a date into the document using a date picker.'
|
|
147
147
|
},
|
|
148
148
|
dateDescription: {
|
|
149
149
|
id: 'fabric.editor.date.description',
|
|
150
150
|
defaultMessage: 'Add a date using a calendar',
|
|
151
|
-
description: '
|
|
151
|
+
description: 'Menu description shown in the quick insert menu. Explains how to add a date into the document using a calendar picker.'
|
|
152
152
|
},
|
|
153
153
|
placeholderText: {
|
|
154
154
|
id: 'fabric.editor.placeholderText',
|
|
155
155
|
defaultMessage: 'Placeholder text',
|
|
156
|
-
description: '
|
|
156
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a text placeholder into the document.'
|
|
157
157
|
},
|
|
158
158
|
placeholderTextDescription: {
|
|
159
159
|
id: 'fabric.editor.placeholderText.description',
|
|
160
160
|
defaultMessage: 'Insert a text placeholder into the page',
|
|
161
|
-
description: '
|
|
161
|
+
description: 'Menu description shown in the quick insert menu. Explains how to insert a text placeholder for later content.'
|
|
162
162
|
},
|
|
163
163
|
columns: {
|
|
164
164
|
id: 'fabric.editor.columns',
|
|
165
165
|
defaultMessage: 'Layouts',
|
|
166
|
-
description: '
|
|
166
|
+
description: 'Menu option shown in the quick insert menu. Allows users to create multi-column layouts and sections.'
|
|
167
167
|
},
|
|
168
168
|
columnsDescription: {
|
|
169
169
|
id: 'fabric.editor.columns.description',
|
|
170
170
|
defaultMessage: 'Structure your page using sections',
|
|
171
|
-
description: '
|
|
171
|
+
description: 'Menu description shown in the quick insert menu. Explains how to use layouts to structure content.'
|
|
172
172
|
},
|
|
173
173
|
columnsDescriptionAdvancedLayout: {
|
|
174
174
|
id: 'fabric.editor.columns.advanced.layout.description',
|
|
175
175
|
defaultMessage: 'Insert {numberOfColumns} equal {numberOfColumns, plural, one {column} other {columns}}',
|
|
176
|
-
description: '
|
|
176
|
+
description: 'Menu option for advanced layouts. The placeholder {numberOfColumns} will be substituted with the number of equal columns being inserted.'
|
|
177
177
|
},
|
|
178
178
|
singleColumnsDescriptionAdvancedLayout: {
|
|
179
179
|
id: 'fabric.editor.columns.advanced.layout.single.description',
|
|
180
180
|
defaultMessage: 'Insert a single column layout',
|
|
181
|
-
description: '
|
|
181
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a single column layout section.'
|
|
182
182
|
},
|
|
183
183
|
status: {
|
|
184
184
|
id: 'fabric.editor.status',
|
|
185
185
|
defaultMessage: 'Status',
|
|
186
|
-
description: '
|
|
186
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a status indicator for tasks or activities.'
|
|
187
187
|
},
|
|
188
188
|
statusDescription: {
|
|
189
189
|
id: 'fabric.editor.status.description',
|
|
190
190
|
defaultMessage: 'Add a custom status label',
|
|
191
|
-
description: '
|
|
191
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can add custom status labels.'
|
|
192
192
|
},
|
|
193
193
|
viewMore: {
|
|
194
194
|
id: 'fabric.editor.viewMore',
|
|
195
195
|
defaultMessage: 'View more',
|
|
196
|
-
description: '
|
|
196
|
+
description: 'Button label shown in the quick insert menu. Allows users to see additional elements beyond the primary display.'
|
|
197
197
|
},
|
|
198
198
|
viewMoreAriaLabel: {
|
|
199
199
|
id: 'fabric.editor.viewMoreAriaLabel',
|
|
200
200
|
defaultMessage: 'View all elements',
|
|
201
|
-
description: '
|
|
201
|
+
description: 'ARIA label for accessibility. Provides a more descriptive label to screen readers indicating users can view all insertable elements.'
|
|
202
202
|
},
|
|
203
203
|
insertMenu: {
|
|
204
204
|
id: 'fabric.editor.insertMenu',
|
|
205
205
|
defaultMessage: 'Insert elements',
|
|
206
|
-
description: 'Opens a menu of additional items that can be inserted
|
|
206
|
+
description: 'Menu option or button label shown in the editor toolbar. Opens a menu of additional items that can be inserted.'
|
|
207
207
|
},
|
|
208
208
|
help: {
|
|
209
209
|
id: 'fabric.editor.help',
|
|
210
210
|
defaultMessage: 'Help',
|
|
211
|
-
description: '
|
|
211
|
+
description: 'Shown as a menu item label in the editor insert menu, used to open the help dialog where users can browse keyboard shortcuts and markdown options.'
|
|
212
212
|
},
|
|
213
213
|
helpDescription: {
|
|
214
214
|
id: 'fabric.editor.help.description',
|
|
215
215
|
defaultMessage: 'Browse all the keyboard shortcuts and markdown options',
|
|
216
|
-
description: '
|
|
216
|
+
description: 'Displayed as a description text for the help option in the editor insert menu, explaining that it opens a dialog where users can view all available keyboard shortcuts and markdown formatting options.'
|
|
217
217
|
},
|
|
218
218
|
recordVideo: {
|
|
219
219
|
id: 'fabric.editor.recordVideo',
|
|
220
220
|
defaultMessage: 'Record a Loom video',
|
|
221
|
-
description: '
|
|
221
|
+
description: 'Shown as a menu item label in the editor insert menu, used to trigger recording a Loom video to embed in the document.'
|
|
222
222
|
},
|
|
223
223
|
addLoomVideo: {
|
|
224
224
|
id: 'fabric.editor.addLoomVideo',
|
|
225
225
|
defaultMessage: 'Record a Loom video',
|
|
226
|
-
description: '
|
|
226
|
+
description: 'Shown as a button label in the editor toolbar, used to trigger recording a Loom video to add to the document.'
|
|
227
227
|
},
|
|
228
228
|
addLoomVideoComment: {
|
|
229
229
|
id: 'fabric.editor.addLoomVideoComment',
|
|
230
230
|
defaultMessage: 'Record a Loom video comment',
|
|
231
|
-
description: '
|
|
231
|
+
description: 'Shown as a button label in the editor comment toolbar, used to trigger recording a Loom video comment to attach to the document.'
|
|
232
232
|
},
|
|
233
233
|
recordVideoDescription: {
|
|
234
234
|
id: 'fabric.editor.recordVideo.description',
|
|
235
235
|
defaultMessage: 'Record and share your screen and thoughts',
|
|
236
|
-
description: '
|
|
236
|
+
description: 'Displayed as a description text for the Loom video recording option in the editor insert menu, explaining that users can record and share their screen and thoughts.'
|
|
237
237
|
},
|
|
238
238
|
recordLoomShortTitle: {
|
|
239
239
|
id: 'fabric.editor.recordLoomShortTitle',
|
|
240
240
|
defaultMessage: 'Record',
|
|
241
|
-
description: '
|
|
241
|
+
description: 'Shown as a short button label in the editor toolbar for recording a Loom video when space is limited.'
|
|
242
242
|
},
|
|
243
243
|
turnInto: {
|
|
244
244
|
id: 'fabric.editor.turnInto',
|
|
245
245
|
defaultMessage: 'Turn into',
|
|
246
|
-
description: '
|
|
246
|
+
description: 'Menu option shown when right-clicking or selecting text. Allows users to convert selected text into different element types.'
|
|
247
247
|
}
|
|
248
248
|
});
|
|
@@ -3,7 +3,7 @@ export const toolbarMessages = defineMessages({
|
|
|
3
3
|
singleColumn: {
|
|
4
4
|
id: 'fabric.editor.single',
|
|
5
5
|
defaultMessage: 'Single column layout',
|
|
6
|
-
description: '
|
|
6
|
+
description: 'The text is shown as a label on a toolbar button when the user selects a single column layout option in the editor.'
|
|
7
7
|
},
|
|
8
8
|
twoColumns: {
|
|
9
9
|
id: 'fabric.editor.twoColumns',
|
|
@@ -83,11 +83,11 @@ export const toolbarMessages = defineMessages({
|
|
|
83
83
|
columnOption: {
|
|
84
84
|
id: 'fabric.editor.layout.columnOption',
|
|
85
85
|
defaultMessage: '{count, plural, one {{count} Column} other {{count} Columns}}',
|
|
86
|
-
description: 'column option
|
|
86
|
+
description: 'The text is shown as a label for a layout column option in the editor toolbar. It displays the number of columns, for example "1 Column" or "3 Columns".'
|
|
87
87
|
},
|
|
88
88
|
resizeLayout: {
|
|
89
89
|
id: 'fabric.editor.layout.resizeLayout',
|
|
90
90
|
defaultMessage: 'Resize layout',
|
|
91
|
-
description: 'resize layout'
|
|
91
|
+
description: 'The text is shown as a label on a button or handle when the user can resize the layout columns in the editor.'
|
|
92
92
|
}
|
|
93
93
|
});
|
|
@@ -3,12 +3,12 @@ export const linkToolbarMessages = defineMessages({
|
|
|
3
3
|
addLink: {
|
|
4
4
|
id: 'fabric.editor.mediaAddLink',
|
|
5
5
|
defaultMessage: 'Add link',
|
|
6
|
-
description: '
|
|
6
|
+
description: 'The text is shown as a button label in the editor link toolbar when the user wants to add a hyperlink to selected content.'
|
|
7
7
|
},
|
|
8
8
|
unableToOpenLink: {
|
|
9
9
|
id: 'fabric.editor.unableToOpenLink',
|
|
10
10
|
defaultMessage: 'Unable to open this link',
|
|
11
|
-
description: '
|
|
11
|
+
description: 'The text is shown as an error message in the editor link toolbar when the application cannot open the selected hyperlink.'
|
|
12
12
|
},
|
|
13
13
|
unlink: {
|
|
14
14
|
id: 'fabric.editor.unlink',
|
|
@@ -33,7 +33,7 @@ export const linkToolbarMessages = defineMessages({
|
|
|
33
33
|
placeholder: {
|
|
34
34
|
id: 'fabric.editor.hyperlinkToolbarPlaceholder',
|
|
35
35
|
defaultMessage: 'Paste or search for link',
|
|
36
|
-
description: '
|
|
36
|
+
description: 'The text is shown as placeholder text in the hyperlink toolbar input field where the user can paste a URL or search for a link.'
|
|
37
37
|
},
|
|
38
38
|
linkPlaceholder: {
|
|
39
39
|
id: 'fabric.editor.linkPlaceholder',
|
|
@@ -43,27 +43,27 @@ export const linkToolbarMessages = defineMessages({
|
|
|
43
43
|
linkAddress: {
|
|
44
44
|
id: 'fabric.editor.linkAddress',
|
|
45
45
|
defaultMessage: 'Link address',
|
|
46
|
-
description: '
|
|
46
|
+
description: 'Label for the link address input field. Prompts users to enter or paste the URL address for the hyperlink.'
|
|
47
47
|
},
|
|
48
48
|
invalidLink: {
|
|
49
49
|
id: 'fabric.editor.invalidLink',
|
|
50
50
|
defaultMessage: 'Please enter a valid link.',
|
|
51
|
-
description: '
|
|
51
|
+
description: 'The text is shown as an error message in the editor link toolbar when the user enters a URL that is not valid or properly formatted.'
|
|
52
52
|
},
|
|
53
53
|
emptyLink: {
|
|
54
54
|
id: 'fabric.editor.emptyLink',
|
|
55
55
|
defaultMessage: 'Please enter a link.',
|
|
56
|
-
description: '
|
|
56
|
+
description: 'The text is shown as an error message in the editor link toolbar when the user submits the link field without entering any URL.'
|
|
57
57
|
},
|
|
58
58
|
settingsLink: {
|
|
59
59
|
id: 'fabric.editor.settingsLinks',
|
|
60
60
|
defaultMessage: 'Go to Link Preferences',
|
|
61
|
-
description: '
|
|
61
|
+
description: 'The text is shown as a link in the editor link toolbar that navigates the user to the link preferences settings page.'
|
|
62
62
|
},
|
|
63
63
|
preferencesLink: {
|
|
64
64
|
id: 'fabric.editor.preferencesLink',
|
|
65
65
|
defaultMessage: 'Link preferences',
|
|
66
|
-
description: '
|
|
66
|
+
description: 'The text is shown as a link label in the editor toolbar that opens the link preferences settings for the user.'
|
|
67
67
|
},
|
|
68
68
|
editDatasource: {
|
|
69
69
|
id: 'fabric.editor.edit.datasource',
|
|
@@ -3,7 +3,7 @@ export const linkMessages = defineMessages({
|
|
|
3
3
|
openLink: {
|
|
4
4
|
id: 'fabric.editor.openLink',
|
|
5
5
|
defaultMessage: 'Open link in a new tab',
|
|
6
|
-
description: '
|
|
6
|
+
description: 'The text is shown as a link action in the editor toolbar or context menu when a user can open a linked URL in a new browser tab.'
|
|
7
7
|
},
|
|
8
8
|
openPreviewPanel: {
|
|
9
9
|
id: 'fabric.editor.openPreviewPanel',
|
|
@@ -9,7 +9,7 @@ export const messages = defineMessages({
|
|
|
9
9
|
unorderedListDescription: {
|
|
10
10
|
id: 'fabric.editor.unorderedList.description',
|
|
11
11
|
defaultMessage: 'Create an unordered list',
|
|
12
|
-
description: ''
|
|
12
|
+
description: 'The text is shown as a description for the bullet list item in the quick insert menu when the user searches for formatting options.'
|
|
13
13
|
},
|
|
14
14
|
bulletedList: {
|
|
15
15
|
id: 'fabric.editor.bulletedList',
|
|
@@ -24,7 +24,7 @@ export const messages = defineMessages({
|
|
|
24
24
|
orderedListDescription: {
|
|
25
25
|
id: 'fabric.editor.orderedList.description',
|
|
26
26
|
defaultMessage: 'Create an ordered list',
|
|
27
|
-
description: ''
|
|
27
|
+
description: 'The text is shown as a description for the numbered list item in the quick insert menu when the user searches for formatting options.'
|
|
28
28
|
},
|
|
29
29
|
lists: {
|
|
30
30
|
id: 'fabric.editor.lists',
|
|
@@ -38,37 +38,37 @@ export const mediaEditingMessages = defineMessages({
|
|
|
38
38
|
squareButton: {
|
|
39
39
|
id: 'editor.imageEditor.aspectRatio.squareButton',
|
|
40
40
|
defaultMessage: 'Square 1:1',
|
|
41
|
-
description: '
|
|
41
|
+
description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a square 1:1 crop ratio'
|
|
42
42
|
},
|
|
43
43
|
circleButton: {
|
|
44
44
|
id: 'editor.imageEditor.aspectRatio.circleButton',
|
|
45
45
|
defaultMessage: 'Circle 1:1',
|
|
46
|
-
description: '
|
|
46
|
+
description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a circle 1:1 crop ratio'
|
|
47
47
|
},
|
|
48
48
|
landscapeButton: {
|
|
49
49
|
id: 'editor.imageEditor.aspectRatio.landscapeButton',
|
|
50
50
|
defaultMessage: 'Landscape 4:3',
|
|
51
|
-
description: '
|
|
51
|
+
description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a landscape 4:3 crop ratio'
|
|
52
52
|
},
|
|
53
53
|
portraitButton: {
|
|
54
54
|
id: 'editor.imageEditor.aspectRatio.portraitButton',
|
|
55
55
|
defaultMessage: 'Portrait 3:4',
|
|
56
|
-
description: '
|
|
56
|
+
description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a portrait 3:4 crop ratio'
|
|
57
57
|
},
|
|
58
58
|
wideButton: {
|
|
59
59
|
id: 'editor.imageEditor.aspectRatio.wideButton',
|
|
60
60
|
defaultMessage: 'Wide 16:9',
|
|
61
|
-
description: '
|
|
61
|
+
description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a wide 16:9 crop ratio'
|
|
62
62
|
},
|
|
63
63
|
cancelButton: {
|
|
64
64
|
id: 'editor.imageEditor.cancel',
|
|
65
65
|
defaultMessage: 'Cancel',
|
|
66
|
-
description: '
|
|
66
|
+
description: 'Label shown on a button in the image editor that allows the user to cancel the current editing operation and discard changes'
|
|
67
67
|
},
|
|
68
68
|
doneButton: {
|
|
69
69
|
id: 'editor.imageEditor.done',
|
|
70
70
|
defaultMessage: 'Done',
|
|
71
|
-
description: '
|
|
71
|
+
description: 'Label shown on a button in the image editor that allows the user to confirm and apply the current editing changes'
|
|
72
72
|
},
|
|
73
73
|
savingButton: {
|
|
74
74
|
id: 'editor.imageEditor.saving',
|
|
@@ -28,7 +28,7 @@ export const panelMessages = defineMessages({
|
|
|
28
28
|
emoji: {
|
|
29
29
|
id: 'fabric.editor.panel.emoji',
|
|
30
30
|
defaultMessage: 'Add emoji',
|
|
31
|
-
description: '
|
|
31
|
+
description: 'The text is shown as a button label on a panel in the editor when the user can add or change the emoji icon displayed on the panel.'
|
|
32
32
|
},
|
|
33
33
|
custom: {
|
|
34
34
|
id: 'fabric.editor.panel.custom',
|
|
@@ -38,7 +38,7 @@ export const panelMessages = defineMessages({
|
|
|
38
38
|
backgroundColor: {
|
|
39
39
|
id: 'fabric.editor.panel.backgroundColor',
|
|
40
40
|
defaultMessage: 'Background color',
|
|
41
|
-
description: '
|
|
41
|
+
description: 'The text is shown as a button or menu label in the panel toolbar. Opens a color picker to select the background color for the panel.'
|
|
42
42
|
},
|
|
43
43
|
panelsGroup: {
|
|
44
44
|
id: 'fabric.editor.panel.panelsGroup',
|
|
@@ -3,7 +3,7 @@ export const placeholderTextMessages = defineMessages({
|
|
|
3
3
|
placeholderTextPlaceholder: {
|
|
4
4
|
id: 'fabric.editor.placeholderTextPlaceholder',
|
|
5
5
|
defaultMessage: 'Add placeholder text',
|
|
6
|
-
description: ''
|
|
6
|
+
description: 'Placeholder text shown in the editor when a placeholder text node is inserted, prompting the user to add custom placeholder content.'
|
|
7
7
|
},
|
|
8
8
|
shortEmptyNodePlaceholderText: {
|
|
9
9
|
id: 'fabric.editor.shortEmptyNodePlaceholderText',
|