ringcentral-widgets
Version:
RingCentral Integration Widget Library
23 lines (19 loc) • 619 B
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
log: "Log",
save: "Save and new",
discard: "Discard and new",
hangup: "Hang up",
reject: "To voicemail"
}; // @key: @#@"log"@#@ @source: @#@"Log"@#@
// @key: @#@"save"@#@ @source: @#@"Save and new"@#@
// @key: @#@"discard"@#@ @source: @#@"Discard and new"@#@
// @key: @#@"hangup"@#@ @source: @#@"Hangup"@#@
// @key: @#@"reject"@#@ @source: @#@"To Voicemail"@#@
exports["default"] = _default;
//# sourceMappingURL=en-AU.js.map