UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

18 lines 787 B
import { defineMessages } from 'react-intl'; export const commentMessages = defineMessages({ addCommentOnMedia: { id: 'fabric.editor.addCommentOnMedia', defaultMessage: 'Add comment', description: 'Add a comment for this media (image/video)' }, viewCommentsOnMedia: { id: 'fabric.editor.viewCommentOnMedia', defaultMessage: 'View comments', description: 'View a existing comment for this media (image/video)' }, viewAndAddCommentsOnMedia: { id: 'fabric.editor.viewAndAddCommentsOnMedia', defaultMessage: 'View and add comments', description: 'The text is shown on a button in the media floating toolbar that opens the comments panel, allowing the user to view existing comments and add new ones for the selected image or media item.' } });