ringcentral-widgets
Version:
RingCentral Integration Widget Library
31 lines (27 loc) • 1.19 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: "無使用中通話",
currentCall: "目前通話",
ringCall: "撥打中通話",
onHoldCall: "通話等待接通",
otherDeviceCall: "我的其他裝置上仍有進行中通話",
confirmation: "確認",
confirmMergeToConference: "添加至電話會議?",
mergeToConference: "合併",
conferenceCall: "電話會議"
}; // @key: @#@"noActiveCalls"@#@ @source: @#@"No active calls"@#@
// @key: @#@"currentCall"@#@ @source: @#@"Current Call"@#@
// @key: @#@"ringCall"@#@ @source: @#@"Ringing Call"@#@
// @key: @#@"onHoldCall"@#@ @source: @#@"Call on Hold"@#@
// @key: @#@"otherDeviceCall"@#@ @source: @#@"Ongoing calls on my other devices"@#@
// @key: @#@"confirmation"@#@ @source: @#@"Confirmation"@#@
// @key: @#@"confirmMergeToConference"@#@ @source: @#@"Add to conference call?"@#@
// @key: @#@"mergeToConference"@#@ @source: @#@"Merge"@#@
// @key: @#@"conferenceCall"@#@ @source: @#@"Conference Call"@#@
exports["default"] = _default;
//# sourceMappingURL=zh-TW.js.map