ringcentral-widgets
Version:
RingCentral Integration Widget Library
21 lines (17 loc) • 724 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
schedule: "Schedule meeting",
prompt: "Please authorise RingCentral to access your account information.",
saveAsDefault: "Save as default",
launchMeeting: "Launch meeting"
}; // @key: @#@"schedule"@#@ @source: @#@"Schedule Meeting"@#@
// @key: @#@"prompt"@#@ @source: @#@"Please authorize RingCentral to access your account information."@#@
// @key: @#@"saveAsDefault"@#@ @source: @#@"Save as default"@#@
// @key: @#@"launchMeeting"@#@ @source: @#@"Launch Meeting"@#@
exports["default"] = _default;
//# sourceMappingURL=en-AU.js.map