ringcentral-widgets
Version:
RingCentral Integration Widget Library
19 lines (15 loc) • 692 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
sureToDeleteVoiceMail: "Are you sure you want to delete this voicemail?",
sureToDeleteFax: "Are you sure you want to delete this fax?",
doNotAskAgain: "Don't ask me again"
}; // @key: @#@"sureToDeleteVoiceMail"@#@ @source: @#@"Are you sure you want to delete this voicemail?"@#@
// @key: @#@"sureToDeleteFax"@#@ @source: @#@"Are you sure you want to delete this fax?"@#@
// @key: @#@"doNotAskAgain"@#@ @source: @#@"Don't ask me again"@#@
exports["default"] = _default;
//# sourceMappingURL=en-AU.js.map