ringcentral-widgets
Version:
RingCentral Integration Widget Library
50 lines (47 loc) • 1.29 kB
JavaScript
;
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: 'Missed',
inboundCall: 'Inbound',
outboundCall: 'Outbound',
from: 'From',
to: 'To',
hangup: 'Hang up',
accept: 'Answer',
toVoicemail: 'To Voicemail',
anonymous: 'Anonymous',
mergeToConference: 'Merge',
hold: 'Hold',
unhold: 'Unhold',
transfer: 'Transfer',
reject: 'Reject',
switchCall: 'Switch Call to this app',
callSwitch: 'Call Switch',
comfirmContext: "You're currently on an active call with {displayName}. Would you like to continue the call on this device?",
comfirmCancelButton: 'Cancel',
comfirmOKButton: 'Switch',
ignore: 'Ignore',
holdAndAnswer: 'Hold & Answer'
};
exports["default"] = _default;
//# sourceMappingURL=en-US.js.map