@atlaskit/editor-common 100.5.0 → 101.0.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 +19 -0
- package/ai-messages/package.json +17 -0
- package/dist/cjs/ai-messages/ai-config-items.js +489 -0
- package/dist/cjs/ai-messages/ai-experience-application.js +131 -0
- package/dist/cjs/ai-messages/ai-failed-state.js +56 -0
- package/dist/cjs/ai-messages/ai-languages.js +368 -0
- package/dist/cjs/ai-messages/ai.js +122 -0
- package/dist/cjs/ai-messages/index.js +68 -0
- package/dist/cjs/element-browser/components/ElementList/EmptyState.js +1 -1
- package/dist/cjs/extensibility/Extension/Lozenge/EditToggle.js +1 -1
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/cjs/messages/index.js +0 -28
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +3 -3
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/Button.js +5 -2
- package/dist/cjs/ui/FloatingToolbar/Separator.js +12 -6
- package/dist/cjs/ui-menu/ColorPickerButton/index.js +2 -1
- package/dist/es2019/ai-messages/ai-config-items.js +483 -0
- package/dist/es2019/ai-messages/ai-experience-application.js +124 -0
- package/dist/es2019/ai-messages/ai-failed-state.js +49 -0
- package/dist/es2019/ai-messages/ai-languages.js +361 -0
- package/dist/es2019/ai-messages/ai.js +116 -0
- package/dist/es2019/ai-messages/index.js +12 -0
- package/dist/es2019/element-browser/components/ElementList/EmptyState.js +1 -1
- package/dist/es2019/extensibility/Extension/Lozenge/EditToggle.js +1 -1
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/es2019/messages/index.js +0 -4
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +3 -3
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/FloatingToolbar/Button.js +5 -1
- package/dist/es2019/ui/FloatingToolbar/Separator.js +11 -4
- package/dist/es2019/ui-menu/ColorPickerButton/index.js +2 -1
- package/dist/esm/ai-messages/ai-config-items.js +483 -0
- package/dist/esm/ai-messages/ai-experience-application.js +124 -0
- package/dist/esm/ai-messages/ai-failed-state.js +49 -0
- package/dist/esm/ai-messages/ai-languages.js +361 -0
- package/dist/esm/ai-messages/ai.js +116 -0
- package/dist/esm/ai-messages/index.js +12 -0
- package/dist/esm/element-browser/components/ElementList/EmptyState.js +1 -1
- package/dist/esm/extensibility/Extension/Lozenge/EditToggle.js +1 -1
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/esm/messages/index.js +0 -4
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +3 -3
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/Button.js +5 -2
- package/dist/esm/ui/FloatingToolbar/Separator.js +12 -6
- package/dist/esm/ui-menu/ColorPickerButton/index.js +2 -1
- package/dist/types/ai-messages/ai-config-items.d.ts +462 -0
- package/dist/types/ai-messages/ai-experience-application.d.ts +122 -0
- package/dist/types/ai-messages/ai-failed-state.d.ts +47 -0
- package/dist/types/ai-messages/ai-languages.d.ts +357 -0
- package/dist/types/ai-messages/ai.d.ts +107 -0
- package/dist/types/ai-messages/index.d.ts +9 -0
- package/dist/types/messages/index.d.ts +0 -4
- package/dist/types-ts4.5/ai-messages/ai-config-items.d.ts +462 -0
- package/dist/types-ts4.5/ai-messages/ai-experience-application.d.ts +122 -0
- package/dist/types-ts4.5/ai-messages/ai-failed-state.d.ts +47 -0
- package/dist/types-ts4.5/ai-messages/ai-languages.d.ts +357 -0
- package/dist/types-ts4.5/ai-messages/ai.d.ts +107 -0
- package/dist/types-ts4.5/ai-messages/index.d.ts +9 -0
- package/dist/types-ts4.5/messages/index.d.ts +0 -4
- package/package.json +2 -1
- /package/dist/cjs/{messages → ai-messages}/ai-definitions.js +0 -0
- /package/dist/cjs/{messages → ai-messages}/ai-proactive-setting.js +0 -0
- /package/dist/cjs/{messages → ai-messages}/ai-proactive-transform.js +0 -0
- /package/dist/cjs/{messages → ai-messages}/ai-proactive.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-definitions.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-proactive-setting.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-proactive-transform.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-proactive.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-definitions.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-proactive-setting.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-proactive-transform.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-proactive.js +0 -0
- /package/dist/types/{messages → ai-messages}/ai-definitions.d.ts +0 -0
- /package/dist/types/{messages → ai-messages}/ai-proactive-setting.d.ts +0 -0
- /package/dist/types/{messages → ai-messages}/ai-proactive-transform.d.ts +0 -0
- /package/dist/types/{messages → ai-messages}/ai-proactive.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-definitions.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-proactive-setting.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-proactive-transform.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-proactive.d.ts +0 -0
|
@@ -3,30 +3,6 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "aiDefinitionsMessages", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _aiDefinitions.aiDefinitionsMessages;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "aiProactiveMessages", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _aiProactive.aiProactiveMessages;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "aiProactiveSettingMessages", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _aiProactiveSetting.aiProactiveSettingMessages;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "aiProactiveTransformMessages", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function get() {
|
|
27
|
-
return _aiProactiveTransform.aiProactiveTransformMessages;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
6
|
Object.defineProperty(exports, "alignmentMessages", {
|
|
31
7
|
enumerable: true,
|
|
32
8
|
get: function get() {
|
|
@@ -233,10 +209,6 @@ Object.defineProperty(exports, "unsupportedContentMessages", {
|
|
|
233
209
|
}
|
|
234
210
|
});
|
|
235
211
|
var _reactIntlNext = require("react-intl-next");
|
|
236
|
-
var _aiDefinitions = require("./ai-definitions");
|
|
237
|
-
var _aiProactive = require("./ai-proactive");
|
|
238
|
-
var _aiProactiveSetting = require("./ai-proactive-setting");
|
|
239
|
-
var _aiProactiveTransform = require("./ai-proactive-transform");
|
|
240
212
|
var _alignment = require("./alignment");
|
|
241
213
|
var _annotation = require("./annotation");
|
|
242
214
|
var _blockType = require("./block-type");
|
|
@@ -17,7 +17,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
17
17
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
18
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
19
19
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
20
|
-
var packageVersion = "
|
|
20
|
+
var packageVersion = "101.0.0";
|
|
21
21
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
22
22
|
// Remove URL as it has UGC
|
|
23
23
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -33,12 +33,12 @@ var canRenderFallback = function canRenderFallback(node) {
|
|
|
33
33
|
var virtualisationConfiguration = function virtualisationConfiguration() {
|
|
34
34
|
var enableVirtualization = false;
|
|
35
35
|
var reactRenderedDocumentPositionThreshold = 0;
|
|
36
|
-
if ((0, _experiments.editorExperiment)(
|
|
36
|
+
if ((0, _experiments.editorExperiment)('platform_editor_inline_node_virtualization', 'off')) {
|
|
37
37
|
enableVirtualization = false;
|
|
38
|
-
} else if ((0, _experiments.editorExperiment)(
|
|
38
|
+
} else if ((0, _experiments.editorExperiment)('platform_editor_inline_node_virtualization', 'fallbackall')) {
|
|
39
39
|
enableVirtualization = true;
|
|
40
40
|
reactRenderedDocumentPositionThreshold = 0;
|
|
41
|
-
} else if ((0, _experiments.editorExperiment)(
|
|
41
|
+
} else if ((0, _experiments.editorExperiment)('platform_editor_inline_node_virtualization', 'fallbackoffscreen')) {
|
|
42
42
|
enableVirtualization = true;
|
|
43
43
|
reactRenderedDocumentPositionThreshold = 100;
|
|
44
44
|
}
|
|
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
23
23
|
* @jsx jsx
|
|
24
24
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
var packageName = "@atlaskit/editor-common";
|
|
26
|
-
var packageVersion = "
|
|
26
|
+
var packageVersion = "101.0.0";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -22,6 +22,9 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
|
|
|
22
22
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
23
23
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
24
24
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
25
|
+
var minWidthStyle = {
|
|
26
|
+
minWidth: "var(--ds-space-400, 32px)"
|
|
27
|
+
};
|
|
25
28
|
var _default = exports.default = function _default(_ref) {
|
|
26
29
|
var title = _ref.title,
|
|
27
30
|
icon = _ref.icon,
|
|
@@ -103,11 +106,11 @@ var _default = exports.default = function _default(_ref) {
|
|
|
103
106
|
buttonStyles = _adgTheme.buttonStyles,
|
|
104
107
|
rest = (0, _objectWithoutProperties2.default)(_adgTheme, _excluded);
|
|
105
108
|
return _objectSpread({
|
|
106
|
-
buttonStyles: _objectSpread(_objectSpread(_objectSpread({}, buttonStyles), customSpacing), appearance === 'danger' && (0, _styles.getButtonStyles)({
|
|
109
|
+
buttonStyles: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, buttonStyles), customSpacing), appearance === 'danger' && (0, _styles.getButtonStyles)({
|
|
107
110
|
appearance: appearance,
|
|
108
111
|
state: themeProps.state,
|
|
109
112
|
mode: themeProps.mode
|
|
110
|
-
}))
|
|
113
|
+
})), (0, _experiments.editorExperiment)('platform_editor_controls', 'variant1') ? minWidthStyle : {})
|
|
111
114
|
}, rest);
|
|
112
115
|
},
|
|
113
116
|
"aria-label": ariaLabel || title,
|
|
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
|
+
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
8
9
|
/**
|
|
9
10
|
* @jsxRuntime classic
|
|
10
11
|
* @jsx jsx
|
|
@@ -18,16 +19,21 @@ var separator = (0, _react.css)({
|
|
|
18
19
|
margin: "0 ".concat("var(--ds-space-050, 4px)"),
|
|
19
20
|
alignSelf: 'center'
|
|
20
21
|
});
|
|
22
|
+
var separatorNew = (0, _react.css)({
|
|
23
|
+
background: "var(--ds-border, #091E4224)",
|
|
24
|
+
width: '1px',
|
|
25
|
+
height: '20px',
|
|
26
|
+
alignSelf: 'center'
|
|
27
|
+
});
|
|
21
28
|
var separatorFullHeight = (0, _react.css)({
|
|
22
29
|
height: '40px'
|
|
23
30
|
});
|
|
24
31
|
var _default = exports.default = function _default(_ref) {
|
|
25
32
|
var fullHeight = _ref.fullHeight;
|
|
26
|
-
return (
|
|
33
|
+
return (0, _react.jsx)("div", {
|
|
34
|
+
css: [(0, _experiments.editorExperiment)('platform_editor_controls', 'variant1') ? separatorNew : separator, fullHeight && separatorFullHeight]
|
|
27
35
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
})
|
|
32
|
-
);
|
|
36
|
+
,
|
|
37
|
+
className: "separator"
|
|
38
|
+
});
|
|
33
39
|
};
|
|
@@ -16,6 +16,7 @@ var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-
|
|
|
16
16
|
var _chevronDown2 = _interopRequireDefault(require("@atlaskit/icon/utility/chevron-down"));
|
|
17
17
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
18
18
|
var _primitives = require("@atlaskit/primitives");
|
|
19
|
+
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
19
20
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
20
21
|
var _analytics = require("../../analytics");
|
|
21
22
|
var _uiColor = require("../../ui-color");
|
|
@@ -268,7 +269,7 @@ var ColorPickerButton = function ColorPickerButton(props) {
|
|
|
268
269
|
ref: buttonRef,
|
|
269
270
|
"aria-label": title,
|
|
270
271
|
"aria-expanded": props.isAriaExpanded ? isPopupOpen : undefined,
|
|
271
|
-
spacing:
|
|
272
|
+
spacing: (0, _experiments.editorExperiment)('platform_editor_controls', 'variant1') ? 'default' : 'compact',
|
|
272
273
|
onClick: togglePopup,
|
|
273
274
|
onKeyDown: function onKeyDown(event) {
|
|
274
275
|
if (event.key === 'Enter' || event.key === ' ') {
|
|
@@ -0,0 +1,483 @@
|
|
|
1
|
+
import { defineMessages } from 'react-intl-next';
|
|
2
|
+
export const aiConfigItemMessages = defineMessages({
|
|
3
|
+
// Agent config messages
|
|
4
|
+
agentConfigTitle: {
|
|
5
|
+
id: 'fabric.editor.ai.config.item.agent.title',
|
|
6
|
+
defaultMessage: 'Atlassian Intelligence Rovo Agent',
|
|
7
|
+
description: 'Title for the menu item of the Atlassian Intelligence agent without a predefined name.'
|
|
8
|
+
},
|
|
9
|
+
agentConfigDescription: {
|
|
10
|
+
id: 'fabric.editor.ai.config.item.range.agent.description',
|
|
11
|
+
defaultMessage: 'No description',
|
|
12
|
+
description: 'Subtitle for the menu item of the Atlassian Intelligence agent without a predefined description.'
|
|
13
|
+
},
|
|
14
|
+
agentConfigPromptHint: {
|
|
15
|
+
id: 'fabric.editor.ai.config.item.range.agent.prompt.hint',
|
|
16
|
+
defaultMessage: 'Tell the Agent to write anything or choose from below',
|
|
17
|
+
description: 'Hint text for the prompt input when interacting with the Atlassian Intelligence'
|
|
18
|
+
},
|
|
19
|
+
// Config action messages
|
|
20
|
+
configActionInsert: {
|
|
21
|
+
id: 'fabric.editor.ai.config.item.action.insert',
|
|
22
|
+
defaultMessage: 'Insert',
|
|
23
|
+
description: 'Inserts the response at the current location'
|
|
24
|
+
},
|
|
25
|
+
configActionInsertAtTop: {
|
|
26
|
+
id: 'fabric.editor.ai.config.item.action.insertAtTop',
|
|
27
|
+
defaultMessage: 'Insert at top',
|
|
28
|
+
description: 'Inserts the response at the start of the content'
|
|
29
|
+
},
|
|
30
|
+
configActionInsertBelow: {
|
|
31
|
+
id: 'fabric.editor.ai.config.item.action.insertBelow',
|
|
32
|
+
defaultMessage: 'Insert below',
|
|
33
|
+
description: 'Inserts the response below the current location'
|
|
34
|
+
},
|
|
35
|
+
configActionReplace: {
|
|
36
|
+
id: 'fabric.editor.ai.config.item.action.replace',
|
|
37
|
+
defaultMessage: 'Replace',
|
|
38
|
+
description: 'Replaces the existing or selected content with the response'
|
|
39
|
+
},
|
|
40
|
+
configActionReplaceTitle: {
|
|
41
|
+
id: 'fabric.editor.ai.config.item.action.replaceTitle',
|
|
42
|
+
defaultMessage: 'Replace title',
|
|
43
|
+
description: 'Replaces the existing Confluence document title with the generated title'
|
|
44
|
+
},
|
|
45
|
+
configActionReplaceTitleTooLongDisabledTooltip: {
|
|
46
|
+
id: 'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip',
|
|
47
|
+
defaultMessage: 'Title cannot exceed {maxLength} characters',
|
|
48
|
+
description: 'Tooltip that appears over disabled action button when disabled because of title being too long'
|
|
49
|
+
},
|
|
50
|
+
configActionContinueInChatLabel: {
|
|
51
|
+
id: 'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel',
|
|
52
|
+
defaultMessage: 'Open in Chat',
|
|
53
|
+
description: 'Tooltip and label for Open in Chat button'
|
|
54
|
+
},
|
|
55
|
+
// Advanced prompt messages
|
|
56
|
+
advancedPromptTitle: {
|
|
57
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.title',
|
|
58
|
+
defaultMessage: 'Build an advanced prompt',
|
|
59
|
+
description: 'Describes an option to use Atlassian Intelligence to show a more advanced prompt'
|
|
60
|
+
},
|
|
61
|
+
advancedPromptDescription: {
|
|
62
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.description',
|
|
63
|
+
defaultMessage: 'Specify task, instructions and rules',
|
|
64
|
+
description: 'Description for the the Atlassian Intelligence "Build an advanced prompt".'
|
|
65
|
+
},
|
|
66
|
+
advancedPromptLabel: {
|
|
67
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.promptLabel',
|
|
68
|
+
defaultMessage: 'Build an advanced prompt',
|
|
69
|
+
description: 'Label text in the prompt input.'
|
|
70
|
+
},
|
|
71
|
+
advancedPromptTaskLabel: {
|
|
72
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.task.label',
|
|
73
|
+
defaultMessage: 'Task',
|
|
74
|
+
description: 'Label for the Task input in the prompt builder.'
|
|
75
|
+
},
|
|
76
|
+
advancedPromptTaskPlaceholder: {
|
|
77
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.task.placeholder',
|
|
78
|
+
defaultMessage: 'Describe the task that needs completing.',
|
|
79
|
+
description: 'Placeholder for the Task input in the prompt builder.'
|
|
80
|
+
},
|
|
81
|
+
advancedPromptTaskHelperMessage: {
|
|
82
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.task.helperMessage',
|
|
83
|
+
defaultMessage: 'For example: Create an onboarding documentation for new employees joining the team.',
|
|
84
|
+
description: 'Helper message for the Task input in the prompt builder.'
|
|
85
|
+
},
|
|
86
|
+
advancedPromptTaskRequired: {
|
|
87
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.task.error.required',
|
|
88
|
+
defaultMessage: 'Please provide task',
|
|
89
|
+
description: 'Error message for the Task input in the prompt builder.'
|
|
90
|
+
},
|
|
91
|
+
advancedPromptInstructionsLabel: {
|
|
92
|
+
id: 'fabric.editor.ai.config.item.advanced-prompt.form.instructions.label',
|
|
93
|
+
defaultMessage: 'Instructions',
|
|
94
|
+
description: 'Label for the Instructions input in the prompt builder.'
|
|
95
|
+
},
|
|
96
|
+
advancedPromptInstructionsPlaceholder: {
|
|
97
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.instructions.placeholder',
|
|
98
|
+
defaultMessage: 'Provide task instructions to help generate specific outputs.',
|
|
99
|
+
description: 'Placeholder for the Instructions input in the prompt builder.'
|
|
100
|
+
},
|
|
101
|
+
advancedPromptInstructionsHelperMessage: {
|
|
102
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.instructions.helperMessage',
|
|
103
|
+
defaultMessage: 'For example: 1. Start the document with a brief overview of our company goals. 2. Create a list of key team members to meet in their first week.',
|
|
104
|
+
description: 'Helper message for the Instructions input in the prompt builder.'
|
|
105
|
+
},
|
|
106
|
+
advancedPromptRulesLabel: {
|
|
107
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.rules.label',
|
|
108
|
+
defaultMessage: 'Rules',
|
|
109
|
+
description: 'Label for the Rules input in the prompt builder.'
|
|
110
|
+
},
|
|
111
|
+
advancedPromptRulesPlaceholder: {
|
|
112
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.rules.placeholder',
|
|
113
|
+
defaultMessage: 'Outline any rules you want followed.',
|
|
114
|
+
description: 'Placeholder for the Rules input in the prompt builder.'
|
|
115
|
+
},
|
|
116
|
+
advancedPromptRulesHelperMessage: {
|
|
117
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.rules.helperMessage',
|
|
118
|
+
defaultMessage: 'For example: The output must follow the company style guidelines and not use unverified data.',
|
|
119
|
+
description: 'Helper message for the Rules input in the prompt builder.'
|
|
120
|
+
},
|
|
121
|
+
advancedPromptToneLabel: {
|
|
122
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.tone.label',
|
|
123
|
+
defaultMessage: 'Tone',
|
|
124
|
+
description: 'Label for the Tone input in the prompt builder.'
|
|
125
|
+
},
|
|
126
|
+
advancedPromptToneProfessional: {
|
|
127
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.professional',
|
|
128
|
+
defaultMessage: 'Professional',
|
|
129
|
+
description: 'Option for the Tone input in the prompt builder.'
|
|
130
|
+
},
|
|
131
|
+
advancedPromptToneEmpathetic: {
|
|
132
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.empathetic',
|
|
133
|
+
defaultMessage: 'Empathetic',
|
|
134
|
+
description: 'Option for the Tone input in the prompt builder.'
|
|
135
|
+
},
|
|
136
|
+
advancedPromptToneCasual: {
|
|
137
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.casual',
|
|
138
|
+
defaultMessage: 'Casual',
|
|
139
|
+
description: 'Option for the Tone input in the prompt builder.'
|
|
140
|
+
},
|
|
141
|
+
advancedPromptToneNeutral: {
|
|
142
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.neutral',
|
|
143
|
+
defaultMessage: 'Neutral',
|
|
144
|
+
description: 'Option for the Tone input in the prompt builder.'
|
|
145
|
+
},
|
|
146
|
+
advancedPromptToneEducational: {
|
|
147
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.tone.option.educational',
|
|
148
|
+
defaultMessage: 'Educational',
|
|
149
|
+
description: 'Option for the Tone input in the prompt builder.'
|
|
150
|
+
},
|
|
151
|
+
advancedPromptCreativityLabel: {
|
|
152
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.creativity.label',
|
|
153
|
+
defaultMessage: 'Creativity',
|
|
154
|
+
description: 'Label for the Creativity input in the prompt builder.'
|
|
155
|
+
},
|
|
156
|
+
advancedPromptCreativityLow: {
|
|
157
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.low',
|
|
158
|
+
defaultMessage: 'Low',
|
|
159
|
+
description: 'Option for the Creativity input in the prompt builder.'
|
|
160
|
+
},
|
|
161
|
+
advancedPromptCreativityMedium: {
|
|
162
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.medium',
|
|
163
|
+
defaultMessage: 'Medium',
|
|
164
|
+
description: 'Option for the Creativity input in the prompt builder.'
|
|
165
|
+
},
|
|
166
|
+
advancedPromptCreativityHigh: {
|
|
167
|
+
id: 'fabric.editor.ai.config.item.advancedPrompt.form.creativity.option.high',
|
|
168
|
+
defaultMessage: 'High',
|
|
169
|
+
description: 'Option for the Creativity input in the prompt builder.'
|
|
170
|
+
},
|
|
171
|
+
// Atlas shorten update messages
|
|
172
|
+
atlasShortenUpdatetitle: {
|
|
173
|
+
id: 'fabric.editor.ai.config.item.atlas-shorten-update.title',
|
|
174
|
+
defaultMessage: 'Shorten update',
|
|
175
|
+
description: 'Describes an option to use Atlassian Intelligence to shorten the content currently selected by the user'
|
|
176
|
+
},
|
|
177
|
+
atlasShortenUpdateDescription: {
|
|
178
|
+
id: 'fabric.editor.ai.config.item.atlas-shorten-update.description',
|
|
179
|
+
defaultMessage: 'Shortens the content to make it more concise',
|
|
180
|
+
description: 'Description for the the Atlassian Intelligence "Shorten update".'
|
|
181
|
+
},
|
|
182
|
+
// Brainstorm messages
|
|
183
|
+
brainstormTitle: {
|
|
184
|
+
id: 'fabric.editor.ai.config.item.brainstorm.title',
|
|
185
|
+
defaultMessage: 'Brainstorm',
|
|
186
|
+
description: 'Title for "Brainstorm" Atlassian Intelligence feature shown in editor typeahead and element browser.'
|
|
187
|
+
},
|
|
188
|
+
brainstormDescription: {
|
|
189
|
+
id: 'fabric.editor.ai.config.item.brainstorm.description',
|
|
190
|
+
defaultMessage: 'Generates a list of ideas for a topic you provide',
|
|
191
|
+
description: 'Describes the "Brainstorm" Atlassian Intelligence feature shown in editor typeahead and element browser.'
|
|
192
|
+
},
|
|
193
|
+
brainstormPromptLabel: {
|
|
194
|
+
id: 'fabric.editor.ai.config.item.brainstorm.promptLabel',
|
|
195
|
+
defaultMessage: 'Brainstorm',
|
|
196
|
+
description: 'Label text in the prompt input.'
|
|
197
|
+
},
|
|
198
|
+
brainstormPromptHint: {
|
|
199
|
+
id: 'fabric.editor.ai.config.item.brainstorm.promptHint',
|
|
200
|
+
defaultMessage: 'Tell me the topic...',
|
|
201
|
+
description: 'Placeholder text in the prompt input guiding user interaction.'
|
|
202
|
+
},
|
|
203
|
+
// Change tone messages
|
|
204
|
+
changeToneNestingParentTitlePostGA: {
|
|
205
|
+
id: 'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA',
|
|
206
|
+
defaultMessage: 'Change tone to ...',
|
|
207
|
+
description: 'Describes a (nested) option to use Atlassian Intelligence to change the tone of content currently selected by the user'
|
|
208
|
+
},
|
|
209
|
+
changeToneNeutralToneTitle: {
|
|
210
|
+
id: 'fabric.editor.ai.config.item.changeTone.neutralTone.title',
|
|
211
|
+
defaultMessage: 'Change tone to neutral',
|
|
212
|
+
description: 'Describes an option to use Atlassian Intellgience to change the tone of content currently selected by the user'
|
|
213
|
+
},
|
|
214
|
+
changeToneNeutralToneShortTitle: {
|
|
215
|
+
id: 'fabric.editor.ai.config.item.changeTone.neutralTone.shortTitle',
|
|
216
|
+
defaultMessage: 'Neutral',
|
|
217
|
+
description: 'Describes an option to use Atlassian Intellgience to change the tone of content currently selected by the user'
|
|
218
|
+
},
|
|
219
|
+
changeToneNeutralToneDescription: {
|
|
220
|
+
id: 'fabric.editor.ai.config.item.changeTone.neutralTone.description',
|
|
221
|
+
defaultMessage: 'Changes the tone of the content to neutral',
|
|
222
|
+
description: 'Desciption for the Atlassian Intellgience "Change tone to neutral" option'
|
|
223
|
+
},
|
|
224
|
+
changeToneNeutralToneSelectionToolbarDropdownItemTitle: {
|
|
225
|
+
id: 'fabric.editor.ai.config.item.changeTone.neutralTone.selectionToolbar.dropdownItem.title',
|
|
226
|
+
defaultMessage: 'Neutral',
|
|
227
|
+
description: 'Title for Atlassian Intelligence "Change tone to neutral" in editor selection floating toolbar'
|
|
228
|
+
},
|
|
229
|
+
changeToneProfessionalToneTitle: {
|
|
230
|
+
id: 'fabric.editor.ai.config.item.changeTone.professionalTone.title',
|
|
231
|
+
defaultMessage: 'Change tone to professional',
|
|
232
|
+
description: 'Describes an option to use Atlassian Intellgience to change the tone of content currently selected by the user'
|
|
233
|
+
},
|
|
234
|
+
changeToneProfessionalToneShortTitle: {
|
|
235
|
+
id: 'fabric.editor.ai.config.item.changeTone.professionalTone.shortTitle',
|
|
236
|
+
defaultMessage: 'Professional',
|
|
237
|
+
description: 'Describes an option to use Atlassian Intellgience to change the tone of content currently selected by the user'
|
|
238
|
+
},
|
|
239
|
+
changeToneProfessionalToneDescription: {
|
|
240
|
+
id: 'fabric.editor.ai.config.item.changeTone.professionalTone.description',
|
|
241
|
+
defaultMessage: 'Changes the tone of the content to professional',
|
|
242
|
+
description: 'Desciption for the Atlassian Intellgience "Change tone to professional" option'
|
|
243
|
+
},
|
|
244
|
+
changeToneProfessionalToneSelectionToolbarDropdownItemTitle: {
|
|
245
|
+
id: 'fabric.editor.ai.config.item.changeTone.professionalTone.selectionToolbar.dropdownItem.title',
|
|
246
|
+
defaultMessage: 'Professional',
|
|
247
|
+
description: 'Title for Atlassian Intelligence "Change tone to professional" in editor selection floating toolbar'
|
|
248
|
+
},
|
|
249
|
+
changeToneCasualToneTitle: {
|
|
250
|
+
id: 'fabric.editor.ai.config.item.changeTone.casualTone.title',
|
|
251
|
+
defaultMessage: 'Change tone to casual',
|
|
252
|
+
description: 'Describes an option to use Atlassian Intellgience to change the tone of content currently selected by the user'
|
|
253
|
+
},
|
|
254
|
+
changeToneCasualToneShortTitle: {
|
|
255
|
+
id: 'fabric.editor.ai.config.item.changeTone.casualTone.shortTitle',
|
|
256
|
+
defaultMessage: 'Casual',
|
|
257
|
+
description: 'Describes an option to use Atlassian Intellgience to change the tone of content currently selected by the user'
|
|
258
|
+
},
|
|
259
|
+
changeToneCasualToneDescription: {
|
|
260
|
+
id: 'fabric.editor.ai.config.item.changeTone.casualTone.description',
|
|
261
|
+
defaultMessage: 'Changes the tone of the content to casual',
|
|
262
|
+
description: 'Desciption for the Atlassian Intellgience "Change tone to casual" option'
|
|
263
|
+
},
|
|
264
|
+
changeToneCasualToneSelectionToolbarDropdownItemTitle: {
|
|
265
|
+
id: 'fabric.editor.ai.config.item.changeTone.casualTone.selectionToolbar.dropdownItem.title',
|
|
266
|
+
defaultMessage: 'Casual',
|
|
267
|
+
description: 'Title for Atlassian Intelligence "Change tone to casual" in editor selection floating toolbar'
|
|
268
|
+
},
|
|
269
|
+
changeToneEducationalToneTitle: {
|
|
270
|
+
id: 'fabric.editor.ai.config.item.changeTone.educationalTone.title',
|
|
271
|
+
defaultMessage: 'Change tone to educational',
|
|
272
|
+
description: 'Describes an option to use Atlassian Intellgience to change the tone of content currently selected by the user'
|
|
273
|
+
},
|
|
274
|
+
changeToneEducationalToneShortTitle: {
|
|
275
|
+
id: 'fabric.editor.ai.config.item.changeTone.educationalTone.shortTitle',
|
|
276
|
+
defaultMessage: 'Educational',
|
|
277
|
+
description: 'Describes an option to use Atlassian Intellgience to change the tone of content currently selected by the user'
|
|
278
|
+
},
|
|
279
|
+
changeToneEducationalToneDescription: {
|
|
280
|
+
id: 'fabric.editor.ai.config.item.changeTone.educationalTone.description',
|
|
281
|
+
defaultMessage: 'Changes the tone of the content to educational',
|
|
282
|
+
description: 'Desciption for the Atlassian Intellgience "Change tone to educational" option'
|
|
283
|
+
},
|
|
284
|
+
changeToneEducationalToneSelectionToolbarDropdownItemTitle: {
|
|
285
|
+
id: 'fabric.editor.ai.config.item.changeTone.educationalTone.selectionToolbar.dropdownItem.title',
|
|
286
|
+
defaultMessage: 'Educational',
|
|
287
|
+
description: 'Title for Atlassian Intelligence "Change tone to educational" in editor selection floating toolbar'
|
|
288
|
+
},
|
|
289
|
+
changeToneEmpatheticToneTitle: {
|
|
290
|
+
id: 'fabric.editor.ai.config.item.changeTone.empatheticTone.title',
|
|
291
|
+
defaultMessage: 'Change tone to empathetic',
|
|
292
|
+
description: 'Describes an option to use Atlassian Intellgience to change the tone of content currently selected by the user'
|
|
293
|
+
},
|
|
294
|
+
changeToneEmpatheticToneShortTitle: {
|
|
295
|
+
id: 'fabric.editor.ai.config.item.changeTone.empatheticTone.shortTitle',
|
|
296
|
+
defaultMessage: 'Empathetic',
|
|
297
|
+
description: 'Describes an option to use Atlassian Intellgience to change the tone of content currently selected by the user'
|
|
298
|
+
},
|
|
299
|
+
changeToneEmpatheticToneDescription: {
|
|
300
|
+
id: 'fabric.editor.ai.config.item.changeTone.empatheticTone.description',
|
|
301
|
+
defaultMessage: 'Changes the tone of the content to empathetic',
|
|
302
|
+
description: 'Desciption for the Atlassian Intellgience "Change tone to empathetic" option'
|
|
303
|
+
},
|
|
304
|
+
changeToneEmpatheticToneSelectionToolbarDropdownItemTitle: {
|
|
305
|
+
id: 'fabric.editor.ai.config.item.changeTone.empatheticTone.selectionToolbar.dropdownItem.title',
|
|
306
|
+
defaultMessage: 'Empathetic',
|
|
307
|
+
description: 'Title for Atlassian Intelligence "Change tone to empathetic" in editor selection floating toolbar'
|
|
308
|
+
},
|
|
309
|
+
// Convert to bullet list messages
|
|
310
|
+
convertToBulletListTitle: {
|
|
311
|
+
id: 'fabric.editor.ai.config.item.convertToBulletList.title',
|
|
312
|
+
defaultMessage: 'Convert to bulleted list',
|
|
313
|
+
description: 'Describes an option to use Atlassian Intelligence to reformat content currently selected by the user to a bulleted list'
|
|
314
|
+
},
|
|
315
|
+
convertToBulletListDescription: {
|
|
316
|
+
id: 'fabric.editor.ai.config.item.convertToBulletList.description',
|
|
317
|
+
defaultMessage: 'Reformats content to a bulleted list',
|
|
318
|
+
description: 'Description for the the Atlassian Intelligence "Convert to bulleted list".'
|
|
319
|
+
},
|
|
320
|
+
// Convert to table messages
|
|
321
|
+
convertToTableTitle: {
|
|
322
|
+
id: 'fabric.editor.ai.config.item.convertToTable.title',
|
|
323
|
+
defaultMessage: 'Convert to table',
|
|
324
|
+
description: 'Describes an option to use Atlassian Intelligence to reformat content currently selected by the user to a table with headings'
|
|
325
|
+
},
|
|
326
|
+
convertToTableDescription: {
|
|
327
|
+
id: 'fabric.editor.ai.config.item.convertToTable.description',
|
|
328
|
+
defaultMessage: 'Reformats content to a table with headings',
|
|
329
|
+
description: 'Description for the the Atlassian Intelligence "Convert to table".'
|
|
330
|
+
},
|
|
331
|
+
// Draft reply messages
|
|
332
|
+
draftReplyTitle: {
|
|
333
|
+
id: 'fabric.editor.ai.config.item.draftReply.title',
|
|
334
|
+
defaultMessage: 'Draft reply',
|
|
335
|
+
description: 'Title for "Draft reply" Atlassian Intelligence feature shown in editor typeahead and element browser.'
|
|
336
|
+
},
|
|
337
|
+
draftReplyDescription: {
|
|
338
|
+
id: 'fabric.editor.ai.config.item.draftReply.description',
|
|
339
|
+
defaultMessage: 'Drafts a reply based on issues similar to the one you’re working on',
|
|
340
|
+
description: 'Describes the "Draft reply" Atlassian Intelligence feature shown in editor typeahead and element browser.'
|
|
341
|
+
},
|
|
342
|
+
// Enhance messages
|
|
343
|
+
improveWritingTitle: {
|
|
344
|
+
id: 'fabric.editor.ai.config.item.enhance.improveWriting.title',
|
|
345
|
+
defaultMessage: 'Improve writing',
|
|
346
|
+
description: 'Describes an option to use Atlassian Intellgience to improve the writing of content currently selected by the user'
|
|
347
|
+
},
|
|
348
|
+
improveWritingSelectionToolbarDropdownItemTitle: {
|
|
349
|
+
id: 'fabric.editor.ai.config.item.enhance.improveWriting.selectionToolbar.dropdownItem.title',
|
|
350
|
+
defaultMessage: 'Improve writing',
|
|
351
|
+
description: 'Title for Atlassian Intelligence "improve writing" in editor selection floating toolbar'
|
|
352
|
+
},
|
|
353
|
+
fixSpellingGrammarTitle: {
|
|
354
|
+
id: 'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.title',
|
|
355
|
+
defaultMessage: 'Fix spelling & grammar',
|
|
356
|
+
description: 'Describes an option to use Atlassian Intellgience to improve the writing of content currently selected by the user'
|
|
357
|
+
},
|
|
358
|
+
improveWritingDescription: {
|
|
359
|
+
id: 'fabric.editor.ai.config.item.enhance.improveWriting.description',
|
|
360
|
+
defaultMessage: 'Enhances clarity, structure, and tone for better engagement and comprehension',
|
|
361
|
+
description: 'Description for the the Atlassian Intelligence "Improve Writing".'
|
|
362
|
+
},
|
|
363
|
+
fixSpellingGrammarDescription: {
|
|
364
|
+
id: 'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.description',
|
|
365
|
+
defaultMessage: 'Fixes spelling and grammar mistakes',
|
|
366
|
+
description: 'Description for the the Atlassian Intelligence "Fix Spelling & Grammar".'
|
|
367
|
+
},
|
|
368
|
+
fixSpellingGrammarSelectionToolbarDropdownItemTitle: {
|
|
369
|
+
id: 'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.selectionToolbar.dropdownItem.title',
|
|
370
|
+
defaultMessage: 'Spelling & grammar',
|
|
371
|
+
description: 'Title for Atlassian Intelligence "fix spelling grammar" in editor selection floating toolbar'
|
|
372
|
+
},
|
|
373
|
+
// Find action items messages
|
|
374
|
+
findActionItemsTitle: {
|
|
375
|
+
id: 'fabric.editor.ai.config.item.findActionItems.title',
|
|
376
|
+
defaultMessage: 'Find action items',
|
|
377
|
+
description: 'Title for "Find Action Items" Atlassian Intelligence feature shown in editor typeahead and element browser.'
|
|
378
|
+
},
|
|
379
|
+
findActionItemsDescription: {
|
|
380
|
+
id: 'fabric.editor.ai.config.item.findActionItems.description',
|
|
381
|
+
defaultMessage: 'Finds action items in the content you provide',
|
|
382
|
+
description: 'Describes the "Find Action Items" Atlassian Intelligence feature shown in editor typeahead and element browser.'
|
|
383
|
+
},
|
|
384
|
+
// Free generate messages
|
|
385
|
+
freeGeneratePromptHint: {
|
|
386
|
+
id: 'fabric.editor.ai.config.item.generateContent.promptHint',
|
|
387
|
+
defaultMessage: 'Write with AI or select from below',
|
|
388
|
+
description: 'Placeholder text in the prompt input guiding user interaction.'
|
|
389
|
+
},
|
|
390
|
+
// Free generate disabled messages
|
|
391
|
+
freeGenerateDisabledPromptHint: {
|
|
392
|
+
id: 'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint',
|
|
393
|
+
defaultMessage: 'Select from below (free generate is disabled in Elevate at this time)',
|
|
394
|
+
description: 'Placeholder text in the prompt input guiding user interaction.'
|
|
395
|
+
},
|
|
396
|
+
// Improve description messages
|
|
397
|
+
reformatWithTemplateDescription: {
|
|
398
|
+
id: 'fabric.editor.ai.config.item.improveDescription.default.description',
|
|
399
|
+
defaultMessage: 'Restructure the issue description based on the issue type',
|
|
400
|
+
description: 'Description for the Atlassian Intelligence "Improve description" feature.'
|
|
401
|
+
},
|
|
402
|
+
improveDescription: {
|
|
403
|
+
id: 'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one',
|
|
404
|
+
defaultMessage: 'Improve description',
|
|
405
|
+
description: 'Describes an option to use Atlassian Intelligence to improve the issue description currently selected by the user.'
|
|
406
|
+
},
|
|
407
|
+
// Make longer messages
|
|
408
|
+
makeLongerTitle: {
|
|
409
|
+
id: 'fabric.editor.ai.config.item.makeLonger.title',
|
|
410
|
+
defaultMessage: 'Make longer',
|
|
411
|
+
description: 'Describes an option to use Atlassian Intelligence to make the content longer currently selected by the user'
|
|
412
|
+
},
|
|
413
|
+
makeLongerDescription: {
|
|
414
|
+
id: 'fabric.editor.ai.config.item.makeLonger.description',
|
|
415
|
+
defaultMessage: 'Expands the content based on the context you provide',
|
|
416
|
+
description: 'Description for the the Atlassian Intelligence "Make longer".'
|
|
417
|
+
},
|
|
418
|
+
// Make shorter messages
|
|
419
|
+
makeShorterTitle: {
|
|
420
|
+
id: 'fabric.editor.ai.config.item.shorten.title',
|
|
421
|
+
defaultMessage: 'Make shorter',
|
|
422
|
+
description: 'Describes an option to use Atlassian Intelligence to shorten the content currently selected by the user'
|
|
423
|
+
},
|
|
424
|
+
makeShorterDescription: {
|
|
425
|
+
id: 'fabric.editor.ai.config.item.shorten.description',
|
|
426
|
+
defaultMessage: 'Shortens the content to make it more concise',
|
|
427
|
+
description: 'Description for the the Atlassian Intelligence "Shorten".'
|
|
428
|
+
},
|
|
429
|
+
makeShorterSelectionToolbarDropdownItemTitle: {
|
|
430
|
+
id: 'fabric.editor.ai.config.item.shorten.selectionToolbar.dropdownItem.title',
|
|
431
|
+
defaultMessage: 'Make shorter',
|
|
432
|
+
description: 'Title for Atlassian Intelligence "Shorten" in editor selection floating toolbar'
|
|
433
|
+
},
|
|
434
|
+
// PR Description messages
|
|
435
|
+
prDescriptionTitle: {
|
|
436
|
+
id: 'fabric.editor.ai.config.item.bb.pr.description.title',
|
|
437
|
+
defaultMessage: 'Create pull request description',
|
|
438
|
+
description: 'Title for "Create pull request description" Atlassian Intelligence feature shown in editor typeahead and element browser.'
|
|
439
|
+
},
|
|
440
|
+
prDescriptionDescription: {
|
|
441
|
+
id: 'fabric.editor.ai.config.item.bb.pr.description.description',
|
|
442
|
+
defaultMessage: 'Creates a pull request description with a summary of changes',
|
|
443
|
+
description: 'Describes the "Create pull request description" Atlassian Intelligence feature shown in editor typeahead and element browser.'
|
|
444
|
+
},
|
|
445
|
+
// Rephrase messages
|
|
446
|
+
rephraseTitle: {
|
|
447
|
+
id: 'fabric.editor.ai.config.item.rephrase.title',
|
|
448
|
+
defaultMessage: 'Rephrase',
|
|
449
|
+
description: 'Describes an option to use Atlassian Intelligence to rephrase the content currently selected by the user'
|
|
450
|
+
},
|
|
451
|
+
rephraseDescription: {
|
|
452
|
+
id: 'fabric.editor.ai.config.item.rephrase.description',
|
|
453
|
+
defaultMessage: 'Creates a suggestion for rewriting your sentences',
|
|
454
|
+
description: 'Description for the the Atlassian Intelligence "Rephrase".'
|
|
455
|
+
},
|
|
456
|
+
// Suggest title messages
|
|
457
|
+
suggestTitleTitle: {
|
|
458
|
+
id: 'fabric.editor.ai.config.item.suggest.title',
|
|
459
|
+
defaultMessage: 'Suggest a title',
|
|
460
|
+
description: 'Describes an option to use Atlassian Intellgience to suggest an appropriate title for the content currently selected by the user'
|
|
461
|
+
},
|
|
462
|
+
suggestTitleDescription: {
|
|
463
|
+
id: 'fabric.editor.ai.config.item.suggest.description',
|
|
464
|
+
defaultMessage: 'Suggests a title for content you provide',
|
|
465
|
+
description: 'Describes "Suggest a Title" Atlassian Intelligence feature to suggest an appropriate title for the content currently selected by the user'
|
|
466
|
+
},
|
|
467
|
+
// Summarize writing messages
|
|
468
|
+
summarizeWritingtitle: {
|
|
469
|
+
id: 'fabric.editor.ai.config.item.summarize.title',
|
|
470
|
+
defaultMessage: 'Summarize writing',
|
|
471
|
+
description: 'Describes an option to use Atlassian Intellgience to summarize the content currently selected by the user'
|
|
472
|
+
},
|
|
473
|
+
summarizeWritingDescription: {
|
|
474
|
+
id: 'fabric.editor.ai.config.item.summarize.description',
|
|
475
|
+
defaultMessage: "Creates a summary of the text you're working on, highlighting key points",
|
|
476
|
+
description: 'Describes "Summarize writing" Atlassian Intelligence feature to summarize the content currently selected by the user'
|
|
477
|
+
},
|
|
478
|
+
summarizeWritingSelectionToolbarDropdownItemTitle: {
|
|
479
|
+
id: 'fabric.editor.ai.config.item.summarize.dropdownItem.title',
|
|
480
|
+
defaultMessage: 'Summarize writing',
|
|
481
|
+
description: 'Title for Atlassian Intelligence "Summarize writing" in editor selection floating toolbar'
|
|
482
|
+
}
|
|
483
|
+
});
|