@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
134 lines • 8.96 kB
JavaScript
import { defineMessages } from 'react-intl';
export var aiProactiveTransformMessages = defineMessages({
recommendationDefaultTitle: {
id: 'fabric.editor.ai.proactive.recommendation.default.title.non-final',
defaultMessage: 'Suggestion',
description: 'The default generic title displayed in the side context panel for AI recommendations which have not explicit matching override'
},
recommendationDefaultDescription: {
id: 'fabric.editor.ai.proactive.recommendation.default.description.non-final',
defaultMessage: 'A suggestion to improve the content.',
description: 'The default generic description displayed in the side context panel for AI recommendations which have no explicit matching override'
},
recommendationConvertToTableTitle: {
id: 'fabric.editor.ai.proactive.recommendation.convertToTable.title.non-final',
defaultMessage: 'Format in table',
description: 'The title displayed in the side context panel for AI recommendations which suggest a conversion to table operation'
},
recommendationConvertToTableDescription: {
id: 'fabric.editor.ai.proactive.recommendation.convertToTable.description.non-final',
defaultMessage: 'Format content in a table to improve readability.',
description: 'The description displayed in the side context panel for AI recommendations which suggest a conversion to table operation'
},
recommendationConvertToNotePanelTitle: {
id: 'fabric.editor.ai.proactive.recommendation.convertToNotePanel.title.non-final',
defaultMessage: 'Frame with note panel',
description: 'The title displayed in the side context panel for AI recommendations which suggest a conversion to note panel operation'
},
recommendationConvertToNotePanelDescription: {
id: 'fabric.editor.ai.proactive.recommendation.convertToNotePanel.description.non-final',
defaultMessage: 'Use a purple note panel to make your message stand out.',
description: 'The description displayed in the side context panel for AI recommendations which suggest a conversion to note panel operation'
},
recommendationConvertToInfoPanelTitle: {
id: 'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.title.non-final',
defaultMessage: 'Frame with info panel',
description: 'The title displayed in the side context panel for AI recommendations which suggest a conversion to note panel operation'
},
recommendationConvertToInfoPanelDescription: {
id: 'fabric.editor.ai.proactive.recommendation.convertToInfoPanel.description.non-final',
// eslint-disable-next-line @atlassian/i18n/no-multiple-whitespaces
defaultMessage: 'Use a blue info panel to make your message stand out. ',
description: 'The description displayed in the side context panel for AI recommendations which suggest a conversion to info panel operation'
},
recommendationConvertToWarnPanelTitle: {
id: 'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.title.non-final',
defaultMessage: 'Frame with warning panel',
description: 'The title displayed in the side context panel for AI recommendations which suggest a conversion to warning panel operation'
},
recommendationConvertToWarnPanelDescription: {
id: 'fabric.editor.ai.proactive.recommendation.convertToWarnPanel.description.non-final',
defaultMessage: 'Use a yellow warning panel to make your message stand out.',
description: 'The description displayed in the side context panel for AI recommendations which suggest a conversion to warning panel operation'
},
recommendationConvertToErrorPanelTitle: {
id: 'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.title.non-final',
defaultMessage: 'Frame with error panel',
description: 'The title displayed in the side context panel for AI recommendations which suggest a conversion to error panel operation'
},
recommendationConvertToErrorPanelDescription: {
id: 'fabric.editor.ai.proactive.recommendation.convertToErrorPanel.description.non-final',
defaultMessage: 'Use a red error panel to make your message stand out.',
description: 'The description displayed in the side context panel for AI recommendations which suggest a conversion to error panel operation'
},
recommendationConvertToSuccessPanelTitle: {
id: 'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.title.non-final',
defaultMessage: 'Frame with success panel',
description: 'The title displayed in the side context panel for AI recommendations which suggest a conversion to success panel operation'
},
recommendationConvertToSuccessPanelDescription: {
id: 'fabric.editor.ai.proactive.recommendation.convertToSuccessPanel.description.non-final',
defaultMessage: 'Use a green success panel to make your message stand out.',
description: 'The description displayed in the side context panel for AI recommendations which suggest a conversion to success panel operation'
},
recommendationSplitParagraphTitle: {
id: 'fabric.editor.ai.proactive.recommendation.splitParagraph.title.non-final',
defaultMessage: 'Divide paragraph',
description: 'The title displayed in the side context panel for AI recommendations which suggest a split paragraph operation'
},
recommendationSplitParagraphDescription: {
id: 'fabric.editor.ai.proactive.recommendation.splitParagraph.description.non-final',
defaultMessage: 'Add paragraph breaks to separate key ideas.',
description: 'The description displayed in the side context panel for AI recommendations which suggest a split paragraph operation'
},
recommendationFormatParagraphTitle: {
id: 'fabric.editor.ai.proactive.recommendation.formatParagraph.title.non-final',
defaultMessage: 'Enhance content',
description: 'The title displayed in the side context panel for AI recommendations which suggest a format paragraph operation'
},
recommendationFormatParagraphDescription: {
id: 'fabric.editor.ai.proactive.recommendation.formatParagraph.description.non-final',
defaultMessage: 'Clarify content writing and structure.',
description: 'The description displayed in the side context panel for AI recommendations which suggest a format paragraph operation'
},
recommendationFormatParagraphClarityTitle: {
id: 'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.title.non-final',
defaultMessage: 'Clarify writing',
description: 'The title displayed in the side context panel for AI recommendations which suggest an improve paragraph clarity operation'
},
recommendationFormatParagraphClarityDescription: {
id: 'fabric.editor.ai.proactive.recommendation.formatParagraphClarity.description.non-final',
defaultMessage: 'Simplify phrasing and grammar.',
description: 'The description displayed in the side context panel for AI recommendations which suggest an improve paragraph clarity operation'
},
recommendationFormatParagraphListTitle: {
id: 'fabric.editor.ai.proactive.recommendation.formatParagraphList.title.non-final',
defaultMessage: 'Create list',
description: 'The title displayed in the side context panel for AI recommendations which suggest to create a list'
},
recommendationFormatParagraphListDescription: {
id: 'fabric.editor.ai.proactive.recommendation.formatParagraphList.description.non-final',
defaultMessage: 'Turn content into a scannable list.',
description: 'The description displayed in the side context panel for AI recommendations which suggest to create a list'
},
recommendationFormatParagraphStructureTitle: {
id: 'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.title.non-final',
defaultMessage: 'Improve structure',
description: 'The title displayed in the side context panel for AI recommendations which suggest an improve paragraph structure operation'
},
recommendationFormatParagraphStructureDescription: {
id: 'fabric.editor.ai.proactive.recommendation.formatParagraphStructure.description.non-final',
defaultMessage: 'Add paragraph breaks and headings.',
description: 'The description displayed in the side context panel for AI recommendations which suggest an improve paragraph structure operation'
},
recommendationFormatParagraphSpellcheckTitle: {
id: 'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.title.non-final',
defaultMessage: 'Fix spelling',
description: 'The title displayed in the side context panel for AI recommendations which suggest an improve paragraph spellcheck operation'
},
recommendationFormatParagraphSpellcheckDescription: {
id: 'fabric.editor.ai.proactive.recommendation.formatParagraphSpellcheck.description.non-final',
defaultMessage: 'Spot and correct spelling errors.',
description: 'The description displayed in the side context panel for AI recommendations which suggest an improve paragraph spellcheck operation'
}
});