ringcentral-widgets
Version:
RingCentral Integration Widget Library
49 lines (45 loc) • 1.71 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
logging: "登入中...",
logCall: "記錄通話",
editLog: "編輯記錄",
select: "選擇相符的記錄",
OnHold: "等待接通",
Ringing: "鈴響",
CallConnected: "已連線通話",
unknownUser: "未知的使用者",
unknownNumber: "匿名",
unavailable: "不可用",
viewDetails: "檢視詳細資訊",
addEntity: "建立",
addLog: "記錄",
text: "簡訊",
call: "通話",
missedCall: "未接",
inboundCall: "撥入電話",
outboundCall: "撥出電話"
}; // @key: @#@"logging"@#@ @source: @#@"Logging..."@#@
// @key: @#@"logCall"@#@ @source: @#@"Log Call"@#@
// @key: @#@"editLog"@#@ @source: @#@"Edit Log"@#@
// @key: @#@"select"@#@ @source: @#@"Select a matching record"@#@
// @key: @#@"OnHold"@#@ @source: @#@"On Hold"@#@
// @key: @#@"Ringing"@#@ @source: @#@"Ringing"@#@
// @key: @#@"CallConnected"@#@ @source: @#@"Call Connected"@#@
// @key: @#@"unknownUser"@#@ @source: @#@"Unknown User"@#@
// @key: @#@"unknownNumber"@#@ @source: @#@"Anonymous"@#@
// @key: @#@"unavailable"@#@ @source: @#@"Unavailable"@#@
// @key: @#@"viewDetails"@#@ @source: @#@"View Details"@#@
// @key: @#@"addEntity"@#@ @source: @#@"Create New"@#@
// @key: @#@"addLog"@#@ @source: @#@"Log"@#@
// @key: @#@"text"@#@ @source: @#@"Text"@#@
// @key: @#@"call"@#@ @source: @#@"Call"@#@
// @key: @#@"missedCall"@#@ @source: @#@"Missed"@#@
// @key: @#@"inboundCall"@#@ @source: @#@"Inbound"@#@
// @key: @#@"outboundCall"@#@ @source: @#@"Outbound"@#@
exports["default"] = _default;
//# sourceMappingURL=zh-TW.js.map