ringcentral-widgets
Version:
RingCentral Integration Widget Library
19 lines (15 loc) • 505 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
add: "Aggiungi",
noCalls: "Nessuna chiamata disponibile",
activeCall: "Chiamata attiva"
}; // @key: @#@"add"@#@ @source: @#@"Add"@#@
// @key: @#@"noCalls"@#@ @source: @#@"No available calls"@#@
// @key: @#@"activeCall"@#@ @source: @#@"Active Call"@#@
exports["default"] = _default;
//# sourceMappingURL=it-IT.js.map