ringcentral-widgets
Version:
RingCentral Integration Widget Library
44 lines (39 loc) • 1.18 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
// logging: 'Logging...',
// logCall: 'Log Call',
// editLog: 'Edit Log',
// select: 'Select a matching record',
// OnHold: 'On Hold',
// Ringing: 'Ringing',
// CallConnected: 'Call Connected',
// unknownUser: 'Unknown User',
// unknownNumber: 'Anonymous',
// unavailable: 'Unavailable',
// viewDetails: 'View Details',
// addEntity: 'Create New',
// addLog: 'Log',
// text: 'Text',
// call: 'Call',
// addContact: 'Add Contact',
missedCall: "Perdida",
inboundCall: "Entrante",
outboundCall: "Saliente" // from: 'From',
// to: 'To',
// hangup: 'Hangup',
// accept: 'Accept',
// toVoicemail: 'Send to Voicemail',
// anonymous: 'Anonymous',
// mergeToConference: 'Merge',
// hold: 'Hold',
// unhold: 'Unhold',
}; // @key: @#@"missedCall"@#@ @source: @#@"Missed"@#@
// @key: @#@"inboundCall"@#@ @source: @#@"Inbound"@#@
// @key: @#@"outboundCall"@#@ @source: @#@"Outbound"@#@
exports["default"] = _default;
//# sourceMappingURL=es-ES.js.map