ringcentral-widgets
Version:
RingCentral Integration Widget Library
25 lines (21 loc) • 769 B
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
conferenceCall: "Conference call",
onHold: "On hold",
unknown: "Unknown",
disconnected: "Disconnected",
loading: "Loading...",
loadingTimeout: "Loading timeout."
}; // @key: @#@"conferenceCall"@#@ @source: @#@"Conference Call"@#@
// @key: @#@"onHold"@#@ @source: @#@"On Hold"@#@
// @key: @#@"unknown"@#@ @source: @#@"Unknown"@#@
// @key: @#@"disconnected"@#@ @source: @#@"Disconnected"@#@
// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@
// @key: @#@"loadingTimeout"@#@ @source: @#@"Loading timeout."@#@
exports["default"] = _default;
//# sourceMappingURL=en-GB.js.map