ringcentral-widgets
Version:
RingCentral Integration Widget Library
22 lines (19 loc) • 476 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
cancel: 'Cancel',
reply: 'Reply',
onMyWay: 'On my way',
customMessage: 'Custom Message',
callMeBackIn: 'Call me back in',
willCallYouBackIn: 'Will call you back in',
min: 'min.',
hours: 'hours',
days: 'days'
};
exports["default"] = _default;
//# sourceMappingURL=en-US.js.map