@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
24 lines (23 loc) • 929 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.commentMessages = void 0;
var _reactIntl = require("react-intl");
var commentMessages = exports.commentMessages = (0, _reactIntl.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.'
}
});