ringcentral-widgets
Version:
RingCentral Integration Widget Library
31 lines (27 loc) • 1.26 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
currentCall: "当前通话",
viewCalls: "查看呼叫",
view: "查看",
incomingCall: "{numberOf} 个呼入电话",
incomingCalls: "{numberOf} 个呼入电话",
callOnHold: "{numberOf} 个呼叫等候接听",
callsOnHold: "{numberOf} 个呼叫等候接听",
otherDeviceCall: "其他设备上有 {numberOf} 个呼叫",
otherDeviceCalls: "其他设备上有 {numberOf} 个呼叫"
}; // @key: @#@"currentCall"@#@ @source: @#@"Current Call"@#@
// @key: @#@"viewCalls"@#@ @source: @#@"View Calls"@#@
// @key: @#@"view"@#@ @source: @#@"View"@#@
// @key: @#@"incomingCall"@#@ @source: @#@"{numberOf} Incoming Call"@#@
// @key: @#@"incomingCalls"@#@ @source: @#@"{numberOf} Incoming Calls"@#@
// @key: @#@"callOnHold"@#@ @source: @#@"{numberOf} Call On Hold"@#@
// @key: @#@"callsOnHold"@#@ @source: @#@"{numberOf} Calls On Hold"@#@
// @key: @#@"otherDeviceCall"@#@ @source: @#@"{numberOf} Call on other devices"@#@
// @key: @#@"otherDeviceCalls"@#@ @source: @#@"{numberOf} Calls on other devices"@#@
exports["default"] = _default;
//# sourceMappingURL=zh-CN.js.map