ringcentral-widgets
Version:
RingCentral Integration Widget Library
49 lines (45 loc) • 1.74 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: "Connessione...",
logCall: "Registra chiamata",
editLog: "Modifica registro",
select: "Seleziona un record corrispondente",
OnHold: "In attesa",
Ringing: "Squillo",
CallConnected: "Chiamata connessa",
unknownUser: "Utente sconosciuto",
unknownNumber: "Anonimo",
unavailable: "Non disponibile",
viewDetails: "Visualizza dettagli",
addEntity: "Crea nuovo",
addLog: "Registro",
text: "SMS",
call: "Chiamata",
missedCall: "Perse",
inboundCall: "In entrata",
outboundCall: "In uscita"
}; // @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=it-IT.js.map