ringcentral-widgets
Version:
RingCentral Integration Widget Library
31 lines (27 loc) • 1.22 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
noActiveCalls: "Geen actieve oproepen",
currentCall: "Huidige oproep",
ringCall: "Overgaande oproep",
onHoldCall: "Oproep staat in de wacht",
otherDeviceCall: "Actieve oproepen op mijn andere apparaten",
confirmation: "Bevestiging",
confirmMergeToConference: "Aan conferencecall toevoegen?",
mergeToConference: "Samenvoegen",
conferenceCall: "Conferencecall"
}; // @key: @#@"noActiveCalls"@#@ @source: @#@"No active calls"@#@
// @key: @#@"currentCall"@#@ @source: @#@"Current Call"@#@
// @key: @#@"ringCall"@#@ @source: @#@"Ringing Call"@#@
// @key: @#@"onHoldCall"@#@ @source: @#@"Call on Hold"@#@
// @key: @#@"otherDeviceCall"@#@ @source: @#@"Ongoing calls on my other devices"@#@
// @key: @#@"confirmation"@#@ @source: @#@"Confirmation"@#@
// @key: @#@"confirmMergeToConference"@#@ @source: @#@"Add to conference call?"@#@
// @key: @#@"mergeToConference"@#@ @source: @#@"Merge"@#@
// @key: @#@"conferenceCall"@#@ @source: @#@"Conference Call"@#@
exports["default"] = _default;
//# sourceMappingURL=nl-NL.js.map