ringcentral-widgets
Version:
RingCentral Integration Widget Library
19 lines (15 loc) • 486 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
add: "Add",
noCalls: "No available calls",
activeCall: "Active call"
}; // @key: @#@"add"@#@ @source: @#@"Add"@#@
// @key: @#@"noCalls"@#@ @source: @#@"No available calls"@#@
// @key: @#@"activeCall"@#@ @source: @#@"Active Call"@#@
exports["default"] = _default;
//# sourceMappingURL=en-AU.js.map