ringcentral-widgets
Version:
RingCentral Integration Widget Library
29 lines (25 loc) • 1.05 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
noActiveCalls: "无使用中通话",
noCalls: "找不到结果。",
currentCall: "当前通话",
ringCall: "正在振铃通话",
onHoldCall: "等候接听电话",
historyCalls: "过去通话",
otherDeviceCall: "我的其他设备上正在进行的通话",
searchPlaceholder: "搜索..."
}; // @key: @#@"noActiveCalls"@#@ @source: @#@"No active calls"@#@
// @key: @#@"noCalls"@#@ @source: @#@"No results found."@#@
// @key: @#@"currentCall"@#@ @source: @#@"Current Call"@#@
// @key: @#@"ringCall"@#@ @source: @#@"Ringing Call"@#@
// @key: @#@"onHoldCall"@#@ @source: @#@"Call on Hold"@#@
// @key: @#@"historyCalls"@#@ @source: @#@"Past Calls"@#@
// @key: @#@"otherDeviceCall"@#@ @source: @#@"Ongoing calls on my other devices"@#@
// @key: @#@"searchPlaceholder"@#@ @source: @#@"Search..."@#@
exports["default"] = _default;
//# sourceMappingURL=zh-CN.js.map