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: "Wordt gelogd...",
logCall: "Oproep loggen",
editLog: "Log bewerken",
select: "Selecteer een overeenkomende opname",
OnHold: "In wacht",
Ringing: "Gaat over",
CallConnected: "Oproep verbonden",
unknownUser: "Onbekende gebruiker",
unknownNumber: "Anoniem",
unavailable: "Niet beschikbaar",
viewDetails: "Details weergeven",
addEntity: "Nieuwe maken",
addLog: "Log",
text: "Tekstbericht",
call: "Oproep",
missedCall: "Gemist",
inboundCall: "Inkomend",
outboundCall: "Uitgaand"
}; // @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=nl-NL.js.map