ringcentral-widget
Version:
RingCentral Integration Widget Library
23 lines (14 loc) • 1.66 kB
JavaScript
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _defineProperty2 = require('babel-runtime/helpers/defineProperty');
var _defineProperty3 = _interopRequireDefault(_defineProperty2);
var _title$callingOptions;
var _callingOptions = require('ringcentral-integration/modules/CallingSettings/callingOptions');
var _callingOptions2 = _interopRequireDefault(_callingOptions);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = (_title$callingOptions = {
title: 'Llamadas'
}, (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.softphone, '{brand} para escritorio'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.myphone, 'Mi teléfono {brand}'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.otherphone, 'Otro teléfono'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.customphone, 'Personalizar teléfono'), (0, _defineProperty3.default)(_title$callingOptions, 'makeCallsWith', 'Realizar mis llamadas con'), (0, _defineProperty3.default)(_title$callingOptions, 'ringoutHint', 'Llamar primero a mi ubicación y conectar después con la parte que llama'), (0, _defineProperty3.default)(_title$callingOptions, 'myLocationLabel', 'Mi ubicación'), (0, _defineProperty3.default)(_title$callingOptions, 'press1ToStartCallLabel', 'Avisarme que marque 1 para conectar la llamada'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.browser, 'Explorador'), _title$callingOptions);
//# sourceMappingURL=es-419.js.map