@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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 111.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5decb780f02e0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5decb780f02e0) -
|
|
8
|
+
ED-29766: Add analytics instrumentation to task list toolbar button
|
|
9
|
+
|
|
10
|
+
## 111.13.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`71321772bd9a7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71321772bd9a7) -
|
|
15
|
+
[ux] EDITOR-4932 - Copy extension text content when clicking copy button for unsupported content
|
|
16
|
+
extension.
|
|
17
|
+
|
|
3
18
|
## 111.12.7
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -189,7 +189,7 @@ var aiMessages = exports.aiMessages = (0, _reactIntlNext.defineMessages)({
|
|
|
189
189
|
summarizePageTitle: {
|
|
190
190
|
id: 'fabric.editor.ai.ai-panels.summarizePageTitle',
|
|
191
191
|
defaultMessage: "Page summary panel (Beta)",
|
|
192
|
-
description: '
|
|
192
|
+
description: 'The text is shown as a title for the AI-powered page summary panel in the editor when the user accesses the summarize page feature.'
|
|
193
193
|
},
|
|
194
194
|
summarisePageDescription: {
|
|
195
195
|
id: 'fabric.editor.ai.ai-panels.summarizePageDescription',
|
|
@@ -38,6 +38,7 @@ var ACTION = exports.ACTION = /*#__PURE__*/function (ACTION) {
|
|
|
38
38
|
ACTION["CONNECTED_NODES"] = "connectedNodes";
|
|
39
39
|
ACTION["CONVERTED"] = "converted";
|
|
40
40
|
ACTION["COPIED"] = "copied";
|
|
41
|
+
ACTION["COPY_FAILED"] = "copyFailed";
|
|
41
42
|
ACTION["CUT"] = "cut";
|
|
42
43
|
ACTION["DEACTIVATED"] = "deactivated";
|
|
43
44
|
ACTION["DECREMENTED"] = "decremented";
|
|
@@ -20,7 +20,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
20
20
|
deleteBlock: {
|
|
21
21
|
id: 'fabric.editor.block.menu.delete.block',
|
|
22
22
|
defaultMessage: 'Delete',
|
|
23
|
-
description: '
|
|
23
|
+
description: 'The text is shown as a menu item in the block menu when the user wants to delete the currently selected block from the document.'
|
|
24
24
|
},
|
|
25
25
|
turnInto: {
|
|
26
26
|
id: 'fabric.editor.block.menu.turn.into',
|
|
@@ -9,17 +9,17 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
|
|
|
9
9
|
elementAfterInputMessage: {
|
|
10
10
|
id: 'fabric.editor.elementbrowser.searchbar.elementAfterInput',
|
|
11
11
|
defaultMessage: 'Enter',
|
|
12
|
-
description: '
|
|
12
|
+
description: 'The text is shown as a label after the search input in the element browser. It indicates to the user that pressing Enter will insert the selected element.'
|
|
13
13
|
},
|
|
14
14
|
placeHolderMessage: {
|
|
15
15
|
id: 'fabric.editor.elementbrowser.searchbar.placeholder',
|
|
16
16
|
defaultMessage: 'Search',
|
|
17
|
-
description: '
|
|
17
|
+
description: 'The text is shown as placeholder text inside the search input field in the element browser. It prompts the user to type a query to filter available elements.'
|
|
18
18
|
},
|
|
19
19
|
searchAriaLabel: {
|
|
20
20
|
id: 'fabric.editor.elementbrowser.searchbar.ariaLabel',
|
|
21
21
|
defaultMessage: 'Search',
|
|
22
|
-
description: '
|
|
22
|
+
description: 'The text is used as an aria-label for the search input field in the element browser. It provides an accessible name for screen readers to identify the search field.'
|
|
23
23
|
},
|
|
24
24
|
assistiveTextDefault: {
|
|
25
25
|
id: 'fabric.editor.elementbrowser.searchbar.assistive.text.default',
|
|
@@ -4,13 +4,14 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
+
exports.getExtensionManifest = getExtensionManifest;
|
|
7
8
|
exports.getExtensionModuleNode = getExtensionModuleNode;
|
|
8
9
|
exports.getExtensionModuleNodeMaybePreloaded = getExtensionModuleNodeMaybePreloaded;
|
|
9
10
|
exports.getExtensionModuleNodePrivateProps = getExtensionModuleNodePrivateProps;
|
|
10
11
|
exports.getNodeRenderer = getNodeRenderer;
|
|
11
12
|
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
|
|
12
|
-
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
13
13
|
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
14
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
14
15
|
var _react = _interopRequireDefault(require("react"));
|
|
15
16
|
var _reactIntlNext = require("react-intl-next");
|
|
16
17
|
var _reactLoadable = _interopRequireDefault(require("react-loadable"));
|
|
@@ -32,16 +33,22 @@ manifest, extKey, nodeKey, extensionType, extensionKey) {
|
|
|
32
33
|
}
|
|
33
34
|
return node;
|
|
34
35
|
}
|
|
36
|
+
function getExtensionManifest(extensionProvider, extensionType, extensionKey) {
|
|
37
|
+
var _getExtensionKeyAndNo = (0, _manifestHelpers.getExtensionKeyAndNodeKey)(extensionKey, extensionType),
|
|
38
|
+
_getExtensionKeyAndNo2 = (0, _slicedToArray2.default)(_getExtensionKeyAndNo, 1),
|
|
39
|
+
extKey = _getExtensionKeyAndNo2[0];
|
|
40
|
+
return extensionProvider.getExtension(extensionType, extKey);
|
|
41
|
+
}
|
|
35
42
|
function getExtensionModuleNode(_x, _x2, _x3) {
|
|
36
43
|
return _getExtensionModuleNode.apply(this, arguments);
|
|
37
44
|
}
|
|
38
45
|
function _getExtensionModuleNode() {
|
|
39
46
|
_getExtensionModuleNode = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(extensionProvider, extensionType, extensionKey) {
|
|
40
|
-
var
|
|
47
|
+
var _getExtensionKeyAndNo5, _getExtensionKeyAndNo6, extKey, nodeKey, manifest;
|
|
41
48
|
return _regenerator.default.wrap(function _callee$(_context) {
|
|
42
49
|
while (1) switch (_context.prev = _context.next) {
|
|
43
50
|
case 0:
|
|
44
|
-
|
|
51
|
+
_getExtensionKeyAndNo5 = (0, _manifestHelpers.getExtensionKeyAndNodeKey)(extensionKey, extensionType), _getExtensionKeyAndNo6 = (0, _slicedToArray2.default)(_getExtensionKeyAndNo5, 2), extKey = _getExtensionKeyAndNo6[0], nodeKey = _getExtensionKeyAndNo6[1];
|
|
45
52
|
_context.next = 3;
|
|
46
53
|
return extensionProvider.getExtension(extensionType, extKey);
|
|
47
54
|
case 3:
|
|
@@ -59,10 +66,10 @@ function getExtensionModuleNodeMaybePreloaded(extensionProvider, extensionType,
|
|
|
59
66
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
60
67
|
) {
|
|
61
68
|
var _extensionProvider$ge;
|
|
62
|
-
var
|
|
63
|
-
|
|
64
|
-
extKey =
|
|
65
|
-
nodeKey =
|
|
69
|
+
var _getExtensionKeyAndNo3 = (0, _manifestHelpers.getExtensionKeyAndNodeKey)(extensionKey, extensionType),
|
|
70
|
+
_getExtensionKeyAndNo4 = (0, _slicedToArray2.default)(_getExtensionKeyAndNo3, 2),
|
|
71
|
+
extKey = _getExtensionKeyAndNo4[0],
|
|
72
|
+
nodeKey = _getExtensionKeyAndNo4[1];
|
|
66
73
|
var manifest = extensionProvider === null || extensionProvider === void 0 || (_extensionProvider$ge = extensionProvider.getPreloadedExtension) === null || _extensionProvider$ge === void 0 ? void 0 : _extensionProvider$ge.call(extensionProvider, extensionType, extKey);
|
|
67
74
|
if (manifest) {
|
|
68
75
|
return getNodeFromManifest(manifest, extKey, nodeKey, extensionType, extensionKey);
|
|
@@ -9,7 +9,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
9
9
|
edit: {
|
|
10
10
|
id: 'fabric.editor.edit',
|
|
11
11
|
defaultMessage: 'Edit',
|
|
12
|
-
description: '
|
|
12
|
+
description: 'The text is shown as a button label in the extension context menu. Triggers opening the properties editor for the selected extension to modify its configuration.'
|
|
13
13
|
},
|
|
14
14
|
deleteElementTitle: {
|
|
15
15
|
id: 'fabric.editor.extension.deleteElementTitle',
|
|
@@ -34,22 +34,22 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
34
34
|
confirmModalCheckboxLabel: {
|
|
35
35
|
id: 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel',
|
|
36
36
|
defaultMessage: 'Also delete connected elements',
|
|
37
|
-
description: 'checkbox
|
|
37
|
+
description: 'Label for a checkbox in a confirm modal that allows the user to also delete connected elements when deleting an extension.'
|
|
38
38
|
},
|
|
39
39
|
saveIndicator: {
|
|
40
40
|
id: 'fabric.editor.extensions.config-panel.save-indicator',
|
|
41
41
|
defaultMessage: 'All changes are always autosaved',
|
|
42
|
-
description: '
|
|
42
|
+
description: 'Informational message displayed in the extension configuration panel to reassure users that their changes are being saved automatically without requiring manual save action.'
|
|
43
43
|
},
|
|
44
44
|
panelLoadingError: {
|
|
45
45
|
id: 'fabric.editor.extensions.config-panel.loading-error.non-final',
|
|
46
46
|
defaultMessage: 'We ran into a bit of trouble. Refresh to try again.',
|
|
47
|
-
description: 'Error message when loading the
|
|
47
|
+
description: 'Error message displayed when the extension configuration panel fails to load. Instructs users to refresh the page to attempt loading the panel again.'
|
|
48
48
|
},
|
|
49
49
|
extensionLoadingError: {
|
|
50
50
|
id: 'fabric.editor.extension.loading-error',
|
|
51
51
|
defaultMessage: 'Error loading the extension!',
|
|
52
|
-
description: 'Error message when
|
|
52
|
+
description: 'Error message displayed when an extension fails to load in the editor. Indicates a problem occurred during the extension initialization or rendering process.'
|
|
53
53
|
}
|
|
54
54
|
});
|
|
55
55
|
var configPanelMessages = exports.configPanelMessages = (0, _reactIntlNext.defineMessages)({
|
|
@@ -61,17 +61,17 @@ var configPanelMessages = exports.configPanelMessages = (0, _reactIntlNext.defin
|
|
|
61
61
|
submit: {
|
|
62
62
|
id: 'fabric.editor.configPanel.submit',
|
|
63
63
|
defaultMessage: 'Submit',
|
|
64
|
-
description: '
|
|
64
|
+
description: 'Label for a button in the extension configuration panel that the user clicks to submit and apply configuration changes.'
|
|
65
65
|
},
|
|
66
66
|
cancel: {
|
|
67
67
|
id: 'fabric.editor.configPanel.cancel',
|
|
68
68
|
defaultMessage: 'Cancel',
|
|
69
|
-
description: '
|
|
69
|
+
description: 'Label for a button in the extension configuration panel that the user clicks to cancel and discard configuration changes.'
|
|
70
70
|
},
|
|
71
71
|
close: {
|
|
72
72
|
id: 'fabric.editor.configPanel.close',
|
|
73
73
|
defaultMessage: 'Close',
|
|
74
|
-
description: '
|
|
74
|
+
description: 'Label for a button in the extension configuration panel that the user clicks to close the panel.'
|
|
75
75
|
},
|
|
76
76
|
required: {
|
|
77
77
|
id: 'fabric.editor.configPanel.required',
|
|
@@ -86,7 +86,7 @@ var configPanelMessages = exports.configPanelMessages = (0, _reactIntlNext.defin
|
|
|
86
86
|
isMultipleAndRadio: {
|
|
87
87
|
id: 'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio',
|
|
88
88
|
defaultMessage: 'Can not combine isMultiple with style: radio',
|
|
89
|
-
description: '
|
|
89
|
+
description: 'Error message displayed in the extension configuration panel when isMultiple and radio style options are incorrectly combined.'
|
|
90
90
|
},
|
|
91
91
|
addField: {
|
|
92
92
|
id: 'fabric.editor.configPanel.formType.addField',
|
package/dist/cjs/extensions.js
CHANGED
|
@@ -58,6 +58,12 @@ Object.defineProperty(exports, "getExtensionKeyAndNodeKey", {
|
|
|
58
58
|
return _manifestHelpers.getExtensionKeyAndNodeKey;
|
|
59
59
|
}
|
|
60
60
|
});
|
|
61
|
+
Object.defineProperty(exports, "getExtensionManifest", {
|
|
62
|
+
enumerable: true,
|
|
63
|
+
get: function get() {
|
|
64
|
+
return _extensionHandlers.getExtensionManifest;
|
|
65
|
+
}
|
|
66
|
+
});
|
|
61
67
|
Object.defineProperty(exports, "getExtensionModuleNode", {
|
|
62
68
|
enumerable: true,
|
|
63
69
|
get: function get() {
|
|
@@ -89,7 +89,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
89
89
|
displayText: {
|
|
90
90
|
id: 'fabric.editor.displayText',
|
|
91
91
|
defaultMessage: 'Text to display',
|
|
92
|
-
description: '
|
|
92
|
+
description: 'Label for the text input field in the hyperlink toolbar where users enter the display text for a link.'
|
|
93
93
|
},
|
|
94
94
|
clearText: {
|
|
95
95
|
id: 'fabric.editor.clearLinkText',
|
|
@@ -9,36 +9,36 @@ var utilMessages = exports.utilMessages = (0, _reactIntlNext.defineMessages)({
|
|
|
9
9
|
hyperlinkIconIssueLabel: {
|
|
10
10
|
id: 'fabric.editor.headingLink.hyperlinkIconIssueLabel',
|
|
11
11
|
defaultMessage: 'Issue',
|
|
12
|
-
description: '
|
|
12
|
+
description: 'Accessible label for the Jira issue icon displayed in the hyperlink add toolbar when users search for or insert a link to a Jira issue.'
|
|
13
13
|
},
|
|
14
14
|
hyperlinkIconBugLabel: {
|
|
15
15
|
id: 'fabric.editor.headingLink.hyperlinkIconBugLabel',
|
|
16
16
|
defaultMessage: 'Bug',
|
|
17
|
-
description: '
|
|
17
|
+
description: 'Accessible label for the Jira bug icon displayed in the hyperlink add toolbar when users search for or insert a link to a Jira bug.'
|
|
18
18
|
},
|
|
19
19
|
hyperlinkIconStoryLabel: {
|
|
20
20
|
id: 'fabric.editor.headingLink.hyperlinkIconStoryLabel',
|
|
21
21
|
defaultMessage: 'Story',
|
|
22
|
-
description: '
|
|
22
|
+
description: 'Accessible label for the Jira story icon displayed in the hyperlink add toolbar when users search for or insert a link to a Jira story.'
|
|
23
23
|
},
|
|
24
24
|
hyperlinkIconTaskLabel: {
|
|
25
25
|
id: 'fabric.editor.headingLink.hyperlinkIconTaskLabel',
|
|
26
26
|
defaultMessage: 'Task',
|
|
27
|
-
description: '
|
|
27
|
+
description: 'Accessible label for the Jira task icon displayed in the hyperlink add toolbar when users search for or insert a link to a Jira task.'
|
|
28
28
|
},
|
|
29
29
|
hyperlinkIconPageLabel: {
|
|
30
30
|
id: 'fabric.editor.headingLink.hyperlinkIconPageLabel',
|
|
31
31
|
defaultMessage: 'Page',
|
|
32
|
-
description: 'icon label
|
|
32
|
+
description: 'The text is shown as an icon label in the hyperlink toolbar to identify Confluence pages. Displayed next to the page icon when users are linking to Confluence pages in the editor.'
|
|
33
33
|
},
|
|
34
34
|
hyperlinkIconBlogLabel: {
|
|
35
35
|
id: 'fabric.editor.headingLink.hyperlinkIconBlogLabel',
|
|
36
36
|
defaultMessage: 'Blog',
|
|
37
|
-
description: 'icon label
|
|
37
|
+
description: 'The text is shown as an icon label in the hyperlink toolbar to identify Confluence blog posts. Displayed next to the blog icon when users are linking to Confluence blogs in the editor.'
|
|
38
38
|
},
|
|
39
39
|
hyperlinkIconIssueLabelIssueTermRefresh: {
|
|
40
40
|
id: 'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh',
|
|
41
41
|
defaultMessage: 'Work Item',
|
|
42
|
-
description: '
|
|
42
|
+
description: 'Accessible label for the Jira issue icon displayed in the hyperlink add toolbar when users search for or insert a link to a Jira work item. This is the refreshed terminology used instead of "Issue".'
|
|
43
43
|
}
|
|
44
44
|
});
|
|
@@ -9,32 +9,32 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
9
9
|
story: {
|
|
10
10
|
id: 'fabric.editor.story',
|
|
11
11
|
defaultMessage: 'Story',
|
|
12
|
-
description: 'Alt text for Story'
|
|
12
|
+
description: 'Alt text for the issue type icon displayed in link search results when the linked item is a Story issue type.'
|
|
13
13
|
},
|
|
14
14
|
epic: {
|
|
15
15
|
id: 'fabric.editor.epic',
|
|
16
16
|
defaultMessage: 'Epic',
|
|
17
|
-
description: 'Alt text for Epic'
|
|
17
|
+
description: 'Alt text for the issue type icon displayed in link search results when the linked item is an Epic issue type.'
|
|
18
18
|
},
|
|
19
19
|
task: {
|
|
20
20
|
id: 'fabric.editor.task',
|
|
21
21
|
defaultMessage: 'Task',
|
|
22
|
-
description: 'Alt text for Task'
|
|
22
|
+
description: 'Alt text for the issue type icon displayed in link search results when the linked item is a Task issue type.'
|
|
23
23
|
},
|
|
24
24
|
bug: {
|
|
25
25
|
id: 'fabric.editor.bug',
|
|
26
26
|
defaultMessage: 'Bug',
|
|
27
|
-
description: 'Alt text for Bug'
|
|
27
|
+
description: 'Alt text for the issue type icon displayed in link search results when the linked item is a Bug issue type.'
|
|
28
28
|
},
|
|
29
29
|
subTask: {
|
|
30
30
|
id: 'fabric.editor.subTask',
|
|
31
31
|
defaultMessage: 'Sub-task',
|
|
32
|
-
description: 'Alt text for Sub-task'
|
|
32
|
+
description: 'Alt text for the issue type icon displayed in link search results when the linked item is a Sub-task issue type.'
|
|
33
33
|
},
|
|
34
34
|
improvement: {
|
|
35
35
|
id: 'fabric.editor.improvement',
|
|
36
36
|
defaultMessage: 'Improvement',
|
|
37
|
-
description: 'Alt text for Improvement'
|
|
37
|
+
description: 'Alt text for the issue type icon displayed in link search results when the linked item is an Improvement issue type.'
|
|
38
38
|
},
|
|
39
39
|
defaultAltText: {
|
|
40
40
|
id: 'fabric.editor.defaultAltText',
|
|
@@ -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 option in the quick insert menu when the user searches for list formatting options.'
|
|
20
20
|
},
|
|
21
21
|
orderedList: {
|
|
22
22
|
id: 'fabric.editor.orderedList',
|
|
@@ -26,7 +26,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
26
26
|
orderedListDescription: {
|
|
27
27
|
id: 'fabric.editor.orderedList.description',
|
|
28
28
|
defaultMessage: 'Create an ordered list',
|
|
29
|
-
description: ''
|
|
29
|
+
description: 'The text is shown as a description for the numbered list option in the quick insert menu when the user searches for list formatting options.'
|
|
30
30
|
},
|
|
31
31
|
lists: {
|
|
32
32
|
id: 'fabric.editor.lists',
|
|
@@ -24,22 +24,22 @@ var altTextMessages = exports.altTextMessages = (0, _reactIntlNext.defineMessage
|
|
|
24
24
|
back: {
|
|
25
25
|
id: 'fabric.editor.closeAltTextEdit',
|
|
26
26
|
defaultMessage: 'Back',
|
|
27
|
-
description: '
|
|
27
|
+
description: 'The text is shown on a button in the alt text editing toolbar for an image. When clicked, it closes the alt text editor and navigates the user back to the main media toolbar.'
|
|
28
28
|
},
|
|
29
29
|
clear: {
|
|
30
30
|
id: 'fabric.editor.clearAltTextEdit',
|
|
31
31
|
defaultMessage: 'Clear alt text',
|
|
32
|
-
description: '
|
|
32
|
+
description: 'The text is shown on a button in the alt text editing toolbar for an image. When clicked, it clears the current alt text value from the input field.'
|
|
33
33
|
},
|
|
34
34
|
placeholder: {
|
|
35
35
|
id: 'fabric.editor.placeholderAltText',
|
|
36
36
|
defaultMessage: 'Describe this image with alt text',
|
|
37
|
-
description: '
|
|
37
|
+
description: 'The text is shown as placeholder text inside the alt text input field for an image. It prompts the user to enter a description of the image for accessibility purposes.'
|
|
38
38
|
},
|
|
39
39
|
supportText: {
|
|
40
40
|
id: 'fabric.editor.supportAltText',
|
|
41
41
|
defaultMessage: 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
42
|
-
description: '
|
|
42
|
+
description: 'The text is shown as a help message below the alt text input field for an image. It informs users why providing alt text is important for accessibility and screen reader support.'
|
|
43
43
|
},
|
|
44
44
|
validationMessage: {
|
|
45
45
|
id: 'fabric.editor.alttext.validation',
|
|
@@ -9,6 +9,6 @@ var externalMediaMessages = exports.externalMediaMessages = (0, _reactIntlNext.d
|
|
|
9
9
|
externalMediaFile: {
|
|
10
10
|
id: 'fabric.editor.externalMediaFile',
|
|
11
11
|
defaultMessage: 'External media file',
|
|
12
|
-
description: '
|
|
12
|
+
description: 'Displayed as a tooltip and accessibility label for an info icon badge when an externally hosted media file is shown in the editor.'
|
|
13
13
|
}
|
|
14
14
|
});
|
|
@@ -29,31 +29,31 @@ var imageBorderMessages = exports.imageBorderMessages = (0, _reactIntlNext.defin
|
|
|
29
29
|
addBorder: {
|
|
30
30
|
id: 'fabric.editor.addImageBorder',
|
|
31
31
|
defaultMessage: 'Add border',
|
|
32
|
-
description: '
|
|
32
|
+
description: 'Label shown on a button in the image border options toolbar to add a border around the selected image.'
|
|
33
33
|
},
|
|
34
34
|
removeBorder: {
|
|
35
35
|
id: 'fabric.editor.removeImageBorder',
|
|
36
36
|
defaultMessage: 'Remove border',
|
|
37
|
-
description: '
|
|
37
|
+
description: 'The text is shown as a button label in the image toolbar. Removes any border that was previously applied to the selected image.'
|
|
38
38
|
},
|
|
39
39
|
borderOptions: {
|
|
40
40
|
id: 'fabric.editor.imageBorderOptions',
|
|
41
41
|
defaultMessage: 'Border options',
|
|
42
|
-
description: '
|
|
42
|
+
description: 'The text is shown as a panel or menu header. Provides users access to customize image borders including size and color options.'
|
|
43
43
|
},
|
|
44
44
|
borderSizeSubtle: {
|
|
45
45
|
id: 'fabric.editor.imageBorderSubtle',
|
|
46
46
|
defaultMessage: 'Subtle',
|
|
47
|
-
description: '
|
|
47
|
+
description: 'Label shown as a drop-down item in the image border size selector to apply a thin, subtle border around the image.'
|
|
48
48
|
},
|
|
49
49
|
borderSizeMedium: {
|
|
50
50
|
id: 'fabric.editor.imageBorderMedium',
|
|
51
51
|
defaultMessage: 'Medium',
|
|
52
|
-
description: '
|
|
52
|
+
description: 'Label shown as a drop-down item in the image border size selector to apply a medium-weight border around the image.'
|
|
53
53
|
},
|
|
54
54
|
borderSizeBold: {
|
|
55
55
|
id: 'fabric.editor.imageBorderBold',
|
|
56
56
|
defaultMessage: 'Bold',
|
|
57
|
-
description: '
|
|
57
|
+
description: 'Label shown as a drop-down item in the image border size selector to apply a thick, bold border around the image.'
|
|
58
58
|
}
|
|
59
59
|
});
|
|
@@ -19,12 +19,12 @@ var pixelEntryMessages = exports.pixelEntryMessages = (0, _reactIntlNext.defineM
|
|
|
19
19
|
inputWidthAriaLabel: {
|
|
20
20
|
id: 'fabric.editor.media.pixelEntry.inputWidthAriaLabel',
|
|
21
21
|
defaultMessage: 'Max width {maxWidth}px',
|
|
22
|
-
description: '
|
|
22
|
+
description: 'Aria label for the width input field used for media pixel entry. The placeholder {maxWidth} will be substituted with the maximum allowed width value in pixels.'
|
|
23
23
|
},
|
|
24
24
|
inputWidthLabel: {
|
|
25
25
|
id: 'fabric.editor.media.pixelEntry.inputWidthLabel',
|
|
26
26
|
defaultMessage: 'Width',
|
|
27
|
-
description: '
|
|
27
|
+
description: 'Label for the width input field in the media resize panel. Users enter a numeric value representing the desired width in pixels for the image.'
|
|
28
28
|
},
|
|
29
29
|
inputHeightTooltip: {
|
|
30
30
|
id: 'fabric.editor.media.pixelEntry.inputHeightTooltip',
|
|
@@ -34,7 +34,7 @@ var pixelEntryMessages = exports.pixelEntryMessages = (0, _reactIntlNext.defineM
|
|
|
34
34
|
inputHeightAriaLabel: {
|
|
35
35
|
id: 'fabric.editor.media.pixelEntry.inputHeightAriaLabel',
|
|
36
36
|
defaultMessage: 'height input',
|
|
37
|
-
description: '
|
|
37
|
+
description: 'Aria label for the height input field used for media pixel entry to inform screen readers about the purpose of the input.'
|
|
38
38
|
},
|
|
39
39
|
submitButtonText: {
|
|
40
40
|
id: 'fabric.editor.media.pixelEntry.submitButtonText',
|
|
@@ -29,12 +29,12 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
29
29
|
moveUp: {
|
|
30
30
|
id: 'fabric.editor.blockControlMoveUp',
|
|
31
31
|
defaultMessage: 'Move up',
|
|
32
|
-
description: '
|
|
32
|
+
description: 'Label for a button in the block controls menu that moves the selected content block up in the editor.'
|
|
33
33
|
},
|
|
34
34
|
moveDown: {
|
|
35
35
|
id: 'fabric.editor.blockControlMoveDown',
|
|
36
36
|
defaultMessage: 'Move down',
|
|
37
|
-
description: '
|
|
37
|
+
description: 'Label for a button in the block controls menu that moves the selected content block down in the editor.'
|
|
38
38
|
},
|
|
39
39
|
movedup: {
|
|
40
40
|
id: 'fabric.editor.blockControlMovedUp',
|
|
@@ -49,16 +49,16 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
49
49
|
moveLeft: {
|
|
50
50
|
id: 'fabric.editor.blockControlMoveLeft',
|
|
51
51
|
defaultMessage: 'Move left',
|
|
52
|
-
description: '
|
|
52
|
+
description: 'Label for a button in the block controls menu that moves the selected content block to the left.'
|
|
53
53
|
},
|
|
54
54
|
moveRight: {
|
|
55
55
|
id: 'fabric.editor.blockControlMoveRight',
|
|
56
56
|
defaultMessage: 'Move right',
|
|
57
|
-
description: '
|
|
57
|
+
description: 'Label for a button in the block controls menu that moves the selected content block to the right.'
|
|
58
58
|
},
|
|
59
59
|
delete: {
|
|
60
60
|
id: 'fabric.editor.blockControlDelete',
|
|
61
61
|
defaultMessage: 'Delete',
|
|
62
|
-
description: '
|
|
62
|
+
description: 'Label for a button in the block controls menu that deletes the currently selected content block from the editor.'
|
|
63
63
|
}
|
|
64
64
|
});
|
|
@@ -39,7 +39,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
39
39
|
heading3Description: {
|
|
40
40
|
id: 'fabric.editor.heading3Description',
|
|
41
41
|
defaultMessage: 'Use this for sub sections and group headings',
|
|
42
|
-
description: ''
|
|
42
|
+
description: 'Description text shown in the block type menu to help users understand when to use Heading 3 for sub sections and group headings in the editor.'
|
|
43
43
|
},
|
|
44
44
|
heading4: {
|
|
45
45
|
id: 'fabric.editor.heading4',
|
|
@@ -49,7 +49,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
49
49
|
heading4Description: {
|
|
50
50
|
id: 'fabric.editor.heading4Description',
|
|
51
51
|
defaultMessage: 'Use this for deep headings',
|
|
52
|
-
description: ''
|
|
52
|
+
description: 'Description text shown in the block type menu to help users understand when to use Heading 4 for deep headings in the editor.'
|
|
53
53
|
},
|
|
54
54
|
heading5: {
|
|
55
55
|
id: 'fabric.editor.heading5',
|
|
@@ -59,7 +59,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
59
59
|
heading5Description: {
|
|
60
60
|
id: 'fabric.editor.heading5Description',
|
|
61
61
|
defaultMessage: 'Use this for grouping list items',
|
|
62
|
-
description: ''
|
|
62
|
+
description: 'Description text shown in the block type menu to help users understand when to use Heading 5 for grouping list items in the editor.'
|
|
63
63
|
},
|
|
64
64
|
heading6: {
|
|
65
65
|
id: 'fabric.editor.heading6',
|
|
@@ -69,17 +69,17 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
69
69
|
heading6Description: {
|
|
70
70
|
id: 'fabric.editor.heading6Description',
|
|
71
71
|
defaultMessage: 'Use this for low level headings',
|
|
72
|
-
description: ''
|
|
72
|
+
description: 'Description text shown in the block type menu to help users understand when to use Heading 6 for low level headings in the editor.'
|
|
73
73
|
},
|
|
74
74
|
blockquote: {
|
|
75
75
|
id: 'fabric.editor.blockquote2',
|
|
76
76
|
defaultMessage: 'Quote',
|
|
77
|
-
description: '
|
|
77
|
+
description: 'Label shown as a menu item in the block type dropdown to insert a blockquote for quoting text in the editor.'
|
|
78
78
|
},
|
|
79
79
|
blockquoteDescription: {
|
|
80
80
|
id: 'fabric.editor.blockquote.description',
|
|
81
81
|
defaultMessage: 'Insert a quote or citation',
|
|
82
|
-
description: '
|
|
82
|
+
description: 'Description text shown in the block type menu to help users understand the blockquote option for inserting a quote or citation in the editor.'
|
|
83
83
|
},
|
|
84
84
|
codeblock: {
|
|
85
85
|
id: 'fabric.editor.codeblock',
|
|
@@ -89,7 +89,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
89
89
|
codeblockDescription: {
|
|
90
90
|
id: 'fabric.editor.codeblock.description',
|
|
91
91
|
defaultMessage: 'Display code with syntax highlighting',
|
|
92
|
-
description: '
|
|
92
|
+
description: 'Menu description shown in the quick insert menu. Explains that selecting this option inserts a code block with syntax highlighting support.'
|
|
93
93
|
},
|
|
94
94
|
infoPanel: {
|
|
95
95
|
id: 'fabric.editor.infoPanel',
|
|
@@ -174,6 +174,6 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
174
174
|
other: {
|
|
175
175
|
id: 'fabric.editor.other',
|
|
176
176
|
defaultMessage: 'Others...',
|
|
177
|
-
description: '
|
|
177
|
+
description: 'Label shown as a menu item in the block type dropdown to access additional text formatting options in the editor.'
|
|
178
178
|
}
|
|
179
179
|
});
|
|
@@ -24,7 +24,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
24
24
|
resizeHandle: {
|
|
25
25
|
id: 'fabric.editor.resizeHandle',
|
|
26
26
|
defaultMessage: 'Resize handle',
|
|
27
|
-
description: '
|
|
27
|
+
description: 'Label for the resize handle element displayed on content blocks in the editor, used to allow users to drag and resize the width of the element.'
|
|
28
28
|
},
|
|
29
29
|
resizeExpand: {
|
|
30
30
|
id: 'fabric.editor.breakout.resizeExpand',
|
|
@@ -34,7 +34,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
34
34
|
card: {
|
|
35
35
|
id: 'fabric.editor.cardFloatingControls',
|
|
36
36
|
defaultMessage: 'Card options',
|
|
37
|
-
description: '
|
|
37
|
+
description: 'The text is shown as a title for the floating toolbar when a user selects an inline card or smart link in the editor, providing options to change the card display type.'
|
|
38
38
|
},
|
|
39
39
|
blockCardUnavailable: {
|
|
40
40
|
id: 'fabric.editor.blockCardUnavailable',
|
|
@@ -9,7 +9,7 @@ var contextPanelMessages = exports.contextPanelMessages = (0, _reactIntlNext.def
|
|
|
9
9
|
panelLabel: {
|
|
10
10
|
id: 'fabric.editor.contextPanel.panelLabel',
|
|
11
11
|
defaultMessage: 'Context panel',
|
|
12
|
-
description: '
|
|
12
|
+
description: 'Accessibility label for the context panel dialog in the editor. Used as an aria-label to identify the panel for screen reader users.'
|
|
13
13
|
},
|
|
14
14
|
panelContentLabel: {
|
|
15
15
|
id: 'fabric.editor.contextPanel.panelContentLabel',
|
|
@@ -9,7 +9,7 @@ var helpDialogMessages = exports.helpDialogMessages = (0, _reactIntlNext.defineM
|
|
|
9
9
|
editorHelp: {
|
|
10
10
|
id: 'fabric.editor.editorHelp',
|
|
11
11
|
defaultMessage: 'Editor help',
|
|
12
|
-
description: '
|
|
12
|
+
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.'
|
|
13
13
|
},
|
|
14
14
|
helpDialogTips: {
|
|
15
15
|
id: 'fabric.editor.helpDialogTips',
|
|
@@ -19,7 +19,7 @@ var helpDialogMessages = exports.helpDialogMessages = (0, _reactIntlNext.defineM
|
|
|
19
19
|
keyboardShortcuts: {
|
|
20
20
|
id: 'fabric.editor.keyboardShortcuts',
|
|
21
21
|
defaultMessage: 'Keyboard shortcuts',
|
|
22
|
-
description: ''
|
|
22
|
+
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.'
|
|
23
23
|
},
|
|
24
24
|
markdown: {
|
|
25
25
|
id: 'fabric.editor.markdown',
|
|
@@ -29,27 +29,27 @@ var helpDialogMessages = exports.helpDialogMessages = (0, _reactIntlNext.defineM
|
|
|
29
29
|
pastePlainText: {
|
|
30
30
|
id: 'fabric.editor.pastePlainText',
|
|
31
31
|
defaultMessage: 'Paste plain text',
|
|
32
|
-
description: ''
|
|
32
|
+
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.'
|
|
33
33
|
},
|
|
34
34
|
CheckUncheckActionItem: {
|
|
35
35
|
id: 'fabric.editor.checkUncheckActionItem',
|
|
36
36
|
defaultMessage: 'Toggle action item',
|
|
37
|
-
description: '
|
|
37
|
+
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.'
|
|
38
38
|
},
|
|
39
39
|
InsertTableColumn: {
|
|
40
40
|
id: 'fabric.editor.insertTableColumn',
|
|
41
41
|
defaultMessage: 'Insert table column',
|
|
42
|
-
description: '
|
|
42
|
+
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.'
|
|
43
43
|
},
|
|
44
44
|
InsertTableRow: {
|
|
45
45
|
id: 'fabric.editor.insertTableRow',
|
|
46
46
|
defaultMessage: 'Insert table row',
|
|
47
|
-
description: '
|
|
47
|
+
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.'
|
|
48
48
|
},
|
|
49
49
|
altText: {
|
|
50
50
|
id: 'fabric.editor.altText',
|
|
51
51
|
defaultMessage: 'Alt text',
|
|
52
|
-
description: '
|
|
52
|
+
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.'
|
|
53
53
|
},
|
|
54
54
|
selectTableRow: {
|
|
55
55
|
id: 'fabric.editor.selectTableRow',
|
|
@@ -94,12 +94,12 @@ var helpDialogMessages = exports.helpDialogMessages = (0, _reactIntlNext.defineM
|
|
|
94
94
|
focusTableResizeHandle: {
|
|
95
95
|
id: 'fabric.editor.focusTableResizeHandle',
|
|
96
96
|
defaultMessage: 'Focus table resize handle',
|
|
97
|
-
description: '
|
|
97
|
+
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.'
|
|
98
98
|
},
|
|
99
99
|
closeHelpDialog: {
|
|
100
100
|
id: 'fabric.editor.closeHelpDialog',
|
|
101
101
|
defaultMessage: 'Close help dialog',
|
|
102
|
-
description: ''
|
|
102
|
+
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.'
|
|
103
103
|
},
|
|
104
104
|
// Ignored via go/ees007
|
|
105
105
|
// eslint-disable-next-line @atlaskit/editor/enforce-todo-comment-format
|