import { defineMessages } from 'react-intl'; export const messages = defineMessages({ action: { id: 'fabric.editor.action', defaultMessage: 'Action item', description: 'Also known as a “task”, “to do item”, or a checklist', }, actionDescription: { id: 'fabric.editor.action.description', defaultMessage: 'Create and assign action items', description: '', }, link: { id: 'fabric.editor.link', defaultMessage: 'Link', description: 'Insert a hyperlink', }, linkDescription: { id: 'fabric.editor.link.description', defaultMessage: 'Insert a link', description: 'Insert a hyperlink', }, filesAndImages: { id: 'fabric.editor.filesAndImages', defaultMessage: 'Files & images', description: 'Insert one or more files or images', }, filesAndImagesDescription: { id: 'fabric.editor.filesAndImages.description', defaultMessage: 'Add images and other files to your page', description: 'Insert one or more files or images', }, image: { id: 'fabric.editor.image', defaultMessage: 'Image', description: 'Insert an image.', }, mention: { id: 'fabric.editor.mention', defaultMessage: 'Mention', description: 'Reference another person in your document', }, mentionDescription: { id: 'fabric.editor.mention.description', defaultMessage: 'Mention someone to send them a notification', description: 'Reference another person in your document', }, emoji: { id: 'fabric.editor.emoji', defaultMessage: 'Emoji', description: 'Insert an emoticon or smiley :-)', }, emojiDescription: { id: 'fabric.editor.emoji.description', defaultMessage: 'Use emojis to express ideas 🎉 and emotions 😄', description: 'Insert an emoticon or smiley :-)', }, table: { id: 'fabric.editor.table', defaultMessage: 'Table', description: 'Inserts a table in the document', }, tableDescription: { id: 'fabric.editor.table.description', defaultMessage: 'Insert a table', description: 'Inserts a table in the document', }, expand: { id: 'fabric.editor.expand', defaultMessage: 'Expand', description: 'Inserts an expand in the document', }, expandDescription: { id: 'fabric.editor.expand.description', defaultMessage: 'Insert an expand', description: 'Inserts an expand in the document', }, decision: { id: 'fabric.editor.decision', defaultMessage: 'Decision', description: 'Capture a decision you’ve made', }, decisionDescription: { id: 'fabric.editor.decision.description', defaultMessage: 'Capture decisions so they’re easy to track', description: 'Capture a decision you’ve made', }, feedbackDialog: { id: 'fabric.editor.feedbackDialog', defaultMessage: 'Give feedback', description: 'Open the feedback dialog from editor', }, feedbackDialogDescription: { id: 'fabric.editor.feedbackDialog.description', defaultMessage: 'Tell us about your experience using the new editor', description: 'Description for feedback option under quick insert dropdown', }, horizontalRule: { id: 'fabric.editor.horizontalRule', defaultMessage: 'Divider', description: 'A horizontal rule or divider', }, horizontalRuleDescription: { id: 'fabric.editor.horizontalRule.description', defaultMessage: 'Separate content with a horizontal line', description: 'A horizontal rule or divider', }, date: { id: 'fabric.editor.date', defaultMessage: 'Date', description: 'Opens a date picker that lets you select a date', }, dateDescription: { id: 'fabric.editor.date.description', defaultMessage: 'Add a date using a calendar', description: 'Opens a date picker that lets you select a date', }, placeholderText: { id: 'fabric.editor.placeholderText', defaultMessage: 'Placeholder text', description: 'Inserts a text placeholder into the page', }, placeholderTextDescription: { id: 'fabric.editor.placeholderText.description', defaultMessage: 'Insert a text placeholder into the page', description: 'Inserts a text placeholder into the page', }, columns: { id: 'fabric.editor.columns', defaultMessage: 'Layouts', description: 'Create a multi column section or layout', }, columnsDescription: { id: 'fabric.editor.columns.description', defaultMessage: 'Structure your page using sections', description: 'Create a multi column section or layout', }, status: { id: 'fabric.editor.status', defaultMessage: 'Status', description: 'Inserts an item representing the status of an activity to task.', }, statusDescription: { id: 'fabric.editor.status.description', defaultMessage: 'Add a custom status label', description: 'Inserts an item representing the status of an activity to task.', }, viewMore: { id: 'fabric.editor.viewMore', defaultMessage: 'View more', description: '', }, insertMenu: { id: 'fabric.editor.insertMenu', defaultMessage: 'Insert', description: 'Opens a menu of additional items that can be inserted into your document.', }, help: { id: 'fabric.editor.help', defaultMessage: 'Help', description: 'Opens up the help dialog', }, helpDescription: { id: 'fabric.editor.help.description', defaultMessage: 'Browse all the keyboard shortcuts and markdown options', description: 'Browse all the keyboard shortcuts and markdown options', }, });