@atlaskit/editor-common 111.12.7 → 111.13.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.
- package/CHANGELOG.md +15 -0
- package/dist/cjs/ai-messages/ai.js +1 -1
- package/dist/cjs/analytics/types/enums.js +1 -0
- package/dist/cjs/block-menu/messages.js +1 -1
- package/dist/cjs/element-browser/messages.js +3 -3
- package/dist/cjs/extensions/extension-handlers.js +14 -7
- package/dist/cjs/extensions/messages.js +9 -9
- package/dist/cjs/extensions.js +6 -0
- 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/es2019/ai-messages/ai.js +1 -1
- package/dist/es2019/analytics/types/enums.js +1 -0
- package/dist/es2019/block-menu/messages.js +1 -1
- package/dist/es2019/element-browser/messages.js +3 -3
- package/dist/es2019/extensions/extension-handlers.js +4 -0
- package/dist/es2019/extensions/messages.js +9 -9
- package/dist/es2019/extensions.js +1 -1
- 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/esm/ai-messages/ai.js +1 -1
- package/dist/esm/analytics/types/enums.js +1 -0
- package/dist/esm/block-menu/messages.js +1 -1
- package/dist/esm/element-browser/messages.js +3 -3
- package/dist/esm/extensions/extension-handlers.js +13 -7
- package/dist/esm/extensions/messages.js +9 -9
- package/dist/esm/extensions.js +1 -1
- 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/types/analytics/types/enums.d.ts +1 -0
- package/dist/types/analytics/types/extension-events.d.ts +8 -2
- package/dist/types/analytics/types/insert-events.d.ts +1 -1
- package/dist/types/extensions/extension-handlers.d.ts +2 -1
- package/dist/types/extensions.d.ts +1 -1
- package/dist/types/messages/table.d.ts +2 -2
- package/dist/types/types/copy-button.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/enums.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/extension-events.d.ts +8 -2
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -1
- package/dist/types-ts4.5/extensions/extension-handlers.d.ts +2 -1
- package/dist/types-ts4.5/extensions.d.ts +1 -1
- package/dist/types-ts4.5/messages/table.d.ts +2 -2
- package/dist/types-ts4.5/types/copy-button.d.ts +1 -0
- package/package.json +2 -2
|
@@ -349,17 +349,17 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
|
|
|
349
349
|
alignImageRight: {
|
|
350
350
|
id: 'fabric.editor.alignImageRight',
|
|
351
351
|
defaultMessage: 'Align right',
|
|
352
|
-
description: '
|
|
352
|
+
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.'
|
|
353
353
|
},
|
|
354
354
|
alignImageCenter: {
|
|
355
355
|
id: 'fabric.editor.alignImageCenter',
|
|
356
356
|
defaultMessage: 'Align center',
|
|
357
|
-
description: '
|
|
357
|
+
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.'
|
|
358
358
|
},
|
|
359
359
|
alignImageLeft: {
|
|
360
360
|
id: 'fabric.editor.alignImageLeft',
|
|
361
361
|
defaultMessage: 'Align left',
|
|
362
|
-
description: '
|
|
362
|
+
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.'
|
|
363
363
|
},
|
|
364
364
|
delete: {
|
|
365
365
|
id: 'fabric.editor.delete',
|
|
@@ -379,7 +379,7 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
|
|
|
379
379
|
visit: {
|
|
380
380
|
id: 'fabric.editor.visit',
|
|
381
381
|
defaultMessage: 'Open link in a new window',
|
|
382
|
-
description: '
|
|
382
|
+
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.'
|
|
383
383
|
},
|
|
384
384
|
inviteToEditButtonTitle: {
|
|
385
385
|
id: 'fabric.editor.editMode.inviteToEditButton.title',
|
|
@@ -399,52 +399,52 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
|
|
|
399
399
|
taskList: {
|
|
400
400
|
id: 'fabric.editor.tooltip.taskList',
|
|
401
401
|
defaultMessage: 'an action item',
|
|
402
|
-
description: 'an action item
|
|
402
|
+
description: 'The text is shown as a tooltip label in the editor to describe an action item element when the user interacts with it.'
|
|
403
403
|
},
|
|
404
404
|
bulletList: {
|
|
405
405
|
id: 'fabric.editor.tooltip.bulletList',
|
|
406
406
|
defaultMessage: 'a list',
|
|
407
|
-
description: 'a
|
|
407
|
+
description: 'The text is shown as a tooltip label in the editor to describe a bullet list element when the user interacts with it.'
|
|
408
408
|
},
|
|
409
409
|
nestedExpand: {
|
|
410
410
|
id: 'fabric.editor.tooltip.nestedExpand',
|
|
411
411
|
defaultMessage: 'a nested expand',
|
|
412
|
-
description: 'expand
|
|
412
|
+
description: 'The text is shown as a tooltip label in the editor to describe a nested expand element when the user interacts with it.'
|
|
413
413
|
},
|
|
414
414
|
decisionList: {
|
|
415
415
|
id: 'fabric.editor.tooltip.decisionList',
|
|
416
416
|
defaultMessage: 'a decision list',
|
|
417
|
-
description: 'a list
|
|
417
|
+
description: 'The text is shown as a tooltip label in the editor to describe a decision list element when the user interacts with it.'
|
|
418
418
|
},
|
|
419
419
|
defaultBlockNode: {
|
|
420
420
|
id: 'fabric.editor.tooltip.defaultBlockNode',
|
|
421
421
|
defaultMessage: 'a block node',
|
|
422
|
-
description: 'a block node element'
|
|
422
|
+
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.'
|
|
423
423
|
},
|
|
424
424
|
panel: {
|
|
425
425
|
id: 'fabric.editor.tooltip.blockPanel',
|
|
426
426
|
defaultMessage: 'a panel',
|
|
427
|
-
description: '
|
|
427
|
+
description: 'The text is shown as a tooltip label in the editor to describe a panel element when the user interacts with it.'
|
|
428
428
|
},
|
|
429
429
|
blockquote: {
|
|
430
430
|
id: 'fabric.editor.blockquote',
|
|
431
431
|
defaultMessage: 'a quote',
|
|
432
|
-
description: 'a
|
|
432
|
+
description: 'The text is shown as a tooltip label in the editor to describe a blockquote element when the user interacts with it.'
|
|
433
433
|
},
|
|
434
434
|
timeUpdated: {
|
|
435
435
|
id: 'fabric.editor.time.updated',
|
|
436
436
|
defaultMessage: 'Updated',
|
|
437
|
-
description: '
|
|
437
|
+
description: 'The text is shown as a label in the editor to indicate when the content was last updated by a user.'
|
|
438
438
|
},
|
|
439
439
|
timeViewed: {
|
|
440
440
|
id: 'fabric.editor.time.viewed',
|
|
441
441
|
defaultMessage: 'Viewed',
|
|
442
|
-
description: '
|
|
442
|
+
description: 'The text is shown as a label in the editor to indicate when the content was last viewed by a user.'
|
|
443
443
|
},
|
|
444
444
|
timeAgo: {
|
|
445
445
|
id: 'fabric.editor.time.ago',
|
|
446
446
|
defaultMessage: 'ago',
|
|
447
|
-
description: '
|
|
447
|
+
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".'
|
|
448
448
|
},
|
|
449
449
|
copyToClipboard: {
|
|
450
450
|
id: 'fabric.editor.copyToClipboard',
|
|
@@ -459,7 +459,7 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
|
|
|
459
459
|
viewMore: {
|
|
460
460
|
id: 'fabric.editor.overflowMenuViewMore',
|
|
461
461
|
defaultMessage: 'View more',
|
|
462
|
-
description: '
|
|
462
|
+
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.'
|
|
463
463
|
},
|
|
464
464
|
imageEdit: {
|
|
465
465
|
id: 'fabric.editor.imageEdit',
|
|
@@ -469,7 +469,7 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
|
|
|
469
469
|
error: {
|
|
470
470
|
id: 'fabric.editor.error.message.label',
|
|
471
471
|
defaultMessage: 'Error',
|
|
472
|
-
description: '
|
|
472
|
+
description: 'The text is shown as a label for the error message icon in the editor when an operation fails or an error occurs.'
|
|
473
473
|
},
|
|
474
474
|
success: {
|
|
475
475
|
id: 'fabric.editor.success.message.label',
|
|
@@ -14,47 +14,47 @@ var toolbarInsertBlockMessages = exports.toolbarInsertBlockMessages = (0, _react
|
|
|
14
14
|
actionDescription: {
|
|
15
15
|
id: 'fabric.editor.action.description',
|
|
16
16
|
defaultMessage: 'Create and assign action items',
|
|
17
|
-
description: ''
|
|
17
|
+
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.'
|
|
18
18
|
},
|
|
19
19
|
closeInsertRightRail: {
|
|
20
20
|
id: 'fabric.editor.insertRightRail.close',
|
|
21
21
|
defaultMessage: 'Close',
|
|
22
|
-
description: '
|
|
22
|
+
description: 'Label for the close button on the insert right rail panel in the editor, used to dismiss the insert elements panel.'
|
|
23
23
|
},
|
|
24
24
|
link: {
|
|
25
25
|
id: 'fabric.editor.link',
|
|
26
26
|
defaultMessage: 'Link',
|
|
27
|
-
description: '
|
|
27
|
+
description: 'Shown as a menu item label in the editor insert menu, used to insert a hyperlink into the document.'
|
|
28
28
|
},
|
|
29
29
|
linkDescription: {
|
|
30
30
|
id: 'fabric.editor.link.description',
|
|
31
31
|
defaultMessage: 'Insert a link',
|
|
32
|
-
description: '
|
|
32
|
+
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.'
|
|
33
33
|
},
|
|
34
34
|
mediaFiles: {
|
|
35
35
|
id: 'fabric.editor.mediaFiles',
|
|
36
36
|
defaultMessage: 'Image, video, or file',
|
|
37
|
-
description: '
|
|
37
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert one or more files, videos, or images into the document.'
|
|
38
38
|
},
|
|
39
39
|
addMediaFiles: {
|
|
40
40
|
id: 'fabric.editor.addMediaFiles',
|
|
41
41
|
defaultMessage: 'Add image, video, or file',
|
|
42
|
-
description: '
|
|
42
|
+
description: 'Menu option shown in the quick insert menu. Allows users to add images, videos, or files to the document.'
|
|
43
43
|
},
|
|
44
44
|
insertRightRailTitle: {
|
|
45
45
|
id: 'fabric.editor.insertRightRail.title',
|
|
46
46
|
defaultMessage: 'Insert',
|
|
47
|
-
description: '
|
|
47
|
+
description: 'Heading or title shown in the insert right rail panel. Indicates the purpose of the panel for inserting elements.'
|
|
48
48
|
},
|
|
49
49
|
mediaFilesDescription: {
|
|
50
50
|
id: 'fabric.editor.mediaFiles.description',
|
|
51
51
|
defaultMessage: 'Add images and other files to your page',
|
|
52
|
-
description: '
|
|
52
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can add images and other files to their page.'
|
|
53
53
|
},
|
|
54
54
|
image: {
|
|
55
55
|
id: 'fabric.editor.image',
|
|
56
56
|
defaultMessage: 'Image',
|
|
57
|
-
description: '
|
|
57
|
+
description: 'Shown as a menu item label in the editor insert menu, used to insert an image into the document.'
|
|
58
58
|
},
|
|
59
59
|
mention: {
|
|
60
60
|
id: 'fabric.editor.mention',
|
|
@@ -74,17 +74,17 @@ var toolbarInsertBlockMessages = exports.toolbarInsertBlockMessages = (0, _react
|
|
|
74
74
|
emojiDescription: {
|
|
75
75
|
id: 'fabric.editor.emoji.description',
|
|
76
76
|
defaultMessage: 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
77
|
-
description: '
|
|
77
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can insert emojis to enhance their content.'
|
|
78
78
|
},
|
|
79
79
|
table: {
|
|
80
80
|
id: 'fabric.editor.table',
|
|
81
81
|
defaultMessage: 'Table',
|
|
82
|
-
description: '
|
|
82
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a table into the document.'
|
|
83
83
|
},
|
|
84
84
|
tableDescription: {
|
|
85
85
|
id: 'fabric.editor.table.description',
|
|
86
86
|
defaultMessage: 'Insert a table',
|
|
87
|
-
description: '
|
|
87
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can insert a table to organize data.'
|
|
88
88
|
},
|
|
89
89
|
tableSelector: {
|
|
90
90
|
id: 'fabric.editor.tableSelector',
|
|
@@ -99,156 +99,156 @@ var toolbarInsertBlockMessages = exports.toolbarInsertBlockMessages = (0, _react
|
|
|
99
99
|
tableSizeSelectorButton: {
|
|
100
100
|
id: 'fabric.editor.tableSizeSelectorButton',
|
|
101
101
|
defaultMessage: '{numberOfColumns} by {numberOfRows}',
|
|
102
|
-
description: '
|
|
102
|
+
description: 'Button label showing table dimensions. The placeholders {numberOfColumns} and {numberOfRows} will be substituted with the selected number of columns and rows.'
|
|
103
103
|
},
|
|
104
104
|
tableSizeSelectorPopup: {
|
|
105
105
|
id: 'fabric.editor.tableSizeSelectorPopup',
|
|
106
106
|
defaultMessage: 'Table size selector',
|
|
107
|
-
description: '
|
|
107
|
+
description: 'Popup menu shown when selecting table size. Allows users to choose custom dimensions for creating a table.'
|
|
108
108
|
},
|
|
109
109
|
expand: {
|
|
110
110
|
id: 'fabric.editor.expand',
|
|
111
111
|
defaultMessage: 'Expand',
|
|
112
|
-
description: '
|
|
112
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert an expandable/collapsible section into the document.'
|
|
113
113
|
},
|
|
114
114
|
expandDescription: {
|
|
115
115
|
id: 'fabric.editor.expand.description',
|
|
116
116
|
defaultMessage: 'Insert an expand',
|
|
117
|
-
description: '
|
|
117
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can insert expandable content sections.'
|
|
118
118
|
},
|
|
119
119
|
decision: {
|
|
120
120
|
id: 'fabric.editor.decision',
|
|
121
121
|
defaultMessage: 'Decision',
|
|
122
|
-
description: '
|
|
122
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a decision element to track and document decisions.'
|
|
123
123
|
},
|
|
124
124
|
decisionDescription: {
|
|
125
125
|
id: 'fabric.editor.decision.description',
|
|
126
|
-
defaultMessage:
|
|
127
|
-
description: '
|
|
126
|
+
defaultMessage: "Capture decisions so they're easy to track",
|
|
127
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can insert decision elements for tracking.'
|
|
128
128
|
},
|
|
129
129
|
feedbackDialog: {
|
|
130
130
|
id: 'fabric.editor.feedbackDialog',
|
|
131
131
|
defaultMessage: 'Give feedback',
|
|
132
|
-
description: '
|
|
132
|
+
description: 'Menu option shown in the quick insert menu. Opens a dialog where users can provide feedback about the editor.'
|
|
133
133
|
},
|
|
134
134
|
feedbackDialogDescription: {
|
|
135
135
|
id: 'fabric.editor.feedbackDialog.description',
|
|
136
136
|
defaultMessage: 'Tell us about your experience using the cloud editor',
|
|
137
|
-
description: '
|
|
137
|
+
description: 'Menu description shown in the quick insert menu. Invites users to share their feedback about the editor experience.'
|
|
138
138
|
},
|
|
139
139
|
horizontalRule: {
|
|
140
140
|
id: 'fabric.editor.horizontalRule',
|
|
141
141
|
defaultMessage: 'Divider',
|
|
142
|
-
description: '
|
|
142
|
+
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.'
|
|
143
143
|
},
|
|
144
144
|
horizontalRuleDescription: {
|
|
145
145
|
id: 'fabric.editor.horizontalRule.description',
|
|
146
146
|
defaultMessage: 'Separate content with a horizontal line',
|
|
147
|
-
description: '
|
|
147
|
+
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.'
|
|
148
148
|
},
|
|
149
149
|
date: {
|
|
150
150
|
id: 'fabric.editor.date',
|
|
151
151
|
defaultMessage: 'Date',
|
|
152
|
-
description: '
|
|
152
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a date into the document using a date picker.'
|
|
153
153
|
},
|
|
154
154
|
dateDescription: {
|
|
155
155
|
id: 'fabric.editor.date.description',
|
|
156
156
|
defaultMessage: 'Add a date using a calendar',
|
|
157
|
-
description: '
|
|
157
|
+
description: 'Menu description shown in the quick insert menu. Explains how to add a date into the document using a calendar picker.'
|
|
158
158
|
},
|
|
159
159
|
placeholderText: {
|
|
160
160
|
id: 'fabric.editor.placeholderText',
|
|
161
161
|
defaultMessage: 'Placeholder text',
|
|
162
|
-
description: '
|
|
162
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a text placeholder into the document.'
|
|
163
163
|
},
|
|
164
164
|
placeholderTextDescription: {
|
|
165
165
|
id: 'fabric.editor.placeholderText.description',
|
|
166
166
|
defaultMessage: 'Insert a text placeholder into the page',
|
|
167
|
-
description: '
|
|
167
|
+
description: 'Menu description shown in the quick insert menu. Explains how to insert a text placeholder for later content.'
|
|
168
168
|
},
|
|
169
169
|
columns: {
|
|
170
170
|
id: 'fabric.editor.columns',
|
|
171
171
|
defaultMessage: 'Layouts',
|
|
172
|
-
description: '
|
|
172
|
+
description: 'Menu option shown in the quick insert menu. Allows users to create multi-column layouts and sections.'
|
|
173
173
|
},
|
|
174
174
|
columnsDescription: {
|
|
175
175
|
id: 'fabric.editor.columns.description',
|
|
176
176
|
defaultMessage: 'Structure your page using sections',
|
|
177
|
-
description: '
|
|
177
|
+
description: 'Menu description shown in the quick insert menu. Explains how to use layouts to structure content.'
|
|
178
178
|
},
|
|
179
179
|
columnsDescriptionAdvancedLayout: {
|
|
180
180
|
id: 'fabric.editor.columns.advanced.layout.description',
|
|
181
181
|
defaultMessage: 'Insert {numberOfColumns} equal {numberOfColumns, plural, one {column} other {columns}}',
|
|
182
|
-
description: '
|
|
182
|
+
description: 'Menu option for advanced layouts. The placeholder {numberOfColumns} will be substituted with the number of equal columns being inserted.'
|
|
183
183
|
},
|
|
184
184
|
singleColumnsDescriptionAdvancedLayout: {
|
|
185
185
|
id: 'fabric.editor.columns.advanced.layout.single.description',
|
|
186
186
|
defaultMessage: 'Insert a single column layout',
|
|
187
|
-
description: '
|
|
187
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a single column layout section.'
|
|
188
188
|
},
|
|
189
189
|
status: {
|
|
190
190
|
id: 'fabric.editor.status',
|
|
191
191
|
defaultMessage: 'Status',
|
|
192
|
-
description: '
|
|
192
|
+
description: 'Menu option shown in the quick insert menu. Allows users to insert a status indicator for tasks or activities.'
|
|
193
193
|
},
|
|
194
194
|
statusDescription: {
|
|
195
195
|
id: 'fabric.editor.status.description',
|
|
196
196
|
defaultMessage: 'Add a custom status label',
|
|
197
|
-
description: '
|
|
197
|
+
description: 'Menu description shown in the quick insert menu. Explains that users can add custom status labels.'
|
|
198
198
|
},
|
|
199
199
|
viewMore: {
|
|
200
200
|
id: 'fabric.editor.viewMore',
|
|
201
201
|
defaultMessage: 'View more',
|
|
202
|
-
description: '
|
|
202
|
+
description: 'Button label shown in the quick insert menu. Allows users to see additional elements beyond the primary display.'
|
|
203
203
|
},
|
|
204
204
|
viewMoreAriaLabel: {
|
|
205
205
|
id: 'fabric.editor.viewMoreAriaLabel',
|
|
206
206
|
defaultMessage: 'View all elements',
|
|
207
|
-
description: '
|
|
207
|
+
description: 'ARIA label for accessibility. Provides a more descriptive label to screen readers indicating users can view all insertable elements.'
|
|
208
208
|
},
|
|
209
209
|
insertMenu: {
|
|
210
210
|
id: 'fabric.editor.insertMenu',
|
|
211
211
|
defaultMessage: 'Insert elements',
|
|
212
|
-
description: 'Opens a menu of additional items that can be inserted
|
|
212
|
+
description: 'Menu option or button label shown in the editor toolbar. Opens a menu of additional items that can be inserted.'
|
|
213
213
|
},
|
|
214
214
|
help: {
|
|
215
215
|
id: 'fabric.editor.help',
|
|
216
216
|
defaultMessage: 'Help',
|
|
217
|
-
description: '
|
|
217
|
+
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.'
|
|
218
218
|
},
|
|
219
219
|
helpDescription: {
|
|
220
220
|
id: 'fabric.editor.help.description',
|
|
221
221
|
defaultMessage: 'Browse all the keyboard shortcuts and markdown options',
|
|
222
|
-
description: '
|
|
222
|
+
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.'
|
|
223
223
|
},
|
|
224
224
|
recordVideo: {
|
|
225
225
|
id: 'fabric.editor.recordVideo',
|
|
226
226
|
defaultMessage: 'Record a Loom video',
|
|
227
|
-
description: '
|
|
227
|
+
description: 'Shown as a menu item label in the editor insert menu, used to trigger recording a Loom video to embed in the document.'
|
|
228
228
|
},
|
|
229
229
|
addLoomVideo: {
|
|
230
230
|
id: 'fabric.editor.addLoomVideo',
|
|
231
231
|
defaultMessage: 'Record a Loom video',
|
|
232
|
-
description: '
|
|
232
|
+
description: 'Shown as a button label in the editor toolbar, used to trigger recording a Loom video to add to the document.'
|
|
233
233
|
},
|
|
234
234
|
addLoomVideoComment: {
|
|
235
235
|
id: 'fabric.editor.addLoomVideoComment',
|
|
236
236
|
defaultMessage: 'Record a Loom video comment',
|
|
237
|
-
description: '
|
|
237
|
+
description: 'Shown as a button label in the editor comment toolbar, used to trigger recording a Loom video comment to attach to the document.'
|
|
238
238
|
},
|
|
239
239
|
recordVideoDescription: {
|
|
240
240
|
id: 'fabric.editor.recordVideo.description',
|
|
241
241
|
defaultMessage: 'Record and share your screen and thoughts',
|
|
242
|
-
description: '
|
|
242
|
+
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.'
|
|
243
243
|
},
|
|
244
244
|
recordLoomShortTitle: {
|
|
245
245
|
id: 'fabric.editor.recordLoomShortTitle',
|
|
246
246
|
defaultMessage: 'Record',
|
|
247
|
-
description: '
|
|
247
|
+
description: 'Shown as a short button label in the editor toolbar for recording a Loom video when space is limited.'
|
|
248
248
|
},
|
|
249
249
|
turnInto: {
|
|
250
250
|
id: 'fabric.editor.turnInto',
|
|
251
251
|
defaultMessage: 'Turn into',
|
|
252
|
-
description: '
|
|
252
|
+
description: 'Menu option shown when right-clicking or selecting text. Allows users to convert selected text into different element types.'
|
|
253
253
|
}
|
|
254
254
|
});
|
|
@@ -9,7 +9,7 @@ var toolbarMessages = exports.toolbarMessages = (0, _reactIntlNext.defineMessage
|
|
|
9
9
|
singleColumn: {
|
|
10
10
|
id: 'fabric.editor.single',
|
|
11
11
|
defaultMessage: 'Single column layout',
|
|
12
|
-
description: '
|
|
12
|
+
description: 'The text is shown as a label on a toolbar button when the user selects a single column layout option in the editor.'
|
|
13
13
|
},
|
|
14
14
|
twoColumns: {
|
|
15
15
|
id: 'fabric.editor.twoColumns',
|
|
@@ -89,11 +89,11 @@ var toolbarMessages = exports.toolbarMessages = (0, _reactIntlNext.defineMessage
|
|
|
89
89
|
columnOption: {
|
|
90
90
|
id: 'fabric.editor.layout.columnOption',
|
|
91
91
|
defaultMessage: '{count, plural, one {{count} Column} other {{count} Columns}}',
|
|
92
|
-
description: 'column option
|
|
92
|
+
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".'
|
|
93
93
|
},
|
|
94
94
|
resizeLayout: {
|
|
95
95
|
id: 'fabric.editor.layout.resizeLayout',
|
|
96
96
|
defaultMessage: 'Resize layout',
|
|
97
|
-
description: 'resize layout'
|
|
97
|
+
description: 'The text is shown as a label on a button or handle when the user can resize the layout columns in the editor.'
|
|
98
98
|
}
|
|
99
99
|
});
|
|
@@ -9,12 +9,12 @@ var linkToolbarMessages = exports.linkToolbarMessages = (0, _reactIntlNext.defin
|
|
|
9
9
|
addLink: {
|
|
10
10
|
id: 'fabric.editor.mediaAddLink',
|
|
11
11
|
defaultMessage: 'Add link',
|
|
12
|
-
description: '
|
|
12
|
+
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.'
|
|
13
13
|
},
|
|
14
14
|
unableToOpenLink: {
|
|
15
15
|
id: 'fabric.editor.unableToOpenLink',
|
|
16
16
|
defaultMessage: 'Unable to open this link',
|
|
17
|
-
description: '
|
|
17
|
+
description: 'The text is shown as an error message in the editor link toolbar when the application cannot open the selected hyperlink.'
|
|
18
18
|
},
|
|
19
19
|
unlink: {
|
|
20
20
|
id: 'fabric.editor.unlink',
|
|
@@ -39,7 +39,7 @@ var linkToolbarMessages = exports.linkToolbarMessages = (0, _reactIntlNext.defin
|
|
|
39
39
|
placeholder: {
|
|
40
40
|
id: 'fabric.editor.hyperlinkToolbarPlaceholder',
|
|
41
41
|
defaultMessage: 'Paste or search for link',
|
|
42
|
-
description: '
|
|
42
|
+
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.'
|
|
43
43
|
},
|
|
44
44
|
linkPlaceholder: {
|
|
45
45
|
id: 'fabric.editor.linkPlaceholder',
|
|
@@ -49,27 +49,27 @@ var linkToolbarMessages = exports.linkToolbarMessages = (0, _reactIntlNext.defin
|
|
|
49
49
|
linkAddress: {
|
|
50
50
|
id: 'fabric.editor.linkAddress',
|
|
51
51
|
defaultMessage: 'Link address',
|
|
52
|
-
description: '
|
|
52
|
+
description: 'Label for the link address input field. Prompts users to enter or paste the URL address for the hyperlink.'
|
|
53
53
|
},
|
|
54
54
|
invalidLink: {
|
|
55
55
|
id: 'fabric.editor.invalidLink',
|
|
56
56
|
defaultMessage: 'Please enter a valid link.',
|
|
57
|
-
description: '
|
|
57
|
+
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.'
|
|
58
58
|
},
|
|
59
59
|
emptyLink: {
|
|
60
60
|
id: 'fabric.editor.emptyLink',
|
|
61
61
|
defaultMessage: 'Please enter a link.',
|
|
62
|
-
description: '
|
|
62
|
+
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.'
|
|
63
63
|
},
|
|
64
64
|
settingsLink: {
|
|
65
65
|
id: 'fabric.editor.settingsLinks',
|
|
66
66
|
defaultMessage: 'Go to Link Preferences',
|
|
67
|
-
description: '
|
|
67
|
+
description: 'The text is shown as a link in the editor link toolbar that navigates the user to the link preferences settings page.'
|
|
68
68
|
},
|
|
69
69
|
preferencesLink: {
|
|
70
70
|
id: 'fabric.editor.preferencesLink',
|
|
71
71
|
defaultMessage: 'Link preferences',
|
|
72
|
-
description: '
|
|
72
|
+
description: 'The text is shown as a link label in the editor toolbar that opens the link preferences settings for the user.'
|
|
73
73
|
},
|
|
74
74
|
editDatasource: {
|
|
75
75
|
id: 'fabric.editor.edit.datasource',
|
|
@@ -9,7 +9,7 @@ var linkMessages = exports.linkMessages = (0, _reactIntlNext.defineMessages)({
|
|
|
9
9
|
openLink: {
|
|
10
10
|
id: 'fabric.editor.openLink',
|
|
11
11
|
defaultMessage: 'Open link in a new tab',
|
|
12
|
-
description: '
|
|
12
|
+
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.'
|
|
13
13
|
},
|
|
14
14
|
openPreviewPanel: {
|
|
15
15
|
id: 'fabric.editor.openPreviewPanel',
|
|
@@ -16,7 +16,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
16
16
|
unorderedListDescription: {
|
|
17
17
|
id: 'fabric.editor.unorderedList.description',
|
|
18
18
|
defaultMessage: 'Create an unordered list',
|
|
19
|
-
description: ''
|
|
19
|
+
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.'
|
|
20
20
|
},
|
|
21
21
|
bulletedList: {
|
|
22
22
|
id: 'fabric.editor.bulletedList',
|
|
@@ -31,7 +31,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
31
31
|
orderedListDescription: {
|
|
32
32
|
id: 'fabric.editor.orderedList.description',
|
|
33
33
|
defaultMessage: 'Create an ordered list',
|
|
34
|
-
description: ''
|
|
34
|
+
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.'
|
|
35
35
|
},
|
|
36
36
|
lists: {
|
|
37
37
|
id: 'fabric.editor.lists',
|
|
@@ -44,37 +44,37 @@ var mediaEditingMessages = exports.mediaEditingMessages = (0, _reactIntlNext.def
|
|
|
44
44
|
squareButton: {
|
|
45
45
|
id: 'editor.imageEditor.aspectRatio.squareButton',
|
|
46
46
|
defaultMessage: 'Square 1:1',
|
|
47
|
-
description: '
|
|
47
|
+
description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a square 1:1 crop ratio'
|
|
48
48
|
},
|
|
49
49
|
circleButton: {
|
|
50
50
|
id: 'editor.imageEditor.aspectRatio.circleButton',
|
|
51
51
|
defaultMessage: 'Circle 1:1',
|
|
52
|
-
description: '
|
|
52
|
+
description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a circle 1:1 crop ratio'
|
|
53
53
|
},
|
|
54
54
|
landscapeButton: {
|
|
55
55
|
id: 'editor.imageEditor.aspectRatio.landscapeButton',
|
|
56
56
|
defaultMessage: 'Landscape 4:3',
|
|
57
|
-
description: '
|
|
57
|
+
description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a landscape 4:3 crop ratio'
|
|
58
58
|
},
|
|
59
59
|
portraitButton: {
|
|
60
60
|
id: 'editor.imageEditor.aspectRatio.portraitButton',
|
|
61
61
|
defaultMessage: 'Portrait 3:4',
|
|
62
|
-
description: '
|
|
62
|
+
description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a portrait 3:4 crop ratio'
|
|
63
63
|
},
|
|
64
64
|
wideButton: {
|
|
65
65
|
id: 'editor.imageEditor.aspectRatio.wideButton',
|
|
66
66
|
defaultMessage: 'Wide 16:9',
|
|
67
|
-
description: '
|
|
67
|
+
description: 'Label shown on a button in the image editor aspect ratio selector when the user selects a wide 16:9 crop ratio'
|
|
68
68
|
},
|
|
69
69
|
cancelButton: {
|
|
70
70
|
id: 'editor.imageEditor.cancel',
|
|
71
71
|
defaultMessage: 'Cancel',
|
|
72
|
-
description: '
|
|
72
|
+
description: 'Label shown on a button in the image editor that allows the user to cancel the current editing operation and discard changes'
|
|
73
73
|
},
|
|
74
74
|
doneButton: {
|
|
75
75
|
id: 'editor.imageEditor.done',
|
|
76
76
|
defaultMessage: 'Done',
|
|
77
|
-
description: '
|
|
77
|
+
description: 'Label shown on a button in the image editor that allows the user to confirm and apply the current editing changes'
|
|
78
78
|
},
|
|
79
79
|
savingButton: {
|
|
80
80
|
id: 'editor.imageEditor.saving',
|
|
@@ -34,7 +34,7 @@ var panelMessages = exports.panelMessages = (0, _reactIntlNext.defineMessages)({
|
|
|
34
34
|
emoji: {
|
|
35
35
|
id: 'fabric.editor.panel.emoji',
|
|
36
36
|
defaultMessage: 'Add emoji',
|
|
37
|
-
description: '
|
|
37
|
+
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.'
|
|
38
38
|
},
|
|
39
39
|
custom: {
|
|
40
40
|
id: 'fabric.editor.panel.custom',
|
|
@@ -44,7 +44,7 @@ var panelMessages = exports.panelMessages = (0, _reactIntlNext.defineMessages)({
|
|
|
44
44
|
backgroundColor: {
|
|
45
45
|
id: 'fabric.editor.panel.backgroundColor',
|
|
46
46
|
defaultMessage: 'Background color',
|
|
47
|
-
description: '
|
|
47
|
+
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.'
|
|
48
48
|
},
|
|
49
49
|
panelsGroup: {
|
|
50
50
|
id: 'fabric.editor.panel.panelsGroup',
|
|
@@ -9,7 +9,7 @@ var placeholderTextMessages = exports.placeholderTextMessages = (0, _reactIntlNe
|
|
|
9
9
|
placeholderTextPlaceholder: {
|
|
10
10
|
id: 'fabric.editor.placeholderTextPlaceholder',
|
|
11
11
|
defaultMessage: 'Add placeholder text',
|
|
12
|
-
description: ''
|
|
12
|
+
description: 'Placeholder text shown in the editor when a placeholder text node is inserted, prompting the user to add custom placeholder content.'
|
|
13
13
|
},
|
|
14
14
|
shortEmptyNodePlaceholderText: {
|
|
15
15
|
id: 'fabric.editor.shortEmptyNodePlaceholderText',
|
|
@@ -14,6 +14,6 @@ var selectionExtensionMessages = exports.selectionExtensionMessages = (0, _react
|
|
|
14
14
|
externalExtensionsHeading: {
|
|
15
15
|
id: 'fabric.editor.externalExtensionsHeading',
|
|
16
16
|
defaultMessage: 'Apps',
|
|
17
|
-
description: '
|
|
17
|
+
description: 'Heading text shown in the selection toolbar overflow dropdown to label the section containing external app extensions.'
|
|
18
18
|
}
|
|
19
19
|
});
|