ringcentral-widget
Version:
RingCentral Integration Widget Library
23 lines (14 loc) • 1.59 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: 'Appel'
}, (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.softphone, '{brand} pour ordinateur de bureau'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.myphone, 'Mon téléphone {brand}'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.otherphone, 'Autre téléphone'), (0, _defineProperty3.default)(_title$callingOptions, _callingOptions2.default.customphone, 'Téléphone personnalisé'), (0, _defineProperty3.default)(_title$callingOptions, 'makeCallsWith', 'Effectuer mes appels sortants avec'), (0, _defineProperty3.default)(_title$callingOptions, 'ringoutHint', 'Appeler d\'abord à mon emplacement, puis connecter le destinataire.'), (0, _defineProperty3.default)(_title$callingOptions, 'myLocationLabel', 'Mon emplacement'), (0, _defineProperty3.default)(_title$callingOptions, 'press1ToStartCallLabel', 'Me demander de composer le 1 avant d\'établir la connexion'), _title$callingOptions);
//# sourceMappingURL=fr-CA.js.map