UNPKG

@atlaskit/editor-common

Version:

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

49 lines (48 loc) 1.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.messages = void 0; var _reactIntlNext = require("react-intl-next"); var messages = exports.messages = (0, _reactIntlNext.defineMessages)({ dragToMove: { id: 'fabric.editor.blockControlDragHandleUsageInfo', defaultMessage: 'Drag to move', description: 'Use drag handle to move content' }, insert: { id: 'fabric.editor.blockControlInsert', defaultMessage: 'Insert', description: 'Label on button to insert content at the current cursor position' }, moveUp: { id: 'fabric.editor.blockControlMoveUp', defaultMessage: 'Move up', description: 'Moves selected content up' }, moveDown: { id: 'fabric.editor.blockControlMoveDown', defaultMessage: 'Move down', description: 'Moves selected content down' }, movedup: { id: 'fabric.editor.blockControlMovedUp', defaultMessage: 'Content has been moved up', description: 'Selected content has been moved down' }, movedDown: { id: 'fabric.editor.blockControlMovedDown', defaultMessage: 'Content has been moved down', description: 'Selected content has been moved down' }, moveLeft: { id: 'fabric.editor.blockControlMoveLeft', defaultMessage: 'Move left', description: 'Moves selected content left' }, moveRight: { id: 'fabric.editor.blockControlMoveRight', defaultMessage: 'Move right', description: 'Moves selected content right' } });