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: 'Chiamata'
}, (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.softphone, '{brand} per il desktop'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.myphone, 'Il mio telefono {brand}'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.otherphone, 'Altro telefono'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.customphone, 'Telefono personalizzato'), (0, _defineProperty3.default)(_title$callingOptions, 'makeCallsWith', 'Effettua chiamate con'), (0, _defineProperty3.default)(_title$callingOptions, 'ringoutHint', 'Chiamami prima alla mia postazione, poi connetti il gruppo chiamato'), (0, _defineProperty3.default)(_title$callingOptions, 'myLocationLabel', 'La mia postazione'), (0, _defineProperty3.default)(_title$callingOptions, 'press1ToStartCallLabel', 'Chiedimi di comporre 1 prima di connettere la chiamata'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.browser, 'Browser'), _title$callingOptions);
//# sourceMappingURL=it-IT.js.map