ringcentral-widgets
Version:
RingCentral Integration Widget Library
23 lines (19 loc) • 627 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: "记录",
save: "保存并新建",
discard: "丢弃和新建",
hangup: "挂断",
reject: "到语音信箱"
}; // @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=zh-CN.js.map