ringcentral-widgets
Version:
RingCentral Integration Widget Library
19 lines (15 loc) • 616 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
schedule: "安排视频会议",
prompt: "请授权 RingCentral 访问您的帐户信息。",
saveAsDefault: "保存为默认值"
}; // @key: @#@"schedule"@#@ @source: @#@"Schedule Meeting"@#@
// @key: @#@"prompt"@#@ @source: @#@"Please authorize RingCentral to access your account information."@#@
// @key: @#@"saveAsDefault"@#@ @source: @#@"Save as default"@#@
exports["default"] = _default;
//# sourceMappingURL=zh-CN.js.map