"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UNIVERSAL_LANGUAGE = exports.RESTORE_DEFAULTS_BUTTON_LABEL = 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. */ // This is the value used for an engine that has no explicit 'language' set, it works // with all languages. const UNIVERSAL_LANGUAGE = _i18n.i18n.translate('xpack.enterpriseSearch.appSearch.engine.universalLanguage', { defaultMessage: 'Universal' }); exports.UNIVERSAL_LANGUAGE = UNIVERSAL_LANGUAGE; const RESTORE_DEFAULTS_BUTTON_LABEL = _i18n.i18n.translate('xpack.enterpriseSearch.appSearch.actions.restoreDefaultsButonLabel', { defaultMessage: 'Restore defaults' }); exports.RESTORE_DEFAULTS_BUTTON_LABEL = RESTORE_DEFAULTS_BUTTON_LABEL;