"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VIEW_IN_SESSION = exports.TTY_START = exports.TTY_PREVIOUS = exports.TTY_PLAY = exports.TTY_PAUSE = exports.TTY_NEXT = exports.TTY_END = void 0; var _i18n = require("@kbn/i18n"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const TTY_START = _i18n.i18n.translate('xpack.sessionView.ttyStart', { defaultMessage: 'Start' }); exports.TTY_START = TTY_START; const TTY_PREVIOUS = _i18n.i18n.translate('xpack.sessionView.ttyPrevious', { defaultMessage: 'Prev' }); exports.TTY_PREVIOUS = TTY_PREVIOUS; const TTY_PLAY = _i18n.i18n.translate('xpack.sessionView.ttyPlay', { defaultMessage: 'Play' }); exports.TTY_PLAY = TTY_PLAY; const TTY_PAUSE = _i18n.i18n.translate('xpack.sessionView.ttyPause', { defaultMessage: 'Pause' }); exports.TTY_PAUSE = TTY_PAUSE; const TTY_NEXT = _i18n.i18n.translate('xpack.sessionView.ttyNext', { defaultMessage: 'Next' }); exports.TTY_NEXT = TTY_NEXT; const TTY_END = _i18n.i18n.translate('xpack.sessionView.ttyEnd', { defaultMessage: 'End' }); exports.TTY_END = TTY_END; const VIEW_IN_SESSION = _i18n.i18n.translate('xpack.sessionView.ttyViewInSession', { defaultMessage: 'View in session' }); exports.VIEW_IN_SESSION = VIEW_IN_SESSION;