ringcentral-widgets
Version:
RingCentral Integration Widget Library
19 lines (15 loc) • 488 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
unknown: "未知",
anonymous: "匿名",
activeCall: "使用中通话"
}; // @key: @#@"unknown"@#@ @source: @#@"Unknown"@#@
// @key: @#@"anonymous"@#@ @source: @#@"Anonymous"@#@
// @key: @#@"activeCall"@#@ @source: @#@"Active Call"@#@
exports["default"] = _default;
//# sourceMappingURL=zh-CN.js.map