UNPKG

@atlaskit/editor-plugin-media

Version:

Media plugin for @atlaskit/editor-core

54 lines (53 loc) 1.99 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)({ validationFailedMessage: { id: 'fabric.editor.media.pixelEntry.validationFailedMessage', defaultMessage: 'Validation for width failed', description: 'The passed in validator function returned false' }, inputWidthTooltip: { id: 'fabric.editor.media.pixelEntry.inputWidthTooltip', defaultMessage: 'Max width {maxWidth}px', description: 'The tooltip displayed ontop of the width input' }, inputWidthAriaLabel: { id: 'fabric.editor.media.pixelEntry.inputWidthAriaLabel', defaultMessage: 'Max width {maxWidth}px', description: 'The width input aria label' }, inputHeightTooltip: { id: 'fabric.editor.media.pixelEntry.inputHeightTooltip', defaultMessage: 'Height', description: 'The tooltip displayed ontop of the height input' }, inputHeightAriaLabel: { id: 'fabric.editor.media.pixelEntry.inputHeightAriaLabel', defaultMessage: 'height input', description: 'The width input aria label' }, submitButtonText: { id: 'fabric.editor.media.pixelEntry.submitButtonText', defaultMessage: 'Submit', description: 'The text give to the hidden submit button' }, fullWidthLabel: { id: 'fabric.editor.image.fullWidthLabel', defaultMessage: 'Full-width', description: 'The media has reached its maximum width' }, migrationButtonText: { id: 'fabric.editor.media.pixelEntry.migrationButtonText', defaultMessage: 'Convert to pixels', description: 'The text give to the button used to covert to pixels for legacy experience' }, migrationButtonTooltip: { id: 'fabric.editor.media.pixelEntry.migrationButtonTooltip', defaultMessage: 'Migrate from percentage to fixed pixel sizing', description: 'The tooltip displayed on the migration button' } });