ringcentral-widgets
Version:
RingCentral Integration Widget Library
31 lines (27 loc) • 1.08 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
removeParticipant: "移除參與者",
confirmStr1: "是否確定要從這個通話中",
confirmStr2: "移除?",
remove: "移除",
cancel: "取消",
participants: "參與者",
participant: "參與者",
conferenceCall: "電話會議",
unknownNumber: "匿名"
}; // @key: @#@"removeParticipant"@#@ @source: @#@"Remove Participant"@#@
// @key: @#@"confirmStr1"@#@ @source: @#@"Are you sure you want to remove"@#@
// @key: @#@"confirmStr2"@#@ @source: @#@"from this call?"@#@
// @key: @#@"remove"@#@ @source: @#@"Remove"@#@
// @key: @#@"cancel"@#@ @source: @#@"Cancel"@#@
// @key: @#@"participants"@#@ @source: @#@"Participants"@#@
// @key: @#@"participant"@#@ @source: @#@"Participant"@#@
// @key: @#@"conferenceCall"@#@ @source: @#@"Conference Call"@#@
// @key: @#@"unknownNumber"@#@ @source: @#@"Anonymous"@#@
exports["default"] = _default;
//# sourceMappingURL=zh-TW.js.map